Pull request #2968 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from d168fb9f41fee069b33eb11810bbc3ddddbc80ba+9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 (e36f7d7aa0696c2f19fd622fa74ac6b4aef1a101) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18397 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit d168fb9f41fee069b33eb11810bbc3ddddbc80ba Merge succeeded, producing d168fb9f41fee069b33eb11810bbc3ddddbc80ba Checking out Revision d168fb9f41fee069b33eb11810bbc3ddddbc80ba (PR-2968) > git config core.sparsecheckout # timeout=10 > git checkout -f d168fb9f41fee069b33eb11810bbc3ddddbc80ba # 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 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d168fb9f41fee069b33eb11810bbc3ddddbc80ba # timeout=10 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:07:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:07:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:07:50 ========================================================= 02:07:50 EdgeX Global Pipelines Version Info 02:07:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4c7faa201beeecfc003c919f50fab7208469ca62 # timeout=10 02:07:52 ------------------- 02:07:52 stable info: 02:07:52 ------------------- 02:07:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:07:52 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:07:52 Message: update stable to v1.0.173 02:07:52 ------------------- 02:07:52 experimental info: 02:07:52 ------------------- 02:07:52 Commited By: **** collab-it+edgex@linuxfoundation.org 02:07:52 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:07:52 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:07:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:07:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2968 [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2968 [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2968 [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d168fb9f41fee069b33eb11810bbc3ddddbc80ba [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d168fb9 [Pipeline] echo 02:07:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:07:56 provisioning config files... 02:07:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8883066501782405615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:07:56 ---> docker-login.sh 02:07:56 nexus3.edgexfoundry.org:10001 02:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:57 Configure a credential helper to remove this warning. See 02:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:57 02:07:57 Login Succeeded 02:07:57 nexus3.edgexfoundry.org:10002 02:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:57 Configure a credential helper to remove this warning. See 02:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:57 02:07:57 Login Succeeded 02:07:57 nexus3.edgexfoundry.org:10003 02:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:57 Configure a credential helper to remove this warning. See 02:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:57 02:07:57 Login Succeeded 02:07:57 nexus3.edgexfoundry.org:10004 02:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:57 Configure a credential helper to remove this warning. See 02:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:57 02:07:57 Login Succeeded 02:07:57 docker.io 02:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:57 Configure a credential helper to remove this warning. See 02:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:57 02:07:57 Login Succeeded 02:07:57 ---> docker-login.sh ends [Pipeline] } 02:07:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:07:58 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/core-command/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo core-command,cmd/core-command/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/core-data/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo core-data,cmd/core-data/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/core-metadata/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo core-metadata,cmd/core-metadata/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/security-bootstrap-redis/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/security-proxy-setup/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/support-notifications/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo support-notifications,cmd/support-notifications/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/support-scheduler/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:07:58 + for file in '`ls cmd/**/Dockerfile`' 02:07:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:07:58 ++ cut -d/ -f2 02:07:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:07:58 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:08:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:00 02:08:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:08:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:00 latest: Pulling from edgex-devops/git-semver 02:08:00 31603596830f: Pulling fs layer 02:08:00 2a8b12db71e7: Pulling fs layer 02:08:00 6ca5941a6612: Pulling fs layer 02:08:00 ecc8261a40a4: Pulling fs layer 02:08:00 ecc8261a40a4: Waiting 02:08:00 2a8b12db71e7: Download complete 02:08:00 31603596830f: Verifying Checksum 02:08:00 31603596830f: Download complete 02:08:00 6ca5941a6612: Verifying Checksum 02:08:00 6ca5941a6612: Download complete 02:08:00 ecc8261a40a4: Verifying Checksum 02:08:00 ecc8261a40a4: Download complete 02:08:00 31603596830f: Pull complete 02:08:01 2a8b12db71e7: Pull complete 02:08:02 6ca5941a6612: Pull complete 02:08:02 ecc8261a40a4: Pull complete 02:08:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:08:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:08:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:08:02 prd-centos7-docker-4c-2g-18397 does not seem to be running inside a container 02:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:08:04 $ docker top 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:08:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:05 [ssh-agent] Looking for ssh-agent implementation... 02:08:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:05 $ docker exec 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd ssh-agent 02:08:05 SSH_AUTH_SOCK=/tmp/ssh-DjSyVWHW2zG6/agent.12 02:08:05 SSH_AGENT_PID=18 02:08:05 Running ssh-add (command line suppressed) 02:08:05 Identity added: /w/workspace/edgex-go/6@tmp/private_key_609079655882604837.key (/w/workspace/edgex-go/6@tmp/private_key_609079655882604837.key) 02:08:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:06 + git tag --points-at HEAD [Pipeline] } 02:08:06 $ docker exec --env ******** --env ******** 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd ssh-agent -k 02:08:06 unset SSH_AUTH_SOCK; 02:08:06 unset SSH_AGENT_PID; 02:08:06 echo Agent pid 18 killed; 02:08:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:08:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:08:06 [ssh-agent] Looking for ssh-agent implementation... 02:08:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:08:06 $ docker exec 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd ssh-agent 02:08:06 SSH_AUTH_SOCK=/tmp/ssh-yufl8YnjAuNM/agent.46 02:08:06 SSH_AGENT_PID=51 02:08:06 Running ssh-add (command line suppressed) 02:08:06 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4717571946641045244.key (/w/workspace/edgex-go/6@tmp/private_key_4717571946641045244.key) 02:08:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:08:07 + git semver init 02:08:07 # -> Open(): unable to determine branch for HEAD 02:08:07 # $GIT_DIR = /w/workspace/edgex-go/6/.git 02:08:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 02:08:07 # $SEMVER_REMOTE_NAME = origin 02:08:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:08:07 # $SEMVER_USER_NAME = edgex-jenkins 02:08:07 # $SEMVER_BRANCH = PR-2968 02:08:07 # $SEMVER_TEMP = /tmp/semver-894657255 02:08:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:08:29 # '/tmp/semver-894657255' -> '/w/workspace/edgex-go/6/.semver' 02:08:29 # -> Force: false 02:08:29 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 02:08:29 $ docker exec --env ******** --env ******** 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd ssh-agent -k 02:08:29 unset SSH_AUTH_SOCK; 02:08:29 unset SSH_AGENT_PID; 02:08:29 echo Agent pid 51 killed; 02:08:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:08:30 + git semver [Pipeline] } 02:08:30 $ docker stop --time=1 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd 02:08:32 $ docker rm -f 571631f110fcf8c9c65d175727c4e3b1108e86abd797fe5fb53e4c30f7c9c9bd [Pipeline] // withDockerContainer [Pipeline] sh 02:08:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:08:33 Stashed 1 file(s) [Pipeline] echo 02:08:33 [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 02:08:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:08:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:08:34 + sudo service docker restart 02:08:34 + true 02:08:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:08:35 ========================================================= 02:08:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:08:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:08:35 + 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 . 02:08:39 Sending build context to Docker daemon 326.3MB 02:08:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:08:39 Step 2/6 : FROM ${BASE} 02:08:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:08:39 188c0c94c7c5: Pulling fs layer 02:08:39 0ef7d3d256c8: Pulling fs layer 02:08:39 de9db76c5a1d: Pulling fs layer 02:08:39 bca2f99d35d6: Pulling fs layer 02:08:39 93359f2a8cfa: Pulling fs layer 02:08:39 7c6f9722023f: Pulling fs layer 02:08:39 a35cf1a2eb13: Pulling fs layer 02:08:39 93359f2a8cfa: Waiting 02:08:39 7c6f9722023f: Waiting 02:08:39 a35cf1a2eb13: Waiting 02:08:39 bca2f99d35d6: Waiting 02:08:39 de9db76c5a1d: Verifying Checksum 02:08:39 de9db76c5a1d: Download complete 02:08:39 0ef7d3d256c8: Verifying Checksum 02:08:39 0ef7d3d256c8: Download complete 02:08:39 93359f2a8cfa: Verifying Checksum 02:08:39 93359f2a8cfa: Download complete 02:08:39 188c0c94c7c5: Verifying Checksum 02:08:39 188c0c94c7c5: Download complete 02:08:39 7c6f9722023f: Verifying Checksum 02:08:39 7c6f9722023f: Download complete 02:08:40 188c0c94c7c5: Pull complete 02:08:40 0ef7d3d256c8: Pull complete 02:08:40 de9db76c5a1d: Pull complete 02:08:41 a35cf1a2eb13: Verifying Checksum 02:08:41 a35cf1a2eb13: Download complete 02:08:42 bca2f99d35d6: Verifying Checksum 02:08:42 bca2f99d35d6: Download complete 02:08:48 Still waiting to schedule task 02:08:48 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:08:49 bca2f99d35d6: Pull complete 02:08:49 93359f2a8cfa: Pull complete 02:08:49 7c6f9722023f: Pull complete 02:08:53 a35cf1a2eb13: Pull complete 02:08:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:08:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:08:53 ---> a62c8e92a672 02:08:53 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 02:08:53 ---> Running in fcc119aad2cd 02:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:55 (1/12) Installing libmagic (5.38-r0) 02:08:55 (2/12) Installing file (5.38-r0) 02:08:55 (3/12) Installing libc-dev (0.7.2-r3) 02:08:55 (4/12) Installing g++ (9.3.0-r2) 02:09:00 (5/12) Installing fortify-headers (1.1-r0) 02:09:00 (6/12) Installing patch (2.7.6-r6) 02:09:00 (7/12) Installing build-base (0.5-r2) 02:09:00 (8/12) Installing libsodium (1.0.18-r0) 02:09:00 (9/12) Installing pkgconf (1.7.2-r0) 02:09:01 (10/12) Installing libsodium-dev (1.0.18-r0) 02:09:01 (11/12) Installing libzmq (4.3.3-r0) 02:09:01 (12/12) Installing zeromq-dev (4.3.3-r0) 02:09:01 Executing busybox-1.31.1-r19.trigger 02:09:01 OK: 233 MiB in 51 packages 02:09:05 Removing intermediate container fcc119aad2cd 02:09:05 ---> fa39f1739b62 02:09:05 Step 4/6 : WORKDIR /edgex-go 02:09:05 ---> Running in 7d4bee6e408f 02:09:05 Removing intermediate container 7d4bee6e408f 02:09:05 ---> 085787085d9a 02:09:05 Step 5/6 : COPY go.mod . 02:09:05 ---> dcc5eb7be721 02:09:05 Step 6/6 : RUN go mod download 02:09:05 ---> Running in 573831f24699 02:09:27 Removing intermediate container 573831f24699 02:09:27 ---> 78334de8024e 02:09:27 Successfully built 78334de8024e 02:09:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:09:28 + docker inspect -f . ci-base-image-x86_64 02:09:28 . [Pipeline] withDockerContainer 02:09:28 prd-centos7-docker-4c-2g-18397 does not seem to be running inside a container 02:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:09:29 $ docker top 49a73555e0dc02c246a49f3850c29bd20d1f0fa071f5a248ec649eb7c15efcdd -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:29 + go version 02:09:29 go version go1.15.5 linux/amd64 [Pipeline] } 02:09:29 $ docker stop --time=1 49a73555e0dc02c246a49f3850c29bd20d1f0fa071f5a248ec649eb7c15efcdd 02:09:31 $ docker rm -f 49a73555e0dc02c246a49f3850c29bd20d1f0fa071f5a248ec649eb7c15efcdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:31 + docker inspect -f . ci-base-image-x86_64 02:09:31 . [Pipeline] withDockerContainer 02:09:32 prd-centos7-docker-4c-2g-18397 does not seem to be running inside a container 02:09:32 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:09:32 $ docker top d5c593c8ba226d6b71c474c7e9d346c7752af0cfd6b70c5db4af4673ac9b43f4 -eo pid,comm [Pipeline] { [Pipeline] echo 02:09:32 ========================================================= 02:09:32 [edgeXBuildGoParallel] Running Tests and Build... 02:09:32 ========================================================= [Pipeline] sh 02:09:33 + make test 02:09:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:09:43 ? github.com/edgexfoundry/edgex-go [no test files] 02:09:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:10:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:10:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:10:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:10:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:10:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:10:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:10:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:10:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:10:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:10:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:10:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:10:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements 02:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:10:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.0% of statements 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 76.7% of statements 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:10:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.134s coverage: 82.7% of statements 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:10:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:10:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:10:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 93.8% of statements 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 02:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.4% of statements 02:10:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.5% of statements 02:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 02:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 02:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 02:10:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 02:10:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 02:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 55.9% of statements 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.0% of statements 02:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements 02:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 02:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 02:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:10:26 GO111MODULE=on go vet ./... 02:10:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18398 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws 02:10:27 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 02:10:32 using credential edgex-jenkins-ssh 02:10:33 Cloning the remote Git repository 02:10:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:10:33 > git init /w/workspace/edgex-go/6 # timeout=10 02:10:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:10:33 > git --version # timeout=10 02:10:33 > git --version # 'git version 2.17.1' 02:10:33 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:48 gofmt -l . 02:10:48 [ "`gofmt -l .`" = "" ] 02:10:48 ./bin/test-go-mod-tidy.sh 02:10:49 ./bin/test-attribution-txt.sh 02:10:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:10:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:10:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:10:50 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit d168fb9f41fee069b33eb11810bbc3ddddbc80ba [Pipeline] sh 02:10:50 Merge succeeded, producing d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:10:50 Checking out Revision d168fb9f41fee069b33eb11810bbc3ddddbc80ba (PR-2968) 02:10:51 + ls -al . 02:10:51 total 636 02:10:51 drwxrwxr-x 10 1001 1001 4096 Jan 5 02:10 . 02:10:51 drwxr-xr-x 4 root root 28 Jan 5 02:09 .. 02:10:51 -rw-rw-r-- 1 1001 1001 11 Jan 5 02:07 .dockerignore 02:10:51 drwxrwxr-x 8 1001 1001 179 Jan 5 02:07 .git 02:10:51 drwxrwxr-x 3 1001 1001 125 Jan 5 02:07 .github 02:10:51 -rw-rw-r-- 1 1001 1001 824 Jan 5 02:07 .gitignore 02:10:51 drwx------ 3 1001 1001 47 Jan 5 02:08 .semver 02:10:51 -rw-rw-r-- 1 1001 1001 166 Jan 5 02:07 .sonarcloud.properties 02:10:51 -rw-rw-r-- 1 1001 1001 3804 Jan 5 02:07 CONTRIBUTING.md 02:10:51 -rw-rw-r-- 1 1001 1001 931 Jan 5 02:07 Dockerfile.build 02:10:51 -rw-rw-r-- 1 1001 1001 863 Jan 5 02:07 Jenkinsfile 02:10:51 -rw-rw-r-- 1 1001 1001 10775 Jan 5 02:07 LICENSE 02:10:51 -rw-rw-r-- 1 1001 1001 5750 Jan 5 02:07 Makefile 02:10:51 -rw-rw-r-- 1 1001 1001 6511 Jan 5 02:07 README.md 02:10:51 -rw-rw-r-- 1 1001 1001 6744 Jan 5 02:07 SECURITY.md 02:10:51 -rw-rw-r-- 1 1001 1001 5 Jan 5 02:08 VERSION 02:10:51 -rw-rw-r-- 1 1001 1001 4131 Jan 5 02:07 ZMQWindows.md 02:10:51 drwxrwxr-x 2 1001 1001 117 Jan 5 02:07 bin 02:10:51 drwxrwxr-x 14 1001 1001 4096 Jan 5 02:07 cmd 02:10:51 -rw-r--r-- 1 root root 540436 Jan 5 02:10 coverage.out 02:10:51 -rw-r--r-- 1 root root 979 Jan 5 02:10 go.mod 02:10:51 -rw-r--r-- 1 root root 18934 Jan 5 02:10 go.sum 02:10:51 drwxrwxr-x 8 1001 1001 127 Jan 5 02:07 internal 02:10:51 drwxrwxr-x 4 1001 1001 26 Jan 5 02:07 openapi 02:10:51 drwxrwxr-x 4 1001 1001 71 Jan 5 02:07 snap 02:10:51 -rw-rw-r-- 1 1001 1001 168 Jan 5 02:07 version.go [Pipeline] sh 02:10:51 + '[' -e coverage.out ] 02:10:51 + chown 1001:1001 coverage.out [Pipeline] stash 02:10:52 Stashed 1 file(s) [Pipeline] sh 02:10:50 > git config core.sparsecheckout # timeout=10 02:10:50 > git checkout -f d168fb9f41fee069b33eb11810bbc3ddddbc80ba # timeout=10 02:10:50 > git remote # timeout=10 02:10:50 > git config --get remote.origin.url # timeout=10 02:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:50 > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 02:10:50 > git rev-parse HEAD^{commit} # timeout=10 02:10:50 > git config core.sparsecheckout # timeout=10 02:10:50 > git checkout -f d168fb9f41fee069b33eb11810bbc3ddddbc80ba # timeout=10 02:10:52 + make build 02:10:52 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 02:10:55 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:10:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:10:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:10:57 + true 02:10:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:10:59 provisioning config files... 02:10:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config548289016645270941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:11:00 ---> docker-login.sh 02:11:00 nexus3.edgexfoundry.org:10001 02:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:01 Configure a credential helper to remove this warning. See 02:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:01 02:11:01 Login Succeeded 02:11:01 nexus3.edgexfoundry.org:10002 02:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:02 Configure a credential helper to remove this warning. See 02:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:02 02:11:02 Login Succeeded 02:11:02 nexus3.edgexfoundry.org:10003 02:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:02 Configure a credential helper to remove this warning. See 02:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:02 02:11:02 Login Succeeded 02:11:02 nexus3.edgexfoundry.org:10004 02:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:03 Configure a credential helper to remove this warning. See 02:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:03 02:11:03 Login Succeeded 02:11:03 docker.io 02:11: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 02:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:11:04 Configure a credential helper to remove this warning. See 02:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:11:04 02:11:04 Login Succeeded 02:11:04 ---> docker-login.sh ends [Pipeline] } 02:11:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:11:04 ========================================================= 02:11:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:11:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:11: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 02:11:04 + 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 . 02:11:06 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 02:11:06 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 02:11:07 Sending build context to Docker daemon 165.5MB 02:11:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:11:07 Step 2/6 : FROM ${BASE} 02:11:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:11:07 5f621e34cdf4: Pulling fs layer 02:11:07 a4357932f1b6: Pulling fs layer 02:11:07 18c013af1878: Pulling fs layer 02:11:07 00ac8860ef70: Pulling fs layer 02:11:07 63d7cb157983: Pulling fs layer 02:11:07 b116817d02f9: Pulling fs layer 02:11:07 745a02a5169b: Pulling fs layer 02:11:07 00ac8860ef70: Waiting 02:11:07 63d7cb157983: Waiting 02:11:07 b116817d02f9: Waiting 02:11:07 745a02a5169b: Waiting 02:11:07 18c013af1878: Verifying Checksum 02:11:07 18c013af1878: Download complete 02:11:07 a4357932f1b6: Verifying Checksum 02:11:07 a4357932f1b6: Download complete 02:11:07 63d7cb157983: Verifying Checksum 02:11:07 63d7cb157983: Download complete 02:11:07 5f621e34cdf4: Download complete 02:11:07 b116817d02f9: Verifying Checksum 02:11:07 b116817d02f9: Download complete 02:11:08 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 02:11:08 5f621e34cdf4: Pull complete 02:11:08 a4357932f1b6: Pull complete 02:11:09 18c013af1878: Pull complete 02:11:09 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 02:11:10 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 02:11:10 745a02a5169b: Verifying Checksum 02:11:10 745a02a5169b: Download complete 02:11:11 00ac8860ef70: Verifying Checksum 02:11:11 00ac8860ef70: Download complete 02:11:11 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 02:11:12 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 02:11:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 02:11:15 $ docker stop --time=1 d5c593c8ba226d6b71c474c7e9d346c7752af0cfd6b70c5db4af4673ac9b43f4 02:11:16 $ docker rm -f d5c593c8ba226d6b71c474c7e9d346c7752af0cfd6b70c5db4af4673ac9b43f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:11:20 02:11:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:11:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:11:20 latest: Pulling from edgex-devops/edgex-compose 02:11:20 cbdbe7a5bc2a: Pulling fs layer 02:11:20 ca9280d653b3: Pulling fs layer 02:11:20 7e9c9ca2126c: Pulling fs layer 02:11:20 cbdbe7a5bc2a: Verifying Checksum 02:11:20 cbdbe7a5bc2a: Download complete 02:11:21 cbdbe7a5bc2a: Pull complete 02:11:21 00ac8860ef70: Pull complete 02:11:21 ca9280d653b3: Verifying Checksum 02:11:21 ca9280d653b3: Download complete 02:11:21 63d7cb157983: Pull complete 02:11:22 b116817d02f9: Pull complete 02:11:22 7e9c9ca2126c: Verifying Checksum 02:11:22 7e9c9ca2126c: Download complete 02:11:22 ca9280d653b3: Pull complete 02:11:25 745a02a5169b: Pull complete 02:11:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:11:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:11:25 ---> b7e6874047d6 02:11:25 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 02:11:28 ---> Running in 317d9d4c5a47 02:11:29 7e9c9ca2126c: Pull complete 02:11:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:11:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:11:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:11:29 prd-centos7-docker-4c-2g-18397 does not seem to be running inside a container 02:11:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:11:31 (1/12) Installing libmagic (5.38-r0) 02:11:31 (2/12) Installing file (5.38-r0) 02:11:31 (3/12) Installing libc-dev (0.7.2-r3) 02:11:31 (4/12) Installing g++ (9.3.0-r2) 02:11:32 $ docker top 290635c1ed227af4af039650f82f9b215d57ec64602d5994dde922614e56b204 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:33 + docker-compose build --help 02:11:33 + grep parallel 02:11:34 --parallel Build images in parallel. [Pipeline] } 02:11:34 $ docker stop --time=1 290635c1ed227af4af039650f82f9b215d57ec64602d5994dde922614e56b204 02:11:35 $ docker rm -f 290635c1ed227af4af039650f82f9b215d57ec64602d5994dde922614e56b204 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:11:36 . [Pipeline] withDockerContainer 02:11:36 prd-centos7-docker-4c-2g-18397 does not seem to be running inside a container 02:11:36 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 02:11:36 $ docker top 2c12471797aa94f5d4c1d8e791b19d649f87a7ed529111429f57fa509a60f6a9 -eo pid,comm 02:11:37 (5/12) Installing fortify-headers (1.1-r0) 02:11:37 (6/12) Installing patch (2.7.6-r6) 02:11:37 (7/12) Installing build-base (0.5-r2) 02:11:37 (8/12) Installing libsodium (1.0.18-r0) 02:11:37 (9/12) Installing pkgconf (1.7.2-r0) 02:11:37 (10/12) Installing libsodium-dev (1.0.18-r0) 02:11:37 (11/12) Installing libzmq (4.3.3-r0) 02:11:37 (12/12) Installing zeromq-dev (4.3.3-r0) 02:11:37 Executing busybox-1.31.1-r19.trigger 02:11:37 OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] sh 02:11:37 + docker-compose -f ./docker-compose-build.yml build --parallel 02:11:38 Building docker-core-command-go ... 02:11:38 Building docker-core-data-go ... 02:11:38 Building docker-core-metadata-go ... 02:11:38 Building docker-security-bootstrap-redis-go ... 02:11:38 Building docker-security-proxy-setup-go ... 02:11:38 Building docker-security-secretstore-setup-go ... 02:11:38 Building docker-support-notifications-go ... 02:11:38 Building docker-support-scheduler-go ... 02:11:38 Building docker-sys-mgmt-agent-go ... 02:11:38 Building docker-sys-mgmt-agent-go 02:11:38 Building docker-security-secretstore-setup-go 02:11:38 Building docker-support-scheduler-go 02:11:38 Building docker-security-proxy-setup-go 02:11:38 Building docker-security-bootstrap-redis-go 02:11:41 Removing intermediate container 317d9d4c5a47 02:11:41 ---> 25d6cef62168 02:11:41 Step 4/6 : WORKDIR /edgex-go 02:11:41 ---> Running in fd1ca8246ccf 02:11:41 Removing intermediate container fd1ca8246ccf 02:11:41 ---> 40951101cba8 02:11:41 Step 5/6 : COPY go.mod . 02:11:42 ---> cdb605207287 02:11:42 Step 6/6 : RUN go mod download 02:11:42 ---> Running in 9091b69432d5 02:12:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:12:05 ---> 78334de8024e 02:12:05 Step 3/21 : WORKDIR /edgex-go 02:12:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:12:07 ---> 78334de8024e 02:12:07 Step 3/22 : WORKDIR /edgex-go 02:12:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:12:07 ---> 78334de8024e 02:12:07 Step 3/26 : WORKDIR /edgex-go 02:12:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:12:07 ---> 78334de8024e 02:12:07 Step 3/24 : WORKDIR /edgex-go 02:12:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:12:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:12:07 ---> 78334de8024e 02:12:07 Step 3/21 : WORKDIR /edgex-go 02:12:08 ---> Running in df42f842cda6 02:12:08 ---> Running in 8916eb95127b 02:12:08 ---> Running in 1da59bb77cdd 02:12:08 ---> Running in f267d251af9e 02:12:08 ---> Running in 759978724def 02:12:09 Removing intermediate container 9091b69432d5 02:12:09 ---> ef2b0a7df2f8 02:12:09 Successfully built ef2b0a7df2f8 02:12:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:12:09 Removing intermediate container 8916eb95127b 02:12:09 ---> 8031f6bf9d60 02:12:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:09 Removing intermediate container df42f842cda6 02:12:09 ---> 2ee71e70e186 02:12:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:09 Removing intermediate container 1da59bb77cdd 02:12:09 ---> 624f3857d07b 02:12:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:09 Removing intermediate container f267d251af9e 02:12:09 ---> 31502007c182 02:12:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:09 Removing intermediate container 759978724def 02:12:09 ---> e9883623e2ce 02:12:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:09 ---> Running in 821dc0f4e8aa 02:12:09 ---> Running in 34c0042e663d 02:12:09 ---> Running in 0bef7e5daf6d 02:12:09 ---> Running in 3add9f2a8e8c 02:12:09 ---> Running in ede2c3f3f3e0 02:12:09 + docker inspect -f . ci-base-image-arm64 02:12:09 . [Pipeline] withDockerContainer 02:12:09 prd-ubuntu18.04-docker-arm64-4c-16g-18398 does not seem to be running inside a container 02:12:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 02:12:11 $ docker top b1a460a2698e201451fe8c996eebdeee35111fa8c5348c33ff319b55ef4ab915 -eo pid,comm 02:12:11 Removing intermediate container 34c0042e663d 02:12:11 ---> ec5d386e90ae 02:12:11 Step 5/21 : RUN apk add --update --no-cache make git [Pipeline] { 02:12:11 ---> Running in fbd869234a73 02:12:11 Removing intermediate container 0bef7e5daf6d 02:12:11 ---> d65436ca44b0 02:12:11 Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] sh 02:12:12 ---> Running in 0c04870a1ee3 02:12:12 Removing intermediate container 821dc0f4e8aa 02:12:12 ---> 7a301b2a17d4 02:12:12 Step 5/22 : RUN apk add --update --no-cache make git 02:12:12 Removing intermediate container 3add9f2a8e8c 02:12:12 ---> 6cfd79d4d2f1 02:12:12 Step 5/26 : RUN apk add --update --no-cache make bash git 02:12:12 Removing intermediate container ede2c3f3f3e0 02:12:12 ---> 55505bc9b39f 02:12:12 Step 5/21 : RUN apk add --update --no-cache make git 02:12:12 + go version 02:12:12 go version go1.15.5 linux/arm64 [Pipeline] } 02:12:12 $ docker stop --time=1 b1a460a2698e201451fe8c996eebdeee35111fa8c5348c33ff319b55ef4ab915 02:12:12 ---> Running in c00fa9faf18a 02:12:12 ---> Running in a9b09fea1839 02:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:12 ---> Running in 114ce456e95a 02:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:13 OK: 233 MiB in 51 packages 02:12:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:14 Removing intermediate container fbd869234a73 02:12:14 ---> 06d29be00155 02:12:14 Step 6/21 : COPY go.mod . 02:12:14 OK: 233 MiB in 51 packages 02:12:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:14 OK: 233 MiB in 51 packages 02:12:14 ---> f98f732364b7 02:12:14 Step 7/21 : RUN go mod download 02:12:14 ---> Running in f29c5c7120c1 02:12:14 $ docker rm -f b1a460a2698e201451fe8c996eebdeee35111fa8c5348c33ff319b55ef4ab915 02:12:14 OK: 233 MiB in 51 packages 02:12:14 Removing intermediate container 0c04870a1ee3 02:12:14 ---> 718691de3119 02:12:14 Step 6/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 02:12:15 OK: 233 MiB in 51 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:12:15 ---> 297d43f05447 02:12:15 Step 7/24 : RUN go mod download 02:12:15 ---> Running in 4228f216c3c2 02:12:15 Removing intermediate container c00fa9faf18a 02:12:15 ---> 6629fb2fa0a8 02:12:15 Step 6/22 : COPY go.mod . 02:12:15 Removing intermediate container 114ce456e95a 02:12:15 ---> 780202fd009d 02:12:15 Step 6/21 : COPY go.mod . 02:12:15 + docker inspect -f . ci-base-image-arm64 02:12:15 . [Pipeline] withDockerContainer 02:12:15 ---> 69ee2ce32a89 02:12:15 Step 7/22 : RUN go mod download 02:12:15 prd-ubuntu18.04-docker-arm64-4c-16g-18398 does not seem to be running inside a container 02:12:15 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 02:12:16 Removing intermediate container a9b09fea1839 02:12:16 ---> bafc647a4a5b 02:12:16 Step 6/26 : COPY go.mod . 02:12:16 ---> Running in 0d8afe915fa6 02:12:16 ---> 4c7989320447 02:12:16 Step 7/21 : RUN go mod download 02:12:16 ---> Running in 14f0da159f1f 02:12:16 ---> c12cea5e6a83 02:12:16 Step 7/26 : RUN go mod download 02:12:16 ---> Running in 0a86b08d50f0 02:12:17 Removing intermediate container f29c5c7120c1 02:12:17 ---> e1acc8f93c35 02:12:17 Step 8/21 : COPY . . 02:12:17 Removing intermediate container 4228f216c3c2 02:12:17 ---> b1f406eb019b 02:12:17 Step 8/24 : COPY . . 02:12:17 $ docker top 433233b7ed3480826756deebd40abde31126741133439256336c1d0e0da4e55a -eo pid,comm [Pipeline] { [Pipeline] echo 02:12:17 ========================================================= 02:12:17 [edgeXBuildGoParallel] Running Tests and Build... 02:12:17 ========================================================= [Pipeline] sh 02:12:18 + make test 02:12:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:12:21 Removing intermediate container 0d8afe915fa6 02:12:21 ---> e939455e290f 02:12:21 Step 8/22 : COPY . . 02:12:29 Removing intermediate container 14f0da159f1f 02:12:29 ---> c4b6e75019d2 02:12:29 Step 8/21 : COPY . . 02:12:32 Removing intermediate container 0a86b08d50f0 02:12:32 ---> 72a5a331ac4f 02:12:32 Step 8/26 : COPY . . 02:12:40 ? github.com/edgexfoundry/edgex-go [no test files] 02:12:54 ---> 9262379a6a24 02:12:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:12:54 ---> e930967edc78 02:12:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:12:56 ---> a5ab1bdca9d5 02:12:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:12:58 ---> Running in 9dab8733408b 02:12:58 ---> Running in 127411f578b0 02:12:58 ---> Running in 5ccc98d7ac9f 02:13: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 02:13:00 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 02:13:00 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 02:13:01 ---> 6f71bc76503b 02:13:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:13:01 ---> ee4a782fdaa9 02:13:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:13:01 ---> Running in 29dea154561e 02:13:01 ---> Running in 1442661f045e 02:13:02 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 02:13:02 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 02:13:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:13:29 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 02:13:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:13:30 Removing intermediate container 127411f578b0 02:13:30 ---> 77025341f30d 02:13:30 02:13:30 Step 10/22 : FROM alpine:3.12 02:13:30 3.12: Pulling from library/alpine 02:13:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:13:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:13:32 Status: Downloaded newer image for alpine:3.12 02:13:32 ---> 389fef711851 02:13:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:13:34 Removing intermediate container 5ccc98d7ac9f 02:13:34 ---> bf98848fe265 02:13:34 02:13:34 Step 10/21 : FROM scratch 02:13:34 ---> 02:13:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:13:34 ---> Running in 865c58e585ef 02:13:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:13:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:13:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:13:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:13:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:13:34 Removing intermediate container 9dab8733408b 02:13:34 ---> e20a4c002077 02:13:34 02:13:34 Step 10/24 : FROM alpine:3.12 02:13:34 ---> 389fef711851 02:13:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:13:34 Removing intermediate container 29dea154561e 02:13:34 ---> b93c92cc8e4d 02:13:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:13:34 ---> Running in e256d4bb6736 02:13:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:13:34 ---> Running in ac6272419098 02:13:34 ---> Running in 1351e115de71 02:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:35 (1/5) Installing ca-certificates (20191127-r4) 02:13:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:13:36 (3/5) Installing libcurl (7.69.1-r3) 02:13:36 (4/5) Installing curl (7.69.1-r3) 02:13:36 (5/5) Installing dumb-init (1.2.2-r1) 02:13:36 Executing busybox-1.31.1-r19.trigger 02:13:36 Executing ca-certificates-20191127-r4.trigger 02:13:36 OK: 7 MiB in 19 packages 02:13:36 Removing intermediate container e256d4bb6736 02:13:36 ---> fdd66454bbf9 02:13:36 Step 12/21 : ENV APP_PORT=48085 02:13:36 ---> Running in c7fdc50bb937 02:13:37 Removing intermediate container 1442661f045e 02:13:37 ---> ec11e719a209 02:13:37 02:13:37 Step 10/21 : FROM alpine:3.12 02:13:37 ---> 389fef711851 02:13:37 Step 11/21 : RUN apk add --update --no-cache curl 02:13:37 ---> Running in 8982cc2c6940 02:13:37 Removing intermediate container c7fdc50bb937 02:13:37 ---> 1d5aeb75c50d 02:13:37 Step 13/21 : EXPOSE $APP_PORT 02:13: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 02:13:37 ---> Running in 6c04e20d6802 02:13:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:13:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:37 (1/5) Installing ca-certificates (20191127-r4) 02:13:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:13:37 (3/5) Installing libcurl (7.69.1-r3) 02:13:37 (4/5) Installing curl (7.69.1-r3) 02:13:37 (5/5) Installing dumb-init (1.2.2-r1) 02:13:37 Executing busybox-1.31.1-r19.trigger 02:13:37 Executing ca-certificates-20191127-r4.trigger 02:13:37 OK: 7 MiB in 19 packages 02:13:38 Removing intermediate container 865c58e585ef 02:13:38 ---> 4cbcbecce04c 02:13:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:13:38 Removing intermediate container 6c04e20d6802 02:13:38 ---> d03fe83cc964 02:13:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:13:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:13:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:39 ---> Running in 6f0960d87194 02:13:39 ---> 19592f3d3800 02:13:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:13:39 (1/4) Installing ca-certificates (20191127-r4) 02:13:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:13:39 (3/4) Installing libcurl (7.69.1-r3) 02:13:39 (4/4) Installing curl (7.69.1-r3) 02:13:39 Executing busybox-1.31.1-r19.trigger 02:13:39 Executing ca-certificates-20191127-r4.trigger 02:13:39 OK: 7 MiB in 18 packages 02:13:40 Removing intermediate container 6f0960d87194 02:13:40 ---> 7a59df113817 02:13:40 Step 13/22 : WORKDIR / 02:13:40 ---> 95d2b764d4e6 02:13:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:13:40 Removing intermediate container ac6272419098 02:13:40 ---> 610d610ec224 02:13:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:13:40 Removing intermediate container 1351e115de71 02:13:40 ---> f51ddad6fe15 02:13:40 02:13:40 Step 11/26 : FROM docker:20.10.0 02:13:40 20.10.0: Pulling from library/docker 02:13:40 ---> Running in db1fe31ea2e8 02:13:41 ---> Running in 47cb7b752b59 02:13:41 ---> 7145725283da 02:13:41 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:13:41 Removing intermediate container 8982cc2c6940 02:13:41 ---> 65b41ce61d51 02:13:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:13:42 ---> Running in 7d8ee4e6e98d 02:13:42 Removing intermediate container db1fe31ea2e8 02:13:42 ---> 5a7816c458b7 02:13:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 02:13:42 ---> Running in fe2719a7a78c 02:13:42 Removing intermediate container 47cb7b752b59 02:13:42 ---> 2c5fb1339be3 02:13:42 Step 13/24 : WORKDIR / 02:13:42 ---> Running in 88e038c366ab 02:13:42 Removing intermediate container 7d8ee4e6e98d 02:13:42 ---> a78169ce4e5f 02:13:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:13:42 Removing intermediate container fe2719a7a78c 02:13:42 ---> a8782b3e51f3 02:13:42 Step 13/21 : WORKDIR /edgex 02:13:42 ---> 4d544927641f 02:13:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:13:43 Removing intermediate container 88e038c366ab 02:13:43 ---> 29db551a1789 02:13:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:13:43 ---> Running in 2b221765d626 02:13:43 ---> Running in b3dc46e4f088 02:13:43 Removing intermediate container b3dc46e4f088 02:13:43 ---> 6996ad4ee1e2 02:13:43 Step 19/21 : LABEL arch=x86_64 02:13:43 Removing intermediate container 2b221765d626 02:13:43 ---> 6be85e61ae4b 02:13:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:13:44 ---> 8fed499136df 02:13:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:13:44 ---> Running in 4a933950408a 02:13:44 ---> a30c7a2f69d4 02:13:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:13:44 ---> 31f39ad290f1 02:13:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:13:44 ---> 49c1fe1c5145 02:13:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:13:44 Removing intermediate container 4a933950408a 02:13:44 ---> 19088902e847 02:13:44 Step 20/21 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:13:44 ---> Running in edd1b894ccec 02:13:44 ---> d1d8f1b62ec6 02:13:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:13:45 ---> 2c2c8034dab5 02:13:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:13:45 Removing intermediate container edd1b894ccec 02:13:45 ---> 810b0d5ff0e6 02:13:45 Step 21/21 : LABEL version=0.0.0 02:13:45 ---> 7876acaaf337 02:13:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:13:45 ---> d44cea97fc7c 02:13:45 Step 18/22 : RUN chmod +x entrypoint.sh 02:13:45 ---> Running in 3dc58d327841 02:13:45 ---> Running in 0be8c408e7dc 02:13:45 ---> d55fcd4d546a 02:13:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:13:45 Removing intermediate container 3dc58d327841 02:13:45 ---> d57780147ed9 02:13:45 02:13:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:13:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:13:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:13:46 Successfully built d57780147ed9 02:13:47 Successfully tagged docker-support-scheduler-go:latest 02:13:47 Building docker-core-command-go 02:13:47  Building docker-support-scheduler-go ... done  ---> 181c10ec5986 02:13:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:13:47 ---> 36888d422291 02:13:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:13:48 ---> Running in 71f95c5520fa 02:13:52 ---> f2fe792c6fac 02:13:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:13:52 Removing intermediate container 71f95c5520fa 02:13:52 ---> fa6819947e0a 02:13:52 Step 18/21 : CMD ["--init=true"] 02:13:52 ---> Running in b6a2de0a9b99 02:13:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:13:52 Status: Downloaded newer image for docker:20.10.0 02:13:52 ---> Running in 2212bdaa7257 02:13:52 ---> aefe523efa57 02:13:52 Step 12/26 : RUN apk add --no-cache bash 02:13:52 Removing intermediate container 0be8c408e7dc 02:13:52 ---> 5998783a5e7f 02:13:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:13:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.306s coverage: 46.6% of statements 02:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:13:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:13:52 ---> Running in fc68788d9399 02:13:53 ---> Running in 80f86af81ae2 02:13:53 Removing intermediate container 2212bdaa7257 02:13:53 ---> 214fc3db0ae3 02:13:53 Step 19/21 : LABEL arch=x86_64 02:13:54 ---> Running in 957f7dacb748 02:13:54 Removing intermediate container 80f86af81ae2 02:13:54 ---> 492c3432df5f 02:13:54 Step 20/22 : LABEL arch=x86_64 02:13:55 ---> Running in 6ffe59e6d448 02:13:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:13:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:13:56 (1/2) Installing readline (8.0.4-r0) 02:13:56 (2/2) Installing bash (5.0.17-r0) 02:13:56 Executing bash-5.0.17-r0.post-install 02:13:56 Executing busybox-1.31.1-r19.trigger 02:13:56 OK: 12 MiB in 22 packages 02:13:56 Removing intermediate container 957f7dacb748 02:13:56 ---> 072150aa82db 02:13:56 Step 20/21 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:13:57 Removing intermediate container 6ffe59e6d448 02:13:57 ---> 590d2610203c 02:13:57 Step 21/22 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:13:57 Removing intermediate container b6a2de0a9b99 02:13:57 ---> 018191806a1c 02:13:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:13:58 ---> Running in 12fbbaf4269d 02:13:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.0% of statements 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:13:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:13:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:13:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 76.7% of statements 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:13:58 ---> Running in 1139e962bbab 02:13:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.663s coverage: 82.7% of statements 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:13:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:13:59 ---> Running in 0552c81dc844 02:13:59 Removing intermediate container 12fbbaf4269d 02:13:59 ---> f9b669cfd7b5 02:13:59 Step 21/21 : LABEL version=0.0.0 02:13:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:13:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:13:59 ---> 78334de8024e 02:13:59 Step 3/22 : WORKDIR /edgex-go 02:14:00 Removing intermediate container fc68788d9399 02:14:00 ---> 97866a8c30b7 02:14:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:14:00 ---> Using cache 02:14:00 ---> e9883623e2ce 02:14:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:00 ---> Using cache 02:14:00 ---> 55505bc9b39f 02:14:00 Step 5/22 : RUN apk add --update --no-cache make git 02:14:00 ---> Using cache 02:14:00 ---> 780202fd009d 02:14:00 Step 6/22 : COPY go.mod . 02:14:00 ---> Using cache 02:14:00 ---> 4c7989320447 02:14:00 Step 7/22 : RUN go mod download 02:14:00 ---> Using cache 02:14:00 ---> c4b6e75019d2 02:14:00 Step 8/22 : COPY . . 02:14:00 Removing intermediate container 1139e962bbab 02:14:00 ---> 31c6294c3abf 02:14:00 Step 22/24 : LABEL arch=x86_64 02:14:00 ---> Using cache 02:14:00 ---> ee4a782fdaa9 02:14:00 Step 9/22 : RUN make cmd/core-command/core-command 02:14:00 Removing intermediate container 0552c81dc844 02:14:00 ---> 0ff062b4b2a4 02:14:00 Step 22/22 : LABEL version=0.0.0 02:14:00 ---> Running in df5a28f6d0c0 02:14:00 ---> Running in c23358b91915 02:14:00 ---> Running in 52aff8c37f14 02:14:00 ---> Running in 81a9e67e8ce2 02:14:00 ---> Running in 7c15313f5b66 02:14:00 Removing intermediate container c23358b91915 02:14:00 ---> 827242d42434 02:14:00 02:14:00 Removing intermediate container df5a28f6d0c0 02:14:00 ---> 643f085b497b 02:14:00 Step 14/26 : ENV APP_PORT=48090 02:14:01 Removing intermediate container 7c15313f5b66 02:14:01 ---> 16b718cab492 02:14:01 02:14:01 Removing intermediate container 52aff8c37f14 02:14:01 ---> 6172e78605a9 02:14:01 Step 23/24 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:14:01 ---> Running in e6eff1e41bcc 02:14:01 Successfully built 827242d42434 02:14:01 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 02:14:01 Successfully tagged docker-security-proxy-setup-go:latest 02:14:01  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 02:14:01 ---> Running in 6aaffa7f4ec6 02:14:01 Successfully built 16b718cab492 02:14:01 Successfully tagged docker-security-bootstrap-redis-go:latest 02:14:01 Building docker-support-notifications-go 02:14:01  Building docker-security-bootstrap-redis-go ... done Removing intermediate container e6eff1e41bcc 02:14:01 ---> e991198521a8 02:14:01 Step 15/26 : EXPOSE $APP_PORT 02:14:01 Removing intermediate container 6aaffa7f4ec6 02:14:01 ---> 2c5833ad208a 02:14:01 Step 24/24 : LABEL version=0.0.0 02:14:01 ---> Running in 42c03f36c226 02:14:01 ---> Running in 467ef349e30f 02:14:01 Removing intermediate container 467ef349e30f 02:14:01 ---> c0b081245636 02:14:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:14:01 Removing intermediate container 42c03f36c226 02:14:01 ---> 64bf3bb410ef 02:14:01 02:14:02 Successfully built 64bf3bb410ef 02:14:02 Successfully tagged docker-security-secretstore-setup-go:latest 02:14:02 Building docker-core-metadata-go 02:14:02  Building docker-security-secretstore-setup-go ... done  ---> f071b3e5b02e 02:14:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.096s coverage: 28.6% of statements 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:14:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements 02:14:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:14:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements 02:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:14:12 ---> d70b2fcf6717 02:14:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:14:13 ---> 157e2e5f061e 02:14:13 Step 19/26 : RUN apk --no-cache add py3-pip 02:14:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.133s coverage: 93.8% of statements 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:14:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:14:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements 02:14:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:14:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.117s coverage: 80.8% of statements 02:14:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.173s coverage: 87.2% of statements 02:14:16 ---> Running in 61136eec76a0 02:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.168s coverage: 84.2% of statements 02:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:18 (1/33) Installing libbz2 (1.0.8-r1) 02:14:18 (2/33) Installing expat (2.2.9-r1) 02:14:18 (3/33) Installing libffi (3.3-r2) 02:14:18 (4/33) Installing gdbm (1.13-r1) 02:14:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.4% of statements 02:14:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:14:18 (5/33) Installing xz-libs (5.2.5-r0) 02:14:18 (6/33) Installing sqlite-libs (3.32.1-r0) 02:14:18 (7/33) Installing python3 (3.8.5-r0) 02:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 63.5% of statements 02:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 02:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 02:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 02:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 02:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 02:14:23 (8/33) Installing py3-appdirs (1.4.4-r1) 02:14:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:14:23 (10/33) Installing py3-parsing (2.4.7-r0) 02:14:23 (11/33) Installing py3-six (1.15.0-r0) 02:14:23 (12/33) Installing py3-packaging (20.4-r0) 02:14:23 (13/33) Installing py3-setuptools (47.0.0-r0) 02:14:23 (14/33) Installing py3-chardet (3.0.4-r4) 02:14:23 (15/33) Installing py3-idna (2.9-r0) 02:14:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:14:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:14:24 (18/33) Installing py3-requests (2.23.0-r0) 02:14:24 (19/33) Installing py3-msgpack (1.0.0-r0) 02:14:24 (20/33) Installing py3-lockfile (0.12.2-r3) 02:14:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:14:24 (22/33) Installing py3-colorama (0.4.3-r0) 02:14:24 (23/33) Installing py3-distlib (0.3.0-r0) 02:14:25 (24/33) Installing py3-distro (1.5.0-r1) 02:14:26 (25/33) Installing py3-webencodings (0.5.1-r3) 02:14:26 (26/33) Installing py3-html5lib (1.0.1-r4) 02:14:26 (27/33) Installing py3-pytoml (0.1.21-r0) 02:14:26 (28/33) Installing py3-pep517 (0.8.2-r0) 02:14:26 (29/33) Installing py3-progress (1.5-r0) 02:14:26 (30/33) Installing py3-toml (0.10.1-r0) 02:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.888s coverage: 55.9% of statements 02:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:14:27 (31/33) Installing py3-retrying (1.3.3-r0) 02:14:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:14:27 (33/33) Installing py3-pip (20.1.1-r0) 02:14:27 Executing busybox-1.31.1-r19.trigger 02:14:27 OK: 71 MiB in 55 packages 02:14:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:14:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:14:27 ---> 78334de8024e 02:14:27 Step 3/24 : WORKDIR /edgex-go 02:14:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:14:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:14:27 ---> 78334de8024e 02:14:27 Step 3/22 : WORKDIR /edgex-go 02:14:27 ---> Using cache 02:14:27 ---> e9883623e2ce 02:14:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:27 ---> Using cache 02:14:27 ---> 55505bc9b39f 02:14:27 Step 5/22 : RUN apk add --update --no-cache make git 02:14:27 ---> Using cache 02:14:27 ---> 780202fd009d 02:14:27 Step 6/22 : COPY go.mod . 02:14:27 ---> Using cache 02:14:27 ---> e9883623e2ce 02:14:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:27 ---> Using cache 02:14:27 ---> 55505bc9b39f 02:14:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 02:14:27 ---> Using cache 02:14:27 ---> 4c7989320447 02:14:27 Step 7/22 : RUN go mod download 02:14:27 ---> Using cache 02:14:27 ---> c4b6e75019d2 02:14:27 Step 8/22 : COPY . . 02:14:27 ---> Using cache 02:14:27 ---> ee4a782fdaa9 02:14:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.359s coverage: 37.0% of statements 02:14:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:14:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:14:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:14:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:14:28 ---> 78334de8024e 02:14:28 Step 3/23 : WORKDIR /edgex-go 02:14:28 ---> Using cache 02:14:28 ---> e9883623e2ce 02:14:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:14:28 ---> Using cache 02:14:28 ---> 55505bc9b39f 02:14:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.560s coverage: 84.0% of statements 02:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.120s coverage: 100.0% of statements 02:14:29 ---> Running in 6795b056518e 02:14:29 ---> Running in 44b11d4b3d5e 02:14:29 ---> Running in b5f9f1a93b3d 02:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:30 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 02:14:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:31 OK: 233 MiB in 51 packages 02:14:31 OK: 233 MiB in 51 packages 02:14:34 Removing intermediate container 81a9e67e8ce2 02:14:34 ---> 7e070436e18c 02:14:34 02:14:34 Step 10/22 : FROM scratch 02:14:34 ---> 02:14:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:14:34 ---> Using cache 02:14:34 ---> fdd66454bbf9 02:14:34 Step 12/22 : ENV APP_PORT=48082 02:14:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.328s coverage: 47.1% of statements 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:14:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:14:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.150s coverage: 100.0% of statements 02:14:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:14:35 ---> Running in 49aafcc56812 02:14:36 Removing intermediate container 6795b056518e 02:14:36 ---> 12f176830668 02:14:36 Step 6/24 : COPY go.mod . 02:14:38 Removing intermediate container 49aafcc56812 02:14:38 ---> 286c8614ea0e 02:14:38 Step 13/22 : EXPOSE $APP_PORT 02:14:38 Removing intermediate container 44b11d4b3d5e 02:14:38 ---> d0325812b038 02:14:38 Step 6/23 : COPY go.mod . 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.962s coverage: 29.1% of statements 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:14:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:14:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 02:14:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 02:14:40 ---> Running in 5d0462deec6f 02:14:40 ---> 96f006780091 02:14:40 Step 7/24 : RUN go mod download 02:14:41 ---> 0522ccb69263 02:14:41 Step 7/23 : RUN go mod download 02:14:41 ---> Running in 5d381cb8aa9a 02:14:41 Removing intermediate container 5d0462deec6f 02:14:41 ---> d3dc305a7fc5 02:14:41 Step 14/22 : WORKDIR / 02:14:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 02:14:41 Removing intermediate container 61136eec76a0 02:14:41 ---> 9be0a3730895 02:14:41 Step 20/26 : RUN pip install docker-compose==1.23.2 02:14:41 ---> Running in 350070aa775d 02:14:42 GO111MODULE=on go vet ./... 02:14:42 ---> Running in 36793f473c4e 02:14:42 ---> Running in 6c96e6e9bd43 02:14:42 Removing intermediate container 36793f473c4e 02:14:42 ---> 9ed99471c0b1 02:14:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:14:43 ---> 1afe40dbe379 02:14:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:14:44 ---> d15761224057 02:14:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:14:44 ---> a75f54068453 02:14:44 Step 18/22 : ENTRYPOINT ["/core-command"] 02:14:44 ---> Running in 79df9f6f8600 02:14:44 Collecting docker-compose==1.23.2 02:14:44 Removing intermediate container 5d381cb8aa9a 02:14:44 ---> fcdcf227edd8 02:14:44 Step 8/24 : COPY . . 02:14:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:14:44 Removing intermediate container 350070aa775d 02:14:44 ---> cc612d3ae791 02:14:44 Step 8/23 : COPY . . 02:14:44 Removing intermediate container 79df9f6f8600 02:14:44 ---> bcef3e825dbd 02:14:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:14:45 Collecting PyYAML<4,>=3.10 02:14:45 Downloading PyYAML-3.13.tar.gz (270 kB) 02:14:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:14:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:14:49 ---> Running in da7af841c926 02:14:50 Collecting docopt<0.7,>=0.6.1 02:14:50 Downloading docopt-0.6.2.tar.gz (25 kB) 02:14:52 Collecting jsonschema<3,>=2.5.1 02:14:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:14:53 Collecting texttable<0.10,>=0.9.0 02:14:53 Downloading texttable-0.9.1.tar.gz (11 kB) 02:14:54 Removing intermediate container da7af841c926 02:14:54 ---> c2b034c547c3 02:14:54 Step 20/22 : LABEL arch=x86_64 02:14:55 ---> Running in fc55698cd46c 02:14:55 Collecting websocket-client<1.0,>=0.32.0 02:14:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:14:55 Collecting docker<4.0,>=3.6.0 02:14:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:14:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:14:58 Collecting dockerpty<0.5,>=0.4.1 02:14:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:15:00 Removing intermediate container fc55698cd46c 02:15:00 ---> d45789a086d0 02:15:00 Step 21/22 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:15:01 Collecting cached-property<2,>=1.2.0 02:15:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:15:03 Collecting urllib3<1.25,>=1.21.1 02:15:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:15:04 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) 02:15:05 ---> Running in 9e7e773e2b5c 02:15:05 Collecting idna<2.8,>=2.5 02:15:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:15:07 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) 02:15:08 Collecting docker-pycreds>=0.4.0 02:15:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:15:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:15:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:15:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:15:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:15:09 Installing collected packages: PyYAML, urllib3, idna, requests, docopt, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose 02:15:09 Running setup.py install for PyYAML: started 02:15:09 Removing intermediate container 9e7e773e2b5c 02:15:09 ---> bebc4d2981bc 02:15:09 Step 22/22 : LABEL version=0.0.0 02:15:10 Removing intermediate container b5f9f1a93b3d 02:15:10 ---> 1447554f09a5 02:15:10 02:15:10 Step 10/22 : FROM scratch 02:15:10 ---> 02:15:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:15:10 ---> Using cache 02:15:10 ---> fdd66454bbf9 02:15:10 Step 12/22 : ENV APP_PORT=48081 02:15:10 Running setup.py install for PyYAML: finished with status 'done' 02:15:10 Attempting uninstall: urllib3 02:15:10 Found existing installation: urllib3 1.25.9 02:15:10 Uninstalling urllib3-1.25.9: 02:15:11 Successfully uninstalled urllib3-1.25.9 02:15:11 ---> Running in 22363e066ed7 02:15:11 ---> Running in d8f7a2afd606 02:15:11 ---> 7ab30fa4f2bd 02:15:11 Step 9/23 : RUN make cmd/core-data/core-data 02:15:11 ---> 3b44ab19313f 02:15:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:15:11 Attempting uninstall: idna 02:15:11 Found existing installation: idna 2.9 02:15:11 Uninstalling idna-2.9: 02:15:11 Removing intermediate container d8f7a2afd606 02:15:11 ---> 612c6ac077b2 02:15:11 Step 13/22 : EXPOSE $APP_PORT 02:15:11 Successfully uninstalled idna-2.9 02:15:11 Removing intermediate container 22363e066ed7 02:15:11 ---> fd96436b82c5 02:15:11 02:15:12 ---> Running in babb0a7ac254 02:15:12 ---> Running in d23688ed35c7 02:15:12 Attempting uninstall: requests 02:15:12 Found existing installation: requests 2.23.0 02:15:12 ---> Running in 9f02529c9823 02:15:12 Uninstalling requests-2.23.0: 02:15:12 Successfully uninstalled requests-2.23.0 02:15:12 Successfully built fd96436b82c5 02:15:12 Successfully tagged docker-core-command-go:latest 02:15:12 Running setup.py install for docopt: started 02:15:12  Building docker-core-command-go ... done Removing intermediate container babb0a7ac254 02:15:12 ---> d8e739287064 02:15:12 Step 14/22 : WORKDIR / 02:15:13 ---> Running in 74dc2555db73 02:15:13 Removing intermediate container 74dc2555db73 02:15:13 ---> 6556333a9fd8 02:15:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:15:13 Running setup.py install for docopt: finished with status 'done' 02:15:13 Running setup.py install for texttable: started 02:15:13 ---> 020d20659934 02:15:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:15:13 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 02:15:13 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 02:15:14 Running setup.py install for texttable: finished with status 'done' 02:15:15 ---> 11f2de5db535 02:15:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:15:15 Running setup.py install for dockerpty: started 02:15:15 Running setup.py install for dockerpty: finished with status 'done' 02:15:16 ---> 642f94e93756 02:15:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:15:16 ---> Running in 13f510145c4b 02:15:16 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 02:15:17 Removing intermediate container 13f510145c4b 02:15:17 ---> 349d786fd546 02:15:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:15:17 ---> Running in e0a27fd4b639 02:15:18 Removing intermediate container e0a27fd4b639 02:15:18 ---> 69bac78ca472 02:15:18 Step 20/22 : LABEL arch=x86_64 02:15:18 ---> Running in c46cdeba874c 02:15:19 Removing intermediate container c46cdeba874c 02:15:19 ---> db89b8afc414 02:15:19 Step 21/22 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:15:19 ---> Running in f8f71dbb508f 02:15:20 Removing intermediate container f8f71dbb508f 02:15:20 ---> 023fc73326c6 02:15:20 Step 22/22 : LABEL version=0.0.0 02:15:21 Removing intermediate container 6c96e6e9bd43 02:15:21 ---> e8fc90415ba2 02:15:21 Step 21/26 : RUN apk --no-cache add curl 02:15:21 ---> Running in 1cd22276fd08 02:15:21 ---> Running in b5bcf07a1aae 02:15:22 Removing intermediate container 1cd22276fd08 02:15:22 ---> 71ef8ab9e41b 02:15:22 02:15:23 Successfully built 71ef8ab9e41b 02:15:23 Successfully tagged docker-core-metadata-go:latest 02:15:23  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:15:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:15:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:15:23 (2/3) Installing libcurl (7.69.1-r3) 02:15:23 (3/3) Installing curl (7.69.1-r3) 02:15:24 Executing busybox-1.31.1-r19.trigger 02:15:24 OK: 72 MiB in 58 packages 02:15:25 Removing intermediate container b5bcf07a1aae 02:15:25 ---> 7089b63258a0 02:15:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:15:25 ---> Running in 85e6b5a0d1fd 02:15:25 Removing intermediate container 85e6b5a0d1fd 02:15:25 ---> 42352d8cd023 02:15:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:15:25 ---> Running in 827bdf942a3b 02:15:28 Removing intermediate container 827bdf942a3b 02:15:28 ---> 9ecd64b2b8fa 02:15:28 Step 24/26 : LABEL arch=x86_64 02:15:28 ---> Running in ef410a5e5f5f 02:15:28 Removing intermediate container ef410a5e5f5f 02:15:28 ---> de85bf824181 02:15:28 Step 25/26 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:15:28 ---> Running in 42ac38e0bd3f 02:15:29 Removing intermediate container 42ac38e0bd3f 02:15:29 ---> df104c4036d6 02:15:29 Step 26/26 : LABEL version=0.0.0 02:15:29 ---> Running in 32a628152b2f 02:15:29 Removing intermediate container 32a628152b2f 02:15:29 ---> b4d22c4f0c9c 02:15:29 02:15:29 Successfully built b4d22c4f0c9c 02:15:29 Successfully tagged docker-sys-mgmt-agent-go:latest 02:15:33  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9f02529c9823 02:15:33 ---> 6148c8f19704 02:15:33 02:15:33 Step 10/24 : FROM scratch 02:15:33 ---> 02:15:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:15:34 ---> Running in 13ead537d50c 02:15:34 Removing intermediate container 13ead537d50c 02:15:34 ---> 3df4591ca76e 02:15:34 Step 12/24 : ENV APP_PORT=48060 02:15:34 ---> Running in 01274f391178 02:15:34 Removing intermediate container 01274f391178 02:15:34 ---> 47228d50bf7a 02:15:34 Step 13/24 : EXPOSE $APP_PORT 02:15:34 ---> Running in fab75e593627 02:15:35 Removing intermediate container fab75e593627 02:15:35 ---> 65443be0b196 02:15:35 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:15:36 ---> 27af89cf1249 02:15:36 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:15:37 Removing intermediate container d23688ed35c7 02:15:37 ---> 3a7d9d3d7ca9 02:15:37 02:15:37 Step 10/23 : FROM alpine:3.12 02:15:37 ---> 389fef711851 02:15:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:15:37 ---> 45fae46be959 02:15:37 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:15:37 ---> Running in 0aa9bd82a77e 02:15:38 Removing intermediate container 0aa9bd82a77e 02:15:38 ---> 74aea19590fb 02:15:38 Step 12/23 : ENV APP_PORT=48080 02:15:38 ---> Running in 8ea3ee92628f 02:15:38 ---> 56e42ecefbae 02:15:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:15:38 Removing intermediate container 8ea3ee92628f 02:15:38 ---> 4181ba2aab7a 02:15:38 Step 13/23 : EXPOSE $APP_PORT 02:15:38 ---> Running in f68a2be6a3f2 02:15:38 ---> e5f73a5cda14 02:15:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:15:38 Removing intermediate container f68a2be6a3f2 02:15:38 ---> 40df5f4a6237 02:15:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:15:38 ---> Running in 1106835d4e8b 02:15:39 ---> 6a05ce77af33 02:15:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:15:39 ---> 2539e37f4eb3 02:15:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:15:39 ---> Running in c584b734cc03 02:15:39 Removing intermediate container c584b734cc03 02:15:39 ---> 85465e6c8a6a 02:15:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:15:39 Removing intermediate container 1106835d4e8b 02:15:39 ---> 5a231128a51d 02:15:39 Step 15/23 : RUN apk add --update --no-cache zeromq 02:15:39 ---> Running in fc5d8728864f 02:15:39 ---> Running in c7c42b738adc 02:15:39 Removing intermediate container fc5d8728864f 02:15:39 ---> 792fc272e94d 02:15:39 Step 22/24 : LABEL arch=x86_64 02:15:39 ---> Running in d70e0c44d2ce 02:15:40 Removing intermediate container d70e0c44d2ce 02:15:40 ---> 6e04d7d3c0cb 02:15:40 Step 23/24 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:15:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:15:40 ---> Running in 4be50c04c495 02:15:40 Removing intermediate container 4be50c04c495 02:15:40 ---> 3023ed33a40c 02:15:40 Step 24/24 : LABEL version=0.0.0 02:15:40 ---> Running in c2a6e094925e 02:15:40 Removing intermediate container c2a6e094925e 02:15:40 ---> 9a0103177478 02:15:40 02:15:40 Successfully built 9a0103177478 02:15:40 Successfully tagged docker-support-notifications-go:latest 02:15:40  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:15:41 (1/5) Installing libgcc (9.3.0-r2) 02:15:41 (2/5) Installing libsodium (1.0.18-r0) 02:15:41 (3/5) Installing libstdc++ (9.3.0-r2) 02:15:42 (4/5) Installing libzmq (4.3.3-r0) 02:15:42 (5/5) Installing zeromq (4.3.3-r0) 02:15:42 Executing busybox-1.31.1-r19.trigger 02:15:42 OK: 8 MiB in 19 packages 02:15:43 Removing intermediate container c7c42b738adc 02:15:43 ---> fcb52cb25133 02:15:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:15:43 ---> 6e862c5f3d6b 02:15:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:15:43 ---> 85116c98c4f5 02:15:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:15:44 ---> 5757c3d25f9e 02:15:44 Step 19/23 : ENTRYPOINT ["/core-data"] 02:15:44 ---> Running in cedff6df32fb 02:15:44 Removing intermediate container cedff6df32fb 02:15:44 ---> caf5e7494073 02:15:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:15:44 ---> Running in 9f23a4f4672c 02:15:44 Removing intermediate container 9f23a4f4672c 02:15:44 ---> b47f35e4fd91 02:15:44 Step 21/23 : LABEL arch=x86_64 02:15:45 ---> Running in b3ac3358bcd6 02:15:45 Removing intermediate container b3ac3358bcd6 02:15:45 ---> 5ec243b6af4b 02:15:45 Step 22/23 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:15:45 ---> Running in e944341a70dd 02:15:45 Removing intermediate container e944341a70dd 02:15:45 ---> 25d8f10dd0e6 02:15:45 Step 23/23 : LABEL version=0.0.0 02:15:45 ---> Running in a96b6a46e124 02:15:45 Removing intermediate container a96b6a46e124 02:15:45 ---> 1be0f5bb55c2 02:15:45 02:15:45 Successfully built 1be0f5bb55c2 02:15:45 Successfully tagged docker-core-data-go:latest 02:15:46  Building docker-core-data-go ... done  [Pipeline] } 02:15:46 $ docker stop --time=1 2c12471797aa94f5d4c1d8e791b19d649f87a7ed529111429f57fa509a60f6a9 02:15:47 $ docker rm -f 2c12471797aa94f5d4c1d8e791b19d649f87a7ed529111429f57fa509a60f6a9 [Pipeline] // withDockerContainer [Pipeline] sh 02:15:48 + docker images 02:15:48 + grep docker 02:15:48 docker-core-data-go latest 1be0f5bb55c2 3 seconds ago 22.2MB 02:15:48 docker-support-notifications-go latest 9a0103177478 8 seconds ago 12MB 02:15:48 docker-sys-mgmt-agent-go latest b4d22c4f0c9c 19 seconds ago 313MB 02:15:48 docker-core-metadata-go latest 71ef8ab9e41b 26 seconds ago 13MB 02:15:48 docker-core-command-go latest fd96436b82c5 37 seconds ago 10.6MB 02:15:48 docker-security-secretstore-setup-go latest 64bf3bb410ef About a minute ago 24.6MB 02:15:48 docker-security-proxy-setup-go latest 827242d42434 About a minute ago 24.5MB 02:15:48 docker-security-bootstrap-redis-go latest 16b718cab492 About a minute ago 15.8MB 02:15:48 docker-support-scheduler-go latest d57780147ed9 2 minutes ago 10.7MB 02:15:48 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 02:15:50 gofmt -l . 02:15:50 [ "`gofmt -l .`" = "" ] 02:15:50 ./bin/test-go-mod-tidy.sh 02:15:50 ./bin/test-attribution-txt.sh [Pipeline] sh 02:15:54 + ls -al . 02:15:54 total 664 02:15:54 drwxrwxr-x 9 1001 1001 4096 Jan 5 02:15 . 02:15:54 drwxr-xr-x 4 root root 4096 Jan 5 02:12 .. 02:15:54 -rw-rw-r-- 1 1001 1001 11 Jan 5 02:10 .dockerignore 02:15:54 drwxrwxr-x 8 1001 1001 4096 Jan 5 02:10 .git 02:15:54 drwxrwxr-x 3 1001 1001 4096 Jan 5 02:10 .github 02:15:54 -rw-rw-r-- 1 1001 1001 824 Jan 5 02:10 .gitignore 02:15:54 -rw-rw-r-- 1 1001 1001 166 Jan 5 02:10 .sonarcloud.properties 02:15:54 -rw-rw-r-- 1 1001 1001 3804 Jan 5 02:10 CONTRIBUTING.md 02:15:54 -rw-rw-r-- 1 1001 1001 931 Jan 5 02:10 Dockerfile.build 02:15:54 -rw-rw-r-- 1 1001 1001 863 Jan 5 02:10 Jenkinsfile 02:15:54 -rw-rw-r-- 1 1001 1001 10775 Jan 5 02:10 LICENSE 02:15:54 -rw-rw-r-- 1 1001 1001 5750 Jan 5 02:10 Makefile 02:15:54 -rw-rw-r-- 1 1001 1001 6511 Jan 5 02:10 README.md 02:15:54 -rw-rw-r-- 1 1001 1001 6744 Jan 5 02:10 SECURITY.md 02:15:54 -rw-rw-r-- 1 1001 1001 5 Jan 5 02:08 VERSION 02:15:54 -rw-rw-r-- 1 1001 1001 4131 Jan 5 02:10 ZMQWindows.md 02:15:54 drwxrwxr-x 2 1001 1001 4096 Jan 5 02:10 bin 02:15:54 drwxrwxr-x 14 1001 1001 4096 Jan 5 02:10 cmd 02:15:54 -rw-r--r-- 1 root root 540436 Jan 5 02:14 coverage.out 02:15:54 -rw-r--r-- 1 root root 979 Jan 5 02:15 go.mod 02:15:54 -rw-r--r-- 1 root root 18934 Jan 5 02:15 go.sum 02:15:54 drwxrwxr-x 8 1001 1001 4096 Jan 5 02:10 internal 02:15:54 drwxrwxr-x 4 1001 1001 4096 Jan 5 02:10 openapi 02:15:54 drwxrwxr-x 4 1001 1001 4096 Jan 5 02:10 snap 02:15:54 -rw-rw-r-- 1 1001 1001 168 Jan 5 02:10 version.go [Pipeline] sh 02:15:54 + '[' -e coverage.out ] 02:15:54 + chown 1001:1001 coverage.out [Pipeline] stash 02:15:54 Warning: overwriting stash ‘coverage-report’ 02:15:55 Stashed 1 file(s) [Pipeline] sh 02:15:56 + make build 02:15:56 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 02:16:04 Still waiting to schedule task 02:16:04 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:16:06 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 02:16:33 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 02:16:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:16:38 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 02:16:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:16:44 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 02:16:45 Running on prd-ubuntu18.04-docker-8c-8g-18399 in /w/workspace/edgexfoundry_edgex-go_PR-2968 [Pipeline] { [Pipeline] ws 02:16:45 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 02:16:47 using credential edgex-jenkins-ssh 02:16:47 Cloning the remote Git repository 02:16:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:16:47 > git init /w/workspace/edgex-go/6 # timeout=10 02:16:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:16:47 > git --version # timeout=10 02:16:47 > git --version # 'git version 2.17.1' 02:16:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:16:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:16:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:16:52 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 02:16:56 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 02:17:00 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 02:17:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 02:17:07 $ docker stop --time=1 433233b7ed3480826756deebd40abde31126741133439256336c1d0e0da4e55a 02:17:09 $ docker rm -f 433233b7ed3480826756deebd40abde31126741133439256336c1d0e0da4e55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:17:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:17:11 02:17:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:17:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:17:12 latest: Pulling from edgex-devops/edgex-compose-arm64 02:17:12 29e5d40040c1: Pulling fs layer 02:17:12 1ce36da41761: Pulling fs layer 02:17:12 25b303627fd3: Pulling fs layer 02:17:12 29e5d40040c1: Verifying Checksum 02:17:12 29e5d40040c1: Download complete 02:17:13 29e5d40040c1: Pull complete 02:17:14 1ce36da41761: Verifying Checksum 02:17:15 1ce36da41761: Pull complete 02:17:16 25b303627fd3: Verifying Checksum 02:17:16 25b303627fd3: Download complete 02:17:27 25b303627fd3: Pull complete 02:17:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:17:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:17:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:17:27 prd-ubuntu18.04-docker-arm64-4c-16g-18398 does not seem to be running inside a container 02:17:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 02:17:30 $ docker top b1d9fff660627dc996739ed60ea2ca5eba693667fdf9d839e5a6f656ea104ae2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:17:31 + docker-compose build --help 02:17:31 + grep parallel 02:17:34 --parallel Build images in parallel. [Pipeline] } 02:17:34 $ docker stop --time=1 b1d9fff660627dc996739ed60ea2ca5eba693667fdf9d839e5a6f656ea104ae2 02:17:36 $ docker rm -f b1d9fff660627dc996739ed60ea2ca5eba693667fdf9d839e5a6f656ea104ae2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:17:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:17:37 . [Pipeline] withDockerContainer 02:17:38 prd-ubuntu18.04-docker-arm64-4c-16g-18398 does not seem to be running inside a container 02:17:38 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 02:17:39 $ docker top 0cdcc6bf747147d9b04f6fd1b910a43fab5eaadff5511e384c123f2b5287511b -eo pid,comm [Pipeline] { [Pipeline] sh 02:17:40 + docker-compose -f ./docker-compose-build.yml build --parallel 02:17:43 Merging remotes/origin/master commit 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 into PR head commit d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:17:43 Merge succeeded, producing d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:17:43 Checking out Revision d168fb9f41fee069b33eb11810bbc3ddddbc80ba (PR-2968) 02:17:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:17:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:17:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:17:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:17:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:17:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2968/head:refs/remotes/origin/PR-2968 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:17:43 > git config core.sparsecheckout # timeout=10 02:17:43 > git checkout -f d168fb9f41fee069b33eb11810bbc3ddddbc80ba # timeout=10 02:17:43 > git remote # timeout=10 02:17:43 > git config --get remote.origin.url # timeout=10 02:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:17:43 > git merge 9a953f5b9eae9a1fd9d439f269b5a1f3c5abca33 # timeout=10 02:17:43 > git rev-parse HEAD^{commit} # timeout=10 02:17:43 > git config core.sparsecheckout # timeout=10 02:17:43 > git checkout -f d168fb9f41fee069b33eb11810bbc3ddddbc80ba # timeout=10 02:17:44 Building docker-core-command-go ... 02:17:44 Building docker-core-data-go ... 02:17:44 Building docker-core-metadata-go ... 02:17:44 Building docker-security-bootstrap-redis-go ... 02:17:44 Building docker-security-proxy-setup-go ... 02:17:44 Building docker-security-secretstore-setup-go ... 02:17:44 Building docker-support-notifications-go ... 02:17:44 Building docker-support-scheduler-go ... 02:17:44 Building docker-sys-mgmt-agent-go ... 02:17:44 Building docker-support-notifications-go 02:17:44 Building docker-security-proxy-setup-go 02:17:44 Building docker-security-secretstore-setup-go 02:17:44 Building docker-support-scheduler-go 02:17:44 Building docker-security-bootstrap-redis-go 02:17:47 Commit message: "feat(data): implement GET /reading/resourcename/{resourcename} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:48 + echo snap-build.sh 02:17:48 snap-build.sh 02:17:48 + SNAP_BASE_DIR=. 02:17:48 + '[' '!' -z /w/workspace/edgex-go/6 ']' 02:17:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 02:17:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 02:17:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 02:17:48 + cd /w/workspace/edgex-go/6 02:17:48 + sudo apt-get remove -qy --purge lxd lxd-client 02:17:48 Reading package lists... 02:17:49 Building dependency tree... 02:17:49 Reading state information... 02:17:49 The following packages were automatically installed and are no longer required: 02:17:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:17:49 uidmap xdelta3 02:17:49 Use 'sudo apt autoremove' to remove them. 02:17:49 The following packages will be REMOVED: 02:17:49 lxd* lxd-client* 02:17:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:17:49 After this operation, 31.7 MB disk space will be freed. 02:17:50 (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.) 02:17:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:17:51 Removing lxd dnsmasq configuration 02:17:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:17:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:17:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:17:53 (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.) 02:17:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:17:54 Processing triggers for systemd (237-3ubuntu10.42) ... 02:17:54 Processing triggers for ureadahead (0.100.0-21) ... 02:17:56 + sudo snap remove --purge lxd 02:17:56 snap "lxd" is not installed 02:17:56 + sudo groupadd --force --system lxd 02:17:56 ++ whoami 02:17:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:17:56 + newgrp - lxd 02:17:56 + sudo snap install lxd 02:18:04 2021-01-05T02:18:03Z INFO Waiting for automatic snapd restart... 02:18:17 lxd 4.9 from Canonical* installed 02:18:17 + sudo lxd init --auto 02:18:27 + sudo snap install --classic snapcraft 02:18:35 snapcraft 4.4.4 from Canonical* installed 02:18:35 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:18:35 + patch --verbose -p1 02:18:35 Hmm... Looks like a unified diff to me... 02:18:35 The text leading up to this was: 02:18:35 -------------------------- 02:18:35 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:18:35 |From: Tony Espy 02:18:35 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:18:35 |Subject: [PATCH] optimize snap build for pipeline CI check 02:18:35 | 02:18:35 |This patch is used by the EdgeX CI pipeline builds to 02:18:35 |optimize the snap CI check run for pull requests. When 02:18:35 |applied, it essentially strips out everything (apps and 02:18:35 |parts) from the snapcraft.yaml file except those required 02:18:35 |to build edgex-go, as the whole idea of the CI check is to 02:18:35 |catch changes to edgex-go that break the snap build. 02:18:35 | 02:18:35 |In general, anyone updating snapcraft.yaml will also need 02:18:35 |to update this patch file, otherwise it may fail to apply, 02:18:35 |resulting in a failed snap build CI check in the associated 02:18:35 |pull request. 02:18:35 | 02:18:35 |Note - in addition to applying this patch, the pipeline also 02:18:35 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:18:35 |need to build the finally binary .snap file (and it won't 02:18:35 |work with the patch applied). This further reduces the build 02:18:35 |time. 02:18:35 |--- 02:18:35 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:18:35 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:18:35 | 02:18:35 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:18:35 |index 1e537489..faf42425 100644 02:18:35 |--- a/snap/snapcraft.yaml 02:18:35 |+++ b/snap/snapcraft.yaml 02:18:35 -------------------------- 02:18:35 patching file snap/snapcraft.yaml 02:18:35 Using Plan A... 02:18:35 Hunk #1 succeeded at 73. 02:18:35 Hunk #2 succeeded at 202. 02:18:35 Hunk #3 succeeded at 214. 02:18:35 Hunk #4 succeeded at 222. 02:18:35 Hunk #5 succeeded at 229. 02:18:35 Hunk #6 succeeded at 256. 02:18:35 Hunk #7 succeeded at 290. 02:18:35 Hunk #8 succeeded at 341. 02:18:35 Hmm... Ignoring the trailing garbage. 02:18:35 done 02:18:35 + sudo snapcraft prime --use-lxd 02:18:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:18:35 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: 02:18:35 - README.md 02:18:35 02:18:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:18:36 Launching a container. 02:18:49 Waiting for container to be ready 02:18:49 To start your first instance, try: lxc launch ubuntu:18.04 02:18:49 02:18:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:18:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:18:52 ---> ef2b0a7df2f8 02:18:52 Step 3/24 : WORKDIR /edgex-go 02:18:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:18:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:18:53 ---> ef2b0a7df2f8 02:18:53 Step 3/21 : WORKDIR /edgex-go 02:18:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:18:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:18:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:18:53 ---> ef2b0a7df2f8 02:18:53 Step 3/22 : WORKDIR /edgex-go 02:18:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:18:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:18:53 ---> ef2b0a7df2f8 02:18:53 Step 3/21 : WORKDIR /edgex-go 02:18:53 Waiting for network to be ready... 02:18:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:18:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:18:53 ---> ef2b0a7df2f8 02:18:53 Step 3/24 : WORKDIR /edgex-go 02:18:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:18:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 02:18:54 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:18:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 02:18:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 02:18:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 02:18:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 02:18:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 02:18:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 02:18:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 02:18:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:18:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:18:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:18:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:18:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:18:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:18:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:18:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:18:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:18:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] 02:18:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 02:18:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 02:18:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 02:18:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 02:18:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 02:18:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 02:18:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 02:18:57 ---> Running in 86723054ea24 02:18:57 ---> Running in 9d79b7c2c580 02:18:57 ---> Running in 525a5e1c4841 02:18:57 ---> Running in 82784e742623 02:18:57 ---> Running in d77158dd4653 02:18:57 Removing intermediate container 9d79b7c2c580 02:18:57 ---> 62330201f5b9 02:18:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:18:57 Removing intermediate container 82784e742623 02:18:57 ---> 5be28bedea9c 02:18:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:18:58 Removing intermediate container 86723054ea24 02:18:58 Removing intermediate container 525a5e1c4841 02:18:58 ---> 2b56efe15491 02:18:58 ---> b48e884e1b46 02:18:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:18:58 02:18:58 Removing intermediate container d77158dd4653 02:18:58 ---> 26410cf72b58 02:18:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:18:58 ---> Running in 93d9fdd91d68 02:18:58 ---> Running in a53f5fc27f85 02:18:58 ---> Running in 2ac7f18036b5 02:18:58 ---> Running in b3600be281da 02:18:58 ---> Running in 2bc2314efb4e 02:18:58 Fetched 23.6 MB in 5s (4521 kB/s) 02:19:00 Reading package lists... 02:19:00 Reading package lists... 02:19:00 Building dependency tree... 02:19:00 Reading state information... 02:19:00 The following additional packages will be installed: 02:19:00 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:19:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:19:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:19:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:19:00 Suggested packages: 02:19:00 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:19:00 Recommended packages: 02:19:00 gnupg libsasl2-modules 02:19:00 The following NEW packages will be installed: 02:19:00 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:19:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:19:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:19:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:19:00 The following packages will be upgraded: 02:19:00 gpg gpg-agent gpgconf libudev1 02:19:01 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 02:19:01 Need to get 3531 kB of archives. 02:19:01 After this operation, 13.3 MB of additional disk space will be used. 02:19:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 02:19:01 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 02:19:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 02:19:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 02:19:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 02:19:01 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] 02:19:01 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] 02:19:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 02:19:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 02:19:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 02:19:01 Removing intermediate container 93d9fdd91d68 02:19:01 ---> 3cb4e6ffd8fd 02:19:01 Step 5/21 : RUN apk add --update --no-cache make git 02:19:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:19:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:19:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:19:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:19:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:19:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:19:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:19:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:19:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:19:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:19:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:19:01 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:19:02 ---> Running in c01a870620e4 02:19:02 debconf: delaying package configuration, since apt-utils is not installed 02:19:02 Fetched 3531 kB in 1s (3216 kB/s) 02:19:02 (Reading database ... 12511 files and directories currently installed.) 02:19:02 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 02:19:02 Removing intermediate container a53f5fc27f85 02:19:02 ---> 926934fa5a6a 02:19:02 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 02:19:02 Removing intermediate container 2ac7f18036b5 02:19:02 ---> ce56e82151a7 02:19:02 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:19:02 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 02:19:02 Selecting previously unselected package udev. 02:19:02 (Reading database ... 12511 files and directories currently installed.) 02:19:02 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 02:19:02 Unpacking udev (237-3ubuntu10.43) ... 02:19:02 Step 5/24 : RUN apk add --update --no-cache make git 02:19:02 Removing intermediate container 2bc2314efb4e 02:19:02 ---> b073de98827a 02:19:02 Step 5/21 : RUN apk add --update --no-cache make git 02:19:02 Removing intermediate container b3600be281da 02:19:02 ---> 55b5ac1ebebc 02:19:02 Step 5/22 : RUN apk add --update --no-cache make git 02:19:02 ---> Running in 820109741ff7 02:19:02 Selecting previously unselected package libfuse2:amd64. 02:19:02 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:19:02 ---> Running in 0495bd09f726 02:19:02 ---> Running in 8dcac431c8f2 02:19:02 ---> Running in b2b1c8084d86 02:19:02 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:19:02 Selecting previously unselected package fuse. 02:19:02 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:19:02 Unpacking fuse (2.9.7-1ubuntu1) ... 02:19:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 02:19:02 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:19:03 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 02:19:03 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:19:03 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 02:19:03 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:19:03 Selecting previously unselected package libksba8:amd64. 02:19:03 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:19:03 Unpacking libksba8:amd64 (1.3.5-2) ... 02:19:03 Selecting previously unselected package libroken18-heimdal:amd64. 02:19:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:03 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:19:03 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:03 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:03 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:19:03 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:03 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:03 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:19:03 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:03 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:04 Selecting previously unselected package libwind0-heimdal:amd64. 02:19:04 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:04 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:04 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:19:04 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:04 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:19:04 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:04 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:04 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:19:04 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:04 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:19:04 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:04 Selecting previously unselected package libsasl2-modules-db:amd64. 02:19:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 02:19:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:19:04 Selecting previously unselected package libsasl2-2:amd64. 02:19:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 02:19:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:19:04 Selecting previously unselected package libldap-common. 02:19:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:04 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 02:19:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:19:04 Selecting previously unselected package libldap-2.4-2:amd64. 02:19:04 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 02:19:04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:19:04 Selecting previously unselected package dirmngr. 02:19:04 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 02:19:04 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 02:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:05 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:19:05 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 02:19:05 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:19:05 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:19:05 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:19:05 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 02:19:05 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:05 Setting up libksba8:amd64 (1.3.5-2) ... 02:19:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:05 Setting up udev (237-3ubuntu10.43) ... 02:19:05 OK: 217 MiB in 51 packages 02:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:05 invoke-rc.d: policy-rc.d denied execution of start. 02:19:05 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:05 Processing triggers for systemd (237-3ubuntu10) ... 02:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:06 Setting up fuse (2.9.7-1ubuntu1) ... 02:19:06 Setting up gpg (2.2.4-1ubuntu1.3) ... 02:19:06 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:06 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:19:06 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 02:19:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:06 Removing intermediate container c01a870620e4 02:19:06 ---> a9c427de36cc 02:19:06 Step 6/21 : COPY go.mod . 02:19:07 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:19:07 settings in the [Install] section, and DefaultInstance for template units). 02:19:07 This means they are not meant to be enabled using systemctl. 02:19:07 Possible reasons for having this kind of units are: 02:19:07 1) A unit may be statically enabled by being symlinked from another unit's 02:19:07 .wants/ or .requires/ directory. 02:19:07 2) A unit's purpose may be to act as a helper for some other unit which has 02:19:07 a requirement dependency on it. 02:19:07 3) A unit may be started when needed via activation (socket, path, timer, 02:19:07 D-Bus, udev, scripted systemctl call, ...). 02:19:07 4) In case of template units, the unit is meant to be enabled with some 02:19:07 instance name specified. 02:19:07 OK: 217 MiB in 51 packages 02:19:07 OK: 217 MiB in 51 packages 02:19:07 Reading package lists... 02:19:07 ---> 9404e42160df 02:19:07 Step 7/21 : RUN go mod download 02:19:07 ---> Running in 7f0d42940c83 02:19:07 Building dependency tree... 02:19:07 Reading state information... 02:19:08 The following additional packages will be installed: 02:19:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:19:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:19:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:19:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:19:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:19:08 Suggested packages: 02:19:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:19:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:19:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:19:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:19:08 systemd-container policykit-1 02:19:08 Recommended packages: 02:19:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:19:08 The following NEW packages will be installed: 02:19:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:19:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:19:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:19:08 multiarch-support openssh-client python3 python3-minimal python3.6 02:19:08 python3.6-minimal snapd squashfs-tools sudo 02:19:08 The following packages will be upgraded: 02:19:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:19:08 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 02:19:08 Need to get 35.2 MB of archives. 02:19:08 After this operation, 141 MB of additional disk space will be used. 02:19:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:19:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:19:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 02:19:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 02:19:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 02:19:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:19:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 02:19:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 02:19:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 02:19:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:19:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:19:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:19:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:19:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:19:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:19:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 02:19:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:19:08 OK: 217 MiB in 51 packages 02:19:08 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 02:19:08 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:19:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:19:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:19:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:19:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:19:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:19:08 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:19:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 02:19:09 Removing intermediate container 0495bd09f726 02:19:09 ---> 79d292e76288 02:19:09 Step 6/24 : COPY go.mod . 02:19:09 OK: 217 MiB in 51 packages 02:19:09 Removing intermediate container 820109741ff7 02:19:09 ---> 55b73826e0e7 02:19:09 Step 6/24 : COPY go.mod . 02:19:09 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:19:09 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:19:09 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:19:09 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 02:19:10 ---> 52a99c83e6e3 02:19:10 Step 7/24 : RUN go mod download 02:19:10 Removing intermediate container 8dcac431c8f2 02:19:10 ---> 6bd2f038f760 02:19:10 Step 6/21 : COPY go.mod . 02:19:10 ---> a5baab8ef115 02:19:10 Step 7/24 : RUN go mod download 02:19:10 ---> Running in 3409e450dc54 02:19:10 debconf: delaying package configuration, since apt-utils is not installed 02:19:10 Fetched 35.2 MB in 2s (15.8 MB/s) 02:19:10 ---> Running in 1cc6e70c1443 02:19:10 (Reading database ... 12757 files and directories currently installed.) 02:19:10 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 02:19:10 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:19:11 Removing intermediate container b2b1c8084d86 02:19:11 ---> 6986245893c9 02:19:11 Step 6/22 : COPY go.mod . 02:19:11 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 02:19:11 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:19:11 ---> 895ba326a6b2 02:19:11 Step 7/21 : RUN go mod download 02:19:11 Removing intermediate container 7f0d42940c83 02:19:11 ---> dad407af1fa1 02:19:11 Step 8/21 : COPY . . 02:19:11 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 02:19:11 (Reading database ... 12757 files and directories currently installed.) 02:19:11 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:19:11 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:19:11 ---> Running in 75c02b663a2a 02:19:11 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:19:12 ---> 12e8b71c816b 02:19:12 Step 7/22 : RUN go mod download 02:19:12 (Reading database ... 12757 files and directories currently installed.) 02:19:12 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:19:12 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:19:12 ---> Running in 1d4fad020c4c 02:19:12 Setting up apt (1.6.12ubuntu0.2) ... 02:19:12 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:19:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:19:13 (Reading database ... 12764 files and directories currently installed.) 02:19:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:19:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:19:13 Selecting previously unselected package libpython3.6-minimal:amd64. 02:19:13 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:19:13 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:19:13 Selecting previously unselected package libexpat1:amd64. 02:19:13 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:19:13 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:19:13 Selecting previously unselected package python3.6-minimal. 02:19:13 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:19:13 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:19:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 02:19:14 Checking for services that may need to be restarted...done. 02:19:14 Checking for services that may need to be restarted...done. 02:19:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:19:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:19:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:19:14 Selecting previously unselected package python3-minimal. 02:19:14 (Reading database ... 13012 files and directories currently installed.) 02:19:14 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:19:14 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:19:14 Selecting previously unselected package mime-support. 02:19:14 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:19:14 Unpacking mime-support (3.60ubuntu1) ... 02:19:15 Selecting previously unselected package libmpdec2:amd64. 02:19:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:19:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:19:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:19:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:19:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:19:15 Selecting previously unselected package python3.6. 02:19:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:19:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:19:15 Selecting previously unselected package libpython3-stdlib:amd64. 02:19:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:19:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:19:15 Setting up python3-minimal (3.6.7-1~18.04) ... 02:19:15 Removing intermediate container 3409e450dc54 02:19:15 ---> 8c5894393a0d 02:19:15 Step 8/24 : COPY . . 02:19:15 Removing intermediate container 1cc6e70c1443 02:19:15 ---> a8f0e8a5c072 02:19:15 Step 8/24 : COPY . . 02:19:16 Removing intermediate container 75c02b663a2a 02:19:16 ---> ba197704f63e 02:19:16 Step 8/21 : COPY . . 02:19:17 Selecting previously unselected package python3. 02:19:17 (Reading database ... 13442 files and directories currently installed.) 02:19:17 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:19:17 Unpacking python3 (3.6.7-1~18.04) ... 02:19:17 Selecting previously unselected package multiarch-support. 02:19:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:19:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:19:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:19:17 Selecting previously unselected package liblzo2-2:amd64. 02:19:17 (Reading database ... 13479 files and directories currently installed.) 02:19:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:19:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:19:17 Selecting previously unselected package libbsd0:amd64. 02:19:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:19:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:19:17 Selecting previously unselected package sudo. 02:19:17 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 02:19:17 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 02:19:17 Selecting previously unselected package apparmor. 02:19:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:19:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:19:17 Selecting previously unselected package libedit2:amd64. 02:19:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:19:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:19:17 Selecting previously unselected package libkrb5support0:amd64. 02:19:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:19:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:19:18 Removing intermediate container 1d4fad020c4c 02:19:18 ---> bcc30097eefe 02:19:18 Step 8/22 : COPY . . 02:19:18 Selecting previously unselected package libk5crypto3:amd64. 02:19:18 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:19:18 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:19:18 Selecting previously unselected package libkeyutils1:amd64. 02:19:18 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:19:18 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:19:18 Selecting previously unselected package libkrb5-3:amd64. 02:19:18 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:19:18 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:19:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:19:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:19:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:19:18 Selecting previously unselected package libssl1.0.0:amd64. 02:19:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 02:19:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:19:18 Selecting previously unselected package openssh-client. 02:19:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:19:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:19:18 Selecting previously unselected package squashfs-tools. 02:19:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:19:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:19:19 Selecting previously unselected package snapd. 02:19:19 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 02:19:19 Unpacking snapd (2.48+18.04) ... 02:19:21 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:19:21 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:19:21 Setting up mime-support (3.60ubuntu1) ... 02:19:21 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 02:19:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:19:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:19:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:22 Setting up systemd (237-3ubuntu10.43) ... 02:19:22 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:19:22 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:19:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:19:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:19:22 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:19:22 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:19:22 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:19:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:19:23 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:19:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:19:23 Setting up python3 (3.6.7-1~18.04) ... 02:19:23 running python rtupdate hooks for python3.6... 02:19:23 running python post-rtupdate hooks for python3.6... 02:19:24 Setting up apparmor (2.12-4ubuntu5.1) ... 02:19:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:19:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:19:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:19:26 Setting up snapd (2.48+18.04) ... 02:19:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:19:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:19:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:19:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:19:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:19:27 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:19:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:19:27 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:19:28 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:19:28 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:19:28 /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' 02:19:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:28 Processing triggers for systemd (237-3ubuntu10.43) ... 02:19:30 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 02:19:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:19:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:19:30 Fetched 177 kB in 1s (293 kB/s) 02:19:32 Reading package lists... 02:19:32 Reading package lists... 02:19:32 Building dependency tree... 02:19:32 Reading state information... 02:19:32 Calculating upgrade... 02:19:32 The following packages will be upgraded: 02:19:32 advancecomp base-files bash binutils binutils-common 02:19:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:19:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:19:32 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 02:19:32 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 02:19:32 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 02:19:32 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 02:19:32 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 02:19:32 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 02:19:32 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 02:19:32 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 02:19:32 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 02:19:32 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 02:19:32 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:19:32 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:19:32 Need to get 63.5 MB of archives. 02:19:32 After this operation, 5200 kB of additional disk space will be used. 02:19:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:19:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:19:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:19:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:19:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:19:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:19:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:19:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:19:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:19:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:19:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:19:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:19:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:19:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:19:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:19:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:19:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:19:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:19:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:19:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:19:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:19:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:19:33 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:19:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:19:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:19:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:19:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:19:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:19:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:19:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:19:33 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:19:33 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:19:33 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:19:33 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:19:33 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 02:19:33 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:19:33 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:19:33 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 02:19:33 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 02:19:33 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:19:33 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:19:33 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:19:33 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 02:19:33 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:19:33 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:19:33 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 02:19:33 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 02:19:33 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 02:19:33 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 02:19:33 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:19:33 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:19:33 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:19:33 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:19:33 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:19:33 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:19:33 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:19:33 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:19:33 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:19:33 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:19:33 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:19:33 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:19:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:19:34 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:19:34 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 02:19:34 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:19:35 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:19:35 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:19:35 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 02:19:35 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:19:35 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:19:35 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:19:35 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:19:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:19:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:19:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:19:35 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:19:35 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:19:35 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:19:35 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:19:35 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:19:35 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:19:35 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 02:19:35 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:19:35 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:19:35 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:19:35 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:19:35 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:19:35 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:19:35 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:19:35 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:19:35 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:19:35 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:19:36 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:19:36 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:19:36 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:19:36 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:19:36 debconf: delaying package configuration, since apt-utils is not installed 02:19:36 Fetched 63.5 MB in 3s (19.4 MB/s) 02:19:36 (Reading database ... 13912 files and directories currently installed.) 02:19:36 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:19:36 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:19:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:19:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:19:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 02:19:37 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 02:19:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:38 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:19:38 (Reading database ... 13911 files and directories currently installed.) 02:19:38 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:38 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:19:38 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:19:39 (Reading database ... 13911 files and directories currently installed.) 02:19:39 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:39 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:39 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:19:39 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:19:39 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:19:39 (Reading database ... 13911 files and directories currently installed.) 02:19:39 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:19:39 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:19:40 ---> 6872f244eefd 02:19:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:19:40 ---> 6b4c821da9d8 02:19:40 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:19:40 ---> 68d334d96ef6 02:19:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:19:40 ---> c308a3e12bf7 02:19:40 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:19:40 ---> Running in e8b35c48906e 02:19:40 ---> b591da836567 02:19:40 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:19:40 ---> Running in cc61d6c92148 02:19:40 ---> Running in af876afeed4a 02:19:40 ---> Running in fff72e20bf1f 02:19:40 ---> Running in dcc20a7d9c32 02:19:40 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:19:40 (Reading database ... 13911 files and directories currently installed.) 02:19:40 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:19:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:19:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:19:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:19:41 Setting up base-files (10.1ubuntu2.10) ... 02:19:41 Installing new version of config file /etc/issue ... 02:19:41 Installing new version of config file /etc/issue.net ... 02:19:41 Installing new version of config file /etc/lsb-release ... 02:19:41 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:19:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:19:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:19:41 Removing obsolete conffile /etc/default/motd-news ... 02:19:41 (Reading database ... 13912 files and directories currently installed.) 02:19:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:19:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:19:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:19:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:19:41 Setting up bash (4.4.18-2ubuntu1.2) ... 02:19:41 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 02:19:42 (Reading database ... 13912 files and directories currently installed.) 02:19:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:19:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:19:42 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 02:19:42 (Reading database ... 13912 files and directories currently installed.) 02:19:42 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 02:19:42 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 02:19:42 Setting up tar (1.29b-2ubuntu0.1) ... 02:19:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:19:42 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 02:19:42 (Reading database ... 13912 files and directories currently installed.) 02:19:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:19:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:19:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:19:43 (Reading database ... 13912 files and directories currently installed.) 02:19:43 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:19:43 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:19:43 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:19:43 (Reading database ... 13912 files and directories currently installed.) 02:19:43 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:19:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:19:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:19:43 (Reading database ... 13912 files and directories currently installed.) 02:19:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:19:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:19:43 Setting up grep (3.1-2build1) ... 02:19:43 (Reading database ... 13912 files and directories currently installed.) 02:19:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:19:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:19:44 Setting up login (1:4.5-1ubuntu2) ... 02:19:44 (Reading database ... 13912 files and directories currently installed.) 02:19:44 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:19:44 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:19:44 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:19:44 (Reading database ... 13912 files and directories currently installed.) 02:19:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:19:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:19:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:19:45 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:19:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:19:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:19:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:19:45 (Reading database ... 13912 files and directories currently installed.) 02:19:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:19:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:19:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:19:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:19:47 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:19:47 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:19:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:19:47 (Reading database ... 13912 files and directories currently installed.) 02:19:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:19:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:19:47 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:19:47 (Reading database ... 13912 files and directories currently installed.) 02:19:47 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:47 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:19:48 (Reading database ... 13912 files and directories currently installed.) 02:19:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:48 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:19:48 (Reading database ... 13912 files and directories currently installed.) 02:19:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:19:48 (Reading database ... 13912 files and directories currently installed.) 02:19:48 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:48 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:48 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:19:48 (Reading database ... 13912 files and directories currently installed.) 02:19:48 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:19:48 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:19:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:19:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:19:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:19:49 (Reading database ... 13912 files and directories currently installed.) 02:19:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:19:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:19:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:19:49 (Reading database ... 13912 files and directories currently installed.) 02:19:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:19:49 (Reading database ... 13912 files and directories currently installed.) 02:19:49 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:49 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:49 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:19:49 (Reading database ... 13912 files and directories currently installed.) 02:19:49 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:19:50 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:19:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:19:51 (Reading database ... 13912 files and directories currently installed.) 02:19:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:19:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:19:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:19:51 (Reading database ... 13912 files and directories currently installed.) 02:19:51 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:19:51 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:19:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:19:52 (Reading database ... 13914 files and directories currently installed.) 02:19:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:19:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:19:52 Setting up debconf (1.5.66ubuntu1) ... 02:19:52 (Reading database ... 13914 files and directories currently installed.) 02:19:52 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:19:52 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:19:52 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:19:53 (Reading database ... 13914 files and directories currently installed.) 02:19:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:19:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:19:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:19:53 (Reading database ... 13914 files and directories currently installed.) 02:19:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:19:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:19:53 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:19:53 (Reading database ... 13914 files and directories currently installed.) 02:19:53 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:19:53 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:19:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 02:19:54 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:19:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:19:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:19:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:19:54 (Reading database ... 13914 files and directories currently installed.) 02:19:54 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:19:54 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:19:54 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:19:54 (Reading database ... 13914 files and directories currently installed.) 02:19:54 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:19:54 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:19:54 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:19:55 (Reading database ... 13914 files and directories currently installed.) 02:19:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:19:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:19:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:19:55 (Reading database ... 13914 files and directories currently installed.) 02:19:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:19:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:19:55 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:19:55 (Reading database ... 13914 files and directories currently installed.) 02:19:55 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:19:55 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:19:56 Setting up passwd (1:4.5-1ubuntu2) ... 02:19:56 (Reading database ... 13914 files and directories currently installed.) 02:19:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 02:19:56 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:19:56 Setting up gpgv (2.2.4-1ubuntu1.3) ... 02:19:56 (Reading database ... 13914 files and directories currently installed.) 02:19:56 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:19:56 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:19:56 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:19:56 (Reading database ... 13914 files and directories currently installed.) 02:19:56 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:19:56 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:19:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:19:57 (Reading database ... 13914 files and directories currently installed.) 02:19:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:19:57 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:19:57 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:19:57 (Reading database ... 13914 files and directories currently installed.) 02:19:57 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:19:57 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:19:57 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:19:57 (Reading database ... 13914 files and directories currently installed.) 02:19:57 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:19:57 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:19:57 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:19:58 (Reading database ... 13915 files and directories currently installed.) 02:19:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:19:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:19:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:19:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:19:58 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:19:58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:19:58 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 02:19:58 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 02:19:58 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:19:58 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:19:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:19:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:19:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:19:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:19:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:19:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:19:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:19:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:19:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:19:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:19:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:19:59 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:20:00 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 02:20:00 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 02:20:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:20:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:20:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:20:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:20:01 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:20:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:20:01 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:20:01 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:20:01 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:20:01 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:20:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:20:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:20:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:04 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:04 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:05 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:05 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:05 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:06 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:06 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:07 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:07 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:20:07 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:20:07 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:20:07 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:20:07 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:20:07 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:20:07 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:20:07 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:20:07 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:20:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:20:07 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:20:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:20:07 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:20:07 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:20:08 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:20:08 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:20:08 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:20:08 Setting up tzdata (2020d-0ubuntu0.18.04) ... 02:20:08 02:20:08 Current default time zone: 'Etc/UTC' 02:20:08 Local time is now: Tue Jan 5 02:20:08 UTC 2021. 02:20:08 Universal Time is now: Tue Jan 5 02:20:08 UTC 2021. 02:20:08 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:20:08 02:20:08 Setting up systemd-sysv (237-3ubuntu10.43) ... 02:20:08 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 02:20:08 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:20:08 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:20:08 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:20:08 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:20:08 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:20:08 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:20:08 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:20:08 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:20:09 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:09 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 02:20:09 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:09 Setting up patch (2.7.6-2ubuntu1.1) ... 02:20:09 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:20:09 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:20:09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 02:20:09 Installing new version of config file /etc/ssl/openssl.cnf ... 02:20:09 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:20:09 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:20:09 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 02:20:11 Updating certificates in /etc/ssl/certs... 02:20:12 22 added, 17 removed; done. 02:20:12 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:20:12 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:12 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:20:12 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:20:12 Setting up pkgbinarymangler (138.18.04.1) ... 02:20:12 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 02:20:12 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up perl (5.26.1-6ubuntu0.5) ... 02:20:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 02:20:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:20:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:20:12 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 02:20:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:20:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:20:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:20:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:20:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:20:12 Processing triggers for systemd (237-3ubuntu10.43) ... 02:20:13 Processing triggers for mime-support (3.60ubuntu1) ... 02:20:13 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 02:20:13 Updating certificates in /etc/ssl/certs... 02:20:13 0 added, 0 removed; done. 02:20:13 Running hooks in /etc/ca-certificates/update.d... 02:20:13 done. 02:20:14 Reading package lists... 02:20:14 Building dependency tree... 02:20:14 Reading state information... 02:20:14 The following NEW packages will be installed: 02:20:14 apt-transport-https 02:20:15 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:20:15 Need to get 1696 B of archives. 02:20:15 After this operation, 153 kB of additional disk space will be used. 02:20:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:20:15 debconf: delaying package configuration, since apt-utils is not installed 02:20:15 Fetched 1696 B in 0s (9112 B/s) 02:20:15 Selecting previously unselected package apt-transport-https. 02:20:15 (Reading database ... 13929 files and directories currently installed.) 02:20:15 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:20:15 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:20:15 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:20:16 Waiting for network to be ready... 02:20:22 2021-01-05T02:20:19Z INFO Waiting for automatic snapd restart... 02:20:22 snapd 2.48.1 from Canonical* installed 02:20:23 "snapd" switched to the "latest/stable" channel 02:20:23 02:20:29 core18 20201210 from Canonical* installed 02:20:29 "core18" switched to the "latest/stable" channel 02:20:29 02:20:35 snapcraft 4.4.4 from Canonical* installed 02:20:35 "snapcraft" switched to the "latest/stable" channel 02:20:35 02:20:39 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: 02:20:39 - README.md 02:20:39 02:20:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:20:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:20:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:20:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:20:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:20:47 Reading package lists... 02:20:48 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 02:20:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:20:55 Reading package lists... 02:20:55 Building dependency tree... 02:20:55 Reading state information... 02:20:55 Suggested packages: 02:20:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:20:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:20:55 Recommended packages: 02:20:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:20:55 The following NEW packages will be installed: 02:20:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:20:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:20:55 pkg-config zip 02:20:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:20:55 Need to get 7655 kB of archives. 02:20:55 After this operation, 43.7 MB of additional disk space will be used. 02:20:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 02:20:55 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:20:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:20:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:20:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:20:55 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:20:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:20:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:20:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:20:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:20:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 02:20:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:20:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:20:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:20:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:20:56 debconf: delaying package configuration, since apt-utils is not installed 02:20:56 Fetched 7655 kB in 1s (6063 kB/s) 02:20:56 Selecting previously unselected package libglib2.0-0:amd64. 02:20:56 (Reading database ... 13933 files and directories currently installed.) 02:20:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 02:20:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:20:56 Selecting previously unselected package libpsl5:amd64. 02:20:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:20:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:20:56 Selecting previously unselected package libnghttp2-14:amd64. 02:20:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:20:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:20:56 Selecting previously unselected package librtmp1:amd64. 02:20:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:20:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:20:56 Selecting previously unselected package libcurl3-gnutls:amd64. 02:20:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 02:20:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:20:57 Selecting previously unselected package liberror-perl. 02:20:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:20:57 Unpacking liberror-perl (0.17025-1) ... 02:20:57 Selecting previously unselected package git-man. 02:20:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:20:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:20:57 Selecting previously unselected package git. 02:20:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:20:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:20:58 Selecting previously unselected package libnorm1:amd64. 02:20:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:20:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:20:58 Selecting previously unselected package libpgm-5.2-0:amd64. 02:20:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:20:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:20:58 Selecting previously unselected package libsodium23:amd64. 02:20:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:20:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:20:58 Selecting previously unselected package libzmq5:amd64. 02:20:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:20:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:20:58 Selecting previously unselected package libzmq3-dev:amd64. 02:20:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:20:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:20:59 Selecting previously unselected package pkg-config. 02:20:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:20:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:20:59 Selecting previously unselected package zip. 02:20:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:20:59 Unpacking zip (3.0-11build1) ... 02:20:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:20:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:20:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:20:59 Setting up liberror-perl (0.17025-1) ... 02:20:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:20:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:20:59 No schema files found: doing nothing. 02:20:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:20:59 Setting up zip (3.0-11build1) ... 02:20:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:20:59 Setting up libsodium23:amd64 (1.0.16-2) ... 02:20:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:20:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:20:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:20:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:20:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:20:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:21:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:21:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:21:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:21:06 git set to automatically installed. 02:21:06 git-man set to automatically installed. 02:21:06 libcurl3-gnutls set to automatically installed. 02:21:06 liberror-perl set to automatically installed. 02:21:06 libglib2.0-0 set to automatically installed. 02:21:06 libnghttp2-14 set to automatically installed. 02:21:06 libnorm1 set to automatically installed. 02:21:06 libpgm-5.2-0 set to automatically installed. 02:21:06 libpsl5 set to automatically installed. 02:21:06 librtmp1 set to automatically installed. 02:21:06 libsodium23 set to automatically installed. 02:21:06 libzmq3-dev set to automatically installed. 02:21:06 libzmq5 set to automatically installed. 02:21:06 pkg-config set to automatically installed. 02:21:06 zip set to automatically installed. 02:21:08 snapd is not logged in, snap install commands will use sudo 02:21:12 Removing intermediate container fff72e20bf1f 02:21:12 ---> a93962f39967 02:21:12 02:21:12 Step 10/22 : FROM alpine:3.12 02:21:12 3.12: Pulling from library/alpine 02:21:13 Removing intermediate container af876afeed4a 02:21:13 ---> ac816d935988 02:21:13 02:21:13 Step 10/24 : FROM alpine:3.12 02:21:13 3.12: Pulling from library/alpine 02:21:13 Removing intermediate container e8b35c48906e 02:21:13 ---> d961eaf251f3 02:21:13 02:21:13 Step 10/21 : FROM alpine:3.12 02:21:13 3.12: Pulling from library/alpine 02:21:13 Removing intermediate container cc61d6c92148 02:21:13 ---> a532c93d6aff 02:21:13 02:21:13 Step 10/24 : FROM scratch 02:21:13 ---> 02:21:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:21:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:21:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:21:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:21:14 Status: Downloaded newer image for alpine:3.12 02:21:14 ---> afeebe901d6b 02:21:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:21:14 Status: Image is up to date for alpine:3.12 02:21:14 ---> afeebe901d6b 02:21:14 Step 11/21 : RUN apk add --update --no-cache curl 02:21:14 Status: Downloaded newer image for alpine:3.12 02:21:14 ---> afeebe901d6b 02:21:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:21:14 ---> Running in 0e0f0e2212bc 02:21:14 ---> Running in 9b7f1871e0d2 02:21:14 ---> Running in 39c6672201a1 02:21:14 ---> Running in b7c0b283121d 02:21:15 Removing intermediate container 0e0f0e2212bc 02:21:15 ---> abbff5c20a51 02:21:15 Step 12/24 : ENV APP_PORT=48060 02:21:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:21:15 Removing intermediate container dcc20a7d9c32 02:21:15 ---> 56f84975efed 02:21:15 02:21:15 Step 10/21 : FROM scratch 02:21:15 ---> 02:21:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:21:15 ---> Running in ad18f656b375 02:21:15 snap "core18" has no updates available 02:21:15 ---> Running in 86bc15e78adb 02:21:16 Removing intermediate container ad18f656b375 02:21:16 ---> 574e34d7318b 02:21:16 Step 13/24 : EXPOSE $APP_PORT 02:21:16 Pulling config-common 02:21:16 ---> Running in 139f0553efe0 02:21:16 Removing intermediate container 86bc15e78adb 02:21:16 ---> dc3fa49a1e77 02:21:16 Step 12/21 : ENV APP_PORT=48085 02:21:16 ---> Running in 36624c8167fa 02:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:21:17 Removing intermediate container 139f0553efe0 02:21:17 ---> 598bc142f2bf 02:21:17 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:21:17 Removing intermediate container 36624c8167fa 02:21:17 ---> f559c6f96fe5 02:21:17 Step 13/21 : EXPOSE $APP_PORT 02:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:21:17 ---> Running in 719e3a2d3d6b 02:21:17 Pulling go-build-helper 02:21:17 ---> 41873fd8f9e6 02:21:17 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:21:18 Removing intermediate container 719e3a2d3d6b 02:21:18 ---> d9c84e2f70f1 02:21:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:21:18 (1/4) Installing ca-certificates (20191127-r4) 02:21:19 (1/5) Installing ca-certificates (20191127-r4) 02:21:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:21:19 (1/5) Installing ca-certificates (20191127-r4) 02:21:19 (3/4) Installing libcurl (7.69.1-r3) 02:21:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:21:19 (3/5) Installing libcurl (7.69.1-r3) 02:21:19 (4/4) Installing curl (7.69.1-r3) 02:21:19 Executing busybox-1.31.1-r19.trigger 02:21:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:21:19 Executing ca-certificates-20191127-r4.trigger 02:21:19 (4/5) Installing curl (7.69.1-r3) 02:21:19 (3/5) Installing libcurl (7.69.1-r3) 02:21:19 (5/5) Installing dumb-init (1.2.2-r1) 02:21:19 Executing busybox-1.31.1-r19.trigger 02:21:19 Executing ca-certificates-20191127-r4.trigger 02:21:19 OK: 7 MiB in 18 packages 02:21:19 (4/5) Installing curl (7.69.1-r3) 02:21:19 (5/5) Installing dumb-init (1.2.2-r1) 02:21:19 ---> bfa262a86b1c 02:21:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:21:19 Executing busybox-1.31.1-r19.trigger 02:21:19 OK: 7 MiB in 19 packages 02:21:19 Executing ca-certificates-20191127-r4.trigger 02:21:20 OK: 7 MiB in 19 packages 02:21:20 ---> 5b66cd52e74b 02:21:20 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:21:22 ---> c6325ff28672 02:21:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:21:22 Removing intermediate container 9b7f1871e0d2 02:21:22 ---> 4729e107d26e 02:21:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:21:22 ---> edca2cb77711 02:21:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:21:22 Removing intermediate container 39c6672201a1 02:21:22 ---> 959492a4585c 02:21:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:21:22 Removing intermediate container b7c0b283121d 02:21:22 ---> 2d4f32413b51 02:21:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:21:22 ---> Running in 82ce1bee8a03 02:21:22 ---> Running in 6181301eabe4 02:21:23 ---> 01841458d891 02:21:23 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:21:23 ---> Running in 2ee742f7ceeb 02:21:23 ---> d8c083fc4e75 02:21:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:21:23 ---> Running in d40612a5f483 02:21:23 Removing intermediate container 6181301eabe4 02:21:23 ---> 1e5a3e001ebb 02:21:23 Step 13/22 : WORKDIR / 02:21:23 Removing intermediate container 82ce1bee8a03 02:21:23 ---> e26adabe40fe 02:21:23 Step 13/21 : WORKDIR /edgex 02:21:23 Removing intermediate container 2ee742f7ceeb 02:21:23 ---> daff9a2eb61c 02:21:23 Step 13/24 : WORKDIR / 02:21:24 ---> Running in 801cd71c247c 02:21:24 ---> Running in 77f3487150de 02:21:24 ---> Running in 8311489093a1 02:21:24 Removing intermediate container d40612a5f483 02:21:24 ---> 8091a7d5f750 02:21:24 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:21:24 ---> Running in 76f6f78bccbc 02:21:24 ---> 9ff0adf087af 02:21:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:21:25 Removing intermediate container 801cd71c247c 02:21:25 ---> a58c5a5d2a8f 02:21:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt /Removing intermediate container 77f3487150de 02:21:25 ---> 1cdd0676b708 02:21:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:21:25 02:21:25 Removing intermediate container 8311489093a1 02:21:25 ---> 1299de9ee964 02:21:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:21:25 Removing intermediate container 76f6f78bccbc 02:21:25 ---> 4938cd891158 02:21:25 Step 19/21 : LABEL arch=arm64 02:21:26 ---> Running in d408887faed6 02:21:26 ---> c451a8c9d78f 02:21:26 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:21:26 ---> Running in 692af95cee60 02:21:26 ---> 236d86a010fb 02:21:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:21:26 ---> 5960fccd05cc 02:21:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:21:26 ---> 420b115bd03d 02:21:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:21:26 Removing intermediate container d408887faed6 02:21:26 ---> 61964e377900 02:21:26 Step 20/21 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:21:27 Removing intermediate container 692af95cee60 02:21:27 ---> f1ea379d40aa 02:21:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:21:27 ---> Running in e17cca3ee6f8 02:21:27 ---> Running in 019fcec9645a 02:21:27 ---> eac8e26c027d 02:21:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:21:28 ---> 209656f78dcc 02:21:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:21:28 ---> 09b090627b4d 02:21:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:21:28 Removing intermediate container e17cca3ee6f8 02:21:28 ---> 12d27f06c8cc 02:21:28 Step 21/21 : LABEL version=0.0.0 02:21:28 Removing intermediate container 019fcec9645a 02:21:28 ---> 4e88f7fefe57 02:21:28 Step 22/24 : LABEL arch=arm64 02:21:28 ---> Running in 8b9cccc98aa1 02:21:28 ---> Running in 09c016251555 02:21:28 ---> f0e1adb3e7bf 02:21:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:21:29 ---> 0fbf240892c0 02:21:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:21:29 ---> 6e55d2ef29a5 02:21:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:21:29 Removing intermediate container 8b9cccc98aa1 02:21:29 ---> d9ebaac07dc4 02:21:29 02:21:29 ---> Running in a4fd195d28c6 02:21:29 Removing intermediate container 09c016251555 02:21:29 ---> b9785536b8f3 02:21:29 Step 23/24 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:21:29 Successfully built d9ebaac07dc4 02:21:29 Successfully tagged docker-support-scheduler-go-arm64:latest 02:21:29  Building docker-support-scheduler-go ... done Building docker-core-command-go 02:21:29 ---> Running in a44207f125e6 02:21:30 Removing intermediate container a4fd195d28c6 02:21:30 ---> 0fa8793ee795 02:21:30 Step 18/21 : CMD ["--init=true"] 02:21:30 ---> 942e2e13b90f 02:21:30 Step 18/22 : RUN chmod +x entrypoint.sh 02:21:30 ---> f4ce365188e2 02:21:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:21:30 ---> Running in e9d2b0b5f807 02:21:30 ---> Running in eef29ddcf229 02:21:30 Removing intermediate container a44207f125e6 02:21:30 ---> 1f666c53b9a8 02:21:30 Step 24/24 : LABEL version=0.0.0 02:21:31 ---> Running in 43b45c41be99 02:21:31 Removing intermediate container eef29ddcf229 02:21:31 ---> 1b86c1b35114 02:21:31 Step 19/21 : LABEL arch=arm64 02:21:33 ---> 81e626ab477f 02:21:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:21:33 ---> Running in 409a9236ea60 02:21:33 Removing intermediate container 43b45c41be99 02:21:33 ---> 1fb891875fac 02:21:33 02:21:34 Successfully built 1fb891875fac 02:21:34 Successfully tagged docker-support-notifications-go-arm64:latest 02:21:34 Building docker-core-metadata-go 02:21:34  Building docker-support-notifications-go ... done Removing intermediate container 409a9236ea60 02:21:34 ---> 997fa9f3efee 02:21:34 Step 20/21 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:21:34 ---> a94eef0f45ec 02:21:34 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:21:34 Removing intermediate container e9d2b0b5f807 02:21:34 ---> 3d4969877e2a 02:21:34 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:21:34 ---> Running in 7462dc3d2303 02:21:34 ---> Running in 23a9e18075db 02:21:34 ---> Running in bd4dfc3d4069 02:21:35 Removing intermediate container 23a9e18075db 02:21:35 ---> 78684c149e5d 02:21:35 Step 21/21 : LABEL version=0.0.0 02:21:35 ---> Running in 14c47533865d 02:21:35 Removing intermediate container bd4dfc3d4069 02:21:35 ---> 200b40b3edfb 02:21:35 Step 20/22 : LABEL arch=arm64 02:21:36 ---> Running in df05472eb4cd 02:21:36 Removing intermediate container 14c47533865d 02:21:36 ---> e58e212d7101 02:21:36 02:21:37 Successfully built e58e212d7101 02:21:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:21:37 Building docker-core-data-go 02:21:37  Building docker-security-proxy-setup-go ... done Removing intermediate container df05472eb4cd 02:21:37 ---> d835f8717b5e 02:21:37 Step 21/22 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:21:37 ---> Running in b918d96955f3 02:21:37 Removing intermediate container 7462dc3d2303 02:21:37 ---> adc6ad745a92 02:21:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:21:38 ---> Running in 7b0f1a9c751b 02:21:38 Removing intermediate container b918d96955f3 02:21:38 ---> 93c01cbf8fe4 02:21:38 Step 22/22 : LABEL version=0.0.0 02:21:38 ---> Running in 0c2672d79e9f 02:21:39 Removing intermediate container 7b0f1a9c751b 02:21:39 ---> 89f202a8430b 02:21:39 Step 22/24 : LABEL arch=arm64 02:21:39 ---> Running in f58a34299a00 02:21:39 Removing intermediate container 0c2672d79e9f 02:21:39 ---> ace292bb249e 02:21:39 02:21:40 Successfully built ace292bb249e 02:21:40 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 02:21:40 Building docker-sys-mgmt-agent-go 02:21:40  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f58a34299a00 02:21:40 ---> 5f02028450dd 02:21:40 Step 23/24 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:21:40 ---> Running in 3d63dcf15e8a 02:21:41 Removing intermediate container 3d63dcf15e8a 02:21:41 ---> c574b34fc2d8 02:21:41 Step 24/24 : LABEL version=0.0.0 02:21:41 ---> Running in 6a5ae07b6a1f 02:21:42 Removing intermediate container 6a5ae07b6a1f 02:21:42 ---> 86f5e31c36ff 02:21:42 02:21:42 Successfully built 86f5e31c36ff 02:21:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:21:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:21:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:21:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 02:21:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 02:21:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 02:21:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 02:21:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 02:21:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 02:21:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 02:21:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 02:21:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:21:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:21:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:21:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:21:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:21:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:21:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:21:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:21:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:21:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] 02:21:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 02:21:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 02:21:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 02:21:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 02:21:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 02:21:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 02:21:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 02:21:44 Fetched 23.6 MB in 6s (3918 kB/s) 02:21:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:21:44 Fetched 96.5 kB in 0s (0 B/s) 02:21:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:21:44 Fetched 279 kB in 0s (0 B/s) 02:21:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:21:44 Fetched 122 kB in 0s (0 B/s) 02:21:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:21:44 Fetched 77.8 kB in 0s (0 B/s) 02:21:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:21:44 Fetched 8848 B in 0s (0 B/s) 02:21:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:21:44 Fetched 47.8 kB in 0s (0 B/s) 02:21:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:21:44 Fetched 45.6 kB in 0s (0 B/s) 02:21:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 02:21:44 Fetched 14.8 kB in 0s (0 B/s) 02:21:44 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 02:21:44 Fetched 214 kB in 0s (0 B/s) 02:21:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 02:21:44 Fetched 155 kB in 0s (0 B/s) 02:21:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:21:44 Fetched 50.6 kB in 0s (0 B/s) 02:21:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:21:44 Fetched 14.8 kB in 0s (0 B/s) 02:21:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:21:44 Fetched 41.8 kB in 0s (0 B/s) 02:21:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:21:44 Fetched 499 kB in 0s (0 B/s) 02:21:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:21:44 Fetched 111 kB in 0s (0 B/s) 02:21:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:21:44 Fetched 240 kB in 0s (0 B/s) 02:21:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:21:44 Fetched 29.3 kB in 0s (0 B/s) 02:21:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:21:44 Fetched 85.5 kB in 0s (0 B/s) 02:21:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:21:44 Fetched 24.5 kB in 0s (0 B/s) 02:21:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 02:21:44 Fetched 49.2 kB in 0s (0 B/s) 02:21:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:21:44 Fetched 54.2 kB in 0s (0 B/s) 02:21:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:21:44 Fetched 30.8 kB in 0s (0 B/s) 02:21:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 02:21:44 Fetched 17.0 kB in 0s (0 B/s) 02:21:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:21:44 Fetched 85.9 kB in 0s (0 B/s) 02:21:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:21:44 Fetched 8720 B in 0s (0 B/s) 02:21:44 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:21:44 Fetched 137 kB in 0s (0 B/s) 02:21:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:21:44 Fetched 119 kB in 0s (0 B/s) 02:21:44 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:21:44 Fetched 109 kB in 0s (0 B/s) 02:21:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:21:44 Fetched 11.1 kB in 0s (0 B/s) 02:21:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:21:44 Fetched 645 kB in 0s (0 B/s) 02:21:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:21:44 Fetched 41.3 kB in 0s (0 B/s) 02:21:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:21:44 Fetched 17.9 kB in 0s (0 B/s) 02:21:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:21:44 Fetched 368 kB in 0s (0 B/s) 02:21:44 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 02:21:44 Fetched 187 kB in 0s (0 B/s) 02:21:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:21:44 Fetched 175 kB in 0s (0 B/s) 02:21:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:21:48 Fetched 206 kB in 0s (0 B/s) 02:21:48 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 02:21:48 Fetched 1301 kB in 0s (0 B/s) 02:21:48 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:21:48 Fetched 36.2 kB in 0s (0 B/s) 02:21:48 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 02:21:48 Fetched 159 kB in 0s (0 B/s) 02:21:48 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:21:48 Fetched 107 kB in 0s (0 B/s) 02:21:48 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:21:48 Fetched 48.7 kB in 0s (0 B/s) 02:21:48 Pulling static-packages 02:21:49 'go115' has dependencies that need to be staged: go-build-helper static-packages 02:21:49 Skipping pull go-build-helper (already ran) 02:21:49 Skipping pull static-packages (already ran) 02:21:49 Building go-build-helper 02:21:53 Building static-packages 02:21:56 Staging go-build-helper 02:21:57 Staging static-packages 02:21:58 Pulling go115 02:21:59 'edgex-go' has dependencies that need to be staged: go115 02:21:59 Skipping pull go115 (already ran) 02:21:59 Building go115 02:21:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:21:59 Dload Upload Total Spent Left Speed 02:22:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1377k 0 0 2993k 0 0:00:39 --:--:-- 0:00:39 2993k 16 115M 16 18.7M 0 0 12.7M 0 0:00:09 0:00:01 0:00:08 12.7M 32 115M 32 38.0M 0 0 15.3M 0 0:00:07 0:00:02 0:00:05 15.2M 48 115M 48 55.4M 0 0 16.0M 0 0:00:07 0:00:03 0:00:04 16.0M 63 115M 63 73.0M 0 0 16.2M 0 0:00:07 0:00:04 0:00:03 16.2M 78 115M 78 90.6M 0 0 16.6M 0 0:00:06 0:00:05 0:00:01 17.8M 95 115M 95 109M 0 0 17.0M 0 0:00:06 0:00:06 --:--:-- 18.2M 100 115M 100 115M 0 0 17.0M 0 0:00:06 0:00:06 --:--:-- 18.0M 02:22:07 go1.15.2.linux-amd64.tar.gz: OK 02:22:12 Staging go115 02:22:15  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:22:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:22:15 ---> ef2b0a7df2f8 02:22:15 Step 3/22 : WORKDIR /edgex-go 02:22:15 ---> Using cache 02:22:15 ---> 26410cf72b58 02:22:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:15 ---> Using cache 02:22:15 ---> 55b5ac1ebebc 02:22:15 Step 5/22 : RUN apk add --update --no-cache make git 02:22:15 ---> Using cache 02:22:15 ---> 6986245893c9 02:22:15 Step 6/22 : COPY go.mod . 02:22:15 ---> Using cache 02:22:15 ---> 12e8b71c816b 02:22:15 Step 7/22 : RUN go mod download 02:22:15 ---> Using cache 02:22:15 ---> bcc30097eefe 02:22:15 Step 8/22 : COPY . . 02:22:15 ---> Using cache 02:22:15 ---> c308a3e12bf7 02:22:15 Step 9/22 : RUN make cmd/core-command/core-command 02:22:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:22:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:22:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:22:20 Fetched 88.7 kB in 0s (0 B/s) 02:22:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:22:20 Fetched 224 kB in 0s (0 B/s) 02:22:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:22:20 Fetched 157 kB in 0s (0 B/s) 02:22:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:22:20 Fetched 221 kB in 0s (0 B/s) 02:22:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:22:20 Fetched 143 kB in 0s (0 B/s) 02:22:20 Pulling edgex-go 02:22:22 ---> Running in 58843b6527a0 02:22:22 Pulling version 02:22:23 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 02:22:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:22:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:22:23 ---> ef2b0a7df2f8 02:22:23 Step 3/22 : WORKDIR /edgex-go 02:22:23 ---> Using cache 02:22:23 ---> 26410cf72b58 02:22:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:23 ---> Using cache 02:22:23 ---> 55b5ac1ebebc 02:22:23 Step 5/22 : RUN apk add --update --no-cache make git 02:22:23 ---> Using cache 02:22:23 ---> 6986245893c9 02:22:23 Step 6/22 : COPY go.mod . 02:22:23 ---> Using cache 02:22:23 ---> 12e8b71c816b 02:22:23 Step 7/22 : RUN go mod download 02:22:23 ---> Using cache 02:22:23 ---> bcc30097eefe 02:22:23 Step 8/22 : COPY . . 02:22:23 ---> Using cache 02:22:23 ---> c308a3e12bf7 02:22:23 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:22:23 Building config-common 02:22:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:22:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:22:24 ---> ef2b0a7df2f8 02:22:24 Step 3/23 : WORKDIR /edgex-go 02:22:24 ---> Using cache 02:22:24 ---> 26410cf72b58 02:22:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:24 ---> Using cache 02:22:24 ---> 55b5ac1ebebc 02:22:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:22:24 ---> Running in f0b5ecf6025d 02:22:24 ---> Running in 6ec497c154a2 02:22:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:22:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:22:26 ---> ef2b0a7df2f8 02:22:26 Step 3/26 : WORKDIR /edgex-go 02:22:26 ---> Using cache 02:22:26 ---> 26410cf72b58 02:22:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:22:26 ---> Using cache 02:22:26 ---> 55b5ac1ebebc 02:22:26 Step 5/26 : RUN apk add --update --no-cache make bash git 02:22:26 ---> Running in 4cd82c0d4f07 02:22:26 Skipping build go-build-helper (already ran) 02:22:26 Skipping build static-packages (already ran) 02:22:26 Skipping build go115 (already ran) 02:22:26 Building edgex-go 02:22:27 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 02:22:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:22:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:22:29 go: downloading github.com/gorilla/mux v1.8.0 02:22:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 02:22:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 02:22:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:22:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:22:29 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 02:22:29 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 02:22:29 go: downloading github.com/pelletier/go-toml v1.2.0 02:22:29 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 02:22:29 go: downloading github.com/x448/float16 v0.8.4 02:22:29 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 02:22:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:22:29 go: downloading github.com/go-kit/kit v0.8.0 02:22:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:22:29 go: downloading github.com/pkg/errors v0.8.1 02:22:29 go: downloading github.com/BurntSushi/toml v0.3.1 02:22:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:22:29 go: downloading github.com/google/uuid v1.1.3 02:22:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 02:22:29 go: downloading gopkg.in/yaml.v2 v2.4.0 02:22:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 02:22:29 go: downloading github.com/hashicorp/consul/api v1.1.0 02:22:29 go: downloading github.com/imdario/mergo v0.3.11 02:22:29 go: downloading github.com/pebbe/zmq4 v1.0.0 02:22:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:22:29 go: downloading github.com/go-playground/universal-translator v0.17.0 02:22:29 go: downloading github.com/leodido/go-urn v1.2.0 02:22:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:22:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:22:29 go: downloading github.com/mitchellh/copystructure v1.0.0 02:22:29 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:22:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:22:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:22:29 go: downloading github.com/go-playground/locales v0.13.0 02:22:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:22:30 go: downloading github.com/hashicorp/serf v0.8.2 02:22:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:22:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:22:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:22:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:22:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:22:38 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 02:22:43 OK: 217 MiB in 51 packages 02:22:43 OK: 217 MiB in 51 packages 02:22:44 Removing intermediate container 6ec497c154a2 02:22:44 ---> 9ecabc23b920 02:22:44 Step 6/23 : COPY go.mod . 02:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:22:44 Removing intermediate container 4cd82c0d4f07 02:22:44 ---> fc6b0e1523e3 02:22:44 Step 6/26 : COPY go.mod . 02:22:45 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 02:22:45 ---> 4d02b2c1ad2f 02:22:45 Step 7/23 : RUN go mod download 02:22:45 ---> Running in 47f4c94417ae 02:22:45 ---> b83e6600667b 02:22:45 Step 7/26 : RUN go mod download 02:22:45 ---> Running in 687d4a1aa839 02:22:46 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 02:22:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:22:46 go: downloading github.com/stretchr/testify v1.6.1 02:22:47 go: downloading github.com/pmezard/go-difflib v1.0.0 02:22:47 go: downloading github.com/davecgh/go-spew v1.1.1 02:22:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:22:48 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 02:22:48 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:22:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:22:50 Removing intermediate container 47f4c94417ae 02:22:50 ---> ab0f9ef3eb6d 02:22:50 Step 8/23 : COPY . . 02:22:50 Removing intermediate container 687d4a1aa839 02:22:50 ---> f0d6034c2fe9 02:22:50 Step 8/26 : COPY . . 02:22:50 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 02:22:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:22:51 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 02:22:51 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 02:22:53 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 02:22:54 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 02:22:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:22:58 Building version 02:23:01 Staging config-common 02:23:02 Skipping stage go-build-helper (already ran) 02:23:02 Skipping stage static-packages (already ran) 02:23:02 Skipping stage go115 (already ran) 02:23:02 Staging edgex-go 02:23:03 Staging version 02:23:04 Priming config-common 02:23:06 Priming go-build-helper 02:23:07 Priming static-packages 02:23:10 Priming go115 02:23:11 Priming edgex-go 02:23:12 Priming version 02:23:13 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:23:22 ---> 17a903510903 02:23:22 Step 9/23 : RUN make cmd/core-data/core-data 02:23:22 ---> 3ab4f2bffc20 02:23:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:23:22 ---> Running in 635100393fd7 02:23:22 ---> Running in f4c18fc2e66c 02:23:22 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 02:23:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:23:23 Removing intermediate container 58843b6527a0 02:23:23 ---> 91165c986caf 02:23:23 02:23:23 Step 10/22 : FROM scratch 02:23:23 ---> 02:23:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:23:24 ---> Using cache 02:23:24 ---> dc3fa49a1e77 02:23:24 Step 12/22 : ENV APP_PORT=48082 02:23:24 ---> Running in 2573b62679ca 02:23:25 Removing intermediate container 2573b62679ca 02:23:25 ---> b961348fae98 02:23:25 Step 13/22 : EXPOSE $APP_PORT 02:23:25 ---> Running in 55c256409691 02:23:26 Removing intermediate container 55c256409691 02:23:26 ---> d6a115d5a07f 02:23:26 Step 14/22 : WORKDIR / 02:23:26 ---> Running in ea1cb6ec13ac 02:23:28 Removing intermediate container f0b5ecf6025d 02:23:28 ---> 3ba3ad377c4d 02:23:28 02:23:28 Removing intermediate container ea1cb6ec13ac 02:23:28 ---> 47711b971e2a 02:23:28 Step 10/22 : FROM scratchStep 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:23:28 ---> 02:23:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:23:28 02:23:28 ---> Using cache 02:23:28 ---> dc3fa49a1e77 02:23:28 Step 12/22 : ENV APP_PORT=48081 02:23:28 ---> Running in fe95c17eebb1 02:23:29 ---> aff1946965ef 02:23:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:23:29 Removing intermediate container fe95c17eebb1 02:23:29 ---> fb6cb7e2f027 02:23:29 Step 13/22 : EXPOSE $APP_PORT 02:23:29 ---> Running in b9412ab492ae 02:23:30 Removing intermediate container b9412ab492ae 02:23:30 ---> 07ea22311b05 02:23:30 Step 14/22 : WORKDIR / 02:23:30 ---> Running in ee761fef8a42 02:23:30 ---> 26e911f2d90a 02:23:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:23:31 Removing intermediate container ee761fef8a42 02:23:31 ---> 99c7731497ef 02:23:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:23:32 ---> 9a517db685a6 02:23:32 Step 18/22 : ENTRYPOINT ["/core-command"] 02:23:32 ---> Running in d46d2a1f6295 02:23:32 ---> 524bce6ceac9 02:23:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:23:33 Removing intermediate container d46d2a1f6295 02:23:33 ---> 8665b57671a2 02:23:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:23:34 ---> Running in 904c3f65da9c 02:23:34 ---> 09e547e7d181 02:23:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:23:35 Removing intermediate container 904c3f65da9c 02:23:35 ---> ae7e11cdbe12 02:23:35 Step 20/22 : LABEL arch=arm64 02:23:35 ---> Running in 659cb59f76e7 02:23:36 Removing intermediate container 659cb59f76e7 02:23:36 ---> 754ca676096b 02:23:36 Step 21/22 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:23:36 ---> 169b4db91258 02:23:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:23:36 ---> Running in 4c736311c550 02:23:36 ---> Running in 9962a5b18eb2 02:23:37 Removing intermediate container 4c736311c550 02:23:37 ---> 631379b46f23 02:23:37 Step 22/22 : LABEL version=0.0.0 02:23:37 Removing intermediate container 9962a5b18eb2 02:23:37 ---> 2a04c88204fc 02:23:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:23:37 ---> Running in 380158e5e934 02:23:37 ---> Running in b3f33eb93cb1 02:23:38 Removing intermediate container 380158e5e934 02:23:38 ---> 809e43961ab4 02:23:38 02:23:38 Removing intermediate container b3f33eb93cb1 02:23:38 ---> 9fe4e1120144 02:23:38 Step 20/22 : LABEL arch=arm64 02:23:39 Successfully built 809e43961ab4 02:23:39 ---> Running in 0432ccb738ee 02:23:39 Successfully tagged docker-core-command-go-arm64:latest 02:23:39  Building docker-core-command-go ... done Removing intermediate container 0432ccb738ee 02:23:39 ---> 96a89b8df7cb 02:23:39 Step 21/22 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:23:39 ---> Running in b5b3a3b5f21a 02:23:40 Removing intermediate container b5b3a3b5f21a 02:23:40 ---> 7b05850174e1 02:23:40 Step 22/22 : LABEL version=0.0.0 02:23:40 ---> Running in aa9466767c67 02:23:41 Removing intermediate container aa9466767c67 02:23:41 ---> 4db6be56384e 02:23:41 02:23:42 Successfully built 4db6be56384e 02:23:42 Successfully tagged docker-core-metadata-go-arm64:latest 02:24:14  Building docker-core-metadata-go ... done Removing intermediate container 635100393fd7 02:24:14 ---> b2e25c6b54c8 02:24:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:24:14 ---> Running in 82ba76cfb6e0 02:24:14 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 02:24:17 Removing intermediate container 82ba76cfb6e0 02:24:17 ---> 1c2dca832598 02:24:17 02:24:17 Step 11/26 : FROM docker:20.10.0 02:24:17 20.10.0: Pulling from library/docker 02:24:26 Removing intermediate container f4c18fc2e66c 02:24:26 ---> aba80d1576d1 02:24:26 02:24:26 Step 10/23 : FROM alpine:3.12 02:24:26 ---> afeebe901d6b 02:24:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:24:26 ---> Running in d904344e3ce1 02:24:26 Removing intermediate container d904344e3ce1 02:24:26 ---> 6dbb3b01cdb3 02:24:26 Step 12/23 : ENV APP_PORT=48080 02:24:27 ---> Running in 27f737d67684 02:24:27 Removing intermediate container 27f737d67684 02:24:27 ---> a3faeefbfa3d 02:24:27 Step 13/23 : EXPOSE $APP_PORT 02:24:27 ---> Running in fe8bb50c06ad 02:24:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:24:27 Status: Downloaded newer image for docker:20.10.0 02:24:27 ---> eeaf43b92773 02:24:27 Step 12/26 : RUN apk add --no-cache bash 02:24:27 ---> Running in ce0eac518d18 02:24:28 Removing intermediate container fe8bb50c06ad 02:24:28 ---> 01c5c4103bc6 02:24:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:28 ---> Running in 915d3aa80b2c 02:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:24:30 (1/2) Installing readline (8.0.4-r0) 02:24:30 (2/2) Installing bash (5.0.17-r0) 02:24:30 Executing bash-5.0.17-r0.post-install 02:24:30 Executing busybox-1.31.1-r19.trigger 02:24:30 OK: 12 MiB in 22 packages 02:24:31 Removing intermediate container 915d3aa80b2c 02:24:31 ---> 30767a93c452 02:24:31 Step 15/23 : RUN apk add --update --no-cache zeromq 02:24:31 ---> Running in 1a8ae550fcf2 02:24:31 Removing intermediate container ce0eac518d18 02:24:31 ---> e4cb9ff43b71 02:24:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:24:31 ---> Running in 08723183cd35 02:24:32 Removing intermediate container 08723183cd35 02:24:32 ---> e22cff0fad82 02:24:32 Step 14/26 : ENV APP_PORT=48090 02:24:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:24:32 ---> Running in 3de914d335af 02:24:32 Removing intermediate container 3de914d335af 02:24:32 ---> ba3a79fa8b1e 02:24:32 Step 15/26 : EXPOSE $APP_PORT 02:24:32 ---> Running in 8a734a591259 02:24:33 Removing intermediate container 8a734a591259 02:24:33 ---> d1a328647eff 02:24:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:24:34 ---> cd6f429eadcd 02:24:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:24:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:24:35 ---> a876d87bddae 02:24:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:24:36 ---> 6fcf9f2422b7 02:24:36 Step 19/26 : RUN apk --no-cache add py3-pip 02:24:36 (1/5) Installing libgcc (9.3.0-r2) 02:24:36 (2/5) Installing libsodium (1.0.18-r0) 02:24:36 ---> Running in c7398e93a69a 02:24:36 (3/5) Installing libstdc++ (9.3.0-r2) 02:24:36 (4/5) Installing libzmq (4.3.3-r0) 02:24:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:24:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:24:37 (5/5) Installing zeromq (4.3.3-r0) 02:24:37 Executing busybox-1.31.1-r19.trigger 02:24:37 OK: 8 MiB in 19 packages 02:24:38 (1/33) Installing libbz2 (1.0.8-r1) 02:24:38 (2/33) Installing expat (2.2.9-r1) 02:24:38 (3/33) Installing libffi (3.3-r2) 02:24:38 (4/33) Installing gdbm (1.13-r1) 02:24:38 (5/33) Installing xz-libs (5.2.5-r0) 02:24:38 (6/33) Installing sqlite-libs (3.32.1-r0) 02:24:38 (7/33) Installing python3 (3.8.5-r0) 02:24:38 Removing intermediate container 1a8ae550fcf2 02:24:38 ---> 73c611be8e7e 02:24:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:24:39 ---> 434e8991240d 02:24:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:24:41 ---> 91927cbcc41a 02:24:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:24:41 ---> 55ebac1ae628 02:24:41 Step 19/23 : ENTRYPOINT ["/core-data"] 02:24:42 ---> Running in 991d038f2fc3 02:24:42 Removing intermediate container 991d038f2fc3 02:24:42 ---> f10eea71dc67 02:24:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:24:42 ---> Running in a2be1f637499 02:24:43 Removing intermediate container a2be1f637499 02:24:43 ---> d53b24d310f6 02:24:43 Step 21/23 : LABEL arch=arm64 02:24:43 ---> Running in 306c7061214a 02:24:43 Removing intermediate container 306c7061214a 02:24:43 ---> c08ed23a0ac5 02:24:43 Step 22/23 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:24:44 ---> Running in e87c4b88223c 02:24:44 Removing intermediate container e87c4b88223c 02:24:44 ---> 4a318c4b49ed 02:24:44 Step 23/23 : LABEL version=0.0.0 02:24:45 (8/33) Installing py3-appdirs (1.4.4-r1) 02:24:45 ---> Running in 3653dae7a5d7 02:24:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:24:45 (10/33) Installing py3-parsing (2.4.7-r0) 02:24:45 (11/33) Installing py3-six (1.15.0-r0) 02:24:45 (12/33) Installing py3-packaging (20.4-r0) 02:24:45 (13/33) Installing py3-setuptools (47.0.0-r0) 02:24:45 (14/33) Installing py3-chardet (3.0.4-r4) 02:24:45 (15/33) Installing py3-idna (2.9-r0) 02:24:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:24:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:24:45 (18/33) Installing py3-requests (2.23.0-r0) 02:24:45 Removing intermediate container 3653dae7a5d7 02:24:45 ---> 0827560b2f63 02:24:45 02:24:45 (19/33) Installing py3-msgpack (1.0.0-r0) 02:24:45 (20/33) Installing py3-lockfile (0.12.2-r3) 02:24:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:24:45 (22/33) Installing py3-colorama (0.4.3-r0) 02:24:45 (23/33) Installing py3-distlib (0.3.0-r0) 02:24:45 (24/33) Installing py3-distro (1.5.0-r1) 02:24:45 (25/33) Installing py3-webencodings (0.5.1-r3) 02:24:45 (26/33) Installing py3-html5lib (1.0.1-r4) 02:24:45 (27/33) Installing py3-pytoml (0.1.21-r0) 02:24:45 Successfully built 0827560b2f63 02:24:45 (28/33) Installing py3-pep517 (0.8.2-r0) 02:24:45 (29/33) Installing py3-progress (1.5-r0) 02:24:45 Successfully tagged docker-core-data-go-arm64:latest 02:24:45  Building docker-core-data-go ... done (30/33) Installing py3-toml (0.10.1-r0) 02:24:45 (31/33) Installing py3-retrying (1.3.3-r0) 02:24:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:24:45 (33/33) Installing py3-pip (20.1.1-r0) 02:24:46 Executing busybox-1.31.1-r19.trigger 02:24:46 OK: 71 MiB in 55 packages 02:24:52 Removing intermediate container c7398e93a69a 02:24:52 ---> e1bbf59a319e 02:24:52 Step 20/26 : RUN pip install docker-compose==1.23.2 02:24:52 ---> Running in 5b59651f845c 02:24:57 Collecting docker-compose==1.23.2 02:24:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:24:57 Collecting docopt<0.7,>=0.6.1 02:24:57 Downloading docopt-0.6.2.tar.gz (25 kB) 02:24:59 Collecting cached-property<2,>=1.2.0 02:25:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:25:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:25:00 Collecting jsonschema<3,>=2.5.1 02:25:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:25:01 Collecting PyYAML<4,>=3.10 02:25:01 Downloading PyYAML-3.13.tar.gz (270 kB) 02:25:04 Collecting docker<4.0,>=3.6.0 02:25:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:25:05 Collecting websocket-client<1.0,>=0.32.0 02:25:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:25:05 Collecting texttable<0.10,>=0.9.0 02:25:05 Downloading texttable-0.9.1.tar.gz (11 kB) 02:25:07 Collecting dockerpty<0.5,>=0.4.1 02:25:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:25:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:25:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:25:10 Collecting docker-pycreds>=0.4.0 02:25:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:25:10 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) 02:25:10 Collecting idna<2.8,>=2.5 02:25:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:25:11 Collecting urllib3<1.25,>=1.21.1 02:25:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:25:11 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) 02:25:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:25:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:25:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:25:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:25:12 Installing collected packages: docopt, cached-property, jsonschema, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, docker-compose 02:25:12 Running setup.py install for docopt: started 02:25:13 Running setup.py install for docopt: finished with status 'done' 02:25:14 Running setup.py install for PyYAML: started 02:25:16 Running setup.py install for PyYAML: finished with status 'done' 02:25:16 Attempting uninstall: idna 02:25:16 Found existing installation: idna 2.9 02:25:16 Uninstalling idna-2.9: 02:25:16 Successfully uninstalled idna-2.9 02:25:17 Attempting uninstall: urllib3 02:25:17 Found existing installation: urllib3 1.25.9 02:25:17 Uninstalling urllib3-1.25.9: 02:25:17 Successfully uninstalled urllib3-1.25.9 02:25:18 Attempting uninstall: requests 02:25:18 Found existing installation: requests 2.23.0 02:25:18 Uninstalling requests-2.23.0: 02:25:18 Successfully uninstalled requests-2.23.0 02:25:19 Running setup.py install for texttable: started 02:25:21 Running setup.py install for texttable: finished with status 'done' 02:25:21 Running setup.py install for dockerpty: started 02:25:23 Running setup.py install for dockerpty: finished with status 'done' 02:25:23 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 02:25:28 Removing intermediate container 5b59651f845c 02:25:28 ---> 339eeee1349f 02:25:28 Step 21/26 : RUN apk --no-cache add curl 02:25:28 ---> Running in a8799577c9ef 02:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:25:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:25:29 (2/3) Installing libcurl (7.69.1-r3) 02:25:29 (3/3) Installing curl (7.69.1-r3) 02:25:29 Executing busybox-1.31.1-r19.trigger 02:25:29 OK: 71 MiB in 58 packages 02:25:30 Removing intermediate container a8799577c9ef 02:25:30 ---> 4f183c57d5e2 02:25:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:25:30 ---> Running in 6c2c6b9bcf38 02:25:31 Removing intermediate container 6c2c6b9bcf38 02:25:31 ---> 0b78294b16c9 02:25:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:25:31 ---> Running in 937f13e46c34 02:25:31 Removing intermediate container 937f13e46c34 02:25:31 ---> 54c7461bfffe 02:25:31 Step 24/26 : LABEL arch=arm64 02:25:31 ---> Running in a5476eab20d3 02:25:32 Removing intermediate container a5476eab20d3 02:25:32 ---> d9da68fe2f59 02:25:32 Step 25/26 : LABEL git_sha=d168fb9f41fee069b33eb11810bbc3ddddbc80ba 02:25:32 ---> Running in c11f09420b23 02:25:33 Removing intermediate container c11f09420b23 02:25:33 ---> 35702d628b15 02:25:33 Step 26/26 : LABEL version=0.0.0 02:25:33 ---> Running in fdc1e0159d24 02:25:33 Removing intermediate container fdc1e0159d24 02:25:33 ---> ee62fc60f8e7 02:25:33 02:25:33 Successfully built ee62fc60f8e7 02:25:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:25:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:25:34 $ docker stop --time=1 0cdcc6bf747147d9b04f6fd1b910a43fab5eaadff5511e384c123f2b5287511b 02:25:36 $ docker rm -f 0cdcc6bf747147d9b04f6fd1b910a43fab5eaadff5511e384c123f2b5287511b [Pipeline] // withDockerContainer [Pipeline] sh 02:25:37 + docker images 02:25:37 + grep docker 02:25:37 docker-sys-mgmt-agent-go-arm64 latest ee62fc60f8e7 4 seconds ago 300MB 02:25:37 docker-core-data-go-arm64 latest 0827560b2f63 52 seconds ago 21MB 02:25:37 docker-core-metadata-go-arm64 latest 4db6be56384e About a minute ago 12.2MB 02:25:37 docker-core-command-go-arm64 latest 809e43961ab4 About a minute ago 9.98MB 02:25:37 docker-security-secretstore-setup-go-arm64 latest 86f5e31c36ff 3 minutes ago 23.4MB 02:25:37 docker-security-bootstrap-redis-go-arm64 latest ace292bb249e 3 minutes ago 15.1MB 02:25:37 docker-security-proxy-setup-go-arm64 latest e58e212d7101 4 minutes ago 23.3MB 02:25:37 docker-support-notifications-go-arm64 latest 1fb891875fac 4 minutes ago 11.4MB 02:25:37 docker-support-scheduler-go-arm64 latest d9ebaac07dc4 4 minutes ago 10MB 02:25:37 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 02:25:40 provisioning config files... 02:25:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config9190601704952360895tmp [Pipeline] { [Pipeline] sh 02:25:40 + set +x 02:25:40 + curl -s https://codecov.io/bash 02:25:40 + bash -s -- 02:25:41 02:25:41 _____ _ 02:25:41 / ____| | | 02:25:41 | | ___ __| | ___ ___ _____ __ 02:25:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:25:41 | |___| (_) | (_| | __/ (_| (_) \ V / 02:25:41 \_____\___/ \__,_|\___|\___\___/ \_/ 02:25:41 Bash-20201231-23d4836 02:25:41 02:25:41 02:25:41 ==> git version 2.24.3 found 02:25:41 ==> 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 02:25:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:25:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:25:41 ==> Jenkins CI detected. 02:25:41 project root: . 02:25:41 --> token set from env 02:25:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:25:41 ==> Running gcov in . (disable via -X gcov) 02:25:41 ==> Python coveragepy not found 02:25:41 ==> Searching for coverage reports in: 02:25:41 + . 02:25:41 -> Found 1 reports 02:25:41 ==> Detecting git/mercurial file structure 02:25:41 ==> Reading reports 02:25:41 + ./coverage.out bytes=540436 02:25:41 ==> Appending adjustments 02:25:41 https://docs.codecov.io/docs/fixing-reports 02:25:44 + Found adjustments 02:25:44 ==> Gzipping contents 02:25:44 84K /tmp/codecov.O3ZEfD.gz 02:25:44 ==> Uploading reports 02:25:44 url: https://codecov.io 02:25:44 query: branch=PR-2968&commit=d168fb9f41fee069b33eb11810bbc3ddddbc80ba&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2968%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2968&job=&cmd_args= 02:25:44 -> Pinging Codecov 02:25:44 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2968&commit=d168fb9f41fee069b33eb11810bbc3ddddbc80ba&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2968%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2968&job=&cmd_args= 02:25:44 -> Uploading to 02:25:44 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/d168fb9f41fee069b33eb11810bbc3ddddbc80ba/cbd587da-bf05-4f8a-8ee7-e4290a46f4cb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T022544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a394825b2be138f123aea885cc43260b0401591889ae76b7d84225b9ed6ff7b6 02:25:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:25:44 Dload Upload Total Spent Left Speed 02:25:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82137 0 0 100 82137 0 159k --:--:-- --:--:-- --:--:-- 159k 02:25:45 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d168fb9f41fee069b33eb11810bbc3ddddbc80ba [Pipeline] } 02:25:45 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 02:25:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:25:48 ---> package-listing.sh 02:25:48 ++ facter osfamily 02:25:48 ++ tr '[:upper:]' '[:lower:]' 02:25:48 + OS_FAMILY=redhat 02:25:48 + workspace=/w/workspace/edgex-go/6 02:25:48 + START_PACKAGES=/tmp/packages_start.txt 02:25:48 + END_PACKAGES=/tmp/packages_end.txt 02:25:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:25:48 + PACKAGES=/tmp/packages_start.txt 02:25:48 + '[' /w/workspace/edgex-go/6 ']' 02:25:48 + PACKAGES=/tmp/packages_end.txt 02:25:48 + case "${OS_FAMILY}" in 02:25:48 + rpm -qa 02:25:48 + sort 02:25:54 + '[' -f /tmp/packages_start.txt ']' 02:25:54 + '[' -f /tmp/packages_end.txt ']' 02:25:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:25:54 + '[' /w/workspace/edgex-go/6 ']' 02:25:54 + mkdir -p /w/workspace/edgex-go/6/archives/ 02:25:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 02:25:54 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:25:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:25:54 02:25:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:25:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:25:55 alpine: Pulling from edgex-lftools-log-publisher 02:25:55 df20fa9351a1: Pulling fs layer 02:25:55 36b3adc4ff6f: Pulling fs layer 02:25:55 8ad3a11d3b57: Pulling fs layer 02:25:55 46f8f816bc3b: Pulling fs layer 02:25:55 93b61091891f: Pulling fs layer 02:25:55 93b9cdb0e59b: Pulling fs layer 02:25:55 5e14af77c1be: Pulling fs layer 02:25:55 01666e4c0597: Pulling fs layer 02:25:55 aa168da1d23b: Pulling fs layer 02:25:55 46f8f816bc3b: Waiting 02:25:55 93b61091891f: Waiting 02:25:55 93b9cdb0e59b: Waiting 02:25:55 5e14af77c1be: Waiting 02:25:55 01666e4c0597: Waiting 02:25:55 36b3adc4ff6f: Verifying Checksum 02:25:55 36b3adc4ff6f: Download complete 02:25:55 46f8f816bc3b: Verifying Checksum 02:25:55 46f8f816bc3b: Download complete 02:25:55 df20fa9351a1: Verifying Checksum 02:25:55 93b61091891f: Verifying Checksum 02:25:55 93b61091891f: Download complete 02:25:55 93b9cdb0e59b: Verifying Checksum 02:25:55 93b9cdb0e59b: Download complete 02:25:55 5e14af77c1be: Verifying Checksum 02:25:55 5e14af77c1be: Download complete 02:25:55 01666e4c0597: Verifying Checksum 02:25:55 01666e4c0597: Download complete 02:25:55 df20fa9351a1: Pull complete 02:25:55 8ad3a11d3b57: Verifying Checksum 02:25:55 8ad3a11d3b57: Download complete 02:25:55 36b3adc4ff6f: Pull complete 02:25:56 8ad3a11d3b57: Pull complete 02:25:56 46f8f816bc3b: Pull complete 02:25:57 aa168da1d23b: Verifying Checksum 02:25:57 aa168da1d23b: Download complete 02:25:59 93b61091891f: Pull complete 02:26:00 93b9cdb0e59b: Pull complete 02:26:00 5e14af77c1be: Pull complete 02:26:00 01666e4c0597: Pull complete 02:26:10 aa168da1d23b: Pull complete 02:26:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:26:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:26:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:26:10 prd-centos7-docker-4c-2g-18397 does not seem to be running inside a container 02:26:10 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:26:14 $ docker top f57fb134ebe6e763b72ecb4c7ccc6e75c320d929e3bd1edb75460e792bcfc11b -eo pid,comm [Pipeline] { [Pipeline] sh 02:26:14 + touch /tmp/pre-build-complete [Pipeline] sh 02:26:15 + mkdir -p /var/log/sa [Pipeline] sh 02:26:15 + ls /var/log/sa-host 02:26:15 + sadf -c /var/log/sa-host/sa05 02:26:15 file_magic: OK 02:26:15 HZ: Using current value: 100 02:26:15 file_header: OK 02:26:15 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 02:26:15 Statistics: 02:26:15 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... 02:26:15 File successfully converted to sysstat format version 12.2.1 02:26:15 + sadf -c /var/log/sa-host/sa23 02:26:15 file_magic: OK 02:26:15 HZ: Using current value: 100 02:26:15 file_header: OK 02:26:15 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 02:26:15 Statistics: 02:26:15 Hnuu...uuuununununu... 02:26:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:26:16 provisioning config files... 02:26:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4818926011633579695tmp [Pipeline] { [Pipeline] echo 02:26:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:26:16 ---> create-netrc.sh [Pipeline] } 02:26:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:26:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:26:17 ---> python-tools-install.sh [Pipeline] echo 02:26:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:26:17 ---> sudo-logs.sh 02:26:17 Archiving 'sudo' log.. [Pipeline] echo 02:26:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:26:17 ---> job-cost.sh 02:26:17 lf-activate-venv: SKIPPING 02:26:17 INFO: No Stack... 02:26:19 INFO: Retrieving Pricing Info for: v1-standard-2 02:26:19 INFO: Archiving Costs [Pipeline] echo 02:26:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:26:19 ---> logs-deploy.sh 02:26:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2968/6 02:26:19 INFO: archiving workspace using pattern(s): 02:26:21 Archives upload complete. 02:26:21 INFO: archiving logs to Nexus 02:26:22 ---> uname -a: 02:26:22 Linux prd-centos7-docker-4c-2g-18397.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:26:22 02:26:22 02:26:22 ---> lscpu: 02:26:22 Architecture: x86_64 02:26:22 CPU op-mode(s): 32-bit, 64-bit 02:26:22 Byte Order: Little Endian 02:26:22 Address sizes: 40 bits physical, 48 bits virtual 02:26:22 CPU(s): 4 02:26:22 On-line CPU(s) list: 0-3 02:26:22 Thread(s) per core: 1 02:26:22 Core(s) per socket: 1 02:26:22 Socket(s): 4 02:26:22 NUMA node(s): 1 02:26:22 Vendor ID: GenuineIntel 02:26:22 CPU family: 6 02:26:22 Model: 44 02:26:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:26:22 Stepping: 1 02:26:22 CPU MHz: 2933.436 02:26:22 BogoMIPS: 5866.87 02:26:22 Virtualization: VT-x 02:26:22 Hypervisor vendor: KVM 02:26:22 Virtualization type: full 02:26:22 L1d cache: 128 KiB 02:26:22 L1i cache: 128 KiB 02:26:22 L2 cache: 16 MiB 02:26:22 L3 cache: 64 MiB 02:26:22 NUMA node0 CPU(s): 0-3 02:26:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:26:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:26:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:26:22 Vulnerability Meltdown: Mitigation; PTI 02:26:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:26:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:26:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:26:22 Vulnerability Srbds: Not affected 02:26:22 Vulnerability Tsx async abort: Not affected 02:26:22 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 02:26:22 02:26:22 02:26:22 ---> nproc: 02:26:22 4 02:26:22 02:26:22 02:26:22 ---> df -h: 02:26:22 Filesystem Size Used Available Use% Mounted on 02:26:22 overlay 50.0G 12.0G 38.0G 24% / 02:26:22 tmpfs 64.0M 0 64.0M 0% /dev 02:26:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:26:22 shm 64.0M 0 64.0M 0% /dev/shm 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/6 02:26:22 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/6@tmp 02:26:22 02:26:22 02:26:22 ---> free -m: 02:26:22 total used free shared buff/cache available 02:26:22 Mem: 1837 716 108 0 1012 1035 02:26:22 Swap: 1023 54 969 02:26:22 02:26:22 02:26:22 ---> ip addr: 02:26:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:26:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:26:22 inet 127.0.0.1/8 scope host lo 02:26:22 valid_lft forever preferred_lft forever 02:26:22 inet6 ::1/128 scope host 02:26:22 valid_lft forever preferred_lft forever 02:26:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:26:22 link/ether fa:16:3e:bd:fc:d8 brd ff:ff:ff:ff:ff:ff 02:26:22 inet 10.30.123.127/23 brd 10.30.123.255 scope global dynamic eth0 02:26:22 valid_lft 85238sec preferred_lft 85238sec 02:26:22 inet6 fe80::f816:3eff:febd:fcd8/64 scope link 02:26:22 valid_lft forever preferred_lft forever 02:26:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:26:22 link/ether 02:42:56:80:eb:8e brd ff:ff:ff:ff:ff:ff 02:26:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:26:22 valid_lft forever preferred_lft forever 02:26:22 inet6 fe80::42:56ff:fe80:eb8e/64 scope link 02:26:22 valid_lft forever preferred_lft forever 02:26:22 02:26:22 02:26:22 ---> sar -b -r -n DEV: 02:26:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 02:26:22 02:26:22 02:06:51 LINUX RESTART (4 CPU) 02:26:22 02:26:22 02:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:26:22 02:09:01 226.81 108.08 118.73 0.00 7921.09 46292.13 0.00 02:26:22 02:10:01 263.19 96.49 166.70 0.00 3858.09 23578.15 0.00 02:26:22 02:11:01 171.89 85.64 86.25 0.00 4064.64 8815.44 0.00 02:26:22 02:12:02 523.17 304.36 218.81 0.00 75499.43 146427.90 0.00 02:26:22 02:13:01 2631.66 2279.51 352.15 0.00 162303.72 169255.75 0.00 02:26:22 02:14:01 857.55 597.37 260.18 0.00 37533.68 64040.62 0.00 02:26:22 02:15:01 1794.23 1445.10 349.13 0.00 115628.39 143926.42 0.00 02:26:22 02:16:02 491.18 286.41 204.77 0.00 25813.57 34439.60 0.00 02:26:22 02:17:01 1.46 0.02 1.44 0.00 0.54 24.50 0.00 02:26:22 02:18:01 0.70 0.42 0.28 0.00 17.45 3.43 0.00 02:26:22 02:19:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 02:26:22 02:20:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 02:26:22 02:21:01 0.35 0.02 0.33 0.00 0.53 3.10 0.00 02:26:22 02:22:01 2.01 1.73 0.28 0.00 58.21 3.80 0.00 02:26:22 02:23:01 1.10 0.30 0.80 0.00 154.00 14.64 0.00 02:26:22 02:24:01 0.37 0.08 0.28 0.00 3.60 3.55 0.00 02:26:22 02:25:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 02:26:22 02:26:01 87.90 64.45 23.45 0.00 5361.65 5561.15 0.00 02:26:22 Average: 389.38 290.30 99.08 0.00 24237.10 35675.82 0.00 02:26:22 02:26:22 02:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:26:22 02:09:01 89128 0 706300 37.54 1924 1084192 1432872 48.90 541144 1012488 68400 02:26:22 02:10:01 244160 0 762688 40.54 932 873764 1739560 59.37 582596 780144 35896 02:26:22 02:11:01 222296 0 773508 41.11 708 885032 1425132 48.64 628552 743480 62876 02:26:22 02:12:02 65148 0 834724 44.36 80 981592 2255976 76.99 717668 893300 46332 02:26:22 02:13:01 520332 0 737652 39.20 80 623480 1993764 68.04 544264 570780 0 02:26:22 02:14:01 484076 0 747920 39.75 80 649468 1757152 59.97 519884 632696 20 02:26:22 02:15:01 64416 0 815800 43.36 80 1001248 2120728 72.38 632056 941428 83144 02:26:22 02:16:02 414964 0 641792 34.11 80 824708 1243816 42.45 517112 711676 20 02:26:22 02:17:01 422520 0 634244 33.71 80 824700 1189032 40.58 511380 711144 20 02:26:22 02:18:01 422964 0 633276 33.66 80 825224 1188888 40.57 511332 711496 16 02:26:22 02:19:01 423768 0 632468 33.61 80 825228 1183736 40.40 511052 711424 8 02:26:22 02:20:01 423996 0 632228 33.60 80 825240 1183736 40.40 510936 711424 8 02:26:22 02:21:01 423748 0 632484 33.62 80 825232 1183736 40.40 511064 711424 8 02:26:22 02:22:01 422012 0 633172 33.65 80 826280 1183736 40.40 511276 712144 16 02:26:22 02:23:01 414204 0 636380 33.82 80 830880 1183820 40.40 517576 713308 8 02:26:22 02:24:01 414480 0 636048 33.80 80 830936 1183736 40.40 517692 713340 8 02:26:22 02:25:01 414456 0 636052 33.80 80 830956 1183736 40.40 517572 713356 8 02:26:22 02:26:01 68248 0 711764 37.83 80 1101452 1611284 54.99 625924 938560 80264 02:26:22 Average: 330829 0 691028 36.73 265 859423 1458024 49.76 551616 757423 20947 02:26:22 02:26:22 02:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:26:22 02:09:01 vethe1e2923 40.34 59.98 2.72 359.90 0.00 0.00 0.00 0.00 02:26:22 02:09:01 eth0 1116.02 1117.25 5882.31 139.12 0.00 0.00 0.00 0.00 02:26:22 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:09:01 docker0 858.70 814.62 69.80 3028.97 0.00 0.00 0.00 0.00 02:26:22 02:10:01 veth5b87bd6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:26:22 02:10:01 eth0 162.36 123.46 498.44 21.71 0.00 0.00 0.00 0.00 02:26:22 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:10:01 docker0 106.42 133.45 8.25 470.08 0.00 0.00 0.00 0.00 02:26:22 02:11:01 veth5b87bd6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:11:01 eth0 61.98 46.32 34.04 88.42 0.00 0.00 0.00 0.00 02:26:22 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:12:02 veth8c8bce5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:26:22 02:12:02 eth0 175.36 138.83 1665.73 22.50 0.00 0.00 0.00 0.00 02:26:22 02:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:13:01 veth19d9817 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 02:26:22 02:13:01 veth8c8bce5 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 02:26:22 02:13:01 vethad89020 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:13:01 eth0 70.56 46.08 176.03 62.29 0.00 0.00 0.00 0.00 02:26:22 02:14:01 veth8c8bce5 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:26:22 02:14:01 eth0 161.14 115.83 1443.80 22.06 0.00 0.00 0.00 0.00 02:26:22 02:14:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:26:22 02:14:01 veth9c2c38e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:15:01 vethea5bcf6 3.66 4.00 0.45 16.86 0.00 0.00 0.00 0.00 02:26:22 02:15:01 veth8c8bce5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:26:22 02:15:01 eth0 112.03 62.94 413.66 93.39 0.00 0.00 0.00 0.00 02:26:22 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:16:02 eth0 69.18 43.01 119.20 75.64 0.00 0.00 0.00 0.00 02:26:22 02:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:16:02 docker0 1019.29 1065.29 81.30 4264.34 0.00 0.00 0.00 0.00 02:26:22 02:17:01 eth0 1.41 0.78 0.70 0.23 0.00 0.00 0.00 0.00 02:26:22 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:18:01 eth0 0.35 0.18 0.15 0.07 0.00 0.00 0.00 0.00 02:26:22 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:19:01 eth0 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 02:26:22 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:20:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:26:22 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:21:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:26:22 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:22:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:26:22 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:23:01 eth0 0.33 0.28 0.14 0.08 0.00 0.00 0.00 0.00 02:26:22 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:26:22 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:26:01 eth0 223.24 193.31 2174.28 21.51 0.00 0.00 0.00 0.00 02:26:22 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 Average: eth0 120.01 105.21 692.19 30.40 0.00 0.00 0.00 0.00 02:26:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:22 Average: docker0 56.72 59.28 4.52 237.31 0.00 0.00 0.00 0.00 02:26:22 02:26:22 02:26:22 ---> sar -P ALL: 02:26:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 02:26:22 02:26:22 02:06:51 LINUX RESTART (4 CPU) 02:26:22 02:26:22 02:08:01 CPU %user %nice %system %iowait %steal %idle 02:26:22 02:09:01 all 15.57 0.00 8.67 2.00 0.10 73.67 02:26:22 02:09:01 0 20.09 0.00 11.45 1.32 0.10 67.03 02:26:22 02:09:01 1 14.12 0.00 6.78 1.34 0.09 77.67 02:26:22 02:09:01 2 12.53 0.00 7.83 1.14 0.09 78.42 02:26:22 02:09:01 3 15.60 0.00 8.67 4.19 0.10 71.44 02:26:22 02:10:01 all 30.27 0.00 10.59 8.68 0.12 50.35 02:26:22 02:10:01 0 32.19 0.00 10.23 6.87 0.09 50.62 02:26:22 02:10:01 1 29.06 0.00 11.04 10.23 0.16 49.51 02:26:22 02:10:01 2 31.64 0.00 10.48 8.57 0.12 49.18 02:26:22 02:10:01 3 28.16 0.00 10.59 9.07 0.12 52.06 02:26:22 02:11:01 all 57.17 0.00 15.93 2.85 0.12 23.94 02:26:22 02:11:01 0 56.25 0.00 16.49 1.64 0.14 25.47 02:26:22 02:11:01 1 57.36 0.00 15.95 1.49 0.11 25.09 02:26:22 02:11:01 2 57.34 0.00 15.28 3.77 0.12 23.49 02:26:22 02:11:01 3 57.72 0.00 15.98 4.53 0.09 21.67 02:26:22 02:12:02 all 23.49 0.00 19.47 3.80 0.21 53.03 02:26:22 02:12:02 0 22.01 0.00 18.20 2.54 0.21 57.04 02:26:22 02:12:02 1 25.38 0.00 19.51 5.66 0.19 49.26 02:26:22 02:12:02 2 22.75 0.00 19.53 2.87 0.27 54.58 02:26:22 02:12:02 3 23.85 0.00 20.62 4.14 0.16 51.23 02:26:22 02:13:01 all 17.83 0.00 23.52 31.06 0.21 27.39 02:26:22 02:13:01 0 17.06 0.00 22.46 32.17 0.22 28.09 02:26:22 02:13:01 1 18.10 0.00 22.69 31.94 0.24 27.03 02:26:22 02:13:01 2 18.40 0.00 24.09 29.49 0.18 27.83 02:26:22 02:13:01 3 17.78 0.00 24.86 30.61 0.19 26.57 02:26:22 02:14:01 all 47.56 0.00 17.89 16.07 0.12 18.36 02:26:22 02:14:01 0 46.92 0.00 16.06 15.64 0.16 21.22 02:26:22 02:14:01 1 47.36 0.00 18.83 17.13 0.12 16.56 02:26:22 02:14:01 2 47.32 0.00 18.57 16.73 0.11 17.27 02:26:22 02:14:01 3 48.63 0.00 18.09 14.78 0.11 18.39 02:26:22 02:15:01 all 33.86 0.00 22.78 28.52 0.17 14.67 02:26:22 02:15:01 0 33.83 0.00 21.31 24.34 0.16 20.37 02:26:22 02:15:01 1 33.01 0.00 23.71 25.25 0.19 17.84 02:26:22 02:15:01 2 34.37 0.00 22.88 31.18 0.21 11.35 02:26:22 02:15:01 3 34.24 0.00 23.24 33.42 0.12 8.97 02:26:22 02:16:02 all 25.45 0.00 11.23 10.35 0.11 52.87 02:26:22 02:16:02 0 26.07 0.00 10.82 11.68 0.07 51.36 02:26:22 02:16:02 1 25.35 0.00 11.23 7.17 0.14 56.11 02:26:22 02:16:02 2 24.94 0.00 11.68 11.98 0.14 51.26 02:26:22 02:16:02 3 25.43 0.00 11.18 10.58 0.09 52.72 02:26:22 02:17:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:26:22 02:17:01 0 0.42 0.00 0.03 0.00 0.00 99.54 02:26:22 02:17:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:26:22 02:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:26:22 02:17:01 3 0.17 0.00 0.05 0.00 0.00 99.78 02:26:22 02:18:01 all 0.27 0.00 0.36 0.01 0.01 99.36 02:26:22 02:18:01 0 0.12 0.00 0.28 0.03 0.02 99.55 02:26:22 02:18:01 1 0.22 0.00 0.55 0.00 0.00 99.24 02:26:22 02:18:01 2 0.15 0.00 0.42 0.00 0.00 99.44 02:26:22 02:18:01 3 0.58 0.00 0.18 0.00 0.02 99.22 02:26:22 02:19:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:26:22 02:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:26:22 02:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:26:22 02:19:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:26:22 02:19:01 3 0.53 0.00 0.02 0.00 0.00 99.45 02:26:22 02:26:22 02:19:01 CPU %user %nice %system %iowait %steal %idle 02:26:22 02:20:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:26:22 02:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:26:22 02:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:26:22 02:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:26:22 02:20:01 3 0.53 0.00 0.07 0.00 0.00 99.40 02:26:22 02:21:01 all 0.12 0.00 0.04 0.00 0.00 99.84 02:26:22 02:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:26:22 02:21:01 1 0.23 0.00 0.02 0.00 0.00 99.75 02:26:22 02:21:01 2 0.17 0.00 0.05 0.00 0.00 99.78 02:26:22 02:21:01 3 0.05 0.00 0.07 0.00 0.02 99.87 02:26:22 02:22:01 all 0.15 0.00 0.06 0.02 0.00 99.76 02:26:22 02:22:01 0 0.02 0.00 0.10 0.08 0.00 99.80 02:26:22 02:22:01 1 0.50 0.00 0.02 0.00 0.00 99.48 02:26:22 02:22:01 2 0.05 0.00 0.07 0.02 0.00 99.87 02:26:22 02:22:01 3 0.03 0.00 0.07 0.00 0.00 99.90 02:26:22 02:23:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:26:22 02:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:26:22 02:23:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:26:22 02:23:01 2 0.03 0.00 0.05 0.02 0.00 99.90 02:26:22 02:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:26:22 02:24:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:26:22 02:24:01 0 0.05 0.00 0.07 0.00 0.02 99.87 02:26:22 02:24:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:26:22 02:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:26:22 02:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:26:22 02:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:26:22 02:25:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:26:22 02:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:26:22 02:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:26:22 02:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:26:22 02:26:01 all 3.85 0.00 2.66 2.13 0.03 91.33 02:26:22 02:26:01 0 3.63 0.00 3.03 2.07 0.02 91.26 02:26:22 02:26:01 1 3.96 0.00 2.43 0.94 0.05 92.63 02:26:22 02:26:01 2 2.94 0.00 2.52 2.52 0.02 92.00 02:26:22 02:26:01 3 4.86 0.00 2.68 3.00 0.03 89.43 02:26:22 Average: all 13.85 0.00 7.18 5.63 0.06 73.27 02:26:22 Average: 0 14.03 0.00 7.06 5.27 0.06 73.58 02:26:22 Average: 1 13.84 0.00 7.16 5.40 0.07 73.53 02:26:22 Average: 2 13.62 0.00 7.18 5.78 0.07 73.36 02:26:22 Average: 3 13.93 0.00 7.33 6.09 0.06 72.60 02:26:22 02:26:22 02:26:22