Pull request #2975 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 33032524c0e2948070d07a8abcfdc39e4a1d74ac+0334f8c6cb4567394b03fe4bb4a72992867bc10f (0059f5cb0f273d0cbafec7e158931650fbafaca2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17651 in /w/workspace/edgexfoundry_edgex-go_PR-2975 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0334f8c6cb4567394b03fe4bb4a72992867bc10f into PR head commit 33032524c0e2948070d07a8abcfdc39e4a1d74ac > 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/2975/head:refs/remotes/origin/PR-2975 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # 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 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 Merge succeeded, producing 33032524c0e2948070d07a8abcfdc39e4a1d74ac Checking out Revision 33032524c0e2948070d07a8abcfdc39e4a1d74ac (PR-2975) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 Commit message: "refactor: Use latest bootstrap for logging client changes" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 0591b2a411e4d02f12d201cd2101240dc92864be # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:50:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:50:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:50:51 ========================================================= 21:50:51 EdgeX Global Pipelines Version Info 21:50:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:50:52 ------------------- 21:50:52 stable info: 21:50:52 ------------------- 21:50:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:50:52 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:50:52 Message: update stable to v1.0.173 21:50:53 ------------------- 21:50:53 experimental info: 21:50:53 ------------------- 21:50:53 Commited By: **** collab-it+edgex@linuxfoundation.org 21:50:53 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:50:53 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:50:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:50:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:50:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2975 [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2975 [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2975 [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 33032524c0e2948070d07a8abcfdc39e4a1d74ac [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3303252 [Pipeline] echo 21:50:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:50:57 provisioning config files... 21:50:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8874295191862845628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:50:57 ---> docker-login.sh 21:50:57 nexus3.edgexfoundry.org:10001 21:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:58 Configure a credential helper to remove this warning. See 21:50:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:58 21:50:58 Login Succeeded 21:50:58 nexus3.edgexfoundry.org:10002 21:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:58 Configure a credential helper to remove this warning. See 21:50:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:58 21:50:58 Login Succeeded 21:50:58 nexus3.edgexfoundry.org:10003 21:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:58 Configure a credential helper to remove this warning. See 21:50:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:58 21:50:58 Login Succeeded 21:50:58 nexus3.edgexfoundry.org:10004 21:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:58 Configure a credential helper to remove this warning. See 21:50:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:58 21:50:58 Login Succeeded 21:50:58 docker.io 21:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:59 Configure a credential helper to remove this warning. See 21:50:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:59 21:50:59 Login Succeeded 21:50:59 ---> docker-login.sh ends [Pipeline] } 21:50:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:50:59 ++ 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 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/core-command/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo core-command,cmd/core-command/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/core-data/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo core-data,cmd/core-data/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/core-metadata/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo core-metadata,cmd/core-metadata/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/security-proxy-setup/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/support-notifications/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo support-notifications,cmd/support-notifications/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/support-scheduler/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:50:59 + for file in '`ls cmd/**/Dockerfile`' 21:50:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:50:59 ++ cut -d/ -f2 21:50:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:50:59 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 21:51:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:01 21:51:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:51:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:01 latest: Pulling from edgex-devops/git-semver 21:51:01 31603596830f: Pulling fs layer 21:51:01 2a8b12db71e7: Pulling fs layer 21:51:01 6ca5941a6612: Pulling fs layer 21:51:01 ecc8261a40a4: Pulling fs layer 21:51:01 ecc8261a40a4: Waiting 21:51:01 2a8b12db71e7: Verifying Checksum 21:51:01 2a8b12db71e7: Download complete 21:51:01 31603596830f: Verifying Checksum 21:51:01 31603596830f: Download complete 21:51:01 ecc8261a40a4: Verifying Checksum 21:51:01 ecc8261a40a4: Download complete 21:51:01 6ca5941a6612: Verifying Checksum 21:51:01 6ca5941a6612: Download complete 21:51:02 31603596830f: Pull complete 21:51:02 2a8b12db71e7: Pull complete 21:51:03 6ca5941a6612: Pull complete 21:51:03 ecc8261a40a4: Pull complete 21:51:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:51:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:51:03 prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container 21:51:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:51:06 $ docker top 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:51:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:06 [ssh-agent] Looking for ssh-agent implementation... 21:51:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:06 $ docker exec 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent 21:51:06 SSH_AUTH_SOCK=/tmp/ssh-caWWIKNhacQN/agent.11 21:51:06 SSH_AGENT_PID=16 21:51:06 Running ssh-add (command line suppressed) 21:51:07 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8176525248936100453.key (/w/workspace/edgex-go/2@tmp/private_key_8176525248936100453.key) 21:51:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:07 + git tag --points-at HEAD [Pipeline] } 21:51:07 $ docker exec --env ******** --env ******** 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent -k 21:51:07 unset SSH_AUTH_SOCK; 21:51:07 unset SSH_AGENT_PID; 21:51:07 echo Agent pid 16 killed; 21:51:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:51:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:07 [ssh-agent] Looking for ssh-agent implementation... 21:51:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:07 $ docker exec 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent 21:51:08 SSH_AUTH_SOCK=/tmp/ssh-9V6mDhbTXubN/agent.45 21:51:08 SSH_AGENT_PID=50 21:51:08 Running ssh-add (command line suppressed) 21:51:08 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7893895928176516780.key (/w/workspace/edgex-go/2@tmp/private_key_7893895928176516780.key) 21:51:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:08 + git semver init 21:51:08 # -> Open(): unable to determine branch for HEAD 21:51:08 # $GIT_DIR = /w/workspace/edgex-go/2/.git 21:51:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 21:51:08 # $SEMVER_REMOTE_NAME = origin 21:51:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:51:08 # $SEMVER_USER_NAME = edgex-jenkins 21:51:08 # $SEMVER_BRANCH = PR-2975 21:51:08 # $SEMVER_TEMP = /tmp/semver-233445135 21:51:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:51:26 # '/tmp/semver-233445135' -> '/w/workspace/edgex-go/2/.semver' 21:51:27 # -> Force: false 21:51:27 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 21:51:27 $ docker exec --env ******** --env ******** 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a ssh-agent -k 21:51:28 unset SSH_AUTH_SOCK; 21:51:28 unset SSH_AGENT_PID; 21:51:28 echo Agent pid 50 killed; 21:51:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:51:28 + git semver [Pipeline] } 21:51:28 $ docker stop --time=1 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a 21:51:30 $ docker rm -f 03dc5824d5c2cd6d298d54f23b25bc2352585048e23a67fadbf25f657802295a [Pipeline] // withDockerContainer [Pipeline] sh 21:51:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:51:31 Stashed 1 file(s) [Pipeline] echo 21:51:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:51:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:51:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:51:32 + sudo service docker restart 21:51:32 + true 21:51:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:51:33 ========================================================= 21:51:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:51:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:51:33 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:51:37 Sending build context to Docker daemon 326.2MB 21:51:37 Step 1/7 : ARG BASE=golang:1.15-alpine 21:51:37 Step 2/7 : FROM ${BASE} 21:51:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:51:37 188c0c94c7c5: Pulling fs layer 21:51:37 0ef7d3d256c8: Pulling fs layer 21:51:37 de9db76c5a1d: Pulling fs layer 21:51:37 bca2f99d35d6: Pulling fs layer 21:51:37 93359f2a8cfa: Pulling fs layer 21:51:37 7c6f9722023f: Pulling fs layer 21:51:37 a35cf1a2eb13: Pulling fs layer 21:51:37 93359f2a8cfa: Waiting 21:51:37 7c6f9722023f: Waiting 21:51:37 a35cf1a2eb13: Waiting 21:51:37 bca2f99d35d6: Waiting 21:51:37 de9db76c5a1d: Download complete 21:51:37 0ef7d3d256c8: Verifying Checksum 21:51:37 0ef7d3d256c8: Download complete 21:51:37 93359f2a8cfa: Verifying Checksum 21:51:37 93359f2a8cfa: Download complete 21:51:37 188c0c94c7c5: Verifying Checksum 21:51:37 188c0c94c7c5: Download complete 21:51:37 7c6f9722023f: Verifying Checksum 21:51:37 7c6f9722023f: Download complete 21:51:37 188c0c94c7c5: Pull complete 21:51:37 0ef7d3d256c8: Pull complete 21:51:37 de9db76c5a1d: Pull complete 21:51:39 a35cf1a2eb13: Verifying Checksum 21:51:39 a35cf1a2eb13: Download complete 21:51:40 bca2f99d35d6: Verifying Checksum 21:51:40 bca2f99d35d6: Download complete 21:51:45 bca2f99d35d6: Pull complete 21:51:45 93359f2a8cfa: Pull complete 21:51:45 7c6f9722023f: Pull complete 21:51:46 Still waiting to schedule task 21:51:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:51:53 a35cf1a2eb13: Pull complete 21:51:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:51:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:51:53 ---> a62c8e92a672 21:51:53 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:51:53 ---> Running in db40229c74cb 21:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:55 (1/12) Installing libmagic (5.38-r0) 21:51:55 (2/12) Installing file (5.38-r0) 21:51:55 (3/12) Installing libc-dev (0.7.2-r3) 21:51:55 (4/12) Installing g++ (9.3.0-r2) 21:52:04 (5/12) Installing fortify-headers (1.1-r0) 21:52:04 (6/12) Installing patch (2.7.6-r6) 21:52:04 (7/12) Installing build-base (0.5-r2) 21:52:04 (8/12) Installing libsodium (1.0.18-r0) 21:52:04 (9/12) Installing pkgconf (1.7.2-r0) 21:52:04 (10/12) Installing libsodium-dev (1.0.18-r0) 21:52:04 (11/12) Installing libzmq (4.3.3-r0) 21:52:04 (12/12) Installing zeromq-dev (4.3.3-r0) 21:52:04 Executing busybox-1.31.1-r19.trigger 21:52:04 OK: 233 MiB in 51 packages 21:52:08 Removing intermediate container db40229c74cb 21:52:08 ---> 408199a3dcd8 21:52:08 Step 4/7 : WORKDIR /edgex-go 21:52:08 ---> Running in 25567cd4a82d 21:52:09 Removing intermediate container 25567cd4a82d 21:52:09 ---> c28ba5f7256d 21:52:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:52:09 latest: Pulling from library/docker 21:52:09 801bfaa63ef2: Pulling fs layer 21:52:09 4f7dc993c79e: Pulling fs layer 21:52:09 d39d95e4997f: Pulling fs layer 21:52:09 1cda4b703d87: Pulling fs layer 21:52:09 54e5375350ea: Pulling fs layer 21:52:09 f08cd1b3bb1b: Pulling fs layer 21:52:09 8e17d04e0c68: Pulling fs layer 21:52:09 54e5375350ea: Waiting 21:52:09 f08cd1b3bb1b: Waiting 21:52:09 8e17d04e0c68: Waiting 21:52:09 1cda4b703d87: Waiting 21:52:09 d39d95e4997f: Verifying Checksum 21:52:09 d39d95e4997f: Download complete 21:52:09 4f7dc993c79e: Verifying Checksum 21:52:09 4f7dc993c79e: Download complete 21:52:09 801bfaa63ef2: Verifying Checksum 21:52:09 801bfaa63ef2: Download complete 21:52:10 54e5375350ea: Download complete 21:52:10 f08cd1b3bb1b: Verifying Checksum 21:52:10 f08cd1b3bb1b: Download complete 21:52:10 8e17d04e0c68: Verifying Checksum 21:52:10 8e17d04e0c68: Download complete 21:52:10 801bfaa63ef2: Pull complete 21:52:10 4f7dc993c79e: Pull complete 21:52:10 d39d95e4997f: Pull complete 21:52:11 1cda4b703d87: Verifying Checksum 21:52:11 1cda4b703d87: Download complete 21:52:13 1cda4b703d87: Pull complete 21:52:13 54e5375350ea: Pull complete 21:52:13 f08cd1b3bb1b: Pull complete 21:52:13 8e17d04e0c68: Pull complete 21:52:13 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 21:52:13 Status: Downloaded newer image for docker:latest 21:52:15 ---> 766e97031300 21:52:15 Step 6/7 : COPY go.mod . 21:52:15 ---> a6ef27e419d7 21:52:15 Step 7/7 : RUN go mod download 21:52:15 ---> Running in 97eaa980293d 21:52:37 Removing intermediate container 97eaa980293d 21:52:37 ---> 0548b2cbee88 21:52:37 Successfully built 0548b2cbee88 21:52:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:52:37 + docker inspect -f . ci-base-image-x86_64 21:52:37 . [Pipeline] withDockerContainer 21:52:37 prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container 21:52:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:52:38 $ docker top dfffd59c2772a73a890fcbd6f8d35a7cb9e7e3530525c387461f115d8987c566 -eo pid,comm [Pipeline] { [Pipeline] sh 21:52:39 + go version 21:52:39 go version go1.15.5 linux/amd64 [Pipeline] } 21:52:39 $ docker stop --time=1 dfffd59c2772a73a890fcbd6f8d35a7cb9e7e3530525c387461f115d8987c566 21:52:40 $ docker rm -f dfffd59c2772a73a890fcbd6f8d35a7cb9e7e3530525c387461f115d8987c566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:52:41 + docker inspect -f . ci-base-image-x86_64 21:52:41 . [Pipeline] withDockerContainer 21:52:41 prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container 21:52:41 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:52:42 $ docker top 91512bddc1520a50c71fbd9afba829effcb9d603cf148e7a9978e445d42fc8ab -eo pid,comm [Pipeline] { [Pipeline] echo 21:52:42 ========================================================= 21:52:42 [edgeXBuildGoParallel] Running Tests and Build... 21:52:42 ========================================================= [Pipeline] sh 21:52:43 + make test 21:52:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:52:51 ? github.com/edgexfoundry/edgex-go [no test files] 21:53:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:53:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:53:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:53:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:53:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:53:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:53:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:53:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:53:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:53:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 21:53:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:53:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:53:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:53:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:53:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 73.7% of statements 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:53:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 83.3% of statements 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.347s coverage: 93.8% of statements 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 21:53:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 21:53:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 21:53:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements 21:53:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements 21:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 21:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 21:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 21:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 21:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 21:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements 21:53:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:53:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements 21:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:53:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.637s coverage: 29.1% of statements 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 21:53:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 21:53:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:53:35 GO111MODULE=on go vet ./... 21:53:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17652 in /w/workspace/edgexfoundry_edgex-go_PR-2975 [Pipeline] { [Pipeline] ws 21:53:40 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:53:46 using credential edgex-jenkins-ssh 21:53:46 Cloning the remote Git repository 21:53:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:53:46 > git init /w/workspace/edgex-go/2 # timeout=10 21:53:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:53:46 > git --version # timeout=10 21:53:46 > git --version # 'git version 2.17.1' 21:53:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:53:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:53:57 gofmt -l . 21:53:57 [ "`gofmt -l .`" = "" ] 21:53:57 ./bin/test-go-mod-tidy.sh 21:53:58 ./bin/test-attribution-txt.sh [Pipeline] sh 21:54:00 + ls -al . 21:54:00 total 636 21:54:00 drwxrwxr-x 10 1001 1001 4096 Dec 29 21:53 . 21:54:00 drwxr-xr-x 4 root root 28 Dec 29 21:52 .. 21:54:00 -rw-rw-r-- 1 1001 1001 11 Dec 29 21:50 .dockerignore 21:54:00 drwxrwxr-x 8 1001 1001 179 Dec 29 21:50 .git 21:54:00 drwxrwxr-x 3 1001 1001 125 Dec 29 21:50 .github 21:54:00 -rw-rw-r-- 1 1001 1001 824 Dec 29 21:50 .gitignore 21:54:00 drwx------ 3 1001 1001 47 Dec 29 21:51 .semver 21:54:00 -rw-rw-r-- 1 1001 1001 166 Dec 29 21:50 .sonarcloud.properties 21:54:00 -rw-rw-r-- 1 1001 1001 3804 Dec 29 21:50 CONTRIBUTING.md 21:54:00 -rw-rw-r-- 1 1001 1001 1035 Dec 29 21:50 Dockerfile.build 21:54:00 -rw-rw-r-- 1 1001 1001 863 Dec 29 21:50 Jenkinsfile 21:54:00 -rw-rw-r-- 1 1001 1001 10775 Dec 29 21:50 LICENSE 21:54:00 -rw-rw-r-- 1 1001 1001 5750 Dec 29 21:50 Makefile 21:54:00 -rw-rw-r-- 1 1001 1001 6511 Dec 29 21:50 README.md 21:54:00 -rw-rw-r-- 1 1001 1001 6744 Dec 29 21:50 SECURITY.md 21:54:00 -rw-rw-r-- 1 1001 1001 5 Dec 29 21:51 VERSION 21:54:00 -rw-rw-r-- 1 1001 1001 4131 Dec 29 21:50 ZMQWindows.md 21:54:00 drwxrwxr-x 2 1001 1001 117 Dec 29 21:50 bin 21:54:00 drwxrwxr-x 14 1001 1001 4096 Dec 29 21:50 cmd 21:54:00 -rw-r--r-- 1 root root 537189 Dec 29 21:53 coverage.out 21:54:00 -rw-r--r-- 1 root root 979 Dec 29 21:53 go.mod 21:54:00 -rw-r--r-- 1 root root 18739 Dec 29 21:53 go.sum 21:54:00 drwxrwxr-x 8 1001 1001 127 Dec 29 21:50 internal 21:54:00 drwxrwxr-x 4 1001 1001 26 Dec 29 21:50 openapi 21:54:00 drwxrwxr-x 4 1001 1001 71 Dec 29 21:50 snap 21:54:00 -rw-rw-r-- 1 1001 1001 168 Dec 29 21:50 version.go [Pipeline] sh 21:54:00 + '[' -e coverage.out ] 21:54:00 + chown 1001:1001 coverage.out [Pipeline] stash 21:54:01 Stashed 1 file(s) [Pipeline] sh 21:54:01 + make build 21:54:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:54:02 Merging remotes/origin/master commit 0334f8c6cb4567394b03fe4bb4a72992867bc10f into PR head commit 33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:54:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:54:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:54:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:54:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:54:01 using GIT_SSH to set credentials SSH Credentials for GitHub 21:54:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2975/head:refs/remotes/origin/PR-2975 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:54:03 > git config core.sparsecheckout # timeout=10 21:54:03 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 21:54:03 Merge succeeded, producing 33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:54:03 Checking out Revision 33032524c0e2948070d07a8abcfdc39e4a1d74ac (PR-2975) 21:54:03 > git remote # timeout=10 21:54:03 > git config --get remote.origin.url # timeout=10 21:54:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:54:03 > git merge 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 21:54:03 > git rev-parse HEAD^{commit} # timeout=10 21:54:03 > git config core.sparsecheckout # timeout=10 21:54:03 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 21:54:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:54:07 Commit message: "refactor: Use latest bootstrap for logging client changes" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:54:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:54:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:54:10 + sudo service docker+ restart 21:54:10 true 21:54:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:54:13 provisioning config files... 21:54:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4084531670540515095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:54:13 ---> docker-login.sh 21:54:13 nexus3.edgexfoundry.org:10001 21:54: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 21:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:14 Configure a credential helper to remove this warning. See 21:54:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:14 21:54:14 Login Succeeded 21:54:14 nexus3.edgexfoundry.org:10002 21:54:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:15 Configure a credential helper to remove this warning. See 21:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:15 21:54:15 Login Succeeded 21:54:15 nexus3.edgexfoundry.org:10003 21:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:15 Configure a credential helper to remove this warning. See 21:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:15 21:54:15 Login Succeeded 21:54:15 nexus3.edgexfoundry.org:10004 21:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:16 Configure a credential helper to remove this warning. See 21:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:16 21:54:16 Login Succeeded 21:54:16 docker.io 21:54:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:17 Configure a credential helper to remove this warning. See 21:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:17 21:54:17 Login Succeeded 21:54:17 ---> docker-login.sh ends [Pipeline] } 21:54:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:54:17 ========================================================= 21:54:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:54:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:54:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:54:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:54:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:54:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:54:20 Sending build context to Docker daemon 165.3MB 21:54:20 Step 1/7 : ARG BASE=golang:1.15-alpine 21:54:20 Step 2/7 : FROM ${BASE} 21:54:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:54:20 5f621e34cdf4: Pulling fs layer 21:54:20 a4357932f1b6: Pulling fs layer 21:54:20 18c013af1878: Pulling fs layer 21:54:20 00ac8860ef70: Pulling fs layer 21:54:20 63d7cb157983: Pulling fs layer 21:54:20 b116817d02f9: Pulling fs layer 21:54:20 745a02a5169b: Pulling fs layer 21:54:20 00ac8860ef70: Waiting 21:54:20 63d7cb157983: Waiting 21:54:20 b116817d02f9: Waiting 21:54:20 745a02a5169b: Waiting 21:54:20 18c013af1878: Verifying Checksum 21:54:20 18c013af1878: Download complete 21:54:20 a4357932f1b6: Verifying Checksum 21:54:20 a4357932f1b6: Download complete 21:54:21 63d7cb157983: Verifying Checksum 21:54:21 63d7cb157983: Download complete 21:54:21 b116817d02f9: Download complete 21:54:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:54:21 5f621e34cdf4: Verifying Checksum 21:54:21 5f621e34cdf4: Download complete 21:54:22 5f621e34cdf4: Pull complete 21:54:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:54:22 a4357932f1b6: Pull complete 21:54:22 18c013af1878: Pull complete 21:54:23 745a02a5169b: Verifying Checksum 21:54:23 745a02a5169b: Download complete [Pipeline] } 21:54:23 $ docker stop --time=1 91512bddc1520a50c71fbd9afba829effcb9d603cf148e7a9978e445d42fc8ab 21:54:24 00ac8860ef70: Download complete 21:54:24 $ docker rm -f 91512bddc1520a50c71fbd9afba829effcb9d603cf148e7a9978e445d42fc8ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:28 21:54:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:54:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:28 latest: Pulling from edgex-devops/edgex-compose 21:54:28 cbdbe7a5bc2a: Pulling fs layer 21:54:28 ca9280d653b3: Pulling fs layer 21:54:28 7e9c9ca2126c: Pulling fs layer 21:54:28 cbdbe7a5bc2a: Verifying Checksum 21:54:28 cbdbe7a5bc2a: Download complete 21:54:29 ca9280d653b3: Verifying Checksum 21:54:29 ca9280d653b3: Download complete 21:54:29 cbdbe7a5bc2a: Pull complete 21:54:30 7e9c9ca2126c: Verifying Checksum 21:54:30 7e9c9ca2126c: Download complete 21:54:31 ca9280d653b3: Pull complete 21:54:34 00ac8860ef70: Pull complete 21:54:35 63d7cb157983: Pull complete 21:54:35 b116817d02f9: Pull complete 21:54:37 7e9c9ca2126c: Pull complete 21:54:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:54:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:54:37 prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container 21:54:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:54:39 745a02a5169b: Pull complete 21:54:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:54:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:54:39 ---> b7e6874047d6 21:54:39 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:54:40 $ docker top 206e88b17e2322d6901bf87a356d1a2c437524e603704a1be630869957ca94d9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:41 + docker-compose build --help 21:54:41 + grep parallel 21:54:41 --parallel Build images in parallel. [Pipeline] } 21:54:41 $ docker stop --time=1 206e88b17e2322d6901bf87a356d1a2c437524e603704a1be630869957ca94d9 21:54:43 ---> Running in f73701eafe98 21:54:43 $ docker rm -f 206e88b17e2322d6901bf87a356d1a2c437524e603704a1be630869957ca94d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:43 . [Pipeline] withDockerContainer 21:54:44 prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container 21:54:44 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:54:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:54:44 $ docker top 1823a0911f657e7e1ed1b96e85c5e1ca06be71fbde476385474b49b1a88c5509 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:54:45 + docker-compose -f ./docker-compose-build.yml build --parallel 21:54:46 (1/12) Installing libmagic (5.38-r0) 21:54:46 Building docker-core-command-go ... 21:54:46 Building docker-core-data-go ... 21:54:46 Building docker-core-metadata-go ... 21:54:46 Building docker-security-bootstrap-redis-go ... 21:54:46 Building docker-security-proxy-setup-go ... 21:54:46 Building docker-security-secretstore-setup-go ... 21:54:46 Building docker-support-notifications-go ... 21:54:46 Building docker-support-scheduler-go ... 21:54:46 Building docker-sys-mgmt-agent-go ... 21:54:46 Building docker-security-secretstore-setup-go 21:54:46 Building docker-security-proxy-setup-go 21:54:46 Building docker-core-metadata-go 21:54:46 Building docker-support-scheduler-go 21:54:46 Building docker-security-bootstrap-redis-go 21:54:46 (2/12) Installing file (5.38-r0) 21:54:46 (3/12) Installing libc-dev (0.7.2-r3) 21:54:46 (4/12) Installing g++ (9.3.0-r2) 21:54:50 (5/12) Installing fortify-headers (1.1-r0) 21:54:50 (6/12) Installing patch (2.7.6-r6) 21:54:50 (7/12) Installing build-base (0.5-r2) 21:54:50 (8/12) Installing libsodium (1.0.18-r0) 21:54:50 (9/12) Installing pkgconf (1.7.2-r0) 21:54:50 (10/12) Installing libsodium-dev (1.0.18-r0) 21:54:50 (11/12) Installing libzmq (4.3.3-r0) 21:54:50 (12/12) Installing zeromq-dev (4.3.3-r0) 21:54:50 Executing busybox-1.31.1-r19.trigger 21:54:50 OK: 217 MiB in 51 packages 21:54:55 Removing intermediate container f73701eafe98 21:54:55 ---> 82dd22884ab2 21:54:55 Step 4/7 : WORKDIR /edgex-go 21:54:55 ---> Running in 03800fa58c14 21:54:55 Removing intermediate container 03800fa58c14 21:54:55 ---> 9ea309eedbe3 21:54:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:54:55 latest: Pulling from library/docker 21:54:56 159e5727ea61: Pulling fs layer 21:54:56 687389c36290: Pulling fs layer 21:54:56 94e28978939c: Pulling fs layer 21:54:56 ea42096754a7: Pulling fs layer 21:54:56 bd61cee6920e: Pulling fs layer 21:54:56 87c4ece4675c: Pulling fs layer 21:54:56 90ca8b2ff088: Pulling fs layer 21:54:56 ea42096754a7: Waiting 21:54:56 bd61cee6920e: Waiting 21:54:56 87c4ece4675c: Waiting 21:54:56 90ca8b2ff088: Waiting 21:54:56 94e28978939c: Verifying Checksum 21:54:56 94e28978939c: Download complete 21:54:56 687389c36290: Verifying Checksum 21:54:56 687389c36290: Download complete 21:54:56 159e5727ea61: Download complete 21:54:56 87c4ece4675c: Verifying Checksum 21:54:56 87c4ece4675c: Download complete 21:54:56 bd61cee6920e: Verifying Checksum 21:54:56 bd61cee6920e: Download complete 21:54:56 90ca8b2ff088: Download complete 21:54:56 159e5727ea61: Pull complete 21:54:57 687389c36290: Pull complete 21:54:57 ea42096754a7: Verifying Checksum 21:54:57 ea42096754a7: Download complete 21:54:57 94e28978939c: Pull complete 21:55:02 ea42096754a7: Pull complete 21:55:02 bd61cee6920e: Pull complete 21:55:02 87c4ece4675c: Pull complete 21:55:02 90ca8b2ff088: Pull complete 21:55:02 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 21:55:02 Status: Downloaded newer image for docker:latest 21:55:05 ---> 03ae63a6dae5 21:55:05 Step 6/7 : COPY go.mod . 21:55:06 ---> 965dc62c65bf 21:55:06 Step 7/7 : RUN go mod download 21:55:06 ---> Running in a61a9c00f028 21:55:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:18 ---> 0548b2cbee88 21:55:18 Step 3/22 : WORKDIR /edgex-go 21:55:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:55:18 ---> 0548b2cbee88 21:55:18 Step 3/21 : WORKDIR /edgex-go 21:55:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:55:18 ---> 0548b2cbee88 21:55:18 Step 3/24 : WORKDIR /edgex-go 21:55:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:55:18 ---> 0548b2cbee88 21:55:18 Step 3/21 : WORKDIR /edgex-go 21:55:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:55:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:18 ---> 0548b2cbee88 21:55:18 Step 3/22 : WORKDIR /edgex-go 21:55:18 ---> Running in 5011c8a0c7be 21:55:18 ---> Running in 9f5b0e0fe00e 21:55:18 ---> Running in 7765e1fe9e0d 21:55:18 ---> Running in ebb5a112116c 21:55:18 ---> Running in 36afa4c7312e 21:55:18 Removing intermediate container ebb5a112116c 21:55:18 ---> 5163eda31753 21:55:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:18 Removing intermediate container 9f5b0e0fe00e 21:55:18 ---> 18c8cf595e48 21:55:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:18 Removing intermediate container 36afa4c7312e 21:55:18 ---> 962e25c9c582 21:55:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:18 Removing intermediate container 5011c8a0c7be 21:55:18 ---> 8e2334ec21a0 21:55:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:18 Removing intermediate container 7765e1fe9e0d 21:55:18 ---> 6cf3590faa3c 21:55:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:55:18 ---> Running in 12c874251cec 21:55:18 ---> Running in f4b58647c6f6 21:55:18 ---> Running in 6234a2a780ca 21:55:18 ---> Running in c8c16b4c3dc0 21:55:18 ---> Running in 00e49dd71c21 21:55:18 Removing intermediate container 00e49dd71c21 21:55:18 ---> 2a47488b8a75 21:55:18 Step 5/21 : RUN apk update && apk add make git 21:55:18 Removing intermediate container 12c874251cec 21:55:18 ---> aaafa78cbd84 21:55:18 Step 5/21 : RUN apk update && apk add make git 21:55:18 ---> Running in b60b52f831dc 21:55:18 ---> Running in b778926b6deb 21:55:18 Removing intermediate container f4b58647c6f6 21:55:18 ---> 12c7ed052ad9 21:55:18 Step 5/24 : RUN apk update && apk add make git 21:55:18 Removing intermediate container 6234a2a780ca 21:55:18 ---> e0b977b9cad2 21:55:18 Step 5/22 : RUN apk update && apk add make git 21:55:18 Removing intermediate container c8c16b4c3dc0 21:55:18 ---> 5a9f5dc4ac41 21:55:18 Step 5/22 : RUN apk update && apk add make git 21:55:18 ---> Running in d7f917535664 21:55:19 ---> Running in bc896bfb416e 21:55:19 ---> Running in 1827c9290be4 21:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:55:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:55:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:55:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:55:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:55:20 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:20 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:20 OK: 12750 distinct packages available 21:55:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:55:20 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:20 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:20 OK: 12750 distinct packages available 21:55:20 OK: 233 MiB in 51 packages 21:55:21 OK: 233 MiB in 51 packages 21:55:21 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:21 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:21 OK: 12750 distinct packages available 21:55:21 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:21 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:21 OK: 12750 distinct packages available 21:55:21 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:55:21 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:55:21 OK: 12750 distinct packages available 21:55:21 OK: 233 MiB in 51 packages 21:55:21 OK: 233 MiB in 51 packages 21:55:21 OK: 233 MiB in 51 packages 21:55:21 Removing intermediate container b60b52f831dc 21:55:21 ---> a2c65601ee99 21:55:21 Step 6/21 : COPY go.mod . 21:55:21 Removing intermediate container b778926b6deb 21:55:21 ---> 402167b6af27 21:55:21 Step 6/21 : COPY go.mod . 21:55:22 ---> ecc2a337487f 21:55:22 Step 7/21 : RUN go mod download 21:55:22 ---> c5b0551db211 21:55:22 Step 7/21 : RUN go mod download 21:55:22 ---> Running in 47a50cb86dc7 21:55:22 ---> Running in 289c43ffd6db 21:55:22 Removing intermediate container bc896bfb416e 21:55:22 ---> f593c89abcef 21:55:22 Step 6/24 : COPY go.mod . 21:55:22 Removing intermediate container 1827c9290be4 21:55:22 ---> b4f060e1f88b 21:55:22 Step 6/22 : COPY go.mod . 21:55:23 Removing intermediate container d7f917535664 21:55:23 ---> 135e88da1bc4 21:55:23 Step 6/22 : COPY go.mod . 21:55:23 ---> ab71463f021d 21:55:23 Step 7/24 : RUN go mod download 21:55:23 ---> Running in bafee1e209ae 21:55:23 ---> 8f30e3ef98d8 21:55:23 Step 7/22 : RUN go mod download 21:55:23 ---> 48078141f54b 21:55:23 Step 7/22 : RUN go mod download 21:55:23 ---> Running in b076afa9ac92 21:55:23 ---> Running in dff404d0c3fa 21:55:24 Removing intermediate container 289c43ffd6db 21:55:24 ---> acf7b66b75f1 21:55:24 Step 8/21 : COPY . . 21:55:24 Removing intermediate container 47a50cb86dc7 21:55:24 ---> 6dc03b357bc8 21:55:24 Step 8/21 : COPY . . 21:55:31 Removing intermediate container bafee1e209ae 21:55:31 ---> dc283cbffad6 21:55:31 Step 8/24 : COPY . . 21:55:31 Removing intermediate container b076afa9ac92 21:55:31 ---> e5a0fc61ac8b 21:55:31 Step 8/22 : COPY . . 21:55:33 Removing intermediate container a61a9c00f028 21:55:33 ---> 7824ac3a841d 21:55:33 Successfully built 7824ac3a841d 21:55:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:55:33 + docker inspect -f . ci-base-image-arm64 21:55:33 . [Pipeline] withDockerContainer 21:55:34 prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container 21:55:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat 21:55:35 $ docker top 74dc48c06489f46a2a1262c70f93ef63b036325787b52be2bb520929c757e191 -eo pid,comm 21:55:36 Removing intermediate container dff404d0c3fa 21:55:36 ---> 724b91299cfd 21:55:36 Step 8/22 : COPY . . [Pipeline] { [Pipeline] sh 21:55:37 + go version 21:55:37 go version go1.15.5 linux/arm64 [Pipeline] } 21:55:37 $ docker stop --time=1 74dc48c06489f46a2a1262c70f93ef63b036325787b52be2bb520929c757e191 21:55:39 $ docker rm -f 74dc48c06489f46a2a1262c70f93ef63b036325787b52be2bb520929c757e191 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:55:40 + docker inspect -f . ci-base-image-arm64 21:55:40 . [Pipeline] withDockerContainer 21:55:40 prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container 21:55:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat 21:55:41 $ docker top c1d2085e2c0acd0f061022de58e4eb0a8ba9b131fb0d3ed48531b9c21d12b0e9 -eo pid,comm [Pipeline] { [Pipeline] echo 21:55:42 ========================================================= 21:55:42 [edgeXBuildGoParallel] Running Tests and Build... 21:55:42 ========================================================= [Pipeline] sh 21:55:42 + make test 21:55:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:55:58 ---> 485ea4e81291 21:55:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:56:00 ---> cb824d75605e 21:56:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:56:02 ---> Running in 3b4aafcb3fbb 21:56:04 ---> Running in 20da4a3150fc 21:56:05 ? github.com/edgexfoundry/edgex-go [no test files] 21:56:05 ---> 18710f707e4d 21:56:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:56:06 ---> Running in d401282943e9 21:56:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:56:06 ---> 69fa7c896252 21:56:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:56:06 ---> 0e5e43cd42f8 21:56:06 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:56:06 ---> Running in da1903400c83 21:56:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:56:06 ---> Running in 5bc6e355c98c 21:56:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:56:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:56:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:56:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:56:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:56:35 Removing intermediate container d401282943e9 21:56:35 ---> 1997a528a78e 21:56:35 21:56:35 Step 10/22 : FROM alpine:3.10 21:56:35 3.10: Pulling from library/alpine 21:56:36 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:56:36 Status: Downloaded newer image for alpine:3.10 21:56:36 ---> be4e4bea2c2e 21:56:36 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:56:38 ---> Running in c241381dfdb2 21:56:38 Removing intermediate container 20da4a3150fc 21:56:38 ---> a2d68f502525 21:56:38 21:56:38 Step 10/21 : FROM scratch 21:56:38 ---> 21:56:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:56:38 ---> Running in bc526e246eca 21:56:41 Removing intermediate container bc526e246eca 21:56:41 ---> 076c3170a6c9 21:56:41 Step 12/21 : ENV APP_PORT=48085 21:56:41 Removing intermediate container da1903400c83 21:56:41 ---> 1f673839798e 21:56:41 21:56:41 Step 10/24 : FROM alpine:3.10 21:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:56:42 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:56:42 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:56:42 OK: 10350 distinct packages available 21:56:42 (1/5) Installing ca-certificates (20191127-r2) 21:56:43 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:56:43 (3/5) Installing libcurl (7.66.0-r3) 21:56:43 (4/5) Installing curl (7.66.0-r3) 21:56:43 (5/5) Installing dumb-init (1.2.2-r1) 21:56:43 Executing busybox-1.30.1-r3.trigger 21:56:43 Executing ca-certificates-20191127-r2.trigger 21:56:43 OK: 7 MiB in 19 packages 21:56:43 ---> be4e4bea2c2e 21:56:43 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:56:44 ---> Running in bdb2840959c0 21:56:44 ---> Running in 85fde2ddbf59 21:56:44 Removing intermediate container 3b4aafcb3fbb 21:56:44 ---> 1f40882885b7 21:56:44 21:56:44 Step 10/21 : FROM alpine 21:56:44 latest: Pulling from library/alpine 21:56:44 Removing intermediate container 5bc6e355c98c 21:56:44 ---> 65b42eae40ad 21:56:44 21:56:44 Step 10/22 : FROM scratch 21:56:44 ---> 21:56:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:56:44 ---> Using cache 21:56:44 ---> 076c3170a6c9 21:56:44 Step 12/22 : ENV APP_PORT=48081 21:56:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:56:44 ---> Running in a94ece75dabb 21:56:44 Removing intermediate container bdb2840959c0 21:56:44 ---> a90e411d27bb 21:56:44 Step 13/21 : EXPOSE $APP_PORT 21:56:44 Status: Downloaded newer image for alpine:latest 21:56:44 ---> 389fef711851 21:56:44 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:56:44 ---> Running in 91b41d03b099 21:56:45 ---> Running in 24929a201011 21:56:45 Removing intermediate container a94ece75dabb 21:56:45 ---> 6a667818b317 21:56:45 Step 13/22 : EXPOSE $APP_PORT 21:56:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:56:45 Removing intermediate container c241381dfdb2 21:56:45 ---> 8fa31d86b33b 21:56:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:56:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:56:45 ---> Running in d9e7e9b138eb 21:56:45 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:56:45 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:56:45 OK: 10350 distinct packages available 21:56:45 ---> Running in 23ad215c7ce6 21:56:45 Removing intermediate container 91b41d03b099 21:56:45 ---> 57be6a070c4b 21:56:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:56:45 (1/5) Installing ca-certificates (20191127-r2) 21:56:45 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:56:45 (3/5) Installing libcurl (7.66.0-r3) 21:56:45 (4/5) Installing curl (7.66.0-r3) 21:56:45 (5/5) Installing dumb-init (1.2.2-r1) 21:56:45 Executing busybox-1.30.1-r3.trigger 21:56:46 Executing ca-certificates-20191127-r2.trigger 21:56:46 OK: 7 MiB in 19 packages 21:56:46 Removing intermediate container d9e7e9b138eb 21:56:46 ---> 124c3df98e94 21:56:46 Step 14/22 : WORKDIR / 21:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:47 ---> Running in aaa3428e5d23 21:56:47 ---> d446645ecd1b 21:56:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:47 Removing intermediate container 23ad215c7ce6 21:56:47 ---> 367be787ba7f 21:56:47 Step 13/22 : WORKDIR / 21:56:47 ---> Running in 8229f755bc8b 21:56:47 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:56:47 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:56:47 OK: 12745 distinct packages available 21:56:47 Removing intermediate container aaa3428e5d23 21:56:47 ---> c315d28bd2ae 21:56:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:56:47 (1/4) Installing ca-certificates (20191127-r4) 21:56:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:56:47 (3/4) Installing libcurl (7.69.1-r3) 21:56:47 (4/4) Installing curl (7.69.1-r3) 21:56:47 Executing busybox-1.31.1-r19.trigger 21:56:47 Executing ca-certificates-20191127-r4.trigger 21:56:47 Removing intermediate container 85fde2ddbf59 21:56:47 ---> 4b0a8da138f3 21:56:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:56:48 OK: 7 MiB in 18 packages 21:56:48 ---> f2bbead71bd7 21:56:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:56:48 ---> Running in dffc836faac0 21:56:48 Removing intermediate container 8229f755bc8b 21:56:48 ---> 847b70fb4e69 21:56:48 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:56:48 ---> 42ddb7529fb0 21:56:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:56:49 Removing intermediate container dffc836faac0 21:56:49 ---> a8da7ae6af70 21:56:49 Step 13/24 : WORKDIR / 21:56:49 ---> 3409b8df4324 21:56:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:56:49 ---> c480d5a1a8ac 21:56:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:56:49 ---> 0d71abcd982d 21:56:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:56:49 ---> Running in 861c32ee601f 21:56:50 ---> Running in e5c7a5d9cf34 21:56:50 Removing intermediate container 24929a201011 21:56:50 ---> c6e3bd97a872 21:56:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:56:50 ---> c500c85133da 21:56:50 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:56:50 ---> 977da46462ac 21:56:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:56:50 ---> Running in 0b2855dee8cf 21:56:50 ---> Running in b2871e14fbfa 21:56:50 Removing intermediate container 861c32ee601f 21:56:50 ---> 85bfcb2ecaa7 21:56:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:56:50 Removing intermediate container e5c7a5d9cf34 21:56:50 ---> 5e24bfd8bb7c 21:56:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:56:50 ---> Running in 0acf90f8b62d 21:56:50 ---> 1f194d9cfba8 21:56:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:56:50 Removing intermediate container 0b2855dee8cf 21:56:50 ---> b42643fe2a83 21:56:50 Step 13/21 : WORKDIR /edgex 21:56:50 Removing intermediate container b2871e14fbfa 21:56:50 ---> 62bb9cbc1bdb 21:56:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:56:50 ---> 3312aae95020 21:56:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:56:50 ---> Running in b9457fe7afa5 21:56:50 ---> Running in 298c26c627c0 21:56:50 Removing intermediate container 0acf90f8b62d 21:56:50 ---> ad476431d59e 21:56:50 Step 19/21 : LABEL arch=x86_64 21:56:51 ---> 91328bb8fb30 21:56:51 Step 18/22 : RUN chmod +x entrypoint.sh 21:56:51 ---> Running in 8677cf7df217 21:56:51 ---> Running in 56deac68a0ca 21:56:51 ---> d5f1a51877c9 21:56:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:56:51 Removing intermediate container 298c26c627c0 21:56:51 ---> dcca1aa0160e 21:56:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:56:51 Removing intermediate container b9457fe7afa5 21:56:51 ---> 45139262abf8 21:56:51 Step 20/22 : LABEL arch=x86_64 21:56:51 ---> Running in dd2b4bc1b09b 21:56:51 Removing intermediate container 8677cf7df217 21:56:51 ---> 45a37f4d1733 21:56:51 Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:56:51 ---> 0e13e9f909d5 21:56:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:56:51 ---> 18bddb19a2ac 21:56:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:56:51 ---> Running in 0b20c57fae21 21:56:51 Removing intermediate container dd2b4bc1b09b 21:56:51 ---> ed11ce1fba16 21:56:51 Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:56:52 ---> Running in d7ab61cd76c2 21:56:52 Removing intermediate container 0b20c57fae21 21:56:52 ---> 92b7940e9ba1 21:56:52 Step 21/21 : LABEL version=0.0.0 21:56:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:56:52 ---> 10048ff76c83 21:56:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:56:52 ---> Running in 53b6a35fcd3e 21:56:52 ---> 8137907ff6c4 21:56:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:56:52 Removing intermediate container d7ab61cd76c2 21:56:52 ---> beb4d51a5571 21:56:52 Step 22/22 : LABEL version=0.0.0 21:56:52 ---> Running in 750df50328a0 21:56:52 Removing intermediate container 56deac68a0ca 21:56:52 ---> 1423a01376d7 21:56:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:56:52 Removing intermediate container 53b6a35fcd3e 21:56:52 ---> c6cf83d87581 21:56:52 21:56:53 Successfully built c6cf83d87581 21:56:53 ---> Running in a3dcae2de3e4 21:56:53 Successfully tagged docker-support-scheduler-go:latest 21:56:53 Building docker-sys-mgmt-agent-go 21:56:53  Building docker-support-scheduler-go ... done Removing intermediate container 750df50328a0 21:56:53 ---> f44d0e55a6d0 21:56:53 21:56:53 ---> fc9f065d8fbe 21:56:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:56:53 ---> 8acb7cf26d31 21:56:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:56:53 Successfully built f44d0e55a6d0 21:56:53 ---> Running in 199b67caefd0 21:56:53 Successfully tagged docker-core-metadata-go:latest 21:56:53 Building docker-core-command-go 21:56:53  Building docker-core-metadata-go ... done Removing intermediate container a3dcae2de3e4 21:56:53 ---> 960a6d313017 21:56:53 Step 20/22 : LABEL arch=x86_64 21:56:53 ---> 1c0eea7415d1 21:56:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:56:53 ---> Running in 901b71b493ed 21:56:53 Removing intermediate container 199b67caefd0 21:56:53 ---> a1f9bcf32308 21:56:53 Step 18/21 : CMD ["--init=true"] 21:56:54 ---> Running in 0b1cafd46b35 21:56:54 ---> Running in 2b687c2f312d 21:56:54 Removing intermediate container 901b71b493ed 21:56:54 ---> 3a1988947231 21:56:54 Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:56:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:56:58 ---> Running in feffa8acd294 21:56:58 Removing intermediate container 2b687c2f312d 21:56:58 ---> 853266d4db9e 21:56:58 Step 19/21 : LABEL arch=x86_64 21:56:59 ---> Running in e8ca4d955a29 21:56:59 Removing intermediate container feffa8acd294 21:56:59 ---> 9e98f2015ee8 21:56:59 Step 22/22 : LABEL version=0.0.0 21:56:59 ---> Running in 1f818f10cf80 21:56:59 Removing intermediate container e8ca4d955a29 21:56:59 ---> f1b882eef2b8 21:56:59 Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:57:00 ---> Running in 22d11e1f0be6 21:57:00 Removing intermediate container 1f818f10cf80 21:57:00 ---> 88721e6e7641 21:57:00 21:57:00 Removing intermediate container 0b1cafd46b35 21:57:00 ---> 4544e83fa992 21:57:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:57:00 Successfully built 88721e6e7641 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:57:01 Successfully tagged docker-security-bootstrap-redis-go:latest 21:57:01  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 21:57:02 ---> Running in dbb47401e474 21:57:03 Removing intermediate container 22d11e1f0be6 21:57:03 ---> a65d11054af4 21:57:03 Step 21/21 : LABEL version=0.0.0 21:57:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:57:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:57:08 ---> Running in 694470840d61 21:57:10 Removing intermediate container dbb47401e474 21:57:10 ---> 1c4e94a4920c 21:57:10 Step 22/24 : LABEL arch=x86_64 21:57:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:57:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:57:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:57:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:57:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:57:11 ---> 0548b2cbee88 21:57:11 Step 3/27 : WORKDIR /edgex-go 21:57:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:57:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:57:11 ---> 0548b2cbee88 21:57:11 Step 3/22 : WORKDIR /edgex-go 21:57:11 ---> Using cache 21:57:11 ---> Using cache 21:57:11 ---> 6cf3590faa3c 21:57:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:11 ---> 6cf3590faa3c 21:57:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:11 ---> Using cache 21:57:11 ---> 5a9f5dc4ac41 21:57:11 Step 5/27 : RUN apk update && apk add make bash git 21:57:11 ---> Using cache 21:57:11 ---> 5a9f5dc4ac41 21:57:11 Step 5/22 : RUN apk update && apk add make git 21:57:11 ---> Using cache 21:57:11 ---> b4f060e1f88b 21:57:11 Step 6/22 : COPY go.mod . 21:57:11 ---> Using cache 21:57:11 ---> 8f30e3ef98d8 21:57:11 Step 7/22 : RUN go mod download 21:57:11 ---> Using cache 21:57:11 ---> e5a0fc61ac8b 21:57:11 Step 8/22 : COPY . . 21:57:12 ---> Using cache 21:57:12 ---> 18710f707e4d 21:57:12 Step 9/22 : RUN make cmd/core-command/core-command 21:57:12 Removing intermediate container 694470840d61 21:57:12 ---> 1d6f5c2a7207 21:57:12 21:57:12 ---> Running in a5763ef18a85 21:57:12 ---> Running in c9421dd95b16 21:57:12 ---> Running in bae6116bb8e8 21:57:12 Successfully built 1d6f5c2a7207 21:57:13 Successfully tagged docker-security-proxy-setup-go:latest 21:57:13 Building docker-support-notifications-go 21:57:13  Building docker-security-proxy-setup-go ... done Removing intermediate container a5763ef18a85 21:57:13 ---> 71f9a77f7c5f 21:57:13 Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:57:13 ---> Running in 0edf727170cf 21:57:15 Removing intermediate container 0edf727170cf 21:57:15 ---> 8160c213e95c 21:57:15 Step 24/24 : LABEL version=0.0.0 21:57:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:57:15 ---> Running in 998061ca2705 21:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 46.6% of statements 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:57:16 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:57:16 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:57:16 OK: 12750 distinct packages available 21:57:17 OK: 233 MiB in 51 packages 21:57:17 Removing intermediate container 998061ca2705 21:57:17 ---> 5738288afbad 21:57:17 21:57:17 Successfully built 5738288afbad 21:57:18 Successfully tagged docker-security-secretstore-setup-go:latest 21:57:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container c9421dd95b16 21:57:20 ---> b24aab6b5ef3 21:57:20 Step 6/27 : COPY go.mod . 21:57:21 ---> 618ac9a4a2c8 21:57:21 Step 7/27 : RUN go mod download 21:57:21 ---> Running in 7fb59768282a 21:57:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:57:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:57:24 ---> 0548b2cbee88 21:57:24 Step 3/23 : WORKDIR /edgex-go 21:57:24 ---> Using cache 21:57:24 ---> 6cf3590faa3c 21:57:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:24 ---> Using cache 21:57:24 ---> 5a9f5dc4ac41 21:57:24 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.0% of statements 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 73.7% of statements 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.666s coverage: 83.3% of statements 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:57:25 ---> Running in 92d731a4da5e 21:57:25 Removing intermediate container 7fb59768282a 21:57:25 ---> f2e1d095a8e6 21:57:25 Step 8/27 : COPY . . 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:57:29 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:57:29 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:57:29 OK: 12750 distinct packages available 21:57:30 OK: 233 MiB in 51 packages 21:57:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:57:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:57:30 ---> 0548b2cbee88 21:57:30 Step 3/24 : WORKDIR /edgex-go 21:57:30 ---> Using cache 21:57:30 ---> 6cf3590faa3c 21:57:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:30 ---> Using cache 21:57:30 ---> 5a9f5dc4ac41 21:57:30 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:57:32 ---> Running in 477ab327c650 21:57:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.298s coverage: 86.7% of statements 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:57:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:57:33 Removing intermediate container 92d731a4da5e 21:57:33 ---> 4b4beb9cc5fc 21:57:33 Step 6/23 : COPY go.mod . 21:57:34 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 21:57:34 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 21:57:34 OK: 12750 distinct packages available 21:57:34 OK: 233 MiB in 51 packages 21:57:35 ---> 77d06f2d5ace 21:57:35 Step 7/23 : RUN go mod download 21:57:36 ---> Running in db6b670a9d2f 21:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.021s coverage: 93.8% of statements 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:57:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:57:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 21:57:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:57:40 Removing intermediate container 477ab327c650 21:57:40 ---> 5c6ca3d0e717 21:57:40 Step 6/24 : COPY go.mod . 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 80.8% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements 21:57:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.2% of statements 21:57:42 ---> a28fdb4d7129 21:57:42 Step 7/24 : RUN go mod download 21:57:42 ---> Running in b6575e8a9d2b 21:57:42 Removing intermediate container bae6116bb8e8 21:57:42 ---> 5b8181f86627 21:57:42 21:57:42 Step 10/22 : FROM scratch 21:57:42 ---> 21:57:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:57:42 ---> cc062795ed9f 21:57:42 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:57:42 ---> Running in d2a0ac8f009a 21:57:42 ---> Using cache 21:57:42 ---> 076c3170a6c9 21:57:42 Step 12/22 : ENV APP_PORT=48082 21:57:43 Removing intermediate container db6b670a9d2f 21:57:43 ---> 6804f2393669 21:57:43 Step 8/23 : COPY . . 21:57:43 ---> Running in 55c02aa9d276 21:57:43 Removing intermediate container 55c02aa9d276 21:57:43 ---> 095706677004 21:57:43 Step 13/22 : EXPOSE $APP_PORT 21:57:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:57:43 ---> Running in 67e5b2299d7e 21:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements 21:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:57:44 Removing intermediate container 67e5b2299d7e 21:57:44 ---> 9374f7df77e1 21:57:44 Step 14/22 : WORKDIR / 21:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.614s coverage: 63.5% of statements 21:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements 21:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 21:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 21:57:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 21:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 21:57:47 ---> Running in 4900e1c85ce7 21:57:49 Removing intermediate container b6575e8a9d2b 21:57:49 ---> a42c2df634c3 21:57:49 Step 8/24 : COPY . . 21:57:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.923s coverage: 55.9% of statements 21:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 37.0% of statements 21:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:57:53 Removing intermediate container 4900e1c85ce7 21:57:53 ---> 2110314fe20a 21:57:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.663s coverage: 84.0% of statements 21:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 21:57:59 ---> 6790e70856ac 21:57:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:58:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.1% of statements 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:58:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:58:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements 21:58:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.066s coverage: 29.1% of statements 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.256s coverage: 99.0% of statements 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:58:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:58:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 21:58:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 21:58:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 21:58:06 ---> 1a54a05c0561 21:58:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:58:07 GO111MODULE=on go vet ./... 21:58:07 ---> ca2f16b74737 21:58:07 Step 9/23 : RUN make cmd/core-data/core-data 21:58:07 ---> d24b3d6c9acd 21:58:07 Step 18/22 : ENTRYPOINT ["/core-command"] 21:58:07 ---> Running in 504e8bd7c028 21:58:07 ---> Running in f06ab0c0f6ea 21:58:08 Removing intermediate container f06ab0c0f6ea 21:58:08 ---> 6d574f1c12cc 21:58:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:58:10 ---> Running in d04bb0276dee 21:58:11 ---> 88110732ec08 21:58:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:58:11 Removing intermediate container d04bb0276dee 21:58:11 ---> 5175b8a48e17 21:58:11 Step 20/22 : LABEL arch=x86_64 21:58:12 Removing intermediate container d2a0ac8f009a 21:58:12 ---> 03fd436d7704 21:58:12 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:58:12 ---> Running in 51c298646b75 21:58:12 ---> Running in 37bd3e07a218 21:58:12 ---> Running in 62c464288a6e 21:58:12 Removing intermediate container 37bd3e07a218 21:58:12 ---> 0f90b00641bd 21:58:12 Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:58:13 ---> Running in 150a575f1ef0 21:58:13 Removing intermediate container 150a575f1ef0 21:58:13 ---> 95b8d4d7940f 21:58:13 Step 22/22 : LABEL version=0.0.0 21:58:13 ---> Running in b21d49b3b8f0 21:58: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 21:58:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:58:13 Removing intermediate container b21d49b3b8f0 21:58:13 ---> 00ccab4ab2b8 21:58:13 21:58:14 Successfully built 00ccab4ab2b8 21:58:14 Successfully tagged docker-core-command-go:latest 21:58:16  Building docker-core-command-go ... done Removing intermediate container 62c464288a6e 21:58:16 ---> 5000136355c8 21:58:16 21:58:16 Step 11/27 : FROM docker:latest 21:58:16 ---> 0040bc98e531 21:58:16 Step 12/27 : RUN apk add --no-cache bash 21:58:16 ---> Running in b258fb16bcb2 21:58:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:18 (1/2) Installing readline (8.0.4-r0) 21:58:18 (2/2) Installing bash (5.0.17-r0) 21:58:18 Executing bash-5.0.17-r0.post-install 21:58:18 Executing busybox-1.31.1-r19.trigger 21:58:18 OK: 12 MiB in 22 packages 21:58:20 Removing intermediate container b258fb16bcb2 21:58:20 ---> c279e13765e2 21:58:20 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:58:20 ---> Running in 3694bea95998 21:58:22 Removing intermediate container 3694bea95998 21:58:22 ---> b93e81e1ea2c 21:58:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:58:22 ---> Running in ea08c5a9a0bb 21:58:22 Removing intermediate container ea08c5a9a0bb 21:58:22 ---> ada1c40cda18 21:58:22 Step 15/27 : ENV APP_PORT=48090 21:58:22 ---> Running in b24dbbfb720e 21:58:22 Removing intermediate container b24dbbfb720e 21:58:22 ---> 70030820fa42 21:58:22 Step 16/27 : EXPOSE $APP_PORT 21:58:23 ---> Running in 2b033435ad9f 21:58:23 Removing intermediate container 2b033435ad9f 21:58:23 ---> 4c61565cc9ed 21:58:23 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:58:23 ---> 66c55d10cd53 21:58:23 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:58:24 ---> 0f4db95b4703 21:58:24 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:58:25 ---> 23f6350d67e0 21:58:25 Step 20/27 : RUN apk --no-cache add py3-pip 21:58:25 ---> Running in 34ced053787f 21:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:26 (1/33) Installing libbz2 (1.0.8-r1) 21:58:26 (2/33) Installing expat (2.2.9-r1) 21:58:26 (3/33) Installing libffi (3.3-r2) 21:58:26 (4/33) Installing gdbm (1.13-r1) 21:58:26 (5/33) Installing xz-libs (5.2.5-r0) 21:58:26 (6/33) Installing sqlite-libs (3.32.1-r0) 21:58:26 (7/33) Installing python3 (3.8.5-r0) 21:58:29 (8/33) Installing py3-appdirs (1.4.4-r1) 21:58:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:58:29 (10/33) Installing py3-parsing (2.4.7-r0) 21:58:29 (11/33) Installing py3-six (1.15.0-r0) 21:58:29 (12/33) Installing py3-packaging (20.4-r0) 21:58:29 (13/33) Installing py3-setuptools (47.0.0-r0) 21:58:29 (14/33) Installing py3-chardet (3.0.4-r4) 21:58:29 (15/33) Installing py3-idna (2.9-r0) 21:58:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:58:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:58:29 (18/33) Installing py3-requests (2.23.0-r0) 21:58:29 (19/33) Installing py3-msgpack (1.0.0-r0) 21:58:30 (20/33) Installing py3-lockfile (0.12.2-r3) 21:58:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:58:33 (22/33) Installing py3-colorama (0.4.3-r0) 21:58:33 (23/33) Installing py3-distlib (0.3.0-r0) 21:58:33 (24/33) Installing py3-distro (1.5.0-r1) 21:58:33 (25/33) Installing py3-webencodings (0.5.1-r3) 21:58:33 (26/33) Installing py3-html5lib (1.0.1-r4) 21:58:33 (27/33) Installing py3-pytoml (0.1.21-r0) 21:58:33 (28/33) Installing py3-pep517 (0.8.2-r0) 21:58:33 (29/33) Installing py3-progress (1.5-r0) 21:58:33 (30/33) Installing py3-toml (0.10.1-r0) 21:58:33 (31/33) Installing py3-retrying (1.3.3-r0) 21:58:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:58:33 (33/33) Installing py3-pip (20.1.1-r0) 21:58:33 Executing busybox-1.31.1-r19.trigger 21:58:33 OK: 71 MiB in 55 packages 21:58:37 Removing intermediate container 51c298646b75 21:58:37 ---> 21c50b9d4326 21:58:37 21:58:37 Step 10/24 : FROM scratch 21:58:37 ---> 21:58:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:58:41 Removing intermediate container 504e8bd7c028 21:58:41 ---> 3b724daff94f 21:58:41 21:58:41 Step 10/23 : FROM alpine 21:58:41 ---> 389fef711851 21:58:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:41 ---> Running in e80a5d42c7f6 21:58:41 ---> Running in 14012738a112 21:58:41 Removing intermediate container e80a5d42c7f6 21:58:41 ---> f2e848de280b 21:58:41 Step 12/24 : ENV APP_PORT=48060 21:58:41 Removing intermediate container 34ced053787f 21:58:41 ---> 575f0cd683d7 21:58:41 Step 21/27 : RUN pip install docker-compose==1.23.2 21:58:41 Removing intermediate container 14012738a112 21:58:41 ---> 9a063ffd131d 21:58:41 Step 12/23 : ENV APP_PORT=48080 21:58:41 ---> Running in 050cd1807d83 21:58:41 ---> Running in f2cb19c06c32 21:58:41 ---> Running in 6f56c68a11c8 21:58:41 Removing intermediate container 050cd1807d83 21:58:41 ---> 7c8f158c5b0a 21:58:41 Step 13/24 : EXPOSE $APP_PORT 21:58:42 Removing intermediate container 6f56c68a11c8 21:58:42 ---> 064b03d2157b 21:58:42 Step 13/23 : EXPOSE $APP_PORT 21:58:42 ---> Running in 44521e5d351c 21:58:42 ---> Running in 4e7cdecd0e07 21:58:42 Removing intermediate container 44521e5d351c 21:58:42 ---> d42c94fea027 21:58:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:58:42 Removing intermediate container 4e7cdecd0e07 21:58:42 ---> 1bd00383545b 21:58:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:42 ---> Running in ce892846868d 21:58:42 ---> 9bb613ea0057 21:58:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:58:43 Collecting docker-compose==1.23.2 21:58:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:58:44 ---> 4d14fccbc5ad 21:58:44 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:58:44 Collecting dockerpty<0.5,>=0.4.1 21:58:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:58:44 Removing intermediate container ce892846868d 21:58:44 ---> a2791a24f4db 21:58:44 Step 15/23 : RUN apk --no-cache add zeromq 21:58:44 ---> e5ac5798b3ed 21:58:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:58:44 ---> Running in 38256ce354ad 21:58:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:58:44 Collecting docker<4.0,>=3.6.0 21:58:44 ---> 96bd6bddc4bd 21:58:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:58:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:58:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:58:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:58:45 Collecting texttable<0.10,>=0.9.0 21:58:45 Downloading texttable-0.9.1.tar.gz (11 kB) 21:58:45 ---> 3189b1bf97d0 21:58:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:58:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:45 Collecting docopt<0.7,>=0.6.1 21:58:45 Downloading docopt-0.6.2.tar.gz (25 kB) 21:58:45 ---> f7212630e174 21:58:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:58:46 ---> Running in 732500f95f4a 21:58:46 (1/5) Installing libgcc (9.3.0-r2) 21:58:46 (2/5) Installing libsodium (1.0.18-r0) 21:58:46 (3/5) Installing libstdc++ (9.3.0-r2) 21:58:46 (4/5) Installing libzmq (4.3.3-r0) 21:58:46 (5/5) Installing zeromq (4.3.3-r0) 21:58:46 Collecting jsonschema<3,>=2.5.1 21:58:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:58:47 Executing busybox-1.31.1-r19.trigger 21:58:47 Removing intermediate container 732500f95f4a 21:58:47 ---> 0afbb971d512 21:58:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:47 OK: 8 MiB in 19 packages 21:58:47 ---> Running in 567f53c20d9b 21:58:47 Collecting websocket-client<1.0,>=0.32.0 21:58:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:58:47 Collecting cached-property<2,>=1.2.0 21:58:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:58:47 Removing intermediate container 567f53c20d9b 21:58:47 ---> 7f0b714eb134 21:58:47 Step 22/24 : LABEL arch=x86_64 21:58:47 Collecting PyYAML<4,>=3.10 21:58:47 ---> Running in b713a80cd858 21:58:47 Downloading PyYAML-3.13.tar.gz (270 kB) 21:58:47 Removing intermediate container 38256ce354ad 21:58:47 ---> 8b8bc7f0e40b 21:58:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:58:48 Removing intermediate container b713a80cd858 21:58:48 ---> 8d745821540a 21:58:48 Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:58:49 Collecting docker-pycreds>=0.4.0 21:58:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:58:49 ---> Running in b90360eeac16 21:58:49 ---> 88cf7282a534 21:58:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:58:49 Collecting idna<2.8,>=2.5 21:58:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:58:49 Removing intermediate container b90360eeac16 21:58:49 ---> 4cd4496b883d 21:58:49 Step 24/24 : LABEL version=0.0.0 21:58:49 Collecting urllib3<1.25,>=1.21.1 21:58:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:58:49 ---> Running in 608c3d304d72 21:58:49 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:58:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:58:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:58:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:58:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:58:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:58:49 Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, docopt, jsonschema, cached-property, PyYAML, docker-compose 21:58:49 Running setup.py install for dockerpty: started 21:58:49 ---> eb67a1559ab8 21:58:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:58:49 Removing intermediate container 608c3d304d72 21:58:49 ---> d38ae1988ed4 21:58:49 21:58:49 Successfully built d38ae1988ed4 21:58:49 Successfully tagged docker-support-notifications-go:latest 21:58:50  Building docker-support-notifications-go ... done  Running setup.py install for dockerpty: finished with status 'done' 21:58:50 ---> 72b01938fc3b 21:58:50 Step 19/23 : ENTRYPOINT ["/core-data"] 21:58:50 ---> Running in 78f949b54bcd 21:58:50 Attempting uninstall: idna 21:58:50 Found existing installation: idna 2.9 21:58:50 Uninstalling idna-2.9: 21:58:50 Successfully uninstalled idna-2.9 21:58:50 Attempting uninstall: urllib3 21:58:50 Found existing installation: urllib3 1.25.9 21:58:50 Uninstalling urllib3-1.25.9: 21:58:50 Removing intermediate container 78f949b54bcd 21:58:50 ---> 7fef125e9a02 21:58:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:50 Successfully uninstalled urllib3-1.25.9 21:58:51 ---> Running in b7df54f77bec 21:58:51 Attempting uninstall: requests 21:58:51 Found existing installation: requests 2.23.0 21:58:51 Uninstalling requests-2.23.0: 21:58:51 Successfully uninstalled requests-2.23.0 21:58:51 Removing intermediate container b7df54f77bec 21:58:51 ---> 1d42c4a3069b 21:58:51 Step 21/23 : LABEL arch=x86_64 21:58:51 ---> Running in 93000727f0d8 21:58:52 Running setup.py install for texttable: started 21:58:52 Removing intermediate container 93000727f0d8 21:58:52 ---> aeff680554de 21:58:52 Step 22/23 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:58:52 ---> Running in 428e01775a3e 21:58:52 Removing intermediate container 428e01775a3e 21:58:52 ---> 569fc616727f 21:58:52 Step 23/23 : LABEL version=0.0.0 21:58:52 ---> Running in f435c2a72cb8 21:58:52 Running setup.py install for texttable: finished with status 'done' 21:58:52 Running setup.py install for docopt: started 21:58:52 Removing intermediate container f435c2a72cb8 21:58:52 ---> 38fd41dd928b 21:58:52 21:58:53 Successfully built 38fd41dd928b 21:58:53 Successfully tagged docker-core-data-go:latest 21:58:53  Building docker-core-data-go ... done  Running setup.py install for docopt: finished with status 'done' 21:58:53 Running setup.py install for PyYAML: started 21:58:53 Running setup.py install for PyYAML: finished with status 'done' 21:58:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:58:57 Removing intermediate container f2cb19c06c32 21:58:57 ---> 363c7701222f 21:58:57 Step 22/27 : RUN apk --no-cache add curl 21:58:57 ---> Running in c895e42eea7a 21:58:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:58:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:58:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:58:57 (2/3) Installing libcurl (7.69.1-r3) 21:58:57 (3/3) Installing curl (7.69.1-r3) 21:58:57 Executing busybox-1.31.1-r19.trigger 21:58:57 OK: 72 MiB in 58 packages 21:58:58 Removing intermediate container c895e42eea7a 21:58:58 ---> 854e7925bfdb 21:58:58 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:58:58 ---> Running in 2b0dbe7df4db 21:58:58 Removing intermediate container 2b0dbe7df4db 21:58:58 ---> baaeeb277554 21:58:58 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:58 ---> Running in cccb90a777b8 21:58:58 Removing intermediate container cccb90a777b8 21:58:58 ---> 03caa66414ad 21:58:58 Step 25/27 : LABEL arch=x86_64 21:58:58 ---> Running in 0a43c8aa03cd 21:58:59 Removing intermediate container 0a43c8aa03cd 21:58:59 ---> ae0e907b37b1 21:58:59 Step 26/27 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 21:58:59 ---> Running in 1a8d96fd315e 21:58:59 Removing intermediate container 1a8d96fd315e 21:58:59 ---> 068a2518d768 21:58:59 Step 27/27 : LABEL version=0.0.0 21:58:59 ---> Running in b1fc6e874d0b 21:58:59 Removing intermediate container b1fc6e874d0b 21:58:59 ---> ab7a77c8487e 21:58:59 21:58:59 Successfully built ab7a77c8487e 21:58:59 Successfully tagged docker-sys-mgmt-agent-go:latest 21:58:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:58:59 $ docker stop --time=1 1823a0911f657e7e1ed1b96e85c5e1ca06be71fbde476385474b49b1a88c5509 21:59:01 $ docker rm -f 1823a0911f657e7e1ed1b96e85c5e1ca06be71fbde476385474b49b1a88c5509 [Pipeline] // withDockerContainer [Pipeline] sh 21:59:02 + docker images 21:59:02 + grep docker 21:59:02 docker-sys-mgmt-agent-go latest ab7a77c8487e 3 seconds ago 313MB 21:59:02 docker-core-data-go latest 38fd41dd928b 10 seconds ago 22.2MB 21:59:02 docker-support-notifications-go latest d38ae1988ed4 13 seconds ago 12MB 21:59:02 docker-core-command-go latest 00ccab4ab2b8 49 seconds ago 10.6MB 21:59:02 docker-security-secretstore-setup-go latest 5738288afbad About a minute ago 24.6MB 21:59:02 docker-security-proxy-setup-go latest 1d6f5c2a7207 About a minute ago 24.5MB 21:59:02 docker-security-bootstrap-redis-go latest 88721e6e7641 2 minutes ago 15.8MB 21:59:02 docker-core-metadata-go latest f44d0e55a6d0 2 minutes ago 13MB 21:59:02 docker-support-scheduler-go latest c6cf83d87581 2 minutes ago 10.7MB 21:59:02 docker latest 0040bc98e531 12 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:59:15 gofmt -l . 21:59:15 [ "`gofmt -l .`" = "" ] 21:59:15 ./bin/test-go-mod-tidy.sh 21:59:15 ./bin/test-attribution-txt.sh 21:59:17 Still waiting to schedule task 21:59:17 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] sh 21:59:20 + ls -al . 21:59:20 total 664 21:59:20 drwxrwxr-x 9 1001 1001 4096 Dec 29 21:59 . 21:59:20 drwxr-xr-x 4 root root 4096 Dec 29 21:55 .. 21:59:20 -rw-rw-r-- 1 1001 1001 11 Dec 29 21:54 .dockerignore 21:59:20 drwxrwxr-x 8 1001 1001 4096 Dec 29 21:54 .git 21:59:20 drwxrwxr-x 3 1001 1001 4096 Dec 29 21:54 .github 21:59:20 -rw-rw-r-- 1 1001 1001 824 Dec 29 21:54 .gitignore 21:59:20 -rw-rw-r-- 1 1001 1001 166 Dec 29 21:54 .sonarcloud.properties 21:59:20 -rw-rw-r-- 1 1001 1001 3804 Dec 29 21:54 CONTRIBUTING.md 21:59:20 -rw-rw-r-- 1 1001 1001 1035 Dec 29 21:54 Dockerfile.build 21:59:20 -rw-rw-r-- 1 1001 1001 863 Dec 29 21:54 Jenkinsfile 21:59:20 -rw-rw-r-- 1 1001 1001 10775 Dec 29 21:54 LICENSE 21:59:20 -rw-rw-r-- 1 1001 1001 5750 Dec 29 21:54 Makefile 21:59:20 -rw-rw-r-- 1 1001 1001 6511 Dec 29 21:54 README.md 21:59:20 -rw-rw-r-- 1 1001 1001 6744 Dec 29 21:54 SECURITY.md 21:59:20 -rw-rw-r-- 1 1001 1001 5 Dec 29 21:51 VERSION 21:59:20 -rw-rw-r-- 1 1001 1001 4131 Dec 29 21:54 ZMQWindows.md 21:59:20 drwxrwxr-x 2 1001 1001 4096 Dec 29 21:54 bin 21:59:20 drwxrwxr-x 14 1001 1001 4096 Dec 29 21:54 cmd 21:59:20 -rw-r--r-- 1 root root 537189 Dec 29 21:58 coverage.out 21:59:20 -rw-r--r-- 1 root root 979 Dec 29 21:59 go.mod 21:59:20 -rw-r--r-- 1 root root 18739 Dec 29 21:59 go.sum 21:59:20 drwxrwxr-x 8 1001 1001 4096 Dec 29 21:54 internal 21:59:20 drwxrwxr-x 4 1001 1001 4096 Dec 29 21:54 openapi 21:59:20 drwxrwxr-x 4 1001 1001 4096 Dec 29 21:54 snap 21:59:20 -rw-rw-r-- 1 1001 1001 168 Dec 29 21:54 version.go [Pipeline] sh 21:59:20 + '[' -e coverage.out ] 21:59:20 + chown 1001:1001 coverage.out [Pipeline] stash 21:59:20 Warning: overwriting stash ‘coverage-report’ 21:59:22 Stashed 1 file(s) [Pipeline] sh 21:59:22 + make build 21:59: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 21:59:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:59:58 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 22:00:03 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 22:00:04 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 22:00:10 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 22:00:14 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 22:00:15 Running on prd-ubuntu18.04-docker-8c-8g-17653 in /w/workspace/edgexfoundry_edgex-go_PR-2975 [Pipeline] { [Pipeline] ws 22:00:15 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 22:00:17 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 22:00:18 using credential edgex-jenkins-ssh 22:00:18 Cloning the remote Git repository 22:00:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:00:17 > git init /w/workspace/edgex-go/2 # timeout=10 22:00:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:00:17 > git --version # timeout=10 22:00:17 > git --version # 'git version 2.17.1' 22:00:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:00:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:00:25 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 22:00:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:00:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:00:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:00:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:00:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2975/head:refs/remotes/origin/PR-2975 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:00:26 Merging remotes/origin/master commit 0334f8c6cb4567394b03fe4bb4a72992867bc10f into PR head commit 33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:00:26 Merge succeeded, producing 33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:00:26 Checking out Revision 33032524c0e2948070d07a8abcfdc39e4a1d74ac (PR-2975) 22:00:25 > git config core.sparsecheckout # timeout=10 22:00:25 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 22:00:25 > git remote # timeout=10 22:00:25 > git config --get remote.origin.url # timeout=10 22:00:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:25 > git merge 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 22:00:25 > git rev-parse HEAD^{commit} # timeout=10 22:00:25 > git config core.sparsecheckout # timeout=10 22:00:25 > git checkout -f 33032524c0e2948070d07a8abcfdc39e4a1d74ac # timeout=10 22:00: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 22:00:29 Commit message: "refactor: Use latest bootstrap for logging client changes" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:00:30 + echo snap-build.sh 22:00:30 snap-build.sh 22:00:30 + SNAP_BASE_DIR=. 22:00:30 + '[' '!' -z /w/workspace/edgex-go/2 ']' 22:00:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 22:00:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 22:00:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 22:00:30 + cd /w/workspace/edgex-go/2 22:00:30 + sudo apt-get remove -qy --purge lxd lxd-client 22:00:30 Reading package lists... 22:00:31 Building dependency tree... 22:00:31 Reading state information... 22:00:31 The following packages were automatically installed and are no longer required: 22:00:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:00:31 uidmap xdelta3 22:00:31 Use 'sudo apt autoremove' to remove them. 22:00:31 The following packages will be REMOVED: 22:00:31 lxd* lxd-client* 22:00:31 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:00:31 After this operation, 31.7 MB disk space will be freed. [Pipeline] } 22:00:33 $ docker stop --time=1 c1d2085e2c0acd0f061022de58e4eb0a8ba9b131fb0d3ed48531b9c21d12b0e9 22:00:33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:00:33 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:00:34 Removing lxd dnsmasq configuration 22:00:34 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:00:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:00:36 $ docker rm -f c1d2085e2c0acd0f061022de58e4eb0a8ba9b131fb0d3ed48531b9c21d12b0e9 22:00:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:00:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 22:00:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:00:38 22:00:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:00:38 Processing triggers for systemd (237-3ubuntu10.42) ... 22:00:38 Processing triggers for ureadahead (0.100.0-21) ... 22:00:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:00:38 latest: Pulling from edgex-devops/edgex-compose-arm64 22:00:38 29e5d40040c1: Pulling fs layer 22:00:38 1ce36da41761: Pulling fs layer 22:00:38 25b303627fd3: Pulling fs layer 22:00:39 29e5d40040c1: Verifying Checksum 22:00:39 29e5d40040c1: Download complete 22:00:39 1ce36da41761: Verifying Checksum 22:00:39 1ce36da41761: Download complete 22:00:40 29e5d40040c1: Pull complete 22:00:40 + sudo snap remove --purge lxd 22:00:40 snap "lxd" is not installed 22:00:40 + sudo groupadd --force --system lxd 22:00:40 ++ whoami 22:00:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:00:40 + newgrp - lxd 22:00:40 + sudo snap install lxd 22:00:41 1ce36da41761: Pull complete 22:00:41 25b303627fd3: Verifying Checksum 22:00:41 25b303627fd3: Download complete 22:00:50 2020-12-29T22:00:47Z INFO Waiting for automatic snapd restart... 22:00:51 25b303627fd3: Pull complete 22:00:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:00:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:00:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:00:52 prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container 22:00:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64:latest cat 22:00:55 $ docker top a8dc54345048521e6c9089c77b1e521aee32abb79ca09469f420018b4a7abdf5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:56 + docker-compose build --help 22:00:56 + grep parallel 22:00:59 --parallel Build images in parallel. [Pipeline] } 22:01:00 $ docker stop --time=1 a8dc54345048521e6c9089c77b1e521aee32abb79ca09469f420018b4a7abdf5 22:01:02 $ docker rm -f a8dc54345048521e6c9089c77b1e521aee32abb79ca09469f420018b4a7abdf5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:01:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:01:02 . [Pipeline] withDockerContainer 22:01:03 prd-ubuntu18.04-docker-arm64-4c-16g-17652 does not seem to be running inside a container 22:01:03 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 22:01:04 $ docker top 3688fbf6a743ccb417021cd40cdc0504487c9a05bc6d24b325872c68a76d8c63 -eo pid,comm [Pipeline] { [Pipeline] sh 22:01:05 lxd 4.9 from Canonical* installed 22:01:05 + sudo lxd init --auto 22:01:05 + docker-compose -f ./docker-compose-build.yml build --parallel 22:01:10 Building docker-core-command-go ... 22:01:10 Building docker-core-data-go ... 22:01:10 Building docker-core-metadata-go ... 22:01:10 Building docker-security-bootstrap-redis-go ... 22:01:10 Building docker-security-proxy-setup-go ... 22:01:10 Building docker-security-secretstore-setup-go ... 22:01:10 Building docker-support-notifications-go ... 22:01:10 Building docker-support-scheduler-go ... 22:01:10 Building docker-sys-mgmt-agent-go ... 22:01:10 Building docker-security-bootstrap-redis-go 22:01:10 Building docker-core-metadata-go 22:01:10 Building docker-core-command-go 22:01:10 Building docker-sys-mgmt-agent-go 22:01:10 Building docker-security-secretstore-setup-go 22:01:15 + sudo snap install --classic snapcraft 22:01:23 snapcraft 4.4.4 from Canonical* installed 22:01:23 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:01:23 + patch --verbose -p1 22:01:23 Hmm... Looks like a unified diff to me... 22:01:23 The text leading up to this was: 22:01:23 -------------------------- 22:01:23 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:01:23 |From: Tony Espy 22:01:23 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:01:23 |Subject: [PATCH] optimize snap build for pipeline CI check 22:01:23 | 22:01:23 |This patch is used by the EdgeX CI pipeline builds to 22:01:23 |optimize the snap CI check run for pull requests. When 22:01:23 |applied, it essentially strips out everything (apps and 22:01:23 |parts) from the snapcraft.yaml file except those required 22:01:23 |to build edgex-go, as the whole idea of the CI check is to 22:01:23 |catch changes to edgex-go that break the snap build. 22:01:23 | 22:01:23 |In general, anyone updating snapcraft.yaml will also need 22:01:23 |to update this patch file, otherwise it may fail to apply, 22:01:23 |resulting in a failed snap build CI check in the associated 22:01:23 |pull request. 22:01:23 | 22:01:23 |Note - in addition to applying this patch, the pipeline also 22:01:23 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:01:23 |need to build the finally binary .snap file (and it won't 22:01:23 |work with the patch applied). This further reduces the build 22:01:23 |time. 22:01:23 |--- 22:01:23 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:01:23 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:01:23 | 22:01:23 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:01:23 |index 1e537489..faf42425 100644 22:01:23 |--- a/snap/snapcraft.yaml 22:01:23 |+++ b/snap/snapcraft.yaml 22:01:23 -------------------------- 22:01:23 patching file snap/snapcraft.yaml 22:01:23 Using Plan A... 22:01:23 Hunk #1 succeeded at 73. 22:01:23 Hunk #2 succeeded at 202. 22:01:23 Hunk #3 succeeded at 214. 22:01:23 Hunk #4 succeeded at 222. 22:01:23 Hunk #5 succeeded at 229. 22:01:23 Hunk #6 succeeded at 256. 22:01:23 Hunk #7 succeeded at 290. 22:01:23 Hunk #8 succeeded at 341. 22:01:23 Hmm... Ignoring the trailing garbage. 22:01:23 done 22:01:23 + sudo snapcraft prime --use-lxd 22:01:24 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:01:24 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: 22:01:24 - README.md 22:01:24 22:01:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:01:25 Launching a container. 22:01:40 Waiting for container to be ready 22:01:40 To start your first instance, try: lxc launch ubuntu:18.04 22:01:40 22:01:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:01:43 Waiting for network to be ready... 22:01:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:01:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 22:01:43 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:01:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 22:01:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 22:01:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 22:01:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 22:01:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 22:01:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 22:01:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 22:01:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:01:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:01:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:01:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:01:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:01:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:01:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:01:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:01:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:01:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 22:01:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 22:01:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 22:01:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 22:01:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 22:01:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 22:01:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 22:01:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 22:01:49 Fetched 23.5 MB in 5s (4487 kB/s) 22:01:50 Reading package lists... 22:01:50 Reading package lists... 22:01:51 Building dependency tree... 22:01:51 Reading state information... 22:01:51 The following additional packages will be installed: 22:01:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:01:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:01:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:01:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:01:51 Suggested packages: 22:01:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:01:51 Recommended packages: 22:01:51 gnupg libsasl2-modules 22:01:51 The following NEW packages will be installed: 22:01:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:01:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:01:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:01:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:01:51 The following packages will be upgraded: 22:01:51 gpg gpg-agent gpgconf libudev1 22:01:51 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 22:01:51 Need to get 3531 kB of archives. 22:01:51 After this operation, 13.3 MB of additional disk space will be used. 22:01:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:01:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 22:01:51 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 22:01:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:01:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:01:52 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] 22:01:52 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] 22:01:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 22:01:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 22:01:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:01:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:01:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:01:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:01:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:01:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:01:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:01:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:01:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:01:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:01:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:01:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:01:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:01:52 debconf: delaying package configuration, since apt-utils is not installed 22:01:52 Fetched 3531 kB in 1s (3179 kB/s) 22:01:52 (Reading database ... 12511 files and directories currently installed.) 22:01:52 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 22:01:52 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:01:52 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 22:01:53 Selecting previously unselected package udev. 22:01:53 (Reading database ... 12511 files and directories currently installed.) 22:01:53 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 22:01:53 Unpacking udev (237-3ubuntu10.43) ... 22:01:53 Selecting previously unselected package libfuse2:amd64. 22:01:53 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:01:53 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:01:53 Selecting previously unselected package fuse. 22:01:53 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:01:53 Unpacking fuse (2.9.7-1ubuntu1) ... 22:01:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:01:53 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:01:53 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:01:53 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:01:53 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:01:53 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:01:53 Selecting previously unselected package libksba8:amd64. 22:01:53 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:01:53 Unpacking libksba8:amd64 (1.3.5-2) ... 22:01:54 Selecting previously unselected package libroken18-heimdal:amd64. 22:01:54 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:01:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:01:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:01:54 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libwind0-heimdal:amd64. 22:01:54 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:01:54 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:01:54 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:01:54 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:01:54 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:01:54 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:54 Selecting previously unselected package libsasl2-modules-db:amd64. 22:01:54 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 22:01:54 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 22:01:55 Selecting previously unselected package libsasl2-2:amd64. 22:01:55 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 22:01:55 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 22:01:55 Selecting previously unselected package libldap-common. 22:01:55 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 22:01:55 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:01:55 Selecting previously unselected package libldap-2.4-2:amd64. 22:01:55 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 22:01:55 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:01:55 Selecting previously unselected package dirmngr. 22:01:55 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:01:55 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:01:55 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:01:55 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:01:55 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:01:55 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 22:01:55 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 22:01:55 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:01:55 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:55 Setting up libksba8:amd64 (1.3.5-2) ... 22:01:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:01:55 Setting up udev (237-3ubuntu10.43) ... 22:01:56 invoke-rc.d: policy-rc.d denied execution of start. 22:01:56 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:56 Processing triggers for systemd (237-3ubuntu10) ... 22:01:56 Setting up fuse (2.9.7-1ubuntu1) ... 22:01:56 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:01:56 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:56 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:56 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:56 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:01:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:01:57 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:01:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:01:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:01:57 settings in the [Install] section, and DefaultInstance for template units). 22:01:57 This means they are not meant to be enabled using systemctl. 22:01:57 Possible reasons for having this kind of units are: 22:01:57 1) A unit may be statically enabled by being symlinked from another unit's 22:01:57 .wants/ or .requires/ directory. 22:01:57 2) A unit's purpose may be to act as a helper for some other unit which has 22:01:57 a requirement dependency on it. 22:01:57 3) A unit may be started when needed via activation (socket, path, timer, 22:01:57 D-Bus, udev, scripted systemctl call, ...). 22:01:57 4) In case of template units, the unit is meant to be enabled with some 22:01:57 instance name specified. 22:01:58 Reading package lists... 22:01:58 Building dependency tree... 22:01:58 Reading state information... 22:01:58 The following additional packages will be installed: 22:01:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:01:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:01:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:01:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:01:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:01:58 Suggested packages: 22:01:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:01:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:01:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:01:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:01:58 systemd-container policykit-1 22:01:58 Recommended packages: 22:01:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:01:58 The following NEW packages will be installed: 22:01:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:01:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:01:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:01:58 multiarch-support openssh-client python3 python3-minimal python3.6 22:01:58 python3.6-minimal snapd squashfs-tools sudo 22:01:58 The following packages will be upgraded: 22:01:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:01:58 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 22:01:58 Need to get 35.2 MB of archives. 22:01:58 After this operation, 141 MB of additional disk space will be used. 22:01:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:01:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:01:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 22:01:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 22:01:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:01:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:01:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:01:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:01:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:01:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:01:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:01:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:01:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:01:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:01:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:01:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 22:01:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:01:59 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 22:01:59 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:01:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:01:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:01:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:01:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:01:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:01:59 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:01:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 22:01:59 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:01:59 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:01:59 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:01:59 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 22:02:01 debconf: delaying package configuration, since apt-utils is not installed 22:02:01 Fetched 35.2 MB in 2s (16.0 MB/s) 22:02:01 (Reading database ... 12757 files and directories currently installed.) 22:02:01 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 22:02:01 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:02:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 22:02:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:02:01 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 22:02:01 (Reading database ... 12757 files and directories currently installed.) 22:02:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:02:02 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:02:02 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:02:02 (Reading database ... 12757 files and directories currently installed.) 22:02:02 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:02:02 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:02:02 Setting up apt (1.6.12ubuntu0.2) ... 22:02:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:02:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:02:03 (Reading database ... 12764 files and directories currently installed.) 22:02:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:02:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:02:03 Selecting previously unselected package libpython3.6-minimal:amd64. 22:02:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:02:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:02:04 Selecting previously unselected package libexpat1:amd64. 22:02:04 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:02:04 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:02:04 Selecting previously unselected package python3.6-minimal. 22:02:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:02:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:02:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 22:02:04 Checking for services that may need to be restarted...done. 22:02:04 Checking for services that may need to be restarted...done. 22:02:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:02:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:02:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:02:05 Selecting previously unselected package python3-minimal. 22:02:05 (Reading database ... 13012 files and directories currently installed.) 22:02:05 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:02:05 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:02:05 Selecting previously unselected package mime-support. 22:02:05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:02:05 Unpacking mime-support (3.60ubuntu1) ... 22:02:05 Selecting previously unselected package libmpdec2:amd64. 22:02:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:02:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:02:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:02:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:02:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:02:06 Selecting previously unselected package python3.6. 22:02:06 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:02:06 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:02:06 Selecting previously unselected package libpython3-stdlib:amd64. 22:02:06 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:02:06 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:02:06 Setting up python3-minimal (3.6.7-1~18.04) ... 22:02:06 Selecting previously unselected package python3. 22:02:06 (Reading database ... 13442 files and directories currently installed.) 22:02:06 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:02:06 Unpacking python3 (3.6.7-1~18.04) ... 22:02:06 Selecting previously unselected package multiarch-support. 22:02:06 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:02:06 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:02:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:02:07 Selecting previously unselected package liblzo2-2:amd64. 22:02:07 (Reading database ... 13479 files and directories currently installed.) 22:02:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:02:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:02:07 Selecting previously unselected package libbsd0:amd64. 22:02:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:02:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:02:07 Selecting previously unselected package sudo. 22:02:07 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 22:02:07 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 22:02:07 Selecting previously unselected package apparmor. 22:02:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:02:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:02:07 Selecting previously unselected package libedit2:amd64. 22:02:07 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:02:07 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:02:07 Selecting previously unselected package libkrb5support0:amd64. 22:02:07 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:02:07 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:02:07 Selecting previously unselected package libk5crypto3:amd64. 22:02:07 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:02:07 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:02:08 Selecting previously unselected package libkeyutils1:amd64. 22:02:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:02:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:02:08 Selecting previously unselected package libkrb5-3:amd64. 22:02:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:02:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:02:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:02:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:02:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:02:09 Selecting previously unselected package libssl1.0.0:amd64. 22:02:09 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 22:02:09 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:02:09 Selecting previously unselected package openssh-client. 22:02:09 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:02:09 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:02:09 Selecting previously unselected package squashfs-tools. 22:02:09 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:02:09 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:02:09 Selecting previously unselected package snapd. 22:02:09 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 22:02:09 Unpacking snapd (2.48+18.04) ... 22:02:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:02:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:02:12 Setting up mime-support (3.60ubuntu1) ... 22:02:12 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 22:02:13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:02:13 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:02:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:02:13 Setting up systemd (237-3ubuntu10.43) ... 22:02:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:02:14 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:02:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:02:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:02:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:02:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:02:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:02:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:02:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:02:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:02:15 Setting up python3 (3.6.7-1~18.04) ... 22:02:15 running python rtupdate hooks for python3.6... 22:02:15 running python post-rtupdate hooks for python3.6... 22:02:15 Setting up apparmor (2.12-4ubuntu5.1) ... 22:02:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:02:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:02:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:02:17 Setting up snapd (2.48+18.04) ... 22:02:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:02:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:02:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:02:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:02:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:02:18 ---> 7824ac3a841d 22:02:18 Step 3/22 : WORKDIR /edgex-go 22:02:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:02:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:02:18 ---> 7824ac3a841d 22:02:18 Step 3/22 : WORKDIR /edgex-go 22:02:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:02:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:02:18 ---> 7824ac3a841d 22:02:18 Step 3/24 : WORKDIR /edgex-go 22:02:18 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:02:18 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:02:18 ---> 7824ac3a841d 22:02:18 Step 3/27 : WORKDIR /edgex-go 22:02:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:02:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:02:18 ---> 7824ac3a841d 22:02:18 Step 3/22 : WORKDIR /edgex-go 22:02:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:02:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:02:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:02:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:02:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:02:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:02:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:02:20 /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' 22:02:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:02:20 Processing triggers for systemd (237-3ubuntu10.43) ... 22:02:21 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:02:21 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:02:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:02:21 ---> Running in b1b5084c350c 22:02:21 ---> Running in bd4f4366d317 22:02:21 ---> Running in 5440287c7df6 22:02:21 ---> Running in 4c2707c7e4e0 22:02:21 ---> Running in b924a65e7498 22:02:22 Removing intermediate container b1b5084c350c 22:02:22 ---> 82e45ec7555d 22:02:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:22 Removing intermediate container 5440287c7df6 22:02:22 ---> a9ab7dad1c48 22:02:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:22 Removing intermediate container 4c2707c7e4e0 22:02:22 ---> 4b765d680d1d 22:02:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:22 Removing intermediate container b924a65e7498 22:02:22 ---> a2f529ed9f4b 22:02:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:22 Removing intermediate container bd4f4366d317 22:02:22 ---> 3a564c85756d 22:02:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:22 ---> Running in 8e4687d92b74 22:02:22 ---> Running in 4a57f267e90a 22:02:22 ---> Running in 5e7690ce68fa 22:02:22 ---> Running in 5a0962015bc4 22:02:22 ---> Running in b5dde2787fdc 22:02:23 Reading package lists... 22:02:23 Reading package lists... 22:02:23 Building dependency tree... 22:02:23 Reading state information... 22:02:23 Calculating upgrade... 22:02:24 The following packages will be upgraded: 22:02:24 advancecomp base-files bash binutils binutils-common 22:02:24 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:02:24 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:02:24 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 22:02:24 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 22:02:24 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 22:02:24 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 22:02:24 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 22:02:24 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 22:02:24 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 22:02:24 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 22:02:24 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 22:02:24 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 22:02:24 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:02:24 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:02:24 Need to get 63.5 MB of archives. 22:02:24 After this operation, 5191 kB of additional disk space will be used. 22:02:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 22:02:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:02:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:02:24 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:02:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:02:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:02:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:02:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:02:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:02:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:02:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:02:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:02:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:02:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:02:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:02:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:02:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:02:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:02:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:02:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:02:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:02:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:02:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:02:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:02:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:02:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:02:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:02:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:02:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:02:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:02:24 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:02:24 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:02:24 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:02:24 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:02:24 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:02:24 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:02:24 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:02:24 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:02:24 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 22:02:24 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 22:02:24 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:02:24 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:02:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:02:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 22:02:24 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:02:24 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:02:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:02:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:02:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:02:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:02:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:02:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:02:24 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:02:24 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:02:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:02:25 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:02:25 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:02:25 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:02:25 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:02:25 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:02:25 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:02:25 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:02:25 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 22:02:25 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:02:25 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:02:25 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:02:25 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:02:25 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:02:25 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:02:25 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:02:25 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:02:25 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:02:25 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:02:25 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:02:25 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:02:25 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:02:25 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:02:25 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:02:25 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:02:25 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] 22:02:25 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:02:25 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 22:02:25 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] 22:02:25 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:02:25 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:02:25 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:02:25 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:02:25 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:02:25 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:02:25 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] 22:02:25 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:02:25 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:02:25 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:02:25 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:02:25 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:02:25 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:02:25 debconf: delaying package configuration, since apt-utils is not installed 22:02:25 Fetched 63.5 MB in 2s (36.9 MB/s) 22:02:26 (Reading database ... 13912 files and directories currently installed.) 22:02:26 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:02:26 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:02:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:02:27 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:02:27 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 22:02:27 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 22:02:27 Removing intermediate container 8e4687d92b74 22:02:27 ---> e76640ecad8a 22:02:27 Step 5/22 : RUN apk update && apk add make git 22:02:27 ---> Running in 59eb5b7adeb9 22:02:27 Removing intermediate container 4a57f267e90a 22:02:27 ---> 0e5f7db2d4c7 22:02:27 Step 5/27 : RUN apk update && apk add make bash git 22:02:27 ---> Running in 7cd82b5c0d71 22:02:27 Removing intermediate container 5e7690ce68fa 22:02:27 ---> bc3c3bd2d078 22:02:27 Step 5/22 : RUN apk update && apk add make git 22:02:27 Removing intermediate container 5a0962015bc4 22:02:27 ---> 23b6d929d964 22:02:27 Step 5/24 : RUN apk update && apk add make git 22:02:27 ---> Running in 1ff4bd8b5f51 22:02:27 Removing intermediate container b5dde2787fdc 22:02:27 ---> 7c57123a193f 22:02:27 Step 5/22 : RUN apk update && apk add make git 22:02:27 ---> Running in baefee5be9a0 22:02:27 ---> Running in 127b8d566514 22:02:28 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:02:28 (Reading database ... 13911 files and directories currently installed.) 22:02:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:02:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:29 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:02:29 (Reading database ... 13911 files and directories currently installed.) 22:02:29 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:29 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:02:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:02:29 (Reading database ... 13911 files and directories currently installed.) 22:02:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:02:30 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:02:30 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:02:30 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:02:30 OK: 12620 distinct packages available 22:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:30 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:02:30 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:02:30 OK: 12620 distinct packages available 22:02:30 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:02:30 OK: 217 MiB in 51 packages 22:02:30 (Reading database ... 13911 files and directories currently installed.) 22:02:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:02:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:02:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:02:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:02:31 Setting up base-files (10.1ubuntu2.10) ... 22:02:31 Installing new version of config file /etc/issue ... 22:02:31 Installing new version of config file /etc/issue.net ... 22:02:31 Installing new version of config file /etc/lsb-release ... 22:02:31 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:02:31 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:02:31 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:02:31 OK: 12620 distinct packages available 22:02:31 OK: 217 MiB in 51 packages 22:02:31 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:02:31 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:02:31 OK: 12620 distinct packages available 22:02:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:02:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:02:31 Removing obsolete conffile /etc/default/motd-news ... 22:02:31 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:02:31 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:02:31 OK: 12620 distinct packages available 22:02:32 (Reading database ... 13912 files and directories currently installed.) 22:02:32 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:02:32 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:02:32 Setting up bash (4.4.18-2ubuntu1.2) ... 22:02:32 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 22:02:32 (Reading database ... 13912 files and directories currently installed.) 22:02:32 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:32 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:02:32 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:02:32 OK: 217 MiB in 51 packages 22:02:32 (Reading database ... 13912 files and directories currently installed.) 22:02:32 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 22:02:32 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 22:02:32 Setting up tar (1.29b-2ubuntu0.1) ... 22:02:32 OK: 217 MiB in 51 packages 22:02:32 OK: 217 MiB in 51 packages 22:02:32 (Reading database ... 13912 files and directories currently installed.) 22:02:32 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:02:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:02:32 Removing intermediate container 59eb5b7adeb9 22:02:32 ---> a304479b1778 22:02:32 Step 6/22 : COPY go.mod . 22:02:33 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:02:33 (Reading database ... 13912 files and directories currently installed.) 22:02:33 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:02:33 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:02:33 Removing intermediate container 7cd82b5c0d71 22:02:33 ---> f9c05ce97c76 22:02:33 Step 6/27 : COPY go.mod . 22:02:33 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:02:33 (Reading database ... 13912 files and directories currently installed.) 22:02:33 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:02:33 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:02:33 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:02:33 (Reading database ... 13912 files and directories currently installed.) 22:02:33 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:02:34 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:02:34 Setting up grep (3.1-2build1) ... 22:02:34 ---> 2e72a9c8e84c 22:02:34 Step 7/22 : RUN go mod download 22:02:34 (Reading database ... 13912 files and directories currently installed.) 22:02:34 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:02:34 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:02:34 Setting up login (1:4.5-1ubuntu2) ... 22:02:34 ---> Running in 251455e3880e 22:02:34 (Reading database ... 13912 files and directories currently installed.) 22:02:34 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:02:34 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:02:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:02:34 Removing intermediate container 1ff4bd8b5f51 22:02:34 ---> a8b87176485d 22:02:34 Step 6/22 : COPY go.mod . 22:02:34 ---> 551b99d0d0cc 22:02:34 Step 7/27 : RUN go mod download 22:02:34 Removing intermediate container 127b8d566514 22:02:34 ---> bf77beb9c677 22:02:34 Step 6/22 : COPY go.mod . 22:02:34 (Reading database ... 13912 files and directories currently installed.) 22:02:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:02:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:02:34 ---> Running in 74a58c27ec1d 22:02:35 Removing intermediate container baefee5be9a0 22:02:35 ---> 35757a138da1 22:02:35 Step 6/24 : COPY go.mod . 22:02:35 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:02:35 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:02:35 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:02:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:02:35 ---> d60491dcbe94 22:02:35 Step 7/22 : RUN go mod download 22:02:35 ---> a93ce36a46c6 22:02:35 Step 7/22 : RUN go mod download 22:02:36 ---> Running in 6bf90ff70e9d 22:02:36 ---> Running in 716886730c55 22:02:36 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:02:36 ---> 5e74c3bdb473 22:02:36 Step 7/24 : RUN go mod download 22:02:36 ---> Running in b7b137e746c7 22:02:36 (Reading database ... 13912 files and directories currently installed.) 22:02:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:02:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:02:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:02:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:02:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:02:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:02:38 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:02:38 (Reading database ... 13912 files and directories currently installed.) 22:02:38 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:02:38 Removing intermediate container 251455e3880e 22:02:38 ---> 45729a36c385 22:02:38 Step 8/22 : COPY . . 22:02:38 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:02:38 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:02:38 (Reading database ... 13912 files and directories currently installed.) 22:02:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:02:38 (Reading database ... 13912 files and directories currently installed.) 22:02:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:02:39 (Reading database ... 13912 files and directories currently installed.) 22:02:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:39 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:39 Removing intermediate container 74a58c27ec1d 22:02:39 ---> 9a8e5397de92 22:02:39 Step 8/27 : COPY . . 22:02:39 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:02:39 (Reading database ... 13912 files and directories currently installed.) 22:02:39 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:39 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:39 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:02:39 (Reading database ... 13912 files and directories currently installed.) 22:02:39 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:02:39 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:02:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:02:39 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:02:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:02:40 (Reading database ... 13912 files and directories currently installed.) 22:02:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:02:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:02:40 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:02:40 (Reading database ... 13912 files and directories currently installed.) 22:02:40 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:40 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:40 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:02:40 (Reading database ... 13912 files and directories currently installed.) 22:02:40 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:40 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:40 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:02:40 (Reading database ... 13912 files and directories currently installed.) 22:02:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:41 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:41 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:02:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:02:42 Removing intermediate container 6bf90ff70e9d 22:02:42 ---> bd948b6eea58 22:02:42 Step 8/22 : COPY . . 22:02:42 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:02:42 (Reading database ... 13912 files and directories currently installed.) 22:02:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:02:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:02:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:02:42 (Reading database ... 13912 files and directories currently installed.) 22:02:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:02:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:02:42 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:02:42 (Reading database ... 13914 files and directories currently installed.) 22:02:42 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:02:42 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:02:43 Removing intermediate container b7b137e746c7 22:02:43 ---> 0d570b6dfb6a 22:02:43 Step 8/24 : COPY . . 22:02:43 Setting up debconf (1.5.66ubuntu1) ... 22:02:43 Removing intermediate container 716886730c55 22:02:43 ---> a62629ec4cbc 22:02:43 Step 8/22 : COPY . . 22:02:43 (Reading database ... 13914 files and directories currently installed.) 22:02:43 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:02:43 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:02:43 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:02:44 (Reading database ... 13914 files and directories currently installed.) 22:02:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:02:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:02:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:02:44 (Reading database ... 13914 files and directories currently installed.) 22:02:44 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:02:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:02:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:02:44 (Reading database ... 13914 files and directories currently installed.) 22:02:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:02:44 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:02:44 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 22:02:44 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:02:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:02:45 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:02:45 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:02:45 (Reading database ... 13914 files and directories currently installed.) 22:02:45 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:02:45 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:02:45 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:02:46 (Reading database ... 13914 files and directories currently installed.) 22:02:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:02:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:02:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:02:46 (Reading database ... 13914 files and directories currently installed.) 22:02:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:02:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:02:46 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:02:46 (Reading database ... 13914 files and directories currently installed.) 22:02:46 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:02:46 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:02:46 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:02:46 (Reading database ... 13914 files and directories currently installed.) 22:02:46 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:02:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:02:47 Setting up passwd (1:4.5-1ubuntu2) ... 22:02:47 (Reading database ... 13914 files and directories currently installed.) 22:02:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:02:47 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:02:47 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:02:47 (Reading database ... 13914 files and directories currently installed.) 22:02:47 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:02:47 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:02:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:02:48 (Reading database ... 13914 files and directories currently installed.) 22:02:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:02:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:02:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:02:48 (Reading database ... 13914 files and directories currently installed.) 22:02:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:02:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:02:48 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:02:48 (Reading database ... 13914 files and directories currently installed.) 22:02:48 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:02:48 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:02:48 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:02:48 (Reading database ... 13914 files and directories currently installed.) 22:02:48 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:02:48 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:02:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:02:49 (Reading database ... 13915 files and directories currently installed.) 22:02:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:02:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:02:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:02:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:02:49 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:02:49 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:02:49 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 22:02:49 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 22:02:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:02:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:02:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:02:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:02:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:02:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:02:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:02:50 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:02:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:02:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:02:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:02:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:02:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:02:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:02:51 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 22:02:51 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 22:02:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:02:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:02:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:02:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:02:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:02:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:02:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:02:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:02:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:02:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:02:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:02:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:02:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:59 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:02:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:02:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:02:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:02:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:02:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:02:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:02:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:02:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:02:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:02:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:02:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:02:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:02:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:02:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:02:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:02:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:03:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:03:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:03:00 Setting up tzdata (2020d-0ubuntu0.18.04) ... 22:03:00 22:03:00 Current default time zone: 'Etc/UTC' 22:03:00 Local time is now: Tue Dec 29 22:03:00 UTC 2020. 22:03:00 Universal Time is now: Tue Dec 29 22:03:00 UTC 2020. 22:03:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:03:00 22:03:00 Setting up systemd-sysv (237-3ubuntu10.43) ... 22:03:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:00 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 22:03:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:03:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:03:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:03:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:03:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:03:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:03:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:03:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:03:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:03:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:03:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:01 Setting up patch (2.7.6-2ubuntu1.1) ... 22:03:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:03:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:03:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 22:03:01 Installing new version of config file /etc/ssl/openssl.cnf ... 22:03:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:03:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:03:01 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 22:03:03 Updating certificates in /etc/ssl/certs... 22:03:04 22 added, 17 removed; done. 22:03:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:03:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:03:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:03:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:03:04 Setting up pkgbinarymangler (138.18.04.1) ... 22:03:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:03:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:03:05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up perl (5.26.1-6ubuntu0.5) ... 22:03:05 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:03:05 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:03:05 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:03:05 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:03:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:03:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:03:05 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:03:05 ---> 06dd430e29c8 22:03:05 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:03:05 ---> 09b6417989ba 22:03:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:03:05 ---> 47ade887a157 22:03:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:03:05 ---> 5bdf4af95895 22:03:05 Step 9/22 : RUN make cmd/core-command/core-command 22:03:05 ---> 0e2b7aa86b73 22:03:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:03:05 ---> Running in f5ca847c799a 22:03:05 ---> Running in efb5da8c796d 22:03:05 ---> Running in f711873c3619 22:03:05 ---> Running in d5524439816f 22:03:05 ---> Running in 3e2151d26236 22:03:05 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:03:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:03:05 Processing triggers for systemd (237-3ubuntu10.43) ... 22:03:05 Processing triggers for mime-support (3.60ubuntu1) ... 22:03:05 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 22:03:05 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 22:03:05 Updating certificates in /etc/ssl/certs... 22:03:06 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 22:03: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 22:03:06 0 added, 0 removed; done. 22:03:06 Running hooks in /etc/ca-certificates/update.d... 22:03:06 done. 22:03:06 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 22:03:06 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 22:03:06 Reading package lists... 22:03:07 Building dependency tree... 22:03:07 Reading state information... 22:03:07 The following NEW packages will be installed: 22:03:07 apt-transport-https 22:03:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:03:07 Need to get 1696 B of archives. 22:03:07 After this operation, 153 kB of additional disk space will be used. 22:03:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:03:07 debconf: delaying package configuration, since apt-utils is not installed 22:03:08 Fetched 1696 B in 0s (7293 B/s) 22:03:08 Selecting previously unselected package apt-transport-https. 22:03:08 (Reading database ... 13929 files and directories currently installed.) 22:03:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:03:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:03:08 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:03:08 Waiting for network to be ready... 22:03:16 2020-12-29T22:03:12Z INFO Waiting for automatic snapd restart... 22:03:16 snapd 2.48.1 from Canonical* installed 22:03:17 "snapd" switched to the "latest/stable" channel 22:03:17 22:03:22 core18 20201210 from Canonical* installed 22:03:22 "core18" switched to the "latest/stable" channel 22:03:22 22:03:29 snapcraft 4.4.4 from Canonical* installed 22:03:29 "snapcraft" switched to the "latest/stable" channel 22:03:29 22:03:33 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: 22:03:33 - README.md 22:03:33 22:03:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:03:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:03:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:03:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:03:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:03:41 Reading package lists... 22:03:42 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 22:03:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:03:48 Reading package lists... 22:03:48 Building dependency tree... 22:03:48 Reading state information... 22:03:48 Suggested packages: 22:03:48 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:03:48 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:03:48 Recommended packages: 22:03:48 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:03:48 The following NEW packages will be installed: 22:03:48 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:03:48 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:03:48 pkg-config zip 22:03:48 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:03:48 Need to get 7655 kB of archives. 22:03:48 After this operation, 43.7 MB of additional disk space will be used. 22:03:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:03:48 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:03:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:03:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:03:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:03:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:03:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:03:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:03:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:03:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:03:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:03:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:03:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:03:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:03:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:03:50 debconf: delaying package configuration, since apt-utils is not installed 22:03:50 Fetched 7655 kB in 1s (7037 kB/s) 22:03:50 Selecting previously unselected package libglib2.0-0:amd64. 22:03:50 (Reading database ... 13933 files and directories currently installed.) 22:03:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:03:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:03:50 Selecting previously unselected package libpsl5:amd64. 22:03:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:03:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:03:50 Selecting previously unselected package libnghttp2-14:amd64. 22:03:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:03:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:03:50 Selecting previously unselected package librtmp1:amd64. 22:03:50 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:03:50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:03:51 Selecting previously unselected package libcurl3-gnutls:amd64. 22:03:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:03:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:03:51 Selecting previously unselected package liberror-perl. 22:03:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:03:51 Unpacking liberror-perl (0.17025-1) ... 22:03:51 Selecting previously unselected package git-man. 22:03:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:03:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:03:51 Selecting previously unselected package git. 22:03:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:03:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:03:52 Selecting previously unselected package libnorm1:amd64. 22:03:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:03:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:03:52 Selecting previously unselected package libpgm-5.2-0:amd64. 22:03:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:03:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:03:52 Selecting previously unselected package libsodium23:amd64. 22:03:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:03:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:03:52 Selecting previously unselected package libzmq5:amd64. 22:03:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:03:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:03:52 Selecting previously unselected package libzmq3-dev:amd64. 22:03:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:03:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:03:53 Selecting previously unselected package pkg-config. 22:03:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:03:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:03:53 Selecting previously unselected package zip. 22:03:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:03:53 Unpacking zip (3.0-11build1) ... 22:03:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:03:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:03:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:03:53 Setting up liberror-perl (0.17025-1) ... 22:03:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:03:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:03:53 No schema files found: doing nothing. 22:03:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:03:53 Setting up zip (3.0-11build1) ... 22:03:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:03:53 Setting up libsodium23:amd64 (1.0.16-2) ... 22:03:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:03:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:03:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:03:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:03:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:03:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:04:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:04:00 git set to automatically installed. 22:04:00 git-man set to automatically installed. 22:04:00 libcurl3-gnutls set to automatically installed. 22:04:00 liberror-perl set to automatically installed. 22:04:00 libglib2.0-0 set to automatically installed. 22:04:00 libnghttp2-14 set to automatically installed. 22:04:00 libnorm1 set to automatically installed. 22:04:00 libpgm-5.2-0 set to automatically installed. 22:04:00 libpsl5 set to automatically installed. 22:04:00 librtmp1 set to automatically installed. 22:04:00 libsodium23 set to automatically installed. 22:04:00 libzmq3-dev set to automatically installed. 22:04:00 libzmq5 set to automatically installed. 22:04:00 pkg-config set to automatically installed. 22:04:00 zip set to automatically installed. 22:04:03 snapd is not logged in, snap install commands will use sudo 22:04:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:04:10 snap "core18" has no updates available 22:04:11 Pulling config-common 22:04:12 Pulling go-build-helper 22:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:04:38 Removing intermediate container f711873c3619 22:04:38 ---> 90b4bf2746e5 22:04:38 22:04:38 Step 10/22 : FROM alpine:3.10 22:04:38 Removing intermediate container 3e2151d26236 22:04:38 ---> 3f9242d2041c 22:04:38 22:04:38 Step 10/24 : FROM alpine:3.10 22:04:38 3.10: Pulling from library/alpine 22:04:38 3.10: Pulling from library/alpine 22:04:39 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:04:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:04:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:04:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 22:04:39 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:04:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:04:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:04:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:04:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:04:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:04:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:04:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 22:04:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 22:04:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 22:04:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 22:04:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 22:04:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 22:04:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 22:04:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:04:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 22:04:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 22:04:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 22:04:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 22:04:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 22:04:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 22:04:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 22:04:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 22:04:39 Fetched 23.5 MB in 6s (3891 kB/s) 22:04:39 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:04:39 Fetched 96.5 kB in 0s (0 B/s) 22:04:39 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:04:39 Fetched 279 kB in 0s (0 B/s) 22:04:39 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:04:39 Fetched 122 kB in 0s (0 B/s) 22:04:39 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:04:39 Fetched 77.8 kB in 0s (0 B/s) 22:04:39 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:04:39 Fetched 8848 B in 0s (0 B/s) 22:04:39 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:04:39 Fetched 47.8 kB in 0s (0 B/s) 22:04:39 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:04:39 Fetched 45.6 kB in 0s (0 B/s) 22:04:39 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 22:04:39 Fetched 14.8 kB in 0s (0 B/s) 22:04:39 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:04:39 Fetched 214 kB in 0s (0 B/s) 22:04:39 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:04:39 Fetched 155 kB in 0s (0 B/s) 22:04:39 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:04:39 Fetched 50.6 kB in 0s (0 B/s) 22:04:39 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:04:39 Fetched 14.8 kB in 0s (0 B/s) 22:04:39 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:04:39 Fetched 41.8 kB in 0s (0 B/s) 22:04:39 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:04:39 Fetched 499 kB in 0s (0 B/s) 22:04:39 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:04:39 Fetched 111 kB in 0s (0 B/s) 22:04:39 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:04:39 Fetched 240 kB in 0s (0 B/s) 22:04:39 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:04:39 Fetched 29.3 kB in 0s (0 B/s) 22:04:39 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:04:39 Fetched 85.5 kB in 0s (0 B/s) 22:04:39 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:04:39 Fetched 24.5 kB in 0s (0 B/s) 22:04:39 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 22:04:39 Fetched 49.2 kB in 0s (0 B/s) 22:04:39 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:04:39 Fetched 54.2 kB in 0s (0 B/s) 22:04:39 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:04:39 Fetched 30.8 kB in 0s (0 B/s) 22:04:39 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:04:39 Fetched 17.0 kB in 0s (0 B/s) 22:04:39 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:04:39 Fetched 85.9 kB in 0s (0 B/s) 22:04:39 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:04:39 Fetched 8720 B in 0s (0 B/s) 22:04:39 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:04:39 Fetched 137 kB in 0s (0 B/s) 22:04:39 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:04:39 Fetched 119 kB in 0s (0 B/s) 22:04:39 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:04:39 Fetched 109 kB in 0s (0 B/s) 22:04:39 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:04:39 Fetched 11.1 kB in 0s (0 B/s) 22:04:39 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:04:39 Fetched 645 kB in 0s (0 B/s) 22:04:39 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:04:39 Fetched 41.3 kB in 0s (0 B/s) 22:04:39 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:04:39 Fetched 17.9 kB in 0s (0 B/s) 22:04:39 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:04:39 Fetched 368 kB in 0s (0 B/s) 22:04:39 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 22:04:39 Fetched 187 kB in 0s (0 B/s) 22:04:39 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:04:39 Fetched 175 kB in 0s (0 B/s) 22:04:39 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:04:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:04:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:04:39 Status: Downloaded newer image for alpine:3.10 22:04:39 ---> 536a684cf733 22:04:39 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:04:39 Status: Image is up to date for alpine:3.10 22:04:39 ---> 536a684cf733 22:04:39 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:04:40 ---> Running in b6036a9b05f6 22:04:40 ---> Running in ec8455a00eff 22:04:41 Fetched 206 kB in 0s (0 B/s) 22:04:41 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:04:41 Fetched 1301 kB in 0s (0 B/s) 22:04:41 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:04:41 Fetched 36.2 kB in 0s (0 B/s) 22:04:41 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:04:41 Fetched 159 kB in 0s (0 B/s) 22:04:41 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:04:41 Fetched 107 kB in 0s (0 B/s) 22:04:41 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:04:41 Fetched 48.7 kB in 0s (0 B/s) 22:04:41 Pulling static-packages 22:04:43 'go115' has dependencies that need to be staged: static-packages go-build-helper 22:04:43 Skipping pull go-build-helper (already ran) 22:04:43 Skipping pull static-packages (already ran) 22:04:43 Building go-build-helper 22:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 22:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 22:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 22:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 22:04:43 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:04:43 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:04:43 OK: 10171 distinct packages available 22:04:43 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:04:43 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:04:43 OK: 10171 distinct packages available 22:04:43 Removing intermediate container f5ca847c799a 22:04:43 ---> 4ea22edb15a3 22:04:43 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:04:44 Removing intermediate container d5524439816f 22:04:44 ---> e04738fdb8cd 22:04:44 22:04:44 Step 10/22 : FROM scratch 22:04:44 ---> 22:04:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:04:44 ---> Running in 253d21ba457a 22:04:44 ---> Running in c41befacbc73 22:04:44 (1/5) Installing ca-certificates (20191127-r2) 22:04:44 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:04:44 (3/5) Installing libcurl (7.66.0-r3) 22:04:44 (4/5) Installing curl (7.66.0-r3) 22:04:44 (5/5) Installing dumb-init (1.2.2-r1) 22:04:44 Executing busybox-1.30.1-r3.trigger 22:04:44 (1/5) Installing ca-certificates (20191127-r2) 22:04:44 Executing ca-certificates-20191127-r2.trigger 22:04:44 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:04:44 (3/5) Installing libcurl (7.66.0-r3) 22:04:45 (4/5) Installing curl (7.66.0-r3) 22:04:45 (5/5) Installing dumb-init (1.2.2-r1) 22:04:45 Executing busybox-1.30.1-r3.trigger 22:04:45 Executing ca-certificates-20191127-r2.trigger 22:04:45 OK: 7 MiB in 19 packages 22:04:45 OK: 7 MiB in 19 packages 22:04:45 Removing intermediate container 253d21ba457a 22:04:45 ---> 90f704e4509f 22:04:45 Step 12/22 : ENV APP_PORT=48082 22:04:45 ---> Running in 3071a0ac4140 22:04: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 22:04:46 Removing intermediate container 3071a0ac4140 22:04:46 ---> 008e3330a5ad 22:04:46 Step 13/22 : EXPOSE $APP_PORT 22:04:46 ---> Running in c5435110785b 22:04:47 Removing intermediate container c5435110785b 22:04:47 ---> 96d0175e78f1 22:04:47 Step 14/22 : WORKDIR / 22:04:48 ---> Running in c719e3975b2d 22:04:48 Removing intermediate container b6036a9b05f6 22:04:48 ---> 69b7b06e77da 22:04:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:04:48 Building static-packages 22:04:48 Removing intermediate container ec8455a00eff 22:04:48 ---> efa590a889df 22:04:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:04:48 ---> Running in eead69bbaa39 22:04:48 ---> Running in 03e2c0dcc83d 22:04:49 Removing intermediate container c719e3975b2d 22:04:49 ---> d5d062a27d0b 22:04:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:04:49 Removing intermediate container eead69bbaa39 22:04:49 ---> 21e9d71c39f7 22:04:49 Step 13/22 : WORKDIR / 22:04:49 Removing intermediate container 03e2c0dcc83d 22:04:49 ---> 1bc1eb6035a2 22:04:49 Step 13/24 : WORKDIR / 22:04:49 ---> Running in 58b6ee062a6c 22:04:49 ---> Running in eb8c7059cb25 22:04:50 ---> cb2d5b85195e 22:04:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:04:50 Removing intermediate container 58b6ee062a6c 22:04:50 ---> 8cd43b780987 22:04:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:04:50 Removing intermediate container eb8c7059cb25 22:04:50 ---> d52165e83014 22:04:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:04:50 Staging go-build-helper 22:04:51 Removing intermediate container c41befacbc73 22:04:51 ---> b540b350490b 22:04:51 22:04:51 Step 11/27 : FROM docker:latest 22:04:51 ---> f66387bf908a 22:04:51 Step 12/27 : RUN apk add --no-cache bash 22:04:52 Staging static-packages 22:04:52 ---> Running in 1bd7eb797674 22:04:52 ---> a6c727e1c926 22:04:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:04:52 ---> d0a7340231d6 22:04:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:04:53 ---> 3b542cc8d2f9 22:04:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:04:53 Pulling go115 22:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:04:54 ---> 4913de12d22e 22:04:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:04:54 ---> 6f79f165f0e9 22:04:54 Step 18/22 : ENTRYPOINT ["/core-command"] 22:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:04:54 ---> a3e476529f0a 22:04:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:04:55 Removing intermediate container efb5da8c796d 22:04:55 ---> 0134fc0e3c63 22:04:55 22:04:55 Step 10/22 : FROM scratch 22:04:55 ---> 22:04:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:04:55 'edgex-go' has dependencies that need to be staged: go115 22:04:55 Skipping pull go115 (already ran) 22:04:55 Building go115 22:04:55 % Total % Received % Xferd Average Speed Time Time Time Current 22:04:55 Dload Upload Total Spent Left Speed 22:04:55 ---> Using cache 22:04:55 ---> 90f704e4509f 22:04:55 Step 12/22 : ENV APP_PORT=48081 22:04:55 ---> Running in bc5fe0fae386 22:04:55 ---> Running in 9f914e251bfb 22:04:55 (1/2) Installing readline (8.0.4-r0) 22:04:55 (2/2) Installing bash (5.0.17-r0) 22:04:55 ---> 3963a93153c6 22:04:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:04:55 Executing bash-5.0.17-r0.post-install 22:04:55 Executing busybox-1.31.1-r19.trigger 22:04:55 OK: 12 MiB in 22 packages 22:04:55 ---> ed6e91d4ec2d 22:04:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:04:56 Removing intermediate container bc5fe0fae386 22:04:56 ---> 7b883d313d84 22:04:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:04:56 Removing intermediate container 9f914e251bfb 22:04:56 ---> f59e6dae71b4 22:04:56 Step 13/22 : EXPOSE $APP_PORT 22:04:56 ---> Running in 3090aaae853d 22:04:56 ---> Running in d444687cf642 22:04:57 ---> f0014bffd768 22:04:57 Step 18/22 : RUN chmod +x entrypoint.sh 22:04:57 Removing intermediate container 3090aaae853d 22:04:57 ---> ff4c38f690d4 22:04:57 Step 14/22 : WORKDIR / 22:04:57 ---> Running in 22620389c4f3 22:04:57 ---> Running in fc02c7d5d59f 22:04:57 Removing intermediate container d444687cf642 22:04:57 ---> 5ab6e2775168 22:04:57 Step 20/22 : LABEL arch=arm64 22:04:57 ---> 5ce5578a9472 22:04:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:04:57 Removing intermediate container 1bd7eb797674 22:04:57 ---> 09acaea48698 22:04:57 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:04:57 ---> Running in a2faa4a87b1b 22:04:57 ---> Running in daf7b4acd826 22:04:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3135k 0 0 9501k 0 0:00:12 --:--:-- 0:00:12 9472k 31 115M 31 36.9M 0 0 27.7M 0 0:00:04 0:00:01 0:00:03 27.7M 63 115M 63 73.1M 0 0 31.0M 0 0:00:03 0:00:02 0:00:01 31.0M 94 115M 94 109M 0 0 32.7M 0 0:00:03 0:00:03 --:--:-- 32.7M 100 115M 100 115M 0 0 33.0M 0 0:00:03 0:00:03 --:--:-- 33.0M 22:04:58 Removing intermediate container fc02c7d5d59f 22:04:58 ---> 516199ec52ed 22:04:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:04:58 Removing intermediate container a2faa4a87b1b 22:04:58 ---> 751bf7badde9 22:04:58 Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:04:58 ---> Running in 676a135661c2 22:04:58 go1.15.2.linux-amd64.tar.gz: OK 22:04:59 ---> ca99c8ab2fdf 22:04:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:04:59 Removing intermediate container 676a135661c2 22:04:59 ---> 307ba95bfc5d 22:04:59 Step 22/22 : LABEL version=0.0.0 22:04:59 ---> 205fe3a7c418 22:04:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:04:59 ---> Running in 9d59d02c0144 22:05:00 ---> 62c1c3effdb5 22:05:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:05:00 ---> Running in df69ec37ba8d 22:05:00 Removing intermediate container 9d59d02c0144 22:05:00 ---> fc624dc314c4 22:05:00 22:05:00 Removing intermediate container 22620389c4f3 22:05:00 ---> 74e0ed47ccfc 22:05:00 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 22:05:01 Successfully built fc624dc314c4 22:05:01 ---> Running in 3293379add71 22:05:01 Successfully tagged docker-core-command-go-arm64:latest 22:05:01  Building docker-core-command-go ... done Building docker-core-data-go 22:05:01 Removing intermediate container daf7b4acd826 22:05:01 ---> 16ab958dd253 22:05:01 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:05:01 ---> 4fa2dcf5b081 22:05:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:05:01 ---> Running in 10434494ed87 22:05:01 Removing intermediate container 3293379add71 22:05:01 ---> 0bb0f790a59f 22:05:01 Step 20/22 : LABEL arch=arm64 22:05:02 ---> Running in b3734d527265 22:05:02 Removing intermediate container 10434494ed87 22:05:02 ---> 53bdd3aef52b 22:05:02 Step 15/27 : ENV APP_PORT=48090 22:05:02 ---> f6dcd4318a9f 22:05:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:05:02 ---> Running in 2b0fc7b0d9ce 22:05:02 Removing intermediate container b3734d527265 22:05:02 ---> d5d4a034751b 22:05:02 Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:05:03 ---> Running in 965b11993617 22:05:03 ---> Running in 6b1202ba027a 22:05:03 Removing intermediate container 2b0fc7b0d9ce 22:05:04 ---> f5e96471db9b 22:05:04 Step 16/27 : EXPOSE $APP_PORT 22:05:04 Staging go115 22:05:04 Removing intermediate container 965b11993617 22:05:04 ---> 470af30e09c2 22:05:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:04 ---> Running in 526a94b94f06 22:05:04 Removing intermediate container df69ec37ba8d 22:05:04 ---> 59d63dec5e71 22:05:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:05:04 Removing intermediate container 6b1202ba027a 22:05:04 ---> 8491da128a28 22:05:04 Step 22/22 : LABEL version=0.0.0 22:05:04 ---> Running in f0e6b15bfcfe 22:05:05 ---> Running in 043775c097b7 22:05:05 ---> Running in dfe72c569658 22:05:05 Removing intermediate container 526a94b94f06 22:05:05 ---> d75be1e09954 22:05:05 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:05:05 Removing intermediate container f0e6b15bfcfe 22:05:05 ---> c018c631d645 22:05:05 Step 20/22 : LABEL arch=arm64 22:05:05 Removing intermediate container 043775c097b7 22:05:05 ---> dd336721ad6e 22:05:05 Step 22/24 : LABEL arch=arm64 22:05:05 Removing intermediate container dfe72c569658 22:05:05 ---> 7b000a93da92 22:05:05 22:05:06 ---> Running in b45030f5570c 22:05:06 Successfully built 7b000a93da92 22:05:06 ---> Running in 0b689fb12063 22:05:06 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 22:05:06  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 22:05:06 ---> f0f0af0360e4 22:05:06 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:05:07 Removing intermediate container b45030f5570c 22:05:07 ---> 0c1d9af23268 22:05:07 Step 21/22 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:05:07 ---> Running in 7478737ed292 22:05:07 Removing intermediate container 0b689fb12063 22:05:07 ---> c09afe8fd2cc 22:05:07 Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:05:07 ---> Running in efa4c724c8dd 22:05:07 ---> d384cbf4f370 22:05:07 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:05:07 Removing intermediate container 7478737ed292 22:05:07 ---> 47754becf18c 22:05:07 Step 22/22 : LABEL version=0.0.0 22:05:07 ---> Running in b23974106180 22:05:07 Removing intermediate container efa4c724c8dd 22:05:07 ---> 99757b7fe0d6 22:05:07 Step 24/24 : LABEL version=0.0.0 22:05:08 ---> Running in 523b3934d3e9 22:05:08 Removing intermediate container b23974106180 22:05:08 ---> 304556d2cba9 22:05:08 22:05:08 ---> 150b777c5ad4 22:05:08 Step 20/27 : RUN apk --no-cache add py3-pip 22:05:09 Successfully built 304556d2cba9 22:05:09 ---> Running in b5542268b6db 22:05:09 Successfully tagged docker-core-metadata-go-arm64:latest 22:05:09  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 22:05:09 Removing intermediate container 523b3934d3e9 22:05:09 ---> 83097233da2f 22:05:09 22:05:09 Successfully built 83097233da2f 22:05:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:05:09  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 22:05:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:05:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:05:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:05:10 Fetched 0 B in 0s (0 B/s) 22:05:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:05:10 Fetched 224 kB in 0s (0 B/s) 22:05:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:05:10 Fetched 157 kB in 0s (0 B/s) 22:05:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:05:10 Fetched 221 kB in 0s (0 B/s) 22:05:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:05:10 Fetched 143 kB in 0s (0 B/s) 22:05:10 Pulling edgex-go 22:05:11 (1/33) Installing libbz2 (1.0.8-r1) 22:05:11 (2/33) Installing expat (2.2.9-r1) 22:05:11 (3/33) Installing libffi (3.3-r2) 22:05:11 (4/33) Installing gdbm (1.13-r1) 22:05:11 (5/33) Installing xz-libs (5.2.5-r0) 22:05:11 (6/33) Installing sqlite-libs (3.32.1-r0) 22:05:11 (7/33) Installing python3 (3.8.5-r0) 22:05:13 (8/33) Installing py3-appdirs (1.4.4-r1) 22:05:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:05:13 (10/33) Installing py3-parsing (2.4.7-r0) 22:05:13 (11/33) Installing py3-six (1.15.0-r0) 22:05:13 (12/33) Installing py3-packaging (20.4-r0) 22:05:13 (13/33) Installing py3-setuptools (47.0.0-r0) 22:05:13 (14/33) Installing py3-chardet (3.0.4-r4) 22:05:13 (15/33) Installing py3-idna (2.9-r0) 22:05:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:05:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:05:13 (18/33) Installing py3-requests (2.23.0-r0) 22:05:13 (19/33) Installing py3-msgpack (1.0.0-r0) 22:05:13 Pulling version 22:05:13 (20/33) Installing py3-lockfile (0.12.2-r3) 22:05:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:05:13 (22/33) Installing py3-colorama (0.4.3-r0) 22:05:13 (23/33) Installing py3-distlib (0.3.0-r0) 22:05:13 (24/33) Installing py3-distro (1.5.0-r1) 22:05:13 (25/33) Installing py3-webencodings (0.5.1-r3) 22:05:13 (26/33) Installing py3-html5lib (1.0.1-r4) 22:05:13 (27/33) Installing py3-pytoml (0.1.21-r0) 22:05:13 (28/33) Installing py3-pep517 (0.8.2-r0) 22:05:13 (29/33) Installing py3-progress (1.5-r0) 22:05:13 (30/33) Installing py3-toml (0.10.1-r0) 22:05:13 (31/33) Installing py3-retrying (1.3.3-r0) 22:05:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:05:13 (33/33) Installing py3-pip (20.1.1-r0) 22:05:13 Executing busybox-1.31.1-r19.trigger 22:05:13 OK: 71 MiB in 55 packages 22:05:14 Building config-common 22:05:18 Skipping build go-build-helper (already ran) 22:05:18 Skipping build static-packages (already ran) 22:05:18 Skipping build go115 (already ran) 22:05:18 Building edgex-go 22:05:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:05:21 go: downloading github.com/gorilla/mux v1.8.0 22:05:21 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 22:05:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 22:05:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 22:05:21 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 22:05:21 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 22:05:21 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 22:05:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:05:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:05:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:05:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:05:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:05:21 go: downloading github.com/pelletier/go-toml v1.2.0 22:05:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:05:21 go: downloading github.com/hashicorp/consul/api v1.1.0 22:05:21 go: downloading github.com/pebbe/zmq4 v1.0.0 22:05:21 go: downloading gopkg.in/yaml.v2 v2.4.0 22:05:21 go: downloading github.com/pkg/errors v0.8.1 22:05:21 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:05:21 go: downloading github.com/go-kit/kit v0.8.0 22:05:21 go: downloading github.com/BurntSushi/toml v0.3.1 22:05:21 go: downloading github.com/imdario/mergo v0.3.11 22:05:21 go: downloading github.com/google/uuid v1.1.2 22:05:21 go: downloading github.com/x448/float16 v0.8.4 22:05:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:05:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:05:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:05:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:05:22 go: downloading github.com/hashicorp/serf v0.8.2 22:05:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:05:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:05:22 go: downloading github.com/mitchellh/copystructure v1.0.0 22:05:22 go: downloading github.com/go-playground/universal-translator v0.17.0 22:05:22 go: downloading github.com/leodido/go-urn v1.2.0 22:05:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:05:22 go: downloading github.com/go-playground/locales v0.13.0 22:05:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:05:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:05:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:05:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:05:24 Removing intermediate container b5542268b6db 22:05:24 ---> dae06a7669c1 22:05:24 Step 21/27 : RUN pip install docker-compose==1.23.2 22:05:24 ---> Running in c9d76be8d201 22:05:30 Collecting docker-compose==1.23.2 22:05:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:05:30 Collecting dockerpty<0.5,>=0.4.1 22:05:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:05:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:05:33 Collecting websocket-client<1.0,>=0.32.0 22:05:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:05:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:05:33 Collecting PyYAML<4,>=3.10 22:05:33 Downloading PyYAML-3.13.tar.gz (270 kB) 22:05:37 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 22:05:38 Collecting texttable<0.10,>=0.9.0 22:05:38 Downloading texttable-0.9.1.tar.gz (11 kB) 22:05:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:05:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 22:05:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:05:39 ---> 7824ac3a841d 22:05:39 Step 3/23 : WORKDIR /edgex-go 22:05:39 ---> Using cache 22:05:39 ---> 3a564c85756d 22:05:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:39 ---> Using cache 22:05:39 ---> 7c57123a193f 22:05:39 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:05:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:05: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 22:05:40 go: downloading github.com/stretchr/testify v1.6.1 22:05:40 go: downloading github.com/pmezard/go-difflib v1.0.0 22:05:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:05:40 go: downloading github.com/davecgh/go-spew v1.1.1 22:05:41 Collecting docker<4.0,>=3.6.0 22:05:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:05:42 ---> Running in b69a90e37d66 22:05:42 Collecting jsonschema<3,>=2.5.1 22:05: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 22:05:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:05:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:05:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:05:43 Collecting cached-property<2,>=1.2.0 22:05:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:05:43 Collecting docopt<0.7,>=0.6.1 22:05:43 Downloading docopt-0.6.2.tar.gz (25 kB) 22:05:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:05:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:05:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:05:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:05:46 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:05:46 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:05:46 OK: 12620 distinct packages available 22:05:47 OK: 217 MiB in 51 packages 22:05:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:05:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:05:47 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 22:05:48 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 22:05:48 Collecting docker-pycreds>=0.4.0 22:05:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:05:49 Collecting idna<2.8,>=2.5 22:05:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:05:49 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) 22:05:49 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) 22:05:49 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 22:05:50 Removing intermediate container b69a90e37d66 22:05:50 ---> 9cf8cd2bfa86 22:05:50 Step 6/23 : COPY go.mod . 22:05:50 Collecting urllib3<1.25,>=1.21.1 22:05:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:05:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:05:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:05:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:05:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:05:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:05:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:05:51 ---> 7824ac3a841d 22:05:51 Step 3/24 : WORKDIR /edgex-go 22:05:51 ---> Using cache 22:05:51 ---> 3a564c85756d 22:05:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:51 ---> Using cache 22:05:51 ---> 7c57123a193f 22:05:51 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:05:51 Installing collected packages: dockerpty, websocket-client, PyYAML, texttable, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, docopt, docker-compose 22:05:51 Running setup.py install for dockerpty: started 22:05:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:05:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:05:51 ---> 7824ac3a841d 22:05:51 Step 3/21 : WORKDIR /edgex-go 22:05:51 ---> Using cache 22:05:51 ---> 3a564c85756d 22:05:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:51 ---> Using cache 22:05:51 ---> 7c57123a193f 22:05:51 Step 5/21 : RUN apk update && apk add make git 22:05:51 ---> Using cache 22:05:51 ---> bf77beb9c677 22:05:51 Step 6/21 : COPY go.mod . 22:05:51 ---> Using cache 22:05:51 ---> a93ce36a46c6 22:05:51 Step 7/21 : RUN go mod download 22:05:51 ---> Using cache 22:05:51 ---> a62629ec4cbc 22:05:51 Step 8/21 : COPY . . 22:05:52 ---> Running in cbeef5211c72 22:05:52 ---> 19f9ca40b9e0 22:05:52 Step 7/23 : RUN go mod download 22:05:52 ---> Using cache 22:05:52 ---> 5bdf4af95895 22:05:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:05:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:05:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:05:52 ---> 7824ac3a841d 22:05:52 Step 3/21 : WORKDIR /edgex-go 22:05:52 ---> Using cache 22:05:52 ---> 3a564c85756d 22:05:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:52 ---> Using cache 22:05:52 ---> 7c57123a193f 22:05:52 Step 5/21 : RUN apk update && apk add make git 22:05:52 ---> Using cache 22:05:52 ---> bf77beb9c677 22:05:52 Step 6/21 : COPY go.mod . 22:05:52 ---> Using cache 22:05:52 ---> a93ce36a46c6 22:05:52 Step 7/21 : RUN go mod download 22:05:52 ---> Using cache 22:05:52 ---> a62629ec4cbc 22:05:52 Step 8/21 : COPY . . 22:05:52 ---> Running in b8d34027d2c5 22:05:52 ---> Running in 31fee07a7c5c 22:05:52 ---> Using cache 22:05:52 ---> 5bdf4af95895 22:05:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:05:52 ---> Running in ecad11da1cc4 22:05:53 Building version 22:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:54 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 22:05:54 Running setup.py install for dockerpty: finished with status 'done' 22:05:54 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 22:05:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:55 Running setup.py install for PyYAML: started 22:05:56 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:05:56 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 22:05:56 OK: 12620 distinct packages available 22:05:56 Staging config-common 22:05:57 Removing intermediate container b8d34027d2c5 22:05:57 ---> ca043321aa4f 22:05:57 Step 8/23 : COPY . . 22:05:57 OK: 217 MiB in 51 packages 22:05:57 Skipping stage go-build-helper (already ran) 22:05:57 Skipping stage static-packages (already ran) 22:05:57 Skipping stage go115 (already ran) 22:05:57 Staging edgex-go 22:05:59 Staging version 22:05:59 Running setup.py install for PyYAML: finished with status 'done' 22:05:59 Running setup.py install for texttable: started 22:06:00 Removing intermediate container cbeef5211c72 22:06:00 ---> ba7ea639abb1 22:06:00 Step 6/24 : COPY go.mod . 22:06:00 Priming config-common 22:06:01 Priming go-build-helper 22:06:02 ---> 9d9dac3eb6a6 22:06:02 Step 7/24 : RUN go mod download 22:06:02 Running setup.py install for texttable: finished with status 'done' 22:06:02 Attempting uninstall: idna 22:06:02 Found existing installation: idna 2.9 22:06:02 Uninstalling idna-2.9: 22:06:02 ---> Running in aa51bde121e2 22:06:02 Successfully uninstalled idna-2.9 22:06:02 Priming static-packages 22:06:03 Attempting uninstall: urllib3 22:06:03 Found existing installation: urllib3 1.25.9 22:06:03 Uninstalling urllib3-1.25.9: 22:06:03 Successfully uninstalled urllib3-1.25.9 22:06:04 Attempting uninstall: requests 22:06:04 Found existing installation: requests 2.23.0 22:06:04 Uninstalling requests-2.23.0: 22:06:04 Successfully uninstalled requests-2.23.0 22:06:06 Priming go115 22:06:07 Priming edgex-go 22:06:08 Running setup.py install for docopt: started 22:06:08 Removing intermediate container aa51bde121e2 22:06:08 ---> c187302b4349 22:06:08 Step 8/24 : COPY . . 22:06:09 Priming version 22:06:09 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 22:06:11 Running setup.py install for docopt: finished with status 'done' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 22:06:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:06:22 ---> 8cb2cc4bcee0 22:06:22 Step 9/23 : RUN make cmd/core-data/core-data 22:06:22 ---> Running in a08235048eec 22:06:22 Removing intermediate container c9d76be8d201 22:06:22 ---> 71cbe91efdc2 22:06:22 Step 22/27 : RUN apk --no-cache add curl 22:06:22 ---> Running in eb95f4db4f35 22:06:23 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 22:06:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:06:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:06:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:06:25 (2/3) Installing libcurl (7.69.1-r3) 22:06:25 (3/3) Installing curl (7.69.1-r3) 22:06:25 Executing busybox-1.31.1-r19.trigger 22:06:25 OK: 71 MiB in 58 packages 22:06:30 Removing intermediate container eb95f4db4f35 22:06:30 ---> 2773b42ac919 22:06:30 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:06:30 ---> Running in 53fc036ef45a 22:06:31 Removing intermediate container 53fc036ef45a 22:06:31 ---> 57d34524352b 22:06:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:31 ---> Running in 83915147848e 22:06:32 Removing intermediate container 83915147848e 22:06:32 ---> 429b18f7e611 22:06:32 Step 25/27 : LABEL arch=arm64 22:06:32 ---> Running in ff202445b6d4 22:06:32 ---> abbceebb5101 22:06:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:06:32 ---> Running in 3fad34b469cb 22:06:33 Removing intermediate container ff202445b6d4 22:06:33 ---> b5b43ed22ed9 22:06:33 Step 26/27 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:06:33 ---> Running in 763d97ab2d5d 22:06:34 Removing intermediate container 763d97ab2d5d 22:06:34 ---> c58dde3804f3 22:06:34 Step 27/27 : LABEL version=0.0.0 22:06:34 ---> Running in 9d627c839c4e 22:06:35 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 22:06:35 Removing intermediate container 9d627c839c4e 22:06:35 ---> 90921fdeb1f2 22:06:35 22:06:35 Successfully built 90921fdeb1f2 22:06:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:07:08  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:07:20 Removing intermediate container 31fee07a7c5c 22:07:20 ---> f036525f9188 22:07:20 22:07:20 Step 10/21 : FROM scratch 22:07:20 ---> 22:07:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:07:20 Removing intermediate container ecad11da1cc4 22:07:20 ---> 2f5864496c34 22:07:20 22:07:20 Step 10/21 : FROM alpine 22:07:20 ---> Using cache 22:07:20 ---> 90f704e4509f 22:07:20 Step 12/21 : ENV APP_PORT=48085 22:07:20 latest: Pulling from library/alpine 22:07:20 ---> Running in 5817a0215402 22:07:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:07:20 Status: Downloaded newer image for alpine:latest 22:07:20 ---> afeebe901d6b 22:07:20 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:07:20 ---> Running in 4be54edad5a7 22:07:20 Removing intermediate container 5817a0215402 22:07:20 ---> e14cc09e7343 22:07:20 Step 13/21 : EXPOSE $APP_PORT 22:07:20 ---> Running in 036f51b2e7fa 22:07:20 Removing intermediate container 036f51b2e7fa 22:07:20 ---> f516e393eca0 22:07:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:21 ---> e72db765ccb4 22:07:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:07:22 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:07:22 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:07:22 OK: 12615 distinct packages available 22:07:23 (1/4) Installing ca-certificates (20191127-r4) 22:07:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:07:23 (3/4) Installing libcurl (7.69.1-r3) 22:07:23 (4/4) Installing curl (7.69.1-r3) 22:07:23 Executing busybox-1.31.1-r19.trigger 22:07:23 Executing ca-certificates-20191127-r4.trigger 22:07:23 OK: 7 MiB in 18 packages 22:07:23 ---> e6f85c787336 22:07:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:07:25 ---> 677d74d28231 22:07:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:07:25 ---> Running in 94ef3a21c6a8 22:07:26 Removing intermediate container 4be54edad5a7 22:07:26 ---> 3a75322acd93 22:07:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:07:26 Removing intermediate container 94ef3a21c6a8 22:07:26 ---> b9049ab37201 22:07:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:07:26 ---> Running in 2912e2a78e48 22:07:26 ---> Running in 284b3e2955f1 22:07:27 Removing intermediate container 2912e2a78e48 22:07:27 ---> b17b015027fa 22:07:27 Step 13/21 : WORKDIR /edgex 22:07:27 Removing intermediate container 284b3e2955f1 22:07:27 ---> d3f40c17a669 22:07:27 Step 19/21 : LABEL arch=arm64 22:07:27 ---> Running in 1f161a6834b1 22:07:27 ---> Running in ef32f27f70df 22:07:29 Removing intermediate container ef32f27f70df 22:07:29 ---> 0dc08dd4f1b7 22:07:29 Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:07:29 Removing intermediate container 1f161a6834b1 22:07:29 ---> 26c2437edf7f 22:07:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:07:29 ---> Running in 26c0f0d176c0 22:07:30 Removing intermediate container 26c0f0d176c0 22:07:30 ---> 1b71571776de 22:07:30 Step 21/21 : LABEL version=0.0.0 22:07:30 ---> Running in ee42f36a6c24 22:07:30 ---> beab3338034b 22:07:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:07:32 Removing intermediate container ee42f36a6c24 22:07:32 ---> ea271e115f16 22:07:32 22:07:32 Successfully built ea271e115f16 22:07:32 Successfully tagged docker-support-scheduler-go-arm64:latest 22:07:32  Building docker-support-scheduler-go ... done  ---> 7e87f9f14b45 22:07:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:07:34 ---> 11ae8c6b6101 22:07:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:07:34 ---> Running in ecd3b0086598 22:07:35 Removing intermediate container ecd3b0086598 22:07:35 ---> a080c253228b 22:07:35 Step 18/21 : CMD ["--init=true"] 22:07:35 ---> Running in af3f2805ace0 22:07:37 Removing intermediate container af3f2805ace0 22:07:37 ---> 48d32c66079a 22:07:37 Step 19/21 : LABEL arch=arm64 22:07:37 ---> Running in 99c9bc42b494 22:07:37 Removing intermediate container 99c9bc42b494 22:07:37 ---> f81d35678735 22:07:37 Step 20/21 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:07:37 ---> Running in d0a7d21c4c30 22:07:38 Removing intermediate container d0a7d21c4c30 22:07:38 ---> 2a656224cb26 22:07:38 Step 21/21 : LABEL version=0.0.0 22:07:38 ---> Running in 008310020e16 22:07:39 Removing intermediate container 008310020e16 22:07:39 ---> 00a692bbe7e0 22:07:39 22:07:39 Successfully built 00a692bbe7e0 22:07:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:07:45  Building docker-security-proxy-setup-go ... done Removing intermediate container 3fad34b469cb 22:07:45 ---> 66dca127bd09 22:07:45 22:07:45 Step 10/24 : FROM scratch 22:07:45 ---> 22:07:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:07:45 ---> Running in 7df40baca65b 22:07:45 Removing intermediate container 7df40baca65b 22:07:45 ---> 6af599e55f4b 22:07:45 Step 12/24 : ENV APP_PORT=48060 22:07:45 ---> Running in 4175c38b2c91 22:07:46 Removing intermediate container 4175c38b2c91 22:07:46 ---> 152886ee28b6 22:07:46 Step 13/24 : EXPOSE $APP_PORT 22:07:46 ---> Running in 6a26bdc8528a 22:07:47 Removing intermediate container 6a26bdc8528a 22:07:47 ---> 65fd86197672 22:07:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:07:47 ---> a51e5c1065e6 22:07:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:07:49 ---> f908ab3e9c28 22:07:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:07:50 ---> 4816ce3d5729 22:07:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:07:51 ---> fd91a2db3940 22:07:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:07:53 ---> 467edb97f99c 22:07:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:07:54 ---> 3a755fdf0b8e 22:07:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:07:54 Removing intermediate container a08235048eec 22:07:54 ---> eaf8a7c4c712 22:07:54 22:07:54 Step 10/23 : FROM alpine 22:07:54 ---> afeebe901d6b 22:07:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:07:54 ---> Running in 1d242ea28ea1 22:07:54 ---> Running in 5606665be24b 22:07:54 Removing intermediate container 5606665be24b 22:07:54 Removing intermediate container 1d242ea28ea1 22:07:54 ---> 9d6f56aac784 22:07:54 ---> 4bf1c9d40a32 22:07:54 Step 12/23 : ENV APP_PORT=48080Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:07:54 22:07:54 ---> Running in 6ebac1ec0064 22:07:54 ---> Running in 9c427e2b5600 22:07:55 Removing intermediate container 6ebac1ec0064 22:07:55 ---> e25e9acdf74e 22:07:55 Step 13/23 : EXPOSE $APP_PORT 22:07:55 Removing intermediate container 9c427e2b5600 22:07:55 ---> 78a8958c9352 22:07:55 Step 22/24 : LABEL arch=arm64 22:07:55 ---> Running in 1020ddfbdd12 22:07:55 ---> Running in 17eaa849e11e 22:07:56 Removing intermediate container 1020ddfbdd12 22:07:56 ---> f1e35e0f015e 22:07:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:56 Removing intermediate container 17eaa849e11e 22:07:56 ---> 6636e5b77639 22:07:56 Step 23/24 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:07:56 ---> Running in f7fa50bf5452 22:07:56 ---> Running in b542853a721f 22:07:56 Removing intermediate container b542853a721f 22:07:56 ---> b7b07c0f5a66 22:07:56 Step 24/24 : LABEL version=0.0.0 22:07:56 ---> Running in 38dbf1dd0f13 22:07:57 Removing intermediate container 38dbf1dd0f13 22:07:57 ---> 8c003d816cd0 22:07:57 22:07:57 Successfully built 8c003d816cd0 22:07:57 Successfully tagged docker-support-notifications-go-arm64:latest 22:07:58  Building docker-support-notifications-go ... done Removing intermediate container f7fa50bf5452 22:07:58 ---> 8f43d79a1c36 22:07:58 Step 15/23 : RUN apk --no-cache add zeromq 22:07:58 ---> Running in 3715e5d23235 22:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:08:00 (1/5) Installing libgcc (9.3.0-r2) 22:08:00 (2/5) Installing libsodium (1.0.18-r0) 22:08:01 (3/5) Installing libstdc++ (9.3.0-r2) 22:08:01 (4/5) Installing libzmq (4.3.3-r0) 22:08:01 (5/5) Installing zeromq (4.3.3-r0) 22:08:01 Executing busybox-1.31.1-r19.trigger 22:08:01 OK: 8 MiB in 19 packages 22:08:02 Removing intermediate container 3715e5d23235 22:08:02 ---> 11391ffee98a 22:08:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:08:03 ---> 80e2aa476790 22:08:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:08:04 ---> 1703ae14acce 22:08:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:08:05 ---> 4d5b4d8c748d 22:08:05 Step 19/23 : ENTRYPOINT ["/core-data"] 22:08:05 ---> Running in 0660924a2433 22:08:06 Removing intermediate container 0660924a2433 22:08:06 ---> ccf1c0935b9b 22:08:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:08:06 ---> Running in 65c2b4dee276 22:08:07 Removing intermediate container 65c2b4dee276 22:08:07 ---> 6415541c907e 22:08:07 Step 21/23 : LABEL arch=arm64 22:08:07 ---> Running in e21bc5eb120f 22:08:07 Removing intermediate container e21bc5eb120f 22:08:07 ---> 9a3acc8042fb 22:08:07 Step 22/23 : LABEL git_sha=33032524c0e2948070d07a8abcfdc39e4a1d74ac 22:08:07 ---> Running in b5dc89c625d5 22:08:08 Removing intermediate container b5dc89c625d5 22:08:08 ---> 3196ceea27a1 22:08:08 Step 23/23 : LABEL version=0.0.0 22:08:08 ---> Running in 617c25fee052 22:08:08 Removing intermediate container 617c25fee052 22:08:08 ---> b2dae0888612 22:08:08 22:08:09 Successfully built b2dae0888612 22:08:09 Successfully tagged docker-core-data-go-arm64:latest 22:08:09  Building docker-core-data-go ... done  [Pipeline] } 22:08:09 $ docker stop --time=1 3688fbf6a743ccb417021cd40cdc0504487c9a05bc6d24b325872c68a76d8c63 22:08:11 $ docker rm -f 3688fbf6a743ccb417021cd40cdc0504487c9a05bc6d24b325872c68a76d8c63 [Pipeline] // withDockerContainer [Pipeline] sh 22:08:12 + + dockergrep images docker 22:08:12 22:08:12 docker-core-data-go-arm64 latest b2dae0888612 4 seconds ago 20.9MB 22:08:12 docker-support-notifications-go-arm64 latest 8c003d816cd0 16 seconds ago 11.4MB 22:08:12 docker-security-proxy-setup-go-arm64 latest 00a692bbe7e0 33 seconds ago 23.3MB 22:08:12 docker-support-scheduler-go-arm64 latest ea271e115f16 41 seconds ago 10MB 22:08:12 docker-sys-mgmt-agent-go-arm64 latest 90921fdeb1f2 About a minute ago 300MB 22:08:12 docker-security-secretstore-setup-go-arm64 latest 83097233da2f 3 minutes ago 23.5MB 22:08:12 docker-core-metadata-go-arm64 latest 304556d2cba9 3 minutes ago 12.2MB 22:08:12 docker-security-bootstrap-redis-go-arm64 latest 7b000a93da92 3 minutes ago 15.1MB 22:08:12 docker-core-command-go-arm64 latest fc624dc314c4 3 minutes ago 9.98MB 22:08:12 docker latest f66387bf908a 11 days 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 22:08:14 provisioning config files... 22:08:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config9115195477680045155tmp [Pipeline] { [Pipeline] sh 22:08:15 + set +x 22:08:15 + curl -s https://codecov.io/bash 22:08:15 + bash -s -- 22:08:15 22:08:15 _____ _ 22:08:15 / ____| | | 22:08:15 | | ___ __| | ___ ___ _____ __ 22:08:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:08:15 | |___| (_) | (_| | __/ (_| (_) \ V / 22:08:15 \_____\___/ \__,_|\___|\___\___/ \_/ 22:08:15 Bash-20201223-5ad85e3 22:08:15 22:08:15 22:08:15 ==> git version 2.24.3 found 22:08:15 ==> 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 22:08:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:08:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:08:15 ==> Jenkins CI detected. 22:08:15 project root: . 22:08:15 --> token set from env 22:08:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:08:15 ==> Running gcov in . (disable via -X gcov) 22:08:15 ==> Python coveragepy not found 22:08:15 ==> Searching for coverage reports in: 22:08:15 + . 22:08:15 -> Found 1 reports 22:08:15 ==> Detecting git/mercurial file structure 22:08:15 ==> Reading reports 22:08:15 + ./coverage.out bytes=537189 22:08:15 ==> Appending adjustments 22:08:15 https://docs.codecov.io/docs/fixing-reports 22:08:19 + Found adjustments 22:08:19 ==> Gzipping contents 22:08:19 80K /tmp/codecov.G0Eifv.gz 22:08:19 ==> Uploading reports 22:08:19 url: https://codecov.io 22:08:19 query: branch=PR-2975&commit=33032524c0e2948070d07a8abcfdc39e4a1d74ac&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2975%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2975&job=&cmd_args= 22:08:19 -> Pinging Codecov 22:08:19 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2975&commit=33032524c0e2948070d07a8abcfdc39e4a1d74ac&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2975%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2975&job=&cmd_args= 22:08:19 -> Uploading to 22:08:19 https://storage.googleapis.com/codecov/v4/raw/2020-12-29/00271124DB129430A58F1EEE437C3FCB/33032524c0e2948070d07a8abcfdc39e4a1d74ac/d2198bac-c067-4a9a-a86f-61213a17b91e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T220819Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=543a3be20dd8a8feb6c4c6ee7180a7a39c85eb59f489c24fa2b4c924b9cd0e4c 22:08:19 % Total % Received % Xferd Average Speed Time Time Time Current 22:08:19 Dload Upload Total Spent Left Speed 22:08:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81841 0 0 100 81841 0 128k --:--:-- --:--:-- --:--:-- 128k 22:08:20 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/33032524c0e2948070d07a8abcfdc39e4a1d74ac [Pipeline] } 22:08:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:08:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:08:23 ---> package-listing.sh 22:08:23 ++ facter osfamily 22:08:23 ++ tr '[:upper:]' '[:lower:]' 22:08:23 + OS_FAMILY=redhat 22:08:23 + workspace=/w/workspace/edgex-go/2 22:08:23 + START_PACKAGES=/tmp/packages_start.txt 22:08:23 + END_PACKAGES=/tmp/packages_end.txt 22:08:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:08:23 + PACKAGES=/tmp/packages_start.txt 22:08:23 + '[' /w/workspace/edgex-go/2 ']' 22:08:23 + PACKAGES=/tmp/packages_end.txt 22:08:23 + case "${OS_FAMILY}" in 22:08:23 + rpm -qa 22:08:23 + sort 22:08:28 + '[' -f /tmp/packages_start.txt ']' 22:08:28 + '[' -f /tmp/packages_end.txt ']' 22:08:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:08:28 + '[' /w/workspace/edgex-go/2 ']' 22:08:28 + mkdir -p /w/workspace/edgex-go/2/archives/ 22:08:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 22:08:28 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:08:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:08:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:29 22:08:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:08:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:29 alpine: Pulling from edgex-lftools-log-publisher 22:08:29 df20fa9351a1: Pulling fs layer 22:08:29 36b3adc4ff6f: Pulling fs layer 22:08:29 8ad3a11d3b57: Pulling fs layer 22:08:29 46f8f816bc3b: Pulling fs layer 22:08:29 93b61091891f: Pulling fs layer 22:08:29 93b9cdb0e59b: Pulling fs layer 22:08:29 5e14af77c1be: Pulling fs layer 22:08:29 01666e4c0597: Pulling fs layer 22:08:29 aa168da1d23b: Pulling fs layer 22:08:29 46f8f816bc3b: Waiting 22:08:29 93b61091891f: Waiting 22:08:29 93b9cdb0e59b: Waiting 22:08:29 5e14af77c1be: Waiting 22:08:29 01666e4c0597: Waiting 22:08:29 aa168da1d23b: Waiting 22:08:29 36b3adc4ff6f: Verifying Checksum 22:08:29 36b3adc4ff6f: Download complete 22:08:29 46f8f816bc3b: Verifying Checksum 22:08:29 46f8f816bc3b: Download complete 22:08:29 df20fa9351a1: Verifying Checksum 22:08:29 93b9cdb0e59b: Download complete 22:08:29 5e14af77c1be: Verifying Checksum 22:08:29 5e14af77c1be: Download complete 22:08:29 01666e4c0597: Download complete 22:08:29 93b61091891f: Verifying Checksum 22:08:30 df20fa9351a1: Pull complete 22:08:30 36b3adc4ff6f: Pull complete 22:08:30 8ad3a11d3b57: Verifying Checksum 22:08:30 8ad3a11d3b57: Download complete 22:08:31 8ad3a11d3b57: Pull complete 22:08:31 46f8f816bc3b: Pull complete 22:08:32 aa168da1d23b: Verifying Checksum 22:08:32 aa168da1d23b: Download complete 22:08:33 93b61091891f: Pull complete 22:08:33 93b9cdb0e59b: Pull complete 22:08:34 5e14af77c1be: Pull complete 22:08:34 01666e4c0597: Pull complete 22:08:44 aa168da1d23b: Pull complete 22:08:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:08:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:08:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:08:44 prd-centos7-docker-4c-2g-17651 does not seem to be running inside a container 22:08:44 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:08:49 $ docker top b2246a1f6d752d95ce3bec20d1eaf9691776351a04400812c08787669dec353c -eo pid,comm [Pipeline] { [Pipeline] sh 22:08:49 + touch /tmp/pre-build-complete [Pipeline] sh 22:08:50 + mkdir -p /var/log/sa [Pipeline] sh 22:08:50 + ls /var/log/sa-host 22:08:50 + sadf -c /var/log/sa-host/sa23 22:08:50 file_magic: OK 22:08:50 HZ: Using current value: 100 22:08:50 file_header: OK 22:08:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:08:50 Statistics: 22:08:50 Hnuu...uuuununununu... 22:08:50 File successfully converted to sysstat format version 12.2.1 22:08:50 + sadf -c /var/log/sa-host/sa29 22:08:50 file_magic: OK 22:08:50 HZ: Using current value: 100 22:08:50 file_header: OK 22:08:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:08:50 Statistics: 22:08:50 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... 22:08:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:08:51 provisioning config files... 22:08:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8851339287767578710tmp [Pipeline] { [Pipeline] echo 22:08:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:08:51 ---> create-netrc.sh [Pipeline] } 22:08:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:08:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:08:52 ---> python-tools-install.sh [Pipeline] echo 22:08:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:08:52 ---> sudo-logs.sh 22:08:52 Archiving 'sudo' log.. [Pipeline] echo 22:08:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:08:52 ---> job-cost.sh 22:08:52 lf-activate-venv: SKIPPING 22:08:52 INFO: No Stack... 22:08:54 INFO: Retrieving Pricing Info for: v1-standard-2 22:08:54 INFO: Archiving Costs [Pipeline] echo 22:08:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:08:54 ---> logs-deploy.sh 22:08:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2975/2 22:08:54 INFO: archiving workspace using pattern(s): 22:08:56 Archives upload complete. 22:08:56 INFO: archiving logs to Nexus 22:08:57 ---> uname -a: 22:08:57 Linux prd-centos7-docker-4c-2g-17651.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:08:57 22:08:57 22:08:57 ---> lscpu: 22:08:57 Architecture: x86_64 22:08:57 CPU op-mode(s): 32-bit, 64-bit 22:08:57 Byte Order: Little Endian 22:08:57 Address sizes: 40 bits physical, 48 bits virtual 22:08:57 CPU(s): 4 22:08:57 On-line CPU(s) list: 0-3 22:08:57 Thread(s) per core: 1 22:08:57 Core(s) per socket: 1 22:08:57 Socket(s): 4 22:08:57 NUMA node(s): 1 22:08:57 Vendor ID: GenuineIntel 22:08:57 CPU family: 6 22:08:57 Model: 44 22:08:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:08:57 Stepping: 1 22:08:57 CPU MHz: 2933.438 22:08:57 BogoMIPS: 5866.87 22:08:57 Virtualization: VT-x 22:08:57 Hypervisor vendor: KVM 22:08:57 Virtualization type: full 22:08:57 L1d cache: 128 KiB 22:08:57 L1i cache: 128 KiB 22:08:57 L2 cache: 16 MiB 22:08:57 L3 cache: 64 MiB 22:08:57 NUMA node0 CPU(s): 0-3 22:08:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:08:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:08:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:08:57 Vulnerability Meltdown: Mitigation; PTI 22:08:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:08:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:08:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:08:57 Vulnerability Srbds: Not affected 22:08:57 Vulnerability Tsx async abort: Not affected 22:08:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:08:57 22:08:57 22:08:57 ---> nproc: 22:08:57 4 22:08:57 22:08:57 22:08:57 ---> df -h: 22:08:57 Filesystem Size Used Available Use% Mounted on 22:08:57 overlay 50.0G 12.1G 37.9G 24% / 22:08:57 tmpfs 64.0M 0 64.0M 0% /dev 22:08:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:08:57 shm 64.0M 0 64.0M 0% /dev/shm 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/2 22:08:57 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/2@tmp 22:08:57 22:08:57 22:08:57 ---> free -m: 22:08:57 total used free shared buff/cache available 22:08:57 Mem: 1837 729 258 0 849 1021 22:08:57 Swap: 1023 48 975 22:08:57 22:08:57 22:08:57 ---> ip addr: 22:08:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:08:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:08:57 inet 127.0.0.1/8 scope host lo 22:08:57 valid_lft forever preferred_lft forever 22:08:57 inet6 ::1/128 scope host 22:08:57 valid_lft forever preferred_lft forever 22:08:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:08:57 link/ether fa:16:3e:8b:59:51 brd ff:ff:ff:ff:ff:ff 22:08:57 inet 10.30.123.163/23 brd 10.30.123.255 scope global dynamic eth0 22:08:57 valid_lft 85273sec preferred_lft 85273sec 22:08:57 inet6 fe80::f816:3eff:fe8b:5951/64 scope link 22:08:57 valid_lft forever preferred_lft forever 22:08:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:08:57 link/ether 02:42:d3:68:1e:d8 brd ff:ff:ff:ff:ff:ff 22:08:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:08:57 valid_lft forever preferred_lft forever 22:08:57 inet6 fe80::42:d3ff:fe68:1ed8/64 scope link 22:08:57 valid_lft forever preferred_lft forever 22:08:57 22:08:57 22:08:57 ---> sar -b -r -n DEV: 22:08:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 22:08:57 22:08:57 21:49:59 LINUX RESTART (4 CPU) 22:08:57 22:08:57 21:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:08:57 21:52:01 214.86 84.46 130.40 0.00 7249.52 46168.87 0.00 22:08:57 21:53:01 295.68 116.29 179.39 0.00 5470.51 34635.65 0.00 22:08:57 21:54:02 205.80 104.95 100.85 0.00 4404.65 9946.69 0.00 22:08:57 21:55:01 267.33 91.02 176.31 0.00 32167.63 104996.44 0.00 22:08:57 21:56:02 2271.18 1899.54 371.64 0.00 198192.80 204668.63 0.00 22:08:57 21:57:02 579.54 323.05 256.50 0.00 36659.50 65527.12 0.00 22:08:57 21:58:02 2178.35 1827.34 351.02 0.00 155991.14 163522.34 0.00 22:08:57 21:59:01 552.13 277.35 274.78 0.00 26186.20 39435.94 0.00 22:08:57 22:00:01 4.30 1.37 2.93 0.00 39.57 41.27 0.00 22:08:57 22:01:01 1.10 0.53 0.57 0.00 16.92 7.33 0.00 22:08:57 22:02:01 0.67 0.33 0.33 0.00 22.51 4.88 0.00 22:08:57 22:03:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 22:08:57 22:04:01 0.27 0.03 0.23 0.00 0.67 2.08 0.00 22:08:57 22:05:01 1.97 1.72 0.25 0.00 57.84 4.36 0.00 22:08:57 22:06:01 1.22 0.40 0.82 0.00 141.24 14.89 0.00 22:08:57 22:07:01 0.25 0.02 0.23 0.00 0.13 2.25 0.00 22:08:57 22:08:01 0.18 0.00 0.18 0.00 0.00 2.62 0.00 22:08:57 Average: 387.34 278.75 108.59 0.00 27515.09 39396.18 0.00 22:08:57 22:08:57 21:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:08:57 21:52:01 70596 0 680316 36.16 2596 1128036 1459760 49.82 551964 1012388 54400 22:08:57 21:53:01 193116 0 750872 39.91 960 936596 1432328 48.88 627528 781432 27888 22:08:57 21:54:02 191556 0 795924 42.30 680 893384 1463056 49.93 660544 735824 40740 22:08:57 21:55:01 80804 0 839028 44.59 80 961632 2238316 76.39 729780 852736 49396 22:08:57 21:56:02 74200 0 787308 41.84 80 1019956 1946148 66.42 633144 951684 78840 22:08:57 21:57:02 75916 0 773052 41.09 80 1032496 1745584 59.57 724812 839968 14448 22:08:57 21:58:02 92624 0 760504 40.42 80 1028336 1976536 67.46 576004 991780 85212 22:08:57 21:59:01 353644 0 698904 37.15 80 828916 1649076 56.28 536520 748136 24 22:08:57 22:00:01 401016 0 650744 34.59 80 829704 1181104 40.31 514672 726376 12 22:08:57 22:01:01 400780 0 650548 34.58 80 830136 1174648 40.09 514972 726556 8 22:08:57 22:02:01 401492 0 649144 34.50 80 830828 1167244 39.84 514176 726888 12 22:08:57 22:03:01 401712 0 648916 34.49 80 830836 1167208 39.83 514176 726892 12 22:08:57 22:04:01 401684 0 648944 34.49 80 830836 1167208 39.83 514188 726900 8 22:08:57 22:05:01 399548 0 650016 34.55 80 831900 1167328 39.84 515060 727496 8 22:08:57 22:06:01 392956 0 652404 34.67 80 836104 1167292 39.84 520548 728976 12 22:08:57 22:07:01 392928 0 652428 34.68 80 836108 1167208 39.83 520344 728976 12 22:08:57 22:08:01 392788 0 652556 34.68 80 836120 1167208 39.83 520476 728980 8 22:08:57 Average: 277492 0 702448 37.33 315 901290 1437485 49.06 569936 791882 20649 22:08:57 22:08:57 21:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:08:57 21:52:01 veth7d3f246 27.40 37.85 1.84 271.89 0.00 0.00 0.00 0.00 22:08:57 21:52:01 eth0 1133.81 1169.05 6101.49 138.91 0.00 0.00 0.00 0.00 22:08:57 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:52:01 docker0 865.74 782.25 70.04 2943.00 0.00 0.00 0.00 0.00 22:08:57 21:53:01 veth19d10f4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:08:57 21:53:01 eth0 404.69 317.71 1903.98 36.81 0.00 0.00 0.00 0.00 22:08:57 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:53:01 docker0 92.26 114.56 6.95 549.95 0.00 0.00 0.00 0.00 22:08:57 21:54:02 veth19d10f4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:54:02 eth0 40.26 25.98 27.27 72.36 0.00 0.00 0.00 0.00 22:08:57 21:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:55:01 eth0 204.23 171.17 1717.07 85.21 0.00 0.00 0.00 0.00 22:08:57 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:55:01 vethcaf9e4d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:08:57 21:56:02 eth0 56.19 41.35 164.00 11.20 0.00 0.00 0.00 0.00 22:08:57 21:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:56:02 docker0 29.91 33.66 1.91 145.22 0.00 0.00 0.00 0.00 22:08:57 21:56:02 vethcaf9e4d 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 22:08:57 21:57:02 eth0 54.49 35.26 178.01 15.58 0.00 0.00 0.00 0.00 22:08:57 21:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:57:02 docker0 14.12 16.12 0.76 104.54 0.00 0.00 0.00 0.00 22:08:57 21:57:02 vethcaf9e4d 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:58:02 vethee58fbd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:08:57 21:58:02 eth0 74.43 49.49 123.95 98.77 0.00 0.00 0.00 0.00 22:08:57 21:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:58:02 docker0 7.64 12.74 0.41 88.47 0.00 0.00 0.00 0.00 22:08:57 21:59:01 eth0 165.53 109.62 493.37 94.66 0.00 0.00 0.00 0.00 22:08:57 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 21:59:01 docker0 43.50 76.49 2.78 452.41 0.00 0.00 0.00 0.00 22:08:57 21:59:01 vethcaf9e4d 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 22:08:57 22:00:01 eth0 3.10 1.85 2.53 1.00 0.00 0.00 0.00 0.00 22:08:57 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:01:01 eth0 1.00 0.72 0.72 0.26 0.00 0.00 0.00 0.00 22:08:57 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:02:01 eth0 0.23 0.12 0.07 0.04 0.00 0.00 0.00 0.00 22:08:57 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:03:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:08:57 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:04:01 eth0 0.55 0.08 0.05 0.01 0.00 0.00 0.00 0.00 22:08:57 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:05:01 eth0 0.57 0.33 0.27 0.20 0.00 0.00 0.00 0.00 22:08:57 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:06:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 22:08:57 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:07:01 eth0 0.10 0.15 0.01 0.01 0.00 0.00 0.00 0.00 22:08:57 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 Average: eth0 125.88 113.18 630.22 32.54 0.00 0.00 0.00 0.00 22:08:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:08:57 Average: docker0 62.04 60.99 4.88 252.10 0.00 0.00 0.00 0.00 22:08:57 22:08:57 22:08:57 ---> sar -P ALL: 22:08:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 22:08:57 22:08:57 21:49:59 LINUX RESTART (4 CPU) 22:08:57 22:08:57 21:51:01 CPU %user %nice %system %iowait %steal %idle 22:08:57 21:52:01 all 16.24 0.00 9.18 1.72 0.06 72.80 22:08:57 21:52:01 0 19.02 0.00 11.98 1.98 0.05 66.97 22:08:57 21:52:01 1 11.18 0.00 8.27 2.38 0.07 78.11 22:08:57 21:52:01 2 17.10 0.00 8.39 2.07 0.05 72.40 22:08:57 21:52:01 3 17.69 0.00 8.09 0.46 0.09 73.67 22:08:57 21:53:01 all 23.94 0.00 9.90 8.05 0.05 58.07 22:08:57 21:53:01 0 24.78 0.00 9.27 4.57 0.03 61.35 22:08:57 21:53:01 1 24.25 0.00 10.97 9.75 0.03 54.99 22:08:57 21:53:01 2 23.89 0.00 10.04 7.92 0.07 58.09 22:08:57 21:53:01 3 22.82 0.00 9.31 9.94 0.05 57.88 22:08:57 21:54:02 all 58.64 0.00 16.34 4.50 0.08 20.44 22:08:57 21:54:02 0 57.64 0.00 16.20 5.11 0.07 20.98 22:08:57 21:54:02 1 58.36 0.00 16.91 3.85 0.07 20.81 22:08:57 21:54:02 2 58.77 0.00 15.93 4.33 0.07 20.91 22:08:57 21:54:02 3 59.79 0.00 16.30 4.73 0.10 19.07 22:08:57 21:55:01 all 23.99 0.00 15.15 5.33 0.07 55.46 22:08:57 21:55:01 0 24.04 0.00 14.83 4.48 0.09 56.56 22:08:57 21:55:01 1 23.25 0.00 15.39 6.32 0.07 54.98 22:08:57 21:55:01 2 24.62 0.00 15.60 5.75 0.05 53.98 22:08:57 21:55:01 3 24.05 0.00 14.76 4.78 0.09 56.32 22:08:57 21:56:02 all 22.65 0.00 25.16 25.34 0.15 26.70 22:08:57 21:56:02 0 23.17 0.00 24.52 25.32 0.16 26.83 22:08:57 21:56:02 1 21.84 0.00 25.28 26.80 0.16 25.93 22:08:57 21:56:02 2 21.92 0.00 25.03 25.90 0.12 27.02 22:08:57 21:56:02 3 23.66 0.00 25.81 23.33 0.18 27.02 22:08:57 21:57:02 all 47.21 0.00 16.22 17.85 0.06 18.66 22:08:57 21:57:02 0 46.35 0.00 16.03 18.26 0.07 19.30 22:08:57 21:57:02 1 46.85 0.00 16.90 17.60 0.05 18.60 22:08:57 21:57:02 2 46.77 0.00 16.32 21.23 0.05 15.62 22:08:57 21:57:02 3 48.87 0.00 15.65 14.31 0.07 21.11 22:08:57 21:58:02 all 32.04 0.00 22.84 27.66 0.12 17.34 22:08:57 21:58:02 0 32.32 0.00 23.17 27.92 0.12 16.46 22:08:57 21:58:02 1 31.68 0.00 22.59 28.90 0.12 16.71 22:08:57 21:58:02 2 31.37 0.00 22.05 28.91 0.12 17.55 22:08:57 21:58:02 3 32.79 0.00 23.56 24.86 0.11 18.68 22:08:57 21:59:01 all 29.96 0.00 12.99 17.00 0.07 39.97 22:08:57 21:59:01 0 30.17 0.00 13.80 21.18 0.07 34.77 22:08:57 21:59:01 1 28.75 0.00 12.92 12.76 0.03 45.53 22:08:57 21:59:01 2 28.11 0.00 12.11 14.91 0.11 44.76 22:08:57 21:59:01 3 32.85 0.00 13.15 19.18 0.07 34.75 22:08:57 22:00:01 all 0.25 0.00 0.14 0.04 0.01 99.57 22:08:57 22:00:01 0 0.20 0.00 0.17 0.07 0.00 99.57 22:08:57 22:00:01 1 0.08 0.00 0.12 0.03 0.00 99.77 22:08:57 22:00:01 2 0.55 0.00 0.08 0.02 0.02 99.33 22:08:57 22:00:01 3 0.15 0.00 0.20 0.03 0.02 99.60 22:08:57 22:01:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:08:57 22:01:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:08:57 22:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:08:57 22:01:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:08:57 22:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:08:57 22:02:01 all 0.15 0.00 0.07 0.01 0.00 99.77 22:08:57 22:02:01 0 0.03 0.00 0.07 0.02 0.00 99.88 22:08:57 22:02:01 1 0.03 0.00 0.07 0.02 0.00 99.88 22:08:57 22:02:01 2 0.50 0.00 0.03 0.00 0.00 99.47 22:08:57 22:02:01 3 0.05 0.00 0.10 0.00 0.00 99.85 22:08:57 22:08:57 22:02:01 CPU %user %nice %system %iowait %steal %idle 22:08:57 22:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:08:57 22:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:08:57 22:03:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:08:57 22:03:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:08:57 22:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:08:57 22:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:08:57 22:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:08:57 22:04:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:08:57 22:04:01 2 0.52 0.00 0.03 0.00 0.00 99.45 22:08:57 22:04:01 3 0.02 0.00 0.05 0.00 0.00 99.93 22:08:57 22:05:01 all 0.15 0.00 0.05 0.02 0.00 99.78 22:08:57 22:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:08:57 22:05:01 1 0.03 0.00 0.07 0.00 0.00 99.90 22:08:57 22:05:01 2 0.52 0.00 0.03 0.00 0.00 99.45 22:08:57 22:05:01 3 0.03 0.00 0.07 0.08 0.00 99.82 22:08:57 22:06:01 all 0.07 0.00 0.04 0.01 0.00 99.88 22:08:57 22:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:08:57 22:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:08:57 22:06:01 2 0.17 0.00 0.08 0.03 0.00 99.72 22:08:57 22:06:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:08:57 22:07:01 all 0.07 0.00 0.03 0.00 0.00 99.90 22:08:57 22:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:08:57 22:07:01 1 0.02 0.00 0.02 0.02 0.00 99.95 22:08:57 22:07:01 2 0.20 0.00 0.03 0.00 0.00 99.77 22:08:57 22:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:08:57 22:08:01 all 0.16 0.00 0.02 0.00 0.00 99.82 22:08:57 22:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:08:57 22:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:08:57 22:08:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:08:57 22:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:08:57 Average: all 14.75 0.00 7.37 6.16 0.04 71.69 22:08:57 Average: 0 14.85 0.00 7.49 6.25 0.04 71.37 22:08:57 Average: 1 14.23 0.00 7.46 6.22 0.04 72.05 22:08:57 Average: 2 14.80 0.00 7.23 6.37 0.04 71.56 22:08:57 Average: 3 15.11 0.00 7.28 5.80 0.04 71.76 22:08:57 22:08:57 22:08:57