Pull request #3001 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than 502fe876c1df51de9bce13ca4f84d605168e4657 Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19200 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 > 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/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 Merge succeeded, producing 502fe876c1df51de9bce13ca4f84d605168e4657 Checking out Revision 502fe876c1df51de9bce13ca4f84d605168e4657 (PR-3001) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 Commit message: "feat(meta): add POST /provisionwatcher V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-09T01:29:14.658Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-09T01:29:14.910Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-09T01:29:15.009Z] ========================================================= [2021-01-09T01:29:15.009Z] EdgeX Global Pipelines Version Info [2021-01-09T01:29:15.009Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 [2021-01-09T01:29:16.867Z] ------------------- [2021-01-09T01:29:16.867Z] stable info: [2021-01-09T01:29:16.867Z] ------------------- [2021-01-09T01:29:16.867Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-09T01:29:16.867Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T01:29:16.867Z] Message: update stable to v1.0.173 [2021-01-09T01:29:17.831Z] ------------------- [2021-01-09T01:29:17.831Z] experimental info: [2021-01-09T01:29:17.831Z] ------------------- [2021-01-09T01:29:17.831Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-09T01:29:17.831Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T01:29:17.831Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-09T01:29:18.120Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-09T01:29:18.301Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-09T01:29:18.391Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-09T01:29:18.499Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-09T01:29:18.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-09T01:29:18.681Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-09T01:29:18.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-09T01:29:18.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-09T01:29:18.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-09T01:29:19.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-09T01:29:19.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-09T01:29:19.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-09T01:29:19.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-09T01:29:19.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-09T01:29:19.614Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T01:29:19.708Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T01:29:19.797Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-09T01:29:19.887Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-09T01:29:19.978Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-09T01:29:20.067Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-09T01:29:20.227Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-09T01:29:20.338Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-09T01:29:20.437Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-09T01:29:20.531Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3001 [Pipeline] echo [2021-01-09T01:29:20.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3001 [Pipeline] echo [2021-01-09T01:29:20.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3001 [Pipeline] echo [2021-01-09T01:29:20.927Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 502fe876c1df51de9bce13ca4f84d605168e4657 [Pipeline] echo [2021-01-09T01:29:21.019Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 502fe87 [Pipeline] echo [2021-01-09T01:29:21.106Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T01:29:21.297Z] provisioning config files... [2021-01-09T01:29:21.330Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config863935149040790756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:29:21.709Z] ---> docker-login.sh [2021-01-09T01:29:21.709Z] nexus3.edgexfoundry.org:10001 [2021-01-09T01:29:21.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:29:22.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:29:22.260Z] Configure a credential helper to remove this warning. See [2021-01-09T01:29:22.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:29:22.260Z] [2021-01-09T01:29:22.260Z] Login Succeeded [2021-01-09T01:29:22.260Z] nexus3.edgexfoundry.org:10002 [2021-01-09T01:29:22.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:29:22.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:29:22.810Z] Configure a credential helper to remove this warning. See [2021-01-09T01:29:22.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:29:22.810Z] [2021-01-09T01:29:22.810Z] Login Succeeded [2021-01-09T01:29:22.810Z] nexus3.edgexfoundry.org:10003 [2021-01-09T01:29:23.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:29:23.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:29:23.084Z] Configure a credential helper to remove this warning. See [2021-01-09T01:29:23.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:29:23.084Z] [2021-01-09T01:29:23.084Z] Login Succeeded [2021-01-09T01:29:23.084Z] nexus3.edgexfoundry.org:10004 [2021-01-09T01:29:23.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:29:23.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:29:23.363Z] Configure a credential helper to remove this warning. See [2021-01-09T01:29:23.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:29:23.363Z] [2021-01-09T01:29:23.363Z] Login Succeeded [2021-01-09T01:29:23.363Z] docker.io [2021-01-09T01:29:23.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:29:23.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:29:23.902Z] Configure a credential helper to remove this warning. See [2021-01-09T01:29:23.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:29:23.902Z] [2021-01-09T01:29:23.902Z] Login Succeeded [2021-01-09T01:29:23.902Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T01:29:23.922Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T01:29:24.481Z] ++ 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 [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/core-command/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] ++ dirname cmd/core-data/Dockerfile [2021-01-09T01:29:24.481Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-09T01:29:24.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:29:24.481Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-09T01:29:24.481Z] ++ cut -d/ -f2 [2021-01-09T01:29:24.481Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-09T01:29:24.592Z] 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 [2021-01-09T01:29:26.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:29:26.174Z] [2021-01-09T01:29:26.174Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:29:26.582Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:29:26.582Z] latest: Pulling from edgex-devops/git-semver [2021-01-09T01:29:26.582Z] 31603596830f: Pulling fs layer [2021-01-09T01:29:26.582Z] 2a8b12db71e7: Pulling fs layer [2021-01-09T01:29:26.582Z] 6ca5941a6612: Pulling fs layer [2021-01-09T01:29:26.582Z] ecc8261a40a4: Pulling fs layer [2021-01-09T01:29:26.582Z] 2a8b12db71e7: Verifying Checksum [2021-01-09T01:29:26.582Z] 2a8b12db71e7: Download complete [2021-01-09T01:29:26.858Z] 31603596830f: Verifying Checksum [2021-01-09T01:29:26.858Z] 31603596830f: Download complete [2021-01-09T01:29:27.136Z] 6ca5941a6612: Verifying Checksum [2021-01-09T01:29:27.136Z] 6ca5941a6612: Download complete [2021-01-09T01:29:27.136Z] ecc8261a40a4: Verifying Checksum [2021-01-09T01:29:27.136Z] ecc8261a40a4: Download complete [2021-01-09T01:29:27.416Z] 31603596830f: Pull complete [2021-01-09T01:29:27.692Z] 2a8b12db71e7: Pull complete [2021-01-09T01:29:28.666Z] 6ca5941a6612: Pull complete [2021-01-09T01:29:28.945Z] ecc8261a40a4: Pull complete [2021-01-09T01:29:28.945Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-09T01:29:28.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:29:28.978Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-09T01:29:29.170Z] prd-centos7-docker-4c-2g-19200 does not seem to be running inside a container [2021-01-09T01:29:29.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T01:29:32.468Z] $ docker top dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T01:29:32.816Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T01:29:32.816Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T01:29:33.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T01:29:33.170Z] $ docker exec dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb ssh-agent [2021-01-09T01:29:33.461Z] SSH_AUTH_SOCK=/tmp/ssh-9kPtXqsf2WJ2/agent.12 [2021-01-09T01:29:33.461Z] SSH_AGENT_PID=17 [2021-01-09T01:29:33.477Z] Running ssh-add (command line suppressed) [2021-01-09T01:29:33.724Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3417097410366120384.key (/w/workspace/edgex-go/3@tmp/private_key_3417097410366120384.key) [2021-01-09T01:29:33.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T01:29:34.150Z] + git tag --points-at HEAD [Pipeline] } [2021-01-09T01:29:34.208Z] $ docker exec --env ******** --env ******** dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb ssh-agent -k [2021-01-09T01:29:34.408Z] unset SSH_AUTH_SOCK; [2021-01-09T01:29:34.409Z] unset SSH_AGENT_PID; [2021-01-09T01:29:34.409Z] echo Agent pid 17 killed; [2021-01-09T01:29:34.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-09T01:29:34.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T01:29:34.616Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T01:29:34.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T01:29:34.897Z] $ docker exec dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb ssh-agent [2021-01-09T01:29:35.220Z] SSH_AUTH_SOCK=/tmp/ssh-PbGzpLf90XoY/agent.45 [2021-01-09T01:29:35.220Z] SSH_AGENT_PID=50 [2021-01-09T01:29:35.236Z] Running ssh-add (command line suppressed) [2021-01-09T01:29:35.527Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4295094987956716613.key (/w/workspace/edgex-go/3@tmp/private_key_4295094987956716613.key) [2021-01-09T01:29:35.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T01:29:36.256Z] + git semver init [2021-01-09T01:29:36.256Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T01:29:36.256Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-09T01:29:36.256Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-09T01:29:36.256Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T01:29:36.256Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T01:29:36.256Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T01:29:36.256Z] # $SEMVER_BRANCH = PR-3001 [2021-01-09T01:29:36.256Z] # $SEMVER_TEMP = /tmp/semver-674655550 [2021-01-09T01:29:36.256Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-09T01:30:03.306Z] # '/tmp/semver-674655550' -> '/w/workspace/edgex-go/3/.semver' [2021-01-09T01:30:03.581Z] # -> Force: false [2021-01-09T01:30:03.581Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-09T01:30:03.619Z] $ docker exec --env ******** --env ******** dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb ssh-agent -k [2021-01-09T01:30:04.292Z] unset SSH_AUTH_SOCK; [2021-01-09T01:30:04.294Z] unset SSH_AGENT_PID; [2021-01-09T01:30:04.294Z] echo Agent pid 50 killed; [2021-01-09T01:30:04.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T01:30:04.988Z] + git semver [Pipeline] } [2021-01-09T01:30:05.281Z] $ docker stop --time=1 dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb [2021-01-09T01:30:07.178Z] $ docker rm -f dc67c614d2e1d38419921177b417fe9a24592fdc70916ba3654f04a857d73edb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:30:07.900Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-09T01:30:08.604Z] Stashed 1 file(s) [Pipeline] echo [2021-01-09T01:30:08.606Z] [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 [2021-01-09T01:30:09.559Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:30:10.018Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:30:10.391Z] + sudo service docker restart [2021-01-09T01:30:10.391Z] + true [2021-01-09T01:30:10.391Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-09T01:30:11.843Z] ========================================================= [2021-01-09T01:30:11.843Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-09T01:30:11.843Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:30:12.223Z] + 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 . [2021-01-09T01:30:17.753Z] Sending build context to Docker daemon 326.5MB [2021-01-09T01:30:17.753Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T01:30:17.753Z] Step 2/6 : FROM ${BASE} [2021-01-09T01:30:17.753Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-09T01:30:17.753Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T01:30:17.753Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T01:30:17.753Z] de9db76c5a1d: Pulling fs layer [2021-01-09T01:30:17.753Z] bca2f99d35d6: Pulling fs layer [2021-01-09T01:30:17.753Z] 93359f2a8cfa: Pulling fs layer [2021-01-09T01:30:17.753Z] 7c6f9722023f: Pulling fs layer [2021-01-09T01:30:17.753Z] a35cf1a2eb13: Pulling fs layer [2021-01-09T01:30:17.753Z] bca2f99d35d6: Waiting [2021-01-09T01:30:17.753Z] 7c6f9722023f: Waiting [2021-01-09T01:30:17.753Z] a35cf1a2eb13: Waiting [2021-01-09T01:30:17.753Z] 93359f2a8cfa: Waiting [2021-01-09T01:30:17.753Z] de9db76c5a1d: Verifying Checksum [2021-01-09T01:30:17.753Z] de9db76c5a1d: Download complete [2021-01-09T01:30:17.753Z] 0ef7d3d256c8: Download complete [2021-01-09T01:30:17.753Z] 93359f2a8cfa: Verifying Checksum [2021-01-09T01:30:17.753Z] 93359f2a8cfa: Download complete [2021-01-09T01:30:17.753Z] 7c6f9722023f: Download complete [2021-01-09T01:30:18.042Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T01:30:18.042Z] 188c0c94c7c5: Download complete [2021-01-09T01:30:18.667Z] 188c0c94c7c5: Pull complete [2021-01-09T01:30:18.942Z] 0ef7d3d256c8: Pull complete [2021-01-09T01:30:19.230Z] de9db76c5a1d: Pull complete [2021-01-09T01:30:21.900Z] a35cf1a2eb13: Verifying Checksum [2021-01-09T01:30:21.900Z] a35cf1a2eb13: Download complete [2021-01-09T01:30:22.544Z] bca2f99d35d6: Verifying Checksum [2021-01-09T01:30:22.544Z] bca2f99d35d6: Download complete [2021-01-09T01:30:24.005Z] Still waiting to schedule task [2021-01-09T01:30:24.005Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-09T01:30:32.862Z] bca2f99d35d6: Pull complete [2021-01-09T01:30:32.862Z] 93359f2a8cfa: Pull complete [2021-01-09T01:30:33.153Z] 7c6f9722023f: Pull complete [2021-01-09T01:30:38.581Z] a35cf1a2eb13: Pull complete [2021-01-09T01:30:38.581Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-09T01:30:38.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-09T01:30:38.581Z] ---> a62c8e92a672 [2021-01-09T01:30:38.581Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-09T01:30:38.581Z] ---> Running in 4989f9e2c02f [2021-01-09T01:30:39.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:30:40.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:30:40.808Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T01:30:41.081Z] (2/12) Installing file (5.38-r0) [2021-01-09T01:30:41.081Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T01:30:41.081Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T01:30:44.480Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T01:30:44.480Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T01:30:44.480Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T01:30:44.480Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T01:30:44.480Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T01:30:44.480Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T01:30:44.480Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T01:30:45.064Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T01:30:45.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:30:45.064Z] OK: 233 MiB in 51 packages [2021-01-09T01:30:49.435Z] Removing intermediate container 4989f9e2c02f [2021-01-09T01:30:49.435Z] ---> 45a2a401a69b [2021-01-09T01:30:49.435Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T01:30:49.435Z] ---> Running in a800fe35a8b4 [2021-01-09T01:30:49.435Z] Removing intermediate container a800fe35a8b4 [2021-01-09T01:30:49.435Z] ---> 85f57710a1c3 [2021-01-09T01:30:49.435Z] Step 5/6 : COPY go.mod . [2021-01-09T01:30:49.712Z] ---> 0561c6b2b1b5 [2021-01-09T01:30:49.712Z] Step 6/6 : RUN go mod download [2021-01-09T01:30:49.712Z] ---> Running in bf6528184f8b [2021-01-09T01:31:16.615Z] Removing intermediate container bf6528184f8b [2021-01-09T01:31:16.616Z] ---> 2a7c0daba91e [2021-01-09T01:31:16.616Z] Successfully built 2a7c0daba91e [2021-01-09T01:31:16.616Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:31:16.990Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T01:31:17.255Z] . [Pipeline] withDockerContainer [2021-01-09T01:31:17.405Z] prd-centos7-docker-4c-2g-19200 does not seem to be running inside a container [2021-01-09T01:31:17.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-09T01:31:18.888Z] $ docker top fe73924ad876e87f98c58758ce9edb38763f4724a27077c9a9e18a58a9e68356 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:31:19.549Z] + go version [2021-01-09T01:31:19.549Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-09T01:31:19.590Z] $ docker stop --time=1 fe73924ad876e87f98c58758ce9edb38763f4724a27077c9a9e18a58a9e68356 [2021-01-09T01:31:21.336Z] $ docker rm -f fe73924ad876e87f98c58758ce9edb38763f4724a27077c9a9e18a58a9e68356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:31:22.238Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T01:31:22.239Z] . [Pipeline] withDockerContainer [2021-01-09T01:31:22.385Z] prd-centos7-docker-4c-2g-19200 does not seem to be running inside a container [2021-01-09T01:31:22.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-09T01:31:23.491Z] $ docker top fb276ba483fe94da10dc39454999391028c39107001aaa78db3dbc31d79df0f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T01:31:23.798Z] ========================================================= [2021-01-09T01:31:23.798Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T01:31:23.798Z] ========================================================= [Pipeline] sh [2021-01-09T01:31:24.513Z] + make test [2021-01-09T01:31:24.514Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T01:31:39.818Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T01:32:02.384Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T01:32:12.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T01:32:12.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T01:32:12.764Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T01:32:12.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T01:32:12.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T01:32:13.092Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T01:32:14.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T01:32:14.480Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T01:32:16.003Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T01:32:19.467Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T01:32:19.467Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T01:32:19.467Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T01:32:22.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.175s coverage: 46.6% of statements [2021-01-09T01:32:22.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T01:32:22.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T01:32:22.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T01:32:22.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T01:32:22.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T01:32:28.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.446s coverage: 27.0% of statements [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T01:32:28.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T01:32:28.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.152s coverage: 100.0% of statements [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T01:32:28.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.194s coverage: 77.1% of statements [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T01:32:28.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.541s coverage: 82.4% of statements [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T01:32:28.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T01:32:32.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.537s coverage: 28.6% of statements [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T01:32:32.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T01:32:32.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T01:32:32.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.191s coverage: 86.7% of statements [2021-01-09T01:32:32.000Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T01:32:32.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.234s coverage: 97.5% of statements [2021-01-09T01:32:32.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T01:32:32.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 78.3% of statements [2021-01-09T01:32:32.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T01:32:32.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T01:32:32.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T01:32:32.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.700s coverage: 94.1% of statements [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 0.1% of statements [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2021-01-09T01:32:37.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-01-09T01:32:37.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements [2021-01-09T01:32:37.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.2% of statements [2021-01-09T01:32:39.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.146s coverage: 91.4% of statements [2021-01-09T01:32:39.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T01:32:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.364s coverage: 63.5% of statements [2021-01-09T01:32:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T01:32:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T01:32:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-01-09T01:32:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements [2021-01-09T01:32:40.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-09T01:32:40.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-01-09T01:32:41.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-01-09T01:32:43.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.630s coverage: 55.9% of statements [2021-01-09T01:32:43.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T01:32:43.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T01:32:43.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T01:32:43.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T01:32:43.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T01:32:44.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.228s coverage: 37.0% of statements [2021-01-09T01:32:44.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T01:32:44.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T01:32:44.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.577s coverage: 84.0% of statements [2021-01-09T01:32:44.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.065s coverage: 100.0% of statements [2021-01-09T01:32:47.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.179s coverage: 47.1% of statements [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T01:32:47.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T01:32:47.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements [2021-01-09T01:32:47.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.030s coverage: 29.1% of statements [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T01:32:49.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T01:32:49.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-09T01:32:50.430Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.072s coverage: 32.1% of statements [2021-01-09T01:32:50.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-01-09T01:32:51.300Z] GO111MODULE=on go vet ./... [2021-01-09T01:32:56.941Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19203 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws [2021-01-09T01:32:57.002Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-09T01:33:02.154Z] using credential edgex-jenkins-ssh [2021-01-09T01:33:02.257Z] Cloning the remote Git repository [2021-01-09T01:33:02.326Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:33:02.447Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-09T01:33:02.521Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:33:02.521Z] > git --version # timeout=10 [2021-01-09T01:33:02.539Z] > git --version # 'git version 2.17.1' [2021-01-09T01:33:02.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:33:02.610Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:33:17.142Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:33:17.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:33:17.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:33:17.237Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:33:17.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:33:17.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T01:33:18.144Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:33:18.560Z] Merge succeeded, producing 502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:33:18.560Z] Checking out Revision 502fe876c1df51de9bce13ca4f84d605168e4657 (PR-3001) [2021-01-09T01:33:18.162Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:33:18.177Z] > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [2021-01-09T01:33:18.467Z] > git remote # timeout=10 [2021-01-09T01:33:18.485Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T01:33:18.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:33:18.515Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-09T01:33:18.537Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T01:33:18.564Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:33:18.579Z] > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [2021-01-09T01:33:23.064Z] Commit message: "feat(meta): add POST /provisionwatcher V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T01:33:24.622Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:33:25.049Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:33:25.387Z] + sudo service docker restart [2021-01-09T01:33:25.387Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T01:33:27.720Z] provisioning config files... [2021-01-09T01:33:27.763Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3598833197914051220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:33:28.175Z] ---> docker-login.sh [2021-01-09T01:33:28.175Z] nexus3.edgexfoundry.org:10001 [2021-01-09T01:33:29.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:33:29.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:33:29.436Z] Configure a credential helper to remove this warning. See [2021-01-09T01:33:29.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:33:29.436Z] [2021-01-09T01:33:29.436Z] Login Succeeded [2021-01-09T01:33:29.436Z] nexus3.edgexfoundry.org:10002 [2021-01-09T01:33:29.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:33:29.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:33:29.711Z] Configure a credential helper to remove this warning. See [2021-01-09T01:33:29.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:33:29.711Z] [2021-01-09T01:33:29.711Z] Login Succeeded [2021-01-09T01:33:29.711Z] nexus3.edgexfoundry.org:10003 [2021-01-09T01:33:30.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:33:30.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:33:30.309Z] Configure a credential helper to remove this warning. See [2021-01-09T01:33:30.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:33:30.309Z] [2021-01-09T01:33:30.309Z] Login Succeeded [2021-01-09T01:33:30.309Z] nexus3.edgexfoundry.org:10004 [2021-01-09T01:33:30.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:33:30.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:33:30.865Z] Configure a credential helper to remove this warning. See [2021-01-09T01:33:30.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:33:30.865Z] [2021-01-09T01:33:30.865Z] Login Succeeded [2021-01-09T01:33:30.865Z] docker.io [2021-01-09T01:33:31.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:33:31.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:33:31.745Z] Configure a credential helper to remove this warning. See [2021-01-09T01:33:31.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:33:31.745Z] [2021-01-09T01:33:31.745Z] Login Succeeded [2021-01-09T01:33:31.745Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T01:33:31.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T01:33:32.248Z] ========================================================= [2021-01-09T01:33:32.248Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-09T01:33:32.248Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:33:32.633Z] + 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 . [2021-01-09T01:33:35.280Z] Sending build context to Docker daemon 165.5MB [2021-01-09T01:33:35.280Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T01:33:35.280Z] Step 2/6 : FROM ${BASE} [2021-01-09T01:33:35.280Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-09T01:33:35.280Z] 5f621e34cdf4: Pulling fs layer [2021-01-09T01:33:35.280Z] a4357932f1b6: Pulling fs layer [2021-01-09T01:33:35.280Z] 18c013af1878: Pulling fs layer [2021-01-09T01:33:35.280Z] 00ac8860ef70: Pulling fs layer [2021-01-09T01:33:35.280Z] 63d7cb157983: Pulling fs layer [2021-01-09T01:33:35.280Z] b116817d02f9: Pulling fs layer [2021-01-09T01:33:35.280Z] 745a02a5169b: Pulling fs layer [2021-01-09T01:33:35.280Z] 00ac8860ef70: Waiting [2021-01-09T01:33:35.280Z] 63d7cb157983: Waiting [2021-01-09T01:33:35.280Z] b116817d02f9: Waiting [2021-01-09T01:33:35.280Z] 745a02a5169b: Waiting [2021-01-09T01:33:35.280Z] 18c013af1878: Verifying Checksum [2021-01-09T01:33:35.280Z] 18c013af1878: Download complete [2021-01-09T01:33:35.280Z] a4357932f1b6: Verifying Checksum [2021-01-09T01:33:35.280Z] a4357932f1b6: Download complete [2021-01-09T01:33:35.280Z] 63d7cb157983: Verifying Checksum [2021-01-09T01:33:35.280Z] 63d7cb157983: Download complete [2021-01-09T01:33:35.878Z] b116817d02f9: Verifying Checksum [2021-01-09T01:33:35.878Z] b116817d02f9: Download complete [2021-01-09T01:33:35.878Z] 5f621e34cdf4: Verifying Checksum [2021-01-09T01:33:35.878Z] 5f621e34cdf4: Download complete [2021-01-09T01:33:36.482Z] 5f621e34cdf4: Pull complete [2021-01-09T01:33:37.101Z] a4357932f1b6: Pull complete [2021-01-09T01:33:37.376Z] 18c013af1878: Pull complete [2021-01-09T01:33:38.362Z] 745a02a5169b: Verifying Checksum [2021-01-09T01:33:38.362Z] 745a02a5169b: Download complete [2021-01-09T01:33:38.757Z] gofmt -l . [2021-01-09T01:33:38.757Z] [ "`gofmt -l .`" = "" ] [2021-01-09T01:33:38.757Z] ./bin/test-go-mod-tidy.sh [2021-01-09T01:33:38.757Z] ./bin/test-attribution-txt.sh [2021-01-09T01:33:39.345Z] 00ac8860ef70: Verifying Checksum [2021-01-09T01:33:39.346Z] 00ac8860ef70: Download complete [Pipeline] sh [2021-01-09T01:33:40.370Z] + ls -al . [2021-01-09T01:33:40.370Z] total 644 [2021-01-09T01:33:40.370Z] drwxrwxr-x 10 1001 1001 4096 Jan 9 01:33 . [2021-01-09T01:33:40.370Z] drwxr-xr-x 4 root root 28 Jan 9 01:31 .. [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 01:29 .dockerignore [2021-01-09T01:33:40.370Z] drwxrwxr-x 8 1001 1001 179 Jan 9 01:29 .git [2021-01-09T01:33:40.370Z] drwxrwxr-x 3 1001 1001 125 Jan 9 01:29 .github [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 824 Jan 9 01:29 .gitignore [2021-01-09T01:33:40.370Z] drwx------ 3 1001 1001 47 Jan 9 01:30 .semver [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 01:29 .sonarcloud.properties [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:29 CONTRIBUTING.md [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 01:29 Dockerfile.build [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 01:29 Jenkinsfile [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:29 LICENSE [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:29 Makefile [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:29 README.md [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:29 SECURITY.md [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 5 Jan 9 01:30 VERSION [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:29 ZMQWindows.md [2021-01-09T01:33:40.370Z] drwxrwxr-x 2 1001 1001 117 Jan 9 01:29 bin [2021-01-09T01:33:40.370Z] drwxrwxr-x 14 1001 1001 4096 Jan 9 01:29 cmd [2021-01-09T01:33:40.370Z] -rw-r--r-- 1 root root 545099 Jan 9 01:32 coverage.out [2021-01-09T01:33:40.370Z] -rw-r--r-- 1 root root 979 Jan 9 01:33 go.mod [2021-01-09T01:33:40.370Z] -rw-r--r-- 1 root root 19019 Jan 9 01:33 go.sum [2021-01-09T01:33:40.370Z] drwxrwxr-x 8 1001 1001 127 Jan 9 01:29 internal [2021-01-09T01:33:40.370Z] drwxrwxr-x 4 1001 1001 26 Jan 9 01:29 openapi [2021-01-09T01:33:40.370Z] drwxrwxr-x 4 1001 1001 71 Jan 9 01:29 snap [2021-01-09T01:33:40.370Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 01:29 version.go [Pipeline] sh [2021-01-09T01:33:40.699Z] + '[' -e coverage.out ] [2021-01-09T01:33:40.700Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T01:33:41.016Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T01:33:41.350Z] + make build [2021-01-09T01:33:41.350Z] 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 [2021-01-09T01:33:46.790Z] 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 [2021-01-09T01:33:49.514Z] 00ac8860ef70: Pull complete [2021-01-09T01:33:49.514Z] 63d7cb157983: Pull complete [2021-01-09T01:33:49.514Z] b116817d02f9: Pull complete [2021-01-09T01:33:52.912Z] 745a02a5169b: Pull complete [2021-01-09T01:33:52.912Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-09T01:33:52.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-09T01:33:52.912Z] ---> b7e6874047d6 [2021-01-09T01:33:52.912Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-09T01:33:56.309Z] ---> Running in d966408529b2 [2021-01-09T01:33:57.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:33:57.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:33:58.480Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T01:33:59.073Z] (2/12) Installing file (5.38-r0) [2021-01-09T01:33:59.343Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T01:33:59.343Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T01:33:59.387Z] 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 [2021-01-09T01:34:02.038Z] 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 [2021-01-09T01:34:03.650Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T01:34:03.650Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T01:34:03.650Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T01:34:03.650Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T01:34:03.650Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T01:34:03.650Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T01:34:03.650Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T01:34:03.650Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T01:34:03.650Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:34:03.650Z] OK: 217 MiB in 51 packages [2021-01-09T01:34:05.464Z] 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 [2021-01-09T01:34:05.750Z] 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 [2021-01-09T01:34:07.967Z] Removing intermediate container d966408529b2 [2021-01-09T01:34:07.967Z] ---> 2fc410b8be89 [2021-01-09T01:34:07.967Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T01:34:07.967Z] ---> Running in 51ab0f269a7f [2021-01-09T01:34:08.243Z] Removing intermediate container 51ab0f269a7f [2021-01-09T01:34:08.243Z] ---> 4d6e40b79f1f [2021-01-09T01:34:08.243Z] Step 5/6 : COPY go.mod . [2021-01-09T01:34:08.852Z] ---> 77272d8c0352 [2021-01-09T01:34:08.852Z] Step 6/6 : RUN go mod download [2021-01-09T01:34:09.124Z] ---> Running in ab6d03760b41 [2021-01-09T01:34:11.405Z] 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 [2021-01-09T01:34:13.415Z] 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 [2021-01-09T01:34:16.009Z] 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 [2021-01-09T01:34:17.458Z] 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 [2021-01-09T01:34:19.457Z] 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 [2021-01-09T01:34:21.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-09T01:34:22.920Z] $ docker stop --time=1 fb276ba483fe94da10dc39454999391028c39107001aaa78db3dbc31d79df0f8 [2021-01-09T01:34:24.888Z] $ docker rm -f fb276ba483fe94da10dc39454999391028c39107001aaa78db3dbc31d79df0f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:34:28.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:34:28.676Z] [2021-01-09T01:34:28.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:34:29.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:34:29.057Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-09T01:34:29.057Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-09T01:34:29.057Z] ca9280d653b3: Pulling fs layer [2021-01-09T01:34:29.057Z] 7e9c9ca2126c: Pulling fs layer [2021-01-09T01:34:29.340Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-09T01:34:29.340Z] cbdbe7a5bc2a: Download complete [2021-01-09T01:34:29.959Z] cbdbe7a5bc2a: Pull complete [2021-01-09T01:34:29.959Z] ca9280d653b3: Verifying Checksum [2021-01-09T01:34:29.959Z] ca9280d653b3: Download complete [2021-01-09T01:34:33.077Z] ca9280d653b3: Pull complete [2021-01-09T01:34:33.077Z] 7e9c9ca2126c: Download complete [2021-01-09T01:34:35.911Z] Removing intermediate container ab6d03760b41 [2021-01-09T01:34:35.911Z] ---> aed26b625222 [2021-01-09T01:34:35.911Z] Successfully built aed26b625222 [2021-01-09T01:34:35.911Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:34:36.251Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T01:34:36.251Z] . [Pipeline] withDockerContainer [2021-01-09T01:34:36.517Z] prd-ubuntu18.04-docker-arm64-4c-16g-19203 does not seem to be running inside a container [2021-01-09T01:34:36.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-09T01:34:38.179Z] $ docker top 1e98f745e87af574a81a41995fa9d36974c1bdeb7a8f2120b7adac1225ee6591 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:34:39.231Z] + go version [2021-01-09T01:34:39.232Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-09T01:34:39.244Z] $ docker stop --time=1 1e98f745e87af574a81a41995fa9d36974c1bdeb7a8f2120b7adac1225ee6591 [2021-01-09T01:34:41.175Z] $ docker rm -f 1e98f745e87af574a81a41995fa9d36974c1bdeb7a8f2120b7adac1225ee6591 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:34:42.182Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T01:34:42.182Z] . [Pipeline] withDockerContainer [2021-01-09T01:34:42.443Z] prd-ubuntu18.04-docker-arm64-4c-16g-19203 does not seem to be running inside a container [2021-01-09T01:34:42.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-09T01:34:43.456Z] 7e9c9ca2126c: Pull complete [2021-01-09T01:34:43.456Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-09T01:34:43.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:34:43.456Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:34:43.951Z] $ docker top 5d0ac81ef57e7abb9709f45c923ce1cdaff423d8c897ca11c631b1d3286afd61 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-09T01:34:44.699Z] prd-centos7-docker-4c-2g-19200 does not seem to be running inside a container [2021-01-09T01:34:44.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-09T01:34:46.408Z] $ docker top 82175ad1bab36af73d35a3ff3b48ec4b16c05b705fc52a5f77be6a0ee8209db4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-01-09T01:34:46.721Z] ========================================================= [2021-01-09T01:34:46.721Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T01:34:46.721Z] ========================================================= [Pipeline] sh [2021-01-09T01:34:46.995Z] + grep parallel [2021-01-09T01:34:46.995Z] + docker-compose build --help [2021-01-09T01:34:47.365Z] + make test [2021-01-09T01:34:47.365Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T01:34:48.428Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T01:34:48.452Z] $ docker stop --time=1 82175ad1bab36af73d35a3ff3b48ec4b16c05b705fc52a5f77be6a0ee8209db4 [2021-01-09T01:34:50.068Z] $ docker rm -f 82175ad1bab36af73d35a3ff3b48ec4b16c05b705fc52a5f77be6a0ee8209db4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:34:50.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:34:50.853Z] . [Pipeline] withDockerContainer [2021-01-09T01:34:51.014Z] prd-centos7-docker-4c-2g-19200 does not seem to be running inside a container [2021-01-09T01:34:51.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-09T01:34:52.250Z] $ docker top d8779b8785ca9156538a2325c0c5a692f4c05d02f81a5dbcbf891ec3c39fbaa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:34:52.860Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T01:34:54.298Z] Building docker-core-command-go ... [2021-01-09T01:34:54.298Z] Building docker-core-data-go ... [2021-01-09T01:34:54.298Z] Building docker-core-metadata-go ... [2021-01-09T01:34:54.298Z] Building docker-security-bootstrap-redis-go ... [2021-01-09T01:34:54.298Z] Building docker-security-proxy-setup-go ... [2021-01-09T01:34:54.298Z] Building docker-security-secretstore-setup-go ... [2021-01-09T01:34:54.298Z] Building docker-support-notifications-go ... [2021-01-09T01:34:54.298Z] Building docker-support-scheduler-go ... [2021-01-09T01:34:54.298Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T01:34:54.298Z] Building docker-core-data-go [2021-01-09T01:34:54.298Z] Building docker-support-scheduler-go [2021-01-09T01:34:54.298Z] Building docker-security-bootstrap-redis-go [2021-01-09T01:34:54.298Z] Building docker-support-notifications-go [2021-01-09T01:34:54.298Z] Building docker-core-metadata-go [2021-01-09T01:35:09.553Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T01:35:51.540Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:35:51.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:35:51.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:35:51.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:35:51.541Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:35:51.541Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:35:51.541Z] ---> 2a7c0daba91e [2021-01-09T01:35:51.541Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:35:51.541Z] ---> 2a7c0daba91e [2021-01-09T01:35:51.541Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:35:51.541Z] ---> 2a7c0daba91e [2021-01-09T01:35:51.541Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:35:51.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:35:51.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:35:51.541Z] ---> 2a7c0daba91e [2021-01-09T01:35:51.541Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T01:35:51.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:35:51.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:35:51.541Z] ---> 2a7c0daba91e [2021-01-09T01:35:51.541Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:35:51.541Z] ---> Running in bb7fabbdaf12 [2021-01-09T01:35:51.541Z] ---> Running in 467cb97715f4 [2021-01-09T01:35:51.541Z] ---> Running in 5d8975e99c63 [2021-01-09T01:35:51.541Z] ---> Running in 7865788aaf25 [2021-01-09T01:35:51.541Z] ---> Running in ef367fe42b32 [2021-01-09T01:35:51.541Z] Removing intermediate container 5d8975e99c63 [2021-01-09T01:35:51.541Z] ---> 0ef0a2d33f46 [2021-01-09T01:35:51.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:35:51.541Z] Removing intermediate container bb7fabbdaf12 [2021-01-09T01:35:51.541Z] ---> 5b7532d4c250 [2021-01-09T01:35:51.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:35:51.541Z] Removing intermediate container 7865788aaf25 [2021-01-09T01:35:51.541Z] ---> 482bec657bc8 [2021-01-09T01:35:51.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:35:51.541Z] Removing intermediate container 467cb97715f4 [2021-01-09T01:35:51.541Z] ---> 856dbe652000 [2021-01-09T01:35:51.541Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:35:51.541Z] ---> Running in fc88b03f141b [2021-01-09T01:35:51.541Z] Removing intermediate container ef367fe42b32 [2021-01-09T01:35:51.541Z] ---> 265dbe8bebf6 [2021-01-09T01:35:51.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:35:51.541Z] ---> Running in b88eae947e6a [2021-01-09T01:35:51.541Z] ---> Running in 26e7e29c0232 [2021-01-09T01:35:51.541Z] ---> Running in 4eb7f4859e4f [2021-01-09T01:35:51.541Z] ---> Running in 9d95ac71560c [2021-01-09T01:35:51.541Z] Removing intermediate container 9d95ac71560c [2021-01-09T01:35:51.541Z] ---> a87ac085f937 [2021-01-09T01:35:51.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:35:51.541Z] Removing intermediate container fc88b03f141b [2021-01-09T01:35:51.541Z] ---> cd7b5e58dde7 [2021-01-09T01:35:51.541Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T01:35:51.541Z] Removing intermediate container b88eae947e6a [2021-01-09T01:35:51.541Z] ---> 65321340e536 [2021-01-09T01:35:51.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:35:51.541Z] ---> Running in 129be4c3134b [2021-01-09T01:35:51.541Z] Removing intermediate container 26e7e29c0232 [2021-01-09T01:35:51.541Z] ---> 2a5555292146 [2021-01-09T01:35:51.541Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T01:35:51.541Z] ---> Running in bd1e8f79016e [2021-01-09T01:35:51.541Z] ---> Running in f994958c3a8d [2021-01-09T01:35:51.541Z] Removing intermediate container 4eb7f4859e4f [2021-01-09T01:35:51.541Z] ---> 8d82d1382058 [2021-01-09T01:35:51.541Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:35:51.541Z] ---> Running in 5cad518419cc [2021-01-09T01:35:51.541Z] ---> Running in 18edbf85b150 [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:51.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:52.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:52.177Z] OK: 233 MiB in 51 packages [2021-01-09T01:35:52.177Z] OK: 233 MiB in 51 packages [2021-01-09T01:35:52.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:35:52.737Z] OK: 233 MiB in 51 packages [2021-01-09T01:35:53.020Z] OK: 233 MiB in 51 packages [2021-01-09T01:35:53.020Z] OK: 233 MiB in 51 packages [2021-01-09T01:35:53.292Z] Removing intermediate container 129be4c3134b [2021-01-09T01:35:53.292Z] ---> e99d5725e409 [2021-01-09T01:35:53.292Z] Step 6/22 : COPY go.mod . [2021-01-09T01:35:53.563Z] Removing intermediate container bd1e8f79016e [2021-01-09T01:35:53.563Z] ---> 0c44294f6c12 [2021-01-09T01:35:53.563Z] Step 6/24 : COPY go.mod . [2021-01-09T01:35:53.872Z] Removing intermediate container 5cad518419cc [2021-01-09T01:35:53.872Z] ---> 8d3073edf37a [2021-01-09T01:35:53.872Z] Step 6/23 : COPY go.mod . [2021-01-09T01:35:54.146Z] ---> 5b397177f488 [2021-01-09T01:35:54.147Z] Step 7/22 : RUN go mod download [2021-01-09T01:35:54.147Z] ---> 8841f1db9b7e [2021-01-09T01:35:54.147Z] Step 7/24 : RUN go mod download [2021-01-09T01:35:54.147Z] Removing intermediate container 18edbf85b150 [2021-01-09T01:35:54.147Z] ---> 844175bb1d25 [2021-01-09T01:35:54.147Z] Step 6/21 : COPY go.mod . [2021-01-09T01:35:54.427Z] ---> Running in 32fef3749816 [2021-01-09T01:35:54.427Z] ---> 104141d21a9d [2021-01-09T01:35:54.427Z] Step 7/23 : RUN go mod download [2021-01-09T01:35:54.427Z] Removing intermediate container f994958c3a8d [2021-01-09T01:35:54.427Z] ---> 59ae51ac2d48 [2021-01-09T01:35:54.427Z] Step 6/22 : COPY go.mod . [2021-01-09T01:35:54.427Z] ---> Running in 5fc5c7f53912 [2021-01-09T01:35:54.427Z] ---> Running in 9854f32083e6 [2021-01-09T01:35:55.036Z] ---> 69552adc3658 [2021-01-09T01:35:55.036Z] Step 7/22 : RUN go mod download [2021-01-09T01:35:55.036Z] ---> c0fc569ca78d [2021-01-09T01:35:55.036Z] Step 7/21 : RUN go mod download [2021-01-09T01:35:55.036Z] ---> Running in 446ca6a825c2 [2021-01-09T01:35:55.364Z] ---> Running in 7528f9351940 [2021-01-09T01:35:56.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T01:35:58.884Z] Removing intermediate container 446ca6a825c2 [2021-01-09T01:35:58.884Z] ---> 4d9a5bbc929a [2021-01-09T01:35:58.884Z] Step 8/22 : COPY . . [2021-01-09T01:35:58.884Z] Removing intermediate container 9854f32083e6 [2021-01-09T01:35:58.884Z] ---> 0c050181e698 [2021-01-09T01:35:58.884Z] Step 8/23 : COPY . . [2021-01-09T01:36:00.336Z] Removing intermediate container 7528f9351940 [2021-01-09T01:36:00.336Z] ---> e3abe222ac54 [2021-01-09T01:36:00.336Z] Step 8/21 : COPY . . [2021-01-09T01:36:00.941Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T01:36:03.058Z] Removing intermediate container 5fc5c7f53912 [2021-01-09T01:36:03.058Z] ---> 26ab7745bf45 [2021-01-09T01:36:03.058Z] Step 8/24 : COPY . . [2021-01-09T01:36:03.339Z] Removing intermediate container 32fef3749816 [2021-01-09T01:36:03.339Z] ---> fef76e7c1516 [2021-01-09T01:36:03.339Z] Step 8/22 : COPY . . [2021-01-09T01:36:03.596Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T01:36:03.596Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T01:36:03.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T01:36:03.596Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T01:36:03.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T01:36:04.968Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T01:36:07.862Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T01:36:08.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T01:36:15.584Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T01:36:15.584Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T01:36:15.584Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T01:36:21.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.225s coverage: 46.6% of statements [2021-01-09T01:36:21.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T01:36:21.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T01:36:21.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T01:36:21.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T01:36:21.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T01:36:27.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.0% of statements [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T01:36:27.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T01:36:27.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T01:36:27.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 77.1% of statements [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T01:36:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T01:36:28.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.694s coverage: 82.4% of statements [2021-01-09T01:36:28.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T01:36:28.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:36:28.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T01:36:28.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T01:36:36.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements [2021-01-09T01:36:36.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T01:36:36.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T01:36:36.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T01:36:36.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T01:36:36.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T01:36:36.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.193s coverage: 100.0% of statements [2021-01-09T01:36:36.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T01:36:36.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-01-09T01:36:36.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T01:36:36.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements [2021-01-09T01:36:36.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T01:36:37.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-01-09T01:36:37.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T01:36:37.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements [2021-01-09T01:36:37.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T01:36:37.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T01:36:37.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T01:36:37.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T01:36:44.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.963s coverage: 94.1% of statements [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T01:36:44.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T01:36:44.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.153s coverage: 0.1% of statements [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T01:36:44.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T01:36:44.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T01:36:44.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T01:36:44.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2021-01-09T01:36:44.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T01:36:44.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2021-01-09T01:36:44.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T01:36:44.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-09T01:36:44.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements [2021-01-09T01:36:45.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.215s coverage: 84.2% of statements [2021-01-09T01:36:48.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.4% of statements [2021-01-09T01:36:48.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T01:36:50.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 63.5% of statements [2021-01-09T01:36:50.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T01:36:50.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T01:36:50.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-01-09T01:36:50.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-01-09T01:36:51.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-09T01:36:51.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-01-09T01:36:51.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-09T01:36:56.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.942s coverage: 55.9% of statements [2021-01-09T01:36:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T01:36:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T01:36:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T01:36:56.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T01:36:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T01:36:57.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements [2021-01-09T01:36:57.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T01:36:57.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T01:36:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.597s coverage: 84.0% of statements [2021-01-09T01:36:57.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-09T01:37:01.098Z] ---> f30269221387 [2021-01-09T01:37:01.098Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-09T01:37:01.098Z] ---> 85d8121412d1 [2021-01-09T01:37:01.098Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T01:37:01.098Z] ---> Running in 61b597750aaa [2021-01-09T01:37:01.098Z] ---> 54447dd471ea [2021-01-09T01:37:01.098Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T01:37:01.098Z] ---> a1eea461c284 [2021-01-09T01:37:01.098Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-09T01:37:01.098Z] ---> Running in dd98523e61d0 [2021-01-09T01:37:01.098Z] ---> 6c898650cdaf [2021-01-09T01:37:01.098Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T01:37:01.098Z] ---> Running in 86f932a160cf [2021-01-09T01:37:01.098Z] ---> Running in 0c41b42439c5 [2021-01-09T01:37:01.098Z] ---> Running in 0816864c0674 [2021-01-09T01:37:01.098Z] 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 [2021-01-09T01:37:01.098Z] 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 [2021-01-09T01:37:01.098Z] 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 [2021-01-09T01:37:01.098Z] 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 [2021-01-09T01:37:01.098Z] 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 [2021-01-09T01:37:03.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.1% of statements [2021-01-09T01:37:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T01:37:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T01:37:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T01:37:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T01:37:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T01:37:03.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-01-09T01:37:03.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T01:37:03.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-01-09T01:37:03.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.891s coverage: 29.1% of statements [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T01:37:08.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T01:37:08.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-09T01:37:10.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-09T01:37:10.743Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-09T01:37:11.719Z] GO111MODULE=on go vet ./... [2021-01-09T01:37:48.860Z] Removing intermediate container 86f932a160cf [2021-01-09T01:37:48.860Z] ---> 80be4611b987 [2021-01-09T01:37:48.860Z] [2021-01-09T01:37:48.860Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T01:37:48.860Z] 3.12: Pulling from library/alpine [2021-01-09T01:37:48.860Z] Removing intermediate container 0816864c0674 [2021-01-09T01:37:48.860Z] ---> 32c144c1afc8 [2021-01-09T01:37:48.860Z] [2021-01-09T01:37:48.860Z] Step 10/21 : FROM scratch [2021-01-09T01:37:48.860Z] ---> [2021-01-09T01:37:48.860Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:37:48.860Z] Removing intermediate container 0c41b42439c5 [2021-01-09T01:37:48.860Z] ---> 955162fbc086 [2021-01-09T01:37:48.860Z] [2021-01-09T01:37:48.860Z] Step 10/24 : FROM scratch [2021-01-09T01:37:48.860Z] ---> [2021-01-09T01:37:48.860Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-09T01:37:49.152Z] ---> Running in 46796fc7e1f1 [2021-01-09T01:37:49.152Z] ---> Running in 73c27287c9fb [2021-01-09T01:37:49.448Z] Removing intermediate container 46796fc7e1f1 [2021-01-09T01:37:49.448Z] ---> 5425d0f7e4c7 [2021-01-09T01:37:49.448Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-09T01:37:49.448Z] Removing intermediate container 73c27287c9fb [2021-01-09T01:37:49.448Z] ---> a8b7be200ef4 [2021-01-09T01:37:49.448Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-09T01:37:49.448Z] ---> Running in 2d9be76a6295 [2021-01-09T01:37:49.716Z] ---> Running in 4ca23566af00 [2021-01-09T01:37:49.716Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T01:37:49.716Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T01:37:49.716Z] ---> 389fef711851 [2021-01-09T01:37:49.716Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:37:49.716Z] ---> Running in e8521d3368d0 [2021-01-09T01:37:50.319Z] Removing intermediate container 2d9be76a6295 [2021-01-09T01:37:50.319Z] ---> 0e79b32c190b [2021-01-09T01:37:50.319Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T01:37:50.603Z] Removing intermediate container 4ca23566af00 [2021-01-09T01:37:50.603Z] ---> 06b8a32224dd [2021-01-09T01:37:50.603Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-09T01:37:50.892Z] ---> Running in e5634e54d71c [2021-01-09T01:37:51.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:37:51.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:37:51.485Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T01:37:51.788Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:37:51.788Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T01:37:51.788Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T01:37:51.788Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T01:37:51.788Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:37:51.788Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:37:51.788Z] OK: 7 MiB in 19 packages [2021-01-09T01:37:52.060Z] ---> Running in ad333308043c [2021-01-09T01:37:52.380Z] Removing intermediate container e5634e54d71c [2021-01-09T01:37:52.380Z] ---> b4a27facfd1f [2021-01-09T01:37:52.380Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-09T01:37:52.689Z] Removing intermediate container ad333308043c [2021-01-09T01:37:52.689Z] ---> a27754abf945 [2021-01-09T01:37:52.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T01:37:53.323Z] ---> ed35e7fe69fc [2021-01-09T01:37:53.323Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-09T01:37:53.966Z] ---> c2d66941c6c9 [2021-01-09T01:37:53.966Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T01:37:54.952Z] Removing intermediate container e8521d3368d0 [2021-01-09T01:37:54.952Z] ---> ef05e1ce2ca9 [2021-01-09T01:37:54.952Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-09T01:37:57.618Z] ---> 8c19af86d590 [2021-01-09T01:37:57.618Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-09T01:37:57.618Z] ---> Running in a379581fc89b [2021-01-09T01:37:57.618Z] ---> 3cbae25f1674 [2021-01-09T01:37:57.618Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T01:37:57.889Z] Removing intermediate container 61b597750aaa [2021-01-09T01:37:57.889Z] ---> 509ad5f17b63 [2021-01-09T01:37:57.889Z] [2021-01-09T01:37:57.889Z] Step 10/22 : FROM scratch [2021-01-09T01:37:57.889Z] ---> [2021-01-09T01:37:57.889Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:37:57.889Z] ---> Using cache [2021-01-09T01:37:57.889Z] ---> a8b7be200ef4 [2021-01-09T01:37:57.889Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-09T01:37:58.510Z] Removing intermediate container dd98523e61d0 [2021-01-09T01:37:58.510Z] ---> b6122f763bb7 [2021-01-09T01:37:58.510Z] [2021-01-09T01:37:58.510Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T01:37:58.510Z] ---> 389fef711851 [2021-01-09T01:37:58.510Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:37:58.510Z] ---> Running in aa76184e59cf [2021-01-09T01:37:58.510Z] ---> Running in 1d5618ea50e4 [2021-01-09T01:37:58.510Z] Removing intermediate container a379581fc89b [2021-01-09T01:37:58.510Z] ---> 231da84571c4 [2021-01-09T01:37:58.510Z] Step 13/22 : WORKDIR / [2021-01-09T01:37:58.781Z] ---> 8777f8844b1d [2021-01-09T01:37:58.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T01:37:58.781Z] ---> 4abc24003652 [2021-01-09T01:37:58.781Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T01:37:58.781Z] ---> Running in 8a6432ccb8c8 [2021-01-09T01:37:58.781Z] ---> Running in 658de3b2adf1 [2021-01-09T01:37:58.781Z] Removing intermediate container aa76184e59cf [2021-01-09T01:37:58.781Z] ---> c252435bf21e [2021-01-09T01:37:58.781Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:37:59.055Z] Removing intermediate container 1d5618ea50e4 [2021-01-09T01:37:59.055Z] ---> 3f3a2d76a1d7 [2021-01-09T01:37:59.055Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T01:37:59.055Z] ---> Running in 227b42969c75 [2021-01-09T01:37:59.055Z] Removing intermediate container 8a6432ccb8c8 [2021-01-09T01:37:59.055Z] ---> 1badb705e99d [2021-01-09T01:37:59.055Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-09T01:37:59.055Z] ---> Running in c916c391fa98 [2021-01-09T01:37:59.337Z] Removing intermediate container 658de3b2adf1 [2021-01-09T01:37:59.337Z] ---> 0c0bc42c2f97 [2021-01-09T01:37:59.337Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:37:59.337Z] ---> 2da7a6889f71 [2021-01-09T01:37:59.337Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T01:37:59.337Z] Removing intermediate container 227b42969c75 [2021-01-09T01:37:59.337Z] ---> 576806d6fb93 [2021-01-09T01:37:59.337Z] Step 14/22 : WORKDIR / [2021-01-09T01:37:59.643Z] ---> Running in 63f7e15fe57b [2021-01-09T01:37:59.643Z] ---> Running in 458c1cf23ab4 [2021-01-09T01:38:00.053Z] Removing intermediate container c916c391fa98 [2021-01-09T01:38:00.053Z] ---> bea4ca176b23 [2021-01-09T01:38:00.053Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T01:38:00.394Z] ---> Running in 67535e4d7aae [2021-01-09T01:38:00.394Z] Removing intermediate container 63f7e15fe57b [2021-01-09T01:38:00.394Z] ---> e525680b1973 [2021-01-09T01:38:00.394Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T01:38:00.394Z] ---> f2cd2890ed4e [2021-01-09T01:38:00.394Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-09T01:38:00.394Z] Removing intermediate container 458c1cf23ab4 [2021-01-09T01:38:00.394Z] ---> 342f9c345a71 [2021-01-09T01:38:00.394Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T01:38:00.394Z] ---> cc735a4f08e3 [2021-01-09T01:38:00.394Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T01:38:00.785Z] ---> Running in 5242fe0e5755 [2021-01-09T01:38:00.785Z] Removing intermediate container 67535e4d7aae [2021-01-09T01:38:00.785Z] ---> 751b7111f149 [2021-01-09T01:38:00.785Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:38:01.120Z] ---> Running in 2bf979bb0358 [2021-01-09T01:38:01.120Z] Removing intermediate container 5242fe0e5755 [2021-01-09T01:38:01.120Z] ---> 5aebd182aa20 [2021-01-09T01:38:01.120Z] Step 20/21 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:38:01.416Z] ---> 523ad8e580eb [2021-01-09T01:38:01.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T01:38:01.416Z] ---> 85d4ec460376 [2021-01-09T01:38:01.416Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-09T01:38:01.416Z] ---> Running in 1d647e8c13bd [2021-01-09T01:38:01.416Z] ---> 68d8e3dee657 [2021-01-09T01:38:01.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-09T01:38:01.708Z] ---> Running in 922f3f24b26b [2021-01-09T01:38:01.985Z] Removing intermediate container 1d647e8c13bd [2021-01-09T01:38:01.985Z] ---> 1a23bba2a933 [2021-01-09T01:38:01.985Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:38:02.255Z] Removing intermediate container 922f3f24b26b [2021-01-09T01:38:02.255Z] ---> daf0099fab29 [2021-01-09T01:38:02.255Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:38:02.255Z] ---> Running in 00e0c739fa14 [2021-01-09T01:38:02.255Z] ---> 2b3288504aed [2021-01-09T01:38:02.255Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-09T01:38:02.255Z] ---> Running in cdec38bc0e7e [2021-01-09T01:38:02.531Z] ---> 72e352234cf1 [2021-01-09T01:38:02.531Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T01:38:02.531Z] Removing intermediate container 00e0c739fa14 [2021-01-09T01:38:02.531Z] ---> 525aef5cb4a8 [2021-01-09T01:38:02.531Z] [2021-01-09T01:38:02.802Z] Removing intermediate container cdec38bc0e7e [2021-01-09T01:38:02.802Z] ---> 80f961c2576e [2021-01-09T01:38:02.802Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T01:38:03.396Z] Successfully built 525aef5cb4a8 [2021-01-09T01:38:03.396Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-09T01:38:03.396Z] Building docker-security-proxy-setup-go [2021-01-09T01:38:03.396Z]  Building docker-support-scheduler-go ... done  ---> d6b9d99d1e68 [2021-01-09T01:38:03.396Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-09T01:38:03.999Z] ---> 227d71de2372 [2021-01-09T01:38:03.999Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-09T01:38:03.999Z] ---> Running in ab2c5d19186a [2021-01-09T01:38:04.268Z] ---> Running in 9ca113597479 [2021-01-09T01:38:04.538Z] ---> Running in 4b8d7e2866e9 [2021-01-09T01:38:04.538Z] Removing intermediate container 2bf979bb0358 [2021-01-09T01:38:04.538Z] ---> e61ef9fc046c [2021-01-09T01:38:04.538Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-09T01:38:04.855Z] Removing intermediate container ab2c5d19186a [2021-01-09T01:38:04.855Z] ---> 866a7097937e [2021-01-09T01:38:04.855Z] Step 23/24 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:38:04.855Z] ---> Running in 80ec5981f066 [2021-01-09T01:38:05.147Z] ---> Running in 6e44dd4f38e2 [2021-01-09T01:38:05.147Z] Removing intermediate container 4b8d7e2866e9 [2021-01-09T01:38:05.147Z] ---> ad282bf798fe [2021-01-09T01:38:05.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:38:05.418Z] ---> Running in b7cf18111fa5 [2021-01-09T01:38:06.020Z] Removing intermediate container 6e44dd4f38e2 [2021-01-09T01:38:06.021Z] ---> 25a5f21b02e9 [2021-01-09T01:38:06.021Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:38:06.641Z] Removing intermediate container b7cf18111fa5 [2021-01-09T01:38:06.641Z] ---> c02f74e6f492 [2021-01-09T01:38:06.641Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T01:38:06.641Z] ---> Running in 6f83f3500d2c [2021-01-09T01:38:06.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:38:06.924Z] ---> Running in 6b6a601bd517 [2021-01-09T01:38:07.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:38:07.536Z] Removing intermediate container 6f83f3500d2c [2021-01-09T01:38:07.536Z] ---> 617b4b794b12 [2021-01-09T01:38:07.536Z] [2021-01-09T01:38:07.536Z] Removing intermediate container 6b6a601bd517 [2021-01-09T01:38:07.536Z] ---> cce68fd8e823 [2021-01-09T01:38:07.536Z] Step 21/22 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:38:07.810Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-09T01:38:08.094Z] Successfully built 617b4b794b12 [2021-01-09T01:38:08.094Z] Successfully tagged docker-support-notifications-go:latest [2021-01-09T01:38:08.094Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-09T01:38:08.094Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-09T01:38:08.094Z] ---> Running in 44513b8c8a49 [2021-01-09T01:38:08.094Z] Removing intermediate container 9ca113597479 [2021-01-09T01:38:08.094Z] ---> 3428c022d75c [2021-01-09T01:38:08.094Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-09T01:38:08.094Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-09T01:38:08.094Z] ---> Running in 094a74071c5a [2021-01-09T01:38:08.363Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-09T01:38:08.958Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-09T01:38:08.958Z] Removing intermediate container 44513b8c8a49 [2021-01-09T01:38:08.958Z] ---> 93af64bb3c39 [2021-01-09T01:38:08.958Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:38:08.958Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:38:08.958Z] OK: 8 MiB in 19 packages [2021-01-09T01:38:10.565Z] Removing intermediate container 094a74071c5a [2021-01-09T01:38:10.565Z] ---> 13192651f10b [2021-01-09T01:38:10.565Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T01:38:10.565Z] ---> Running in d8576e5b09e1 [2021-01-09T01:38:11.185Z] ---> Running in ba7a679f5fc9 [2021-01-09T01:38:11.464Z] Removing intermediate container d8576e5b09e1 [2021-01-09T01:38:11.464Z] ---> 8807afc4a442 [2021-01-09T01:38:11.464Z] [2021-01-09T01:38:11.759Z] Removing intermediate container ba7a679f5fc9 [2021-01-09T01:38:11.759Z] ---> d983f523fe5f [2021-01-09T01:38:11.759Z] Step 21/22 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:38:12.387Z] Removing intermediate container 80ec5981f066 [2021-01-09T01:38:12.387Z] ---> 0b474af8a03a [2021-01-09T01:38:12.387Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T01:38:12.658Z] Successfully built 8807afc4a442 [2021-01-09T01:38:12.658Z] Successfully tagged docker-core-metadata-go:latest [2021-01-09T01:38:12.658Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-09T01:38:12.658Z] ---> Running in 2d322880d657 [2021-01-09T01:38:13.643Z] Removing intermediate container 2d322880d657 [2021-01-09T01:38:13.643Z] ---> 6d2eff59ab64 [2021-01-09T01:38:13.643Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:38:13.643Z] ---> bc55eb06aa3c [2021-01-09T01:38:13.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T01:38:14.255Z] ---> Running in e7e90dbf2e7b [2021-01-09T01:38:15.799Z] Removing intermediate container e7e90dbf2e7b [2021-01-09T01:38:15.799Z] ---> 346b6490411d [2021-01-09T01:38:15.799Z] [2021-01-09T01:38:16.077Z] ---> 1a90f4caa4f7 [2021-01-09T01:38:16.077Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T01:38:16.711Z] Successfully built 346b6490411d [2021-01-09T01:38:17.041Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-09T01:38:17.041Z] Building docker-core-command-go [2021-01-09T01:38:17.712Z]  Building docker-security-bootstrap-redis-go ... done  ---> d470afb80b52 [2021-01-09T01:38:17.712Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T01:38:18.006Z] ---> Running in d581aa45b8a9 [2021-01-09T01:38:18.632Z] Removing intermediate container d581aa45b8a9 [2021-01-09T01:38:18.632Z] ---> 1631c0baa50a [2021-01-09T01:38:18.632Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:38:19.225Z] ---> Running in 6be6df87b994 [2021-01-09T01:38:19.776Z] gofmt -l . [2021-01-09T01:38:19.776Z] [ "`gofmt -l .`" = "" ] [2021-01-09T01:38:19.776Z] ./bin/test-go-mod-tidy.sh [2021-01-09T01:38:19.776Z] ./bin/test-attribution-txt.sh [2021-01-09T01:38:19.840Z] Removing intermediate container 6be6df87b994 [2021-01-09T01:38:19.840Z] ---> 316fc40fdd17 [2021-01-09T01:38:19.840Z] Step 21/23 : LABEL arch=x86_64 [2021-01-09T01:38:20.154Z] ---> Running in 4f0fa3145782 [2021-01-09T01:38:20.751Z] Removing intermediate container 4f0fa3145782 [2021-01-09T01:38:20.751Z] ---> e0dfb148b843 [2021-01-09T01:38:20.751Z] Step 22/23 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:38:21.370Z] ---> Running in 4c8ed58cf43d [2021-01-09T01:38:21.986Z] Removing intermediate container 4c8ed58cf43d [2021-01-09T01:38:21.986Z] ---> b2ee5a174c35 [2021-01-09T01:38:21.986Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T01:38:23.077Z] ---> Running in 3e52bc97759e [Pipeline] sh [2021-01-09T01:38:23.812Z] + ls -al . [2021-01-09T01:38:23.812Z] total 672 [2021-01-09T01:38:23.812Z] drwxrwxr-x 9 1001 1001 4096 Jan 9 01:38 . [2021-01-09T01:38:23.812Z] drwxr-xr-x 4 root root 4096 Jan 9 01:34 .. [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 01:33 .dockerignore [2021-01-09T01:38:23.812Z] drwxrwxr-x 8 1001 1001 4096 Jan 9 01:33 .git [2021-01-09T01:38:23.812Z] drwxrwxr-x 3 1001 1001 4096 Jan 9 01:33 .github [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 824 Jan 9 01:33 .gitignore [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 01:33 .sonarcloud.properties [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:33 CONTRIBUTING.md [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 01:33 Dockerfile.build [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 01:33 Jenkinsfile [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:33 LICENSE [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:33 Makefile [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:33 README.md [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:33 SECURITY.md [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 5 Jan 9 01:30 VERSION [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:33 ZMQWindows.md [2021-01-09T01:38:23.812Z] drwxrwxr-x 2 1001 1001 4096 Jan 9 01:33 bin [2021-01-09T01:38:23.812Z] drwxrwxr-x 14 1001 1001 4096 Jan 9 01:33 cmd [2021-01-09T01:38:23.812Z] -rw-r--r-- 1 root root 545099 Jan 9 01:37 coverage.out [2021-01-09T01:38:23.812Z] -rw-r--r-- 1 root root 979 Jan 9 01:38 go.mod [2021-01-09T01:38:23.812Z] -rw-r--r-- 1 root root 19019 Jan 9 01:38 go.sum [2021-01-09T01:38:23.812Z] drwxrwxr-x 8 1001 1001 4096 Jan 9 01:33 internal [2021-01-09T01:38:23.812Z] drwxrwxr-x 4 1001 1001 4096 Jan 9 01:33 openapi [2021-01-09T01:38:23.812Z] drwxrwxr-x 4 1001 1001 4096 Jan 9 01:33 snap [2021-01-09T01:38:23.812Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 01:33 version.go [Pipeline] sh [2021-01-09T01:38:24.469Z] + '[' -e coverage.out ] [2021-01-09T01:38:24.469Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T01:38:24.557Z] Warning: overwriting stash ‘coverage-report’ [2021-01-09T01:38:24.683Z] Removing intermediate container 3e52bc97759e [2021-01-09T01:38:24.683Z] ---> 9dd9117d930d [2021-01-09T01:38:24.683Z] [2021-01-09T01:38:24.683Z] Successfully built 9dd9117d930d [2021-01-09T01:38:24.953Z] Successfully tagged docker-core-data-go:latest [2021-01-09T01:38:25.681Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T01:38:26.077Z] + make build [2021-01-09T01:38:26.369Z] 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 [2021-01-09T01:38:35.431Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:38:35.431Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:38:35.431Z] ---> 2a7c0daba91e [2021-01-09T01:38:35.431Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:38:35.431Z] ---> Using cache [2021-01-09T01:38:35.431Z] ---> 265dbe8bebf6 [2021-01-09T01:38:35.431Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:38:35.431Z] ---> Using cache [2021-01-09T01:38:35.431Z] ---> a87ac085f937 [2021-01-09T01:38:35.431Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:38:35.431Z] ---> Using cache [2021-01-09T01:38:35.431Z] ---> e99d5725e409 [2021-01-09T01:38:35.431Z] Step 6/21 : COPY go.mod . [2021-01-09T01:38:35.431Z] ---> Using cache [2021-01-09T01:38:35.431Z] ---> 5b397177f488 [2021-01-09T01:38:35.431Z] Step 7/21 : RUN go mod download [2021-01-09T01:38:35.431Z] ---> Using cache [2021-01-09T01:38:35.431Z] ---> fef76e7c1516 [2021-01-09T01:38:35.431Z] Step 8/21 : COPY . . [2021-01-09T01:38:35.739Z] ---> Using cache [2021-01-09T01:38:35.739Z] ---> 54447dd471ea [2021-01-09T01:38:35.739Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T01:38:36.555Z] 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 [2021-01-09T01:38:36.763Z] ---> Running in b0c88abe6a69 [2021-01-09T01:38:39.453Z] 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 [2021-01-09T01:38:43.125Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:38:43.125Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:38:43.395Z] ---> 2a7c0daba91e [2021-01-09T01:38:43.395Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:38:43.395Z] ---> Using cache [2021-01-09T01:38:43.395Z] ---> 265dbe8bebf6 [2021-01-09T01:38:43.395Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:38:43.395Z] ---> Using cache [2021-01-09T01:38:43.395Z] ---> a87ac085f937 [2021-01-09T01:38:43.395Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T01:38:43.395Z] ---> Using cache [2021-01-09T01:38:43.395Z] ---> e99d5725e409 [2021-01-09T01:38:43.395Z] Step 6/24 : COPY go.mod . [2021-01-09T01:38:43.395Z] ---> Using cache [2021-01-09T01:38:43.395Z] ---> 5b397177f488 [2021-01-09T01:38:43.395Z] Step 7/24 : RUN go mod download [2021-01-09T01:38:43.395Z] ---> Using cache [2021-01-09T01:38:43.395Z] ---> fef76e7c1516 [2021-01-09T01:38:43.395Z] Step 8/24 : COPY . . [2021-01-09T01:38:43.666Z] ---> Using cache [2021-01-09T01:38:43.666Z] ---> 54447dd471ea [2021-01-09T01:38:43.666Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T01:38:44.287Z] ---> Running in bffb6fb91d09 [2021-01-09T01:38:47.001Z] 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 [2021-01-09T01:38:53.912Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:38:53.912Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:38:53.912Z] ---> 2a7c0daba91e [2021-01-09T01:38:53.912Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T01:38:53.912Z] ---> Using cache [2021-01-09T01:38:53.912Z] ---> 265dbe8bebf6 [2021-01-09T01:38:53.912Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:38:53.912Z] ---> Using cache [2021-01-09T01:38:53.912Z] ---> a87ac085f937 [2021-01-09T01:38:53.912Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T01:38:54.205Z] ---> Running in 951ca9adbd4f [2021-01-09T01:38:54.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:38:54.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:38:54.848Z] ---> 2a7c0daba91e [2021-01-09T01:38:54.848Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:38:54.848Z] ---> Using cache [2021-01-09T01:38:54.848Z] ---> 265dbe8bebf6 [2021-01-09T01:38:54.848Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:38:54.848Z] ---> Using cache [2021-01-09T01:38:54.848Z] ---> a87ac085f937 [2021-01-09T01:38:54.848Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:38:54.848Z] ---> Using cache [2021-01-09T01:38:54.848Z] ---> e99d5725e409 [2021-01-09T01:38:54.848Z] Step 6/22 : COPY go.mod . [2021-01-09T01:38:54.848Z] ---> Using cache [2021-01-09T01:38:54.848Z] ---> 5b397177f488 [2021-01-09T01:38:54.848Z] Step 7/22 : RUN go mod download [2021-01-09T01:38:54.848Z] ---> Using cache [2021-01-09T01:38:54.848Z] ---> fef76e7c1516 [2021-01-09T01:38:54.848Z] Step 8/22 : COPY . . [2021-01-09T01:38:54.848Z] ---> Using cache [2021-01-09T01:38:54.848Z] ---> 54447dd471ea [2021-01-09T01:38:54.848Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-09T01:38:55.931Z] ---> Running in f7dc2b0d3d82 [2021-01-09T01:38:56.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:38:57.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:38:57.362Z] OK: 233 MiB in 51 packages [2021-01-09T01:38:57.698Z] 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 [2021-01-09T01:38:58.715Z] 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 [2021-01-09T01:38:59.905Z] Removing intermediate container 951ca9adbd4f [2021-01-09T01:38:59.905Z] ---> 715759de8fad [2021-01-09T01:38:59.905Z] Step 6/26 : COPY go.mod . [2021-01-09T01:39:00.193Z] ---> c2b9d4bfb81d [2021-01-09T01:39:00.193Z] Step 7/26 : RUN go mod download [2021-01-09T01:39:00.193Z] ---> Running in a9d6aca24df9 [2021-01-09T01:39:03.013Z] 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 [2021-01-09T01:39:07.118Z] Removing intermediate container a9d6aca24df9 [2021-01-09T01:39:07.118Z] ---> 6def3d0ebc04 [2021-01-09T01:39:07.118Z] Step 8/26 : COPY . . [2021-01-09T01:39:07.331Z] 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 [2021-01-09T01:39:08.789Z] 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 [2021-01-09T01:39:13.082Z] 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 [2021-01-09T01:39:14.253Z] 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 [2021-01-09T01:39:17.579Z] 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 [2021-01-09T01:39:17.643Z] 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 [2021-01-09T01:39:21.945Z] 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 [2021-01-09T01:39:26.240Z] 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 [2021-01-09T01:39:28.862Z] 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 [2021-01-09T01:39:30.144Z] Removing intermediate container b0c88abe6a69 [2021-01-09T01:39:30.144Z] ---> 7ecdc620e40f [2021-01-09T01:39:30.144Z] [2021-01-09T01:39:30.144Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T01:39:30.144Z] ---> 389fef711851 [2021-01-09T01:39:30.144Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T01:39:30.454Z] ---> Running in 79b916266399 [2021-01-09T01:39:30.754Z] Removing intermediate container bffb6fb91d09 [2021-01-09T01:39:30.754Z] ---> 947a816e6a3c [2021-01-09T01:39:30.754Z] [2021-01-09T01:39:30.754Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T01:39:30.754Z] ---> 389fef711851 [2021-01-09T01:39:30.754Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:39:30.754Z] ---> Using cache [2021-01-09T01:39:30.754Z] ---> ef05e1ce2ca9 [2021-01-09T01:39:30.754Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:39:32.256Z] 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 [2021-01-09T01:39:33.428Z] ---> Running in a4bf51987d7a [2021-01-09T01:39:33.428Z] Removing intermediate container f7dc2b0d3d82 [2021-01-09T01:39:33.428Z] ---> b522ee88ea42 [2021-01-09T01:39:33.428Z] [2021-01-09T01:39:33.428Z] Step 10/22 : FROM scratch [2021-01-09T01:39:33.428Z] ---> [2021-01-09T01:39:33.428Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:39:33.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:39:34.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:39:34.838Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T01:39:34.838Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:39:34.838Z] ---> Using cache [2021-01-09T01:39:34.838Z] ---> a8b7be200ef4 [2021-01-09T01:39:34.838Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-09T01:39:35.126Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T01:39:35.126Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T01:39:35.398Z] Executing busybox-1.31.1-r19.trigger [Pipeline] } [2021-01-09T01:39:35.657Z] $ docker stop --time=1 5d0ac81ef57e7abb9709f45c923ce1cdaff423d8c897ca11c631b1d3286afd61 [2021-01-09T01:39:35.696Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:39:35.696Z] OK: 7 MiB in 18 packages [2021-01-09T01:39:36.686Z] Removing intermediate container a4bf51987d7a [2021-01-09T01:39:36.686Z] ---> 521a47193484 [2021-01-09T01:39:36.686Z] Step 13/24 : WORKDIR / [2021-01-09T01:39:36.686Z] ---> Running in 541fdf728785 [2021-01-09T01:39:36.686Z] ---> Running in 781de67c9239 [2021-01-09T01:39:38.134Z] Removing intermediate container 541fdf728785 [2021-01-09T01:39:38.134Z] ---> eaffc276a42d [2021-01-09T01:39:38.134Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:39:38.161Z] $ docker rm -f 5d0ac81ef57e7abb9709f45c923ce1cdaff423d8c897ca11c631b1d3286afd61 [2021-01-09T01:39:38.417Z] ---> Running in 6515957192ee [2021-01-09T01:39:38.417Z] Removing intermediate container 781de67c9239 [2021-01-09T01:39:38.417Z] ---> 5a15aa6bc5bf [2021-01-09T01:39:38.417Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-09T01:39:39.034Z] Removing intermediate container 79b916266399 [2021-01-09T01:39:39.034Z] ---> 15b12a343d10 [2021-01-09T01:39:39.034Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:39:39.034Z] ---> Running in 0f37f7d33ded [2021-01-09T01:39:39.307Z] Removing intermediate container 6515957192ee [2021-01-09T01:39:39.307Z] ---> bc8f5dcd539d [2021-01-09T01:39:39.307Z] Step 14/22 : WORKDIR / [2021-01-09T01:39:39.307Z] ---> d2a54e2a8d98 [2021-01-09T01:39:39.307Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T01:39:39.307Z] ---> da799adbcc1b [2021-01-09T01:39:39.307Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-09T01:39:39.307Z] ---> Running in c26757a17896 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-09T01:39:39.730Z] ---> Running in 29d57560dc07 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:39:40.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:39:40.197Z] [2021-01-09T01:39:40.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-01-09T01:39:40.242Z] Removing intermediate container 0f37f7d33ded [2021-01-09T01:39:40.242Z] ---> db086bbd0690 [2021-01-09T01:39:40.242Z] Step 13/21 : WORKDIR /edgex [2021-01-09T01:39:40.242Z] Removing intermediate container c26757a17896 [2021-01-09T01:39:40.242Z] ---> 87e72857b398 [2021-01-09T01:39:40.242Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T01:39:40.242Z] ---> Running in 8b7f9d989354 [2021-01-09T01:39:40.242Z] ---> 19b60b6cea67 [2021-01-09T01:39:40.242Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] sh [2021-01-09T01:39:40.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:39:40.862Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-09T01:39:40.862Z] 29e5d40040c1: Pulling fs layer [2021-01-09T01:39:40.862Z] 1ce36da41761: Pulling fs layer [2021-01-09T01:39:40.862Z] 25b303627fd3: Pulling fs layer [2021-01-09T01:39:41.170Z] ---> 40cdfd8ad771 [2021-01-09T01:39:41.170Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T01:39:41.170Z] Removing intermediate container 8b7f9d989354 [2021-01-09T01:39:41.170Z] ---> 45db5e554b05 [2021-01-09T01:39:41.170Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T01:39:41.170Z] ---> 41b49b6fce73 [2021-01-09T01:39:41.170Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T01:39:41.170Z] 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 [2021-01-09T01:39:41.462Z] 29e5d40040c1: Verifying Checksum [2021-01-09T01:39:41.462Z] 29e5d40040c1: Download complete [2021-01-09T01:39:42.081Z] 1ce36da41761: Verifying Checksum [2021-01-09T01:39:42.081Z] 1ce36da41761: Download complete [2021-01-09T01:39:42.081Z] 29e5d40040c1: Pull complete [2021-01-09T01:39:42.376Z] ---> ef2c0a46514a [2021-01-09T01:39:42.376Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T01:39:42.376Z] ---> 24b0a4e90abd [2021-01-09T01:39:42.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T01:39:42.648Z] ---> 467ec5bde05f [2021-01-09T01:39:42.648Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T01:39:42.926Z] ---> c5ce13be2623 [2021-01-09T01:39:42.926Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-09T01:39:43.199Z] ---> Running in c6c9aaa6b39c [2021-01-09T01:39:43.511Z] 1ce36da41761: Pull complete [2021-01-09T01:39:43.511Z] 25b303627fd3: Verifying Checksum [2021-01-09T01:39:43.511Z] 25b303627fd3: Download complete [2021-01-09T01:39:43.511Z] ---> 9681c71c9776 [2021-01-09T01:39:43.511Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T01:39:43.877Z] Removing intermediate container c6c9aaa6b39c [2021-01-09T01:39:43.877Z] ---> 5105b55c7fe4 [2021-01-09T01:39:43.877Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:39:43.877Z] ---> 1ea11bfd08a1 [2021-01-09T01:39:43.877Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T01:39:44.233Z] ---> Running in 43fa2a4dd530 [2021-01-09T01:39:44.528Z] Removing intermediate container 43fa2a4dd530 [2021-01-09T01:39:44.528Z] ---> 2be6639322f7 [2021-01-09T01:39:44.528Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T01:39:44.528Z] ---> 8cae1f492b24 [2021-01-09T01:39:44.528Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T01:39:44.821Z] ---> Running in b6b73d40fa0b [2021-01-09T01:39:44.821Z] ---> a287568d2486 [2021-01-09T01:39:44.821Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-09T01:39:44.821Z] ---> Running in c04f41c9b2c0 [2021-01-09T01:39:44.821Z] ---> Running in 692c57383491 [2021-01-09T01:39:45.489Z] Removing intermediate container b6b73d40fa0b [2021-01-09T01:39:45.489Z] ---> a0f082126bbd [2021-01-09T01:39:45.489Z] Step 21/22 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:39:45.489Z] Removing intermediate container c04f41c9b2c0 [2021-01-09T01:39:45.489Z] ---> 5a92b6746a8a [2021-01-09T01:39:45.489Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T01:39:45.489Z] ---> Running in 228683e8c096 [2021-01-09T01:39:45.489Z] ---> Running in 0470153daddd [2021-01-09T01:39:46.510Z] Removing intermediate container 0470153daddd [2021-01-09T01:39:46.510Z] ---> 1ddd97c329dc [2021-01-09T01:39:46.510Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T01:39:46.510Z] Removing intermediate container 228683e8c096 [2021-01-09T01:39:46.510Z] ---> 16612f3568ec [2021-01-09T01:39:46.510Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:39:46.510Z] ---> Running in 3655fa5d9d45 [2021-01-09T01:39:46.510Z] ---> Running in f9bdb493d6ac [2021-01-09T01:39:46.806Z] Removing intermediate container 3655fa5d9d45 [2021-01-09T01:39:46.806Z] ---> a51e476b9644 [2021-01-09T01:39:46.806Z] Step 20/21 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:39:47.087Z] ---> Running in 5121dc2095ca [2021-01-09T01:39:47.707Z] Removing intermediate container f9bdb493d6ac [2021-01-09T01:39:47.707Z] ---> 317f950366b8 [2021-01-09T01:39:47.707Z] [2021-01-09T01:39:48.352Z] Removing intermediate container 5121dc2095ca [2021-01-09T01:39:48.352Z] ---> 42d658e398d9 [2021-01-09T01:39:48.352Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:39:48.352Z] Successfully built 317f950366b8 [2021-01-09T01:39:48.352Z] Successfully tagged docker-core-command-go:latest [2021-01-09T01:39:48.352Z]  Building docker-core-command-go ... done  ---> Running in cf4f546d5c64 [2021-01-09T01:39:48.352Z] Removing intermediate container 692c57383491 [2021-01-09T01:39:48.352Z] ---> adfd9b8a4705 [2021-01-09T01:39:48.352Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T01:39:48.640Z] ---> Running in 8bf5e08e16a0 [2021-01-09T01:39:48.919Z] Removing intermediate container cf4f546d5c64 [2021-01-09T01:39:48.919Z] ---> 1e4aeab34d9d [2021-01-09T01:39:48.919Z] [2021-01-09T01:39:48.919Z] Removing intermediate container 8bf5e08e16a0 [2021-01-09T01:39:48.919Z] ---> 519d32863b36 [2021-01-09T01:39:48.919Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T01:39:49.204Z] Successfully built 1e4aeab34d9d [2021-01-09T01:39:49.204Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-09T01:39:49.204Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c844b664d3c3 [2021-01-09T01:39:49.503Z] Removing intermediate container c844b664d3c3 [2021-01-09T01:39:49.503Z] ---> 6b05e440b50b [2021-01-09T01:39:49.503Z] Step 23/24 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:39:49.812Z] ---> Running in b4540a23bffc [2021-01-09T01:39:50.095Z] Removing intermediate container b4540a23bffc [2021-01-09T01:39:50.095Z] ---> 8193349fa32c [2021-01-09T01:39:50.095Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:39:50.365Z] ---> Running in 7eb6ce4b4a29 [2021-01-09T01:39:50.635Z] Removing intermediate container 7eb6ce4b4a29 [2021-01-09T01:39:50.635Z] ---> a512c0b353cf [2021-01-09T01:39:50.635Z] [2021-01-09T01:39:50.912Z] Successfully built a512c0b353cf [2021-01-09T01:39:50.912Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-09T01:39:53.657Z] 25b303627fd3: Pull complete [2021-01-09T01:39:53.657Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-09T01:39:53.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:39:53.658Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-09T01:39:53.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-19203 does not seem to be running inside a container [2021-01-09T01:39:53.968Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-09T01:39:57.035Z] $ docker top 1d6cf0a6f29cc5e2ec265f460b74ce1afff6df29e5a98d40467e4f9bf55568c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:39:58.063Z] + grep parallel [2021-01-09T01:39:58.063Z] + docker-compose build --help [2021-01-09T01:40:01.381Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 29d57560dc07 [2021-01-09T01:40:01.381Z] ---> a1e958c4b5b8 [2021-01-09T01:40:01.381Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T01:40:01.381Z] ---> Running in e8aa54df94f6 [2021-01-09T01:40:01.381Z] 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 [2021-01-09T01:40:01.430Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T01:40:01.713Z] $ docker stop --time=1 1d6cf0a6f29cc5e2ec265f460b74ce1afff6df29e5a98d40467e4f9bf55568c8 [2021-01-09T01:40:03.379Z] Removing intermediate container e8aa54df94f6 [2021-01-09T01:40:03.379Z] ---> 349a51cd5a16 [2021-01-09T01:40:03.379Z] [2021-01-09T01:40:03.379Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T01:40:03.651Z] 20.10.0: Pulling from library/docker [2021-01-09T01:40:03.740Z] $ docker rm -f 1d6cf0a6f29cc5e2ec265f460b74ce1afff6df29e5a98d40467e4f9bf55568c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:40:04.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:40:04.681Z] . [Pipeline] withDockerContainer [2021-01-09T01:40:04.955Z] prd-ubuntu18.04-docker-arm64-4c-16g-19203 does not seem to be running inside a container [2021-01-09T01:40:05.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-09T01:40:06.429Z] $ docker top b4063853a0458088310cb9eb1741a72139103d82b4dc4e06df3ccebf0e2dbcab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:40:07.481Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T01:40:11.758Z] Building docker-core-command-go ... [2021-01-09T01:40:11.758Z] Building docker-core-data-go ... [2021-01-09T01:40:11.758Z] Building docker-core-metadata-go ... [2021-01-09T01:40:11.758Z] Building docker-security-bootstrap-redis-go ... [2021-01-09T01:40:11.758Z] Building docker-security-proxy-setup-go ... [2021-01-09T01:40:11.758Z] Building docker-security-secretstore-setup-go ... [2021-01-09T01:40:11.758Z] Building docker-support-notifications-go ... [2021-01-09T01:40:11.759Z] Building docker-support-scheduler-go ... [2021-01-09T01:40:11.759Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T01:40:11.759Z] Building docker-security-secretstore-setup-go [2021-01-09T01:40:11.759Z] Building docker-security-bootstrap-redis-go [2021-01-09T01:40:11.759Z] Building docker-core-metadata-go [2021-01-09T01:40:11.759Z] Building docker-core-data-go [2021-01-09T01:40:11.759Z] Building docker-core-command-go [2021-01-09T01:40:14.097Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T01:40:14.097Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T01:40:14.097Z] ---> aefe523efa57 [2021-01-09T01:40:14.097Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T01:40:14.364Z] ---> Running in ed7113667fcc [2021-01-09T01:40:14.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:40:15.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:40:15.547Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T01:40:15.547Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T01:40:15.547Z] Executing bash-5.0.17-r0.post-install [2021-01-09T01:40:15.547Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:40:15.547Z] OK: 12 MiB in 22 packages [2021-01-09T01:40:16.556Z] Removing intermediate container ed7113667fcc [2021-01-09T01:40:16.556Z] ---> 457b9aca2614 [2021-01-09T01:40:16.556Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T01:40:16.556Z] ---> Running in 0df9e2f11f41 [2021-01-09T01:40:16.848Z] Removing intermediate container 0df9e2f11f41 [2021-01-09T01:40:16.848Z] ---> cd150e971d2d [2021-01-09T01:40:16.848Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T01:40:16.848Z] ---> Running in 3b9699fa71d0 [2021-01-09T01:40:17.117Z] Removing intermediate container 3b9699fa71d0 [2021-01-09T01:40:17.117Z] ---> bca9b900ea69 [2021-01-09T01:40:17.117Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T01:40:17.389Z] ---> Running in eab8ef962327 [2021-01-09T01:40:17.667Z] Removing intermediate container eab8ef962327 [2021-01-09T01:40:17.667Z] ---> 9cdee1130dcf [2021-01-09T01:40:17.667Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T01:40:18.387Z] ---> 41af5c058702 [2021-01-09T01:40:18.387Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T01:40:18.969Z] ---> c5995e9717da [2021-01-09T01:40:18.969Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T01:40:19.249Z] ---> d4caa4faece5 [2021-01-09T01:40:19.249Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T01:40:19.527Z] ---> Running in 3ab51e046758 [2021-01-09T01:40:20.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:40:20.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:40:20.382Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T01:40:20.382Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T01:40:20.382Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T01:40:20.382Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T01:40:20.382Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T01:40:20.382Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T01:40:20.382Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T01:40:21.863Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T01:40:21.863Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T01:40:21.863Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T01:40:21.863Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T01:40:21.863Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T01:40:21.863Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T01:40:21.863Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T01:40:22.136Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T01:40:22.136Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T01:40:22.136Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T01:40:22.136Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T01:40:22.136Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T01:40:22.436Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T01:40:22.436Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T01:40:22.436Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T01:40:22.436Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T01:40:22.436Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T01:40:22.436Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T01:40:22.436Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T01:40:22.436Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T01:40:22.730Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T01:40:22.731Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T01:40:22.731Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T01:40:22.731Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T01:40:22.731Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T01:40:22.731Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T01:40:23.013Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:40:23.014Z] OK: 71 MiB in 55 packages [2021-01-09T01:40:33.221Z] Removing intermediate container 3ab51e046758 [2021-01-09T01:40:33.221Z] ---> 25690b9e168f [2021-01-09T01:40:33.221Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T01:40:33.221Z] ---> Running in b8dae1f5c10a [2021-01-09T01:40:35.848Z] Collecting docker-compose==1.23.2 [2021-01-09T01:40:35.848Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T01:40:36.130Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T01:40:36.130Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T01:40:37.098Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T01:40:37.098Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T01:40:37.376Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T01:40:37.376Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T01:40:37.645Z] Collecting PyYAML<4,>=3.10 [2021-01-09T01:40:37.645Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T01:40:39.074Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T01:40:39.074Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T01:40:39.074Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-09T01:40:39.074Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T01:40:39.074Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T01:40:39.074Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T01:40:39.074Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T01:40:40.046Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T01:40:40.046Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T01:40:41.004Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T01:40:41.004Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T01:40:41.004Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T01:40:41.004Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T01:40:41.287Z] Collecting idna<2.8,>=2.5 [2021-01-09T01:40:41.287Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T01:40:41.287Z] 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) [2021-01-09T01:40:41.570Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T01:40:41.570Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T01:40:41.570Z] 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) [2021-01-09T01:40:41.570Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T01:40:41.570Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T01:40:41.570Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T01:40:41.570Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T01:40:41.847Z] Installing collected packages: texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, jsonschema, dockerpty, docopt, docker-compose [2021-01-09T01:40:41.847Z] Running setup.py install for texttable: started [2021-01-09T01:40:42.434Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T01:40:42.434Z] Attempting uninstall: idna [2021-01-09T01:40:42.434Z] Found existing installation: idna 2.9 [2021-01-09T01:40:42.434Z] Uninstalling idna-2.9: [2021-01-09T01:40:42.703Z] Successfully uninstalled idna-2.9 [2021-01-09T01:40:42.703Z] Attempting uninstall: urllib3 [2021-01-09T01:40:42.703Z] Found existing installation: urllib3 1.25.9 [2021-01-09T01:40:42.703Z] Uninstalling urllib3-1.25.9: [2021-01-09T01:40:42.970Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T01:40:43.241Z] Attempting uninstall: requests [2021-01-09T01:40:43.241Z] Found existing installation: requests 2.23.0 [2021-01-09T01:40:43.241Z] Uninstalling requests-2.23.0: [2021-01-09T01:40:43.241Z] Successfully uninstalled requests-2.23.0 [2021-01-09T01:40:43.843Z] Running setup.py install for PyYAML: started [2021-01-09T01:40:44.810Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T01:40:44.810Z] Running setup.py install for dockerpty: started [2021-01-09T01:40:45.412Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T01:40:45.412Z] Running setup.py install for docopt: started [2021-01-09T01:40:46.364Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T01:40:46.638Z] 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 [2021-01-09T01:40:51.014Z] Removing intermediate container b8dae1f5c10a [2021-01-09T01:40:51.014Z] ---> 9d24b94be46a [2021-01-09T01:40:51.014Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T01:40:51.014Z] ---> Running in 41ae3eee2be3 [2021-01-09T01:40:51.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:40:51.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:40:51.546Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:40:51.546Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T01:40:51.546Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T01:40:51.546Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:40:51.816Z] OK: 72 MiB in 58 packages [2021-01-09T01:40:52.574Z] Removing intermediate container 41ae3eee2be3 [2021-01-09T01:40:52.574Z] ---> cddeb7efcaf8 [2021-01-09T01:40:52.574Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T01:40:52.574Z] ---> Running in 77e082a47025 [2021-01-09T01:40:52.868Z] Removing intermediate container 77e082a47025 [2021-01-09T01:40:52.868Z] ---> 010652140d4e [2021-01-09T01:40:52.868Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:40:53.137Z] ---> Running in f7724b7b139d [2021-01-09T01:40:53.421Z] Removing intermediate container f7724b7b139d [2021-01-09T01:40:53.421Z] ---> 7d91c18ab450 [2021-01-09T01:40:53.421Z] Step 24/26 : LABEL arch=x86_64 [2021-01-09T01:40:53.421Z] ---> Running in 12d1ee0547b9 [2021-01-09T01:40:53.704Z] Removing intermediate container 12d1ee0547b9 [2021-01-09T01:40:53.704Z] ---> 3741ba83404d [2021-01-09T01:40:53.704Z] Step 25/26 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:40:53.704Z] ---> Running in 8c633c53c289 [2021-01-09T01:40:54.317Z] Removing intermediate container 8c633c53c289 [2021-01-09T01:40:54.317Z] ---> cea6225ddf1d [2021-01-09T01:40:54.317Z] Step 26/26 : LABEL version=0.0.0 [2021-01-09T01:40:54.317Z] ---> Running in 55d8d1f512b4 [2021-01-09T01:40:54.625Z] Removing intermediate container 55d8d1f512b4 [2021-01-09T01:40:54.625Z] ---> 1bc203f2193e [2021-01-09T01:40:54.625Z] [2021-01-09T01:40:54.625Z] Successfully built 1bc203f2193e [2021-01-09T01:40:54.625Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-09T01:40:55.253Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-09T01:40:55.273Z] $ docker stop --time=1 d8779b8785ca9156538a2325c0c5a692f4c05d02f81a5dbcbf891ec3c39fbaa4 [2021-01-09T01:40:57.888Z] $ docker rm -f d8779b8785ca9156538a2325c0c5a692f4c05d02f81a5dbcbf891ec3c39fbaa4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:40:58.784Z] + docker images [2021-01-09T01:40:58.785Z] + grep docker [2021-01-09T01:40:59.103Z] docker-sys-mgmt-agent-go latest 1bc203f2193e 4 seconds ago 313MB [2021-01-09T01:40:59.103Z] docker-security-secretstore-setup-go latest a512c0b353cf About a minute ago 24.6MB [2021-01-09T01:40:59.103Z] docker-security-proxy-setup-go latest 1e4aeab34d9d About a minute ago 24.5MB [2021-01-09T01:40:59.103Z] docker-core-command-go latest 317f950366b8 About a minute ago 10.6MB [2021-01-09T01:40:59.103Z] docker-core-data-go latest 9dd9117d930d 2 minutes ago 22.3MB [2021-01-09T01:40:59.103Z] docker-security-bootstrap-redis-go latest 346b6490411d 2 minutes ago 15.8MB [2021-01-09T01:40:59.103Z] docker-core-metadata-go latest 8807afc4a442 2 minutes ago 13MB [2021-01-09T01:40:59.103Z] docker-support-notifications-go latest 617b4b794b12 2 minutes ago 12MB [2021-01-09T01:40:59.103Z] docker-support-scheduler-go latest 525aef5cb4a8 2 minutes ago 10.7MB [2021-01-09T01:40:59.103Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-09T01:41:15.102Z] Still waiting to schedule task [2021-01-09T01:41:15.102Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-09T01:41:19.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:41:19.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:41:19.764Z] ---> aed26b625222 [2021-01-09T01:41:19.764Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:41:19.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:41:19.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:41:19.764Z] ---> aed26b625222 [2021-01-09T01:41:19.764Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T01:41:19.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:41:19.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:41:19.764Z] ---> aed26b625222 [2021-01-09T01:41:19.764Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:41:20.038Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:41:20.038Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:41:20.038Z] ---> aed26b625222 [2021-01-09T01:41:20.038Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:41:20.038Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:41:20.038Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:41:20.038Z] ---> aed26b625222 [2021-01-09T01:41:20.038Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:41:24.345Z] ---> Running in 8e3ef23a57e0 [2021-01-09T01:41:24.345Z] ---> Running in 21b05ba86a7b [2021-01-09T01:41:24.345Z] ---> Running in cce486601675 [2021-01-09T01:41:24.345Z] ---> Running in ecb21ead815d [2021-01-09T01:41:24.345Z] ---> Running in 91b13aaa238f [2021-01-09T01:41:24.932Z] Removing intermediate container ecb21ead815d [2021-01-09T01:41:24.932Z] ---> 79d6cd937b4d [2021-01-09T01:41:24.932Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:41:24.932Z] Removing intermediate container 8e3ef23a57e0 [2021-01-09T01:41:24.932Z] ---> f0b8b7b3806a [2021-01-09T01:41:24.932Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:41:24.932Z] Removing intermediate container cce486601675 [2021-01-09T01:41:24.932Z] ---> d22cbeae5dcb [2021-01-09T01:41:24.932Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:41:24.932Z] Removing intermediate container 91b13aaa238f [2021-01-09T01:41:24.932Z] ---> b56038cb461d [2021-01-09T01:41:24.932Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:41:24.932Z] Removing intermediate container 21b05ba86a7b [2021-01-09T01:41:24.932Z] ---> 8c1320f6dac1 [2021-01-09T01:41:24.932Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:41:25.202Z] ---> Running in 105df04d51de [2021-01-09T01:41:25.202Z] ---> Running in 074b9c620b66 [2021-01-09T01:41:25.202Z] ---> Running in 116f969bf3d6 [2021-01-09T01:41:25.202Z] ---> Running in cb320dbc2434 [2021-01-09T01:41:25.202Z] ---> Running in 560da9d51ab4 [2021-01-09T01:41:28.620Z] Removing intermediate container 105df04d51de [2021-01-09T01:41:28.620Z] ---> fd737d6e562b [2021-01-09T01:41:28.620Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:41:28.898Z] ---> Running in 97df22e91a48 [2021-01-09T01:41:28.898Z] Removing intermediate container cb320dbc2434 [2021-01-09T01:41:28.898Z] ---> 9eefced469f9 [2021-01-09T01:41:28.898Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:41:29.178Z] Removing intermediate container 116f969bf3d6 [2021-01-09T01:41:29.178Z] ---> f5c1b5e8625c [2021-01-09T01:41:29.178Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:41:29.178Z] ---> Running in 95f7e80e7fde [2021-01-09T01:41:29.454Z] ---> Running in a7e73b8743ae [2021-01-09T01:41:29.454Z] Removing intermediate container 560da9d51ab4 [2021-01-09T01:41:29.454Z] ---> ae5564c99fc8 [2021-01-09T01:41:29.454Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T01:41:29.730Z] Removing intermediate container 074b9c620b66 [2021-01-09T01:41:29.731Z] ---> 9222f8ad41c9 [2021-01-09T01:41:29.731Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T01:41:29.731Z] ---> Running in 41c0e573e124 [2021-01-09T01:41:30.017Z] ---> Running in 251e6fccb7b2 [2021-01-09T01:41:31.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:31.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:31.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:31.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:31.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:31.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:31.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:32.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:32.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:32.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:41:32.382Z] OK: 217 MiB in 51 packages [2021-01-09T01:41:32.382Z] OK: 217 MiB in 51 packages [2021-01-09T01:41:32.665Z] OK: 217 MiB in 51 packages [2021-01-09T01:41:32.953Z] OK: 217 MiB in 51 packages [2021-01-09T01:41:33.230Z] OK: 217 MiB in 51 packages [2021-01-09T01:41:34.223Z] Removing intermediate container 97df22e91a48 [2021-01-09T01:41:34.223Z] ---> 7755a5de6e72 [2021-01-09T01:41:34.223Z] Step 6/22 : COPY go.mod . [2021-01-09T01:41:34.500Z] Removing intermediate container 95f7e80e7fde [2021-01-09T01:41:34.500Z] ---> 3c413c0e0c60 [2021-01-09T01:41:34.500Z] Step 6/22 : COPY go.mod . [2021-01-09T01:41:34.782Z] Removing intermediate container a7e73b8743ae [2021-01-09T01:41:34.782Z] ---> 599caace6b43 [2021-01-09T01:41:34.782Z] Step 6/22 : COPY go.mod . [2021-01-09T01:41:34.782Z] Removing intermediate container 41c0e573e124 [2021-01-09T01:41:34.782Z] ---> 17c9aabd33dd [2021-01-09T01:41:34.782Z] Step 6/24 : COPY go.mod . [2021-01-09T01:41:35.074Z] Removing intermediate container 251e6fccb7b2 [2021-01-09T01:41:35.074Z] ---> e48ca2cca159 [2021-01-09T01:41:35.074Z] Step 6/23 : COPY go.mod . [2021-01-09T01:41:35.357Z] ---> c5c05bb27f54 [2021-01-09T01:41:35.357Z] Step 7/22 : RUN go mod download [2021-01-09T01:41:35.636Z] ---> 4a55b67eef3b [2021-01-09T01:41:35.636Z] Step 7/22 : RUN go mod download [2021-01-09T01:41:35.636Z] ---> Running in 882388524d36 [2021-01-09T01:41:35.912Z] ---> 4c4cbcaf06ed [2021-01-09T01:41:35.912Z] Step 7/22 : RUN go mod download [2021-01-09T01:41:35.912Z] ---> Running in 96e8cdd14958 [2021-01-09T01:41:36.189Z] ---> Running in 4aefc81b7aad [2021-01-09T01:41:36.189Z] ---> 284a09db5fd2 [2021-01-09T01:41:36.189Z] Step 7/24 : RUN go mod download [2021-01-09T01:41:36.461Z] ---> 5d15218cc3c6 [2021-01-09T01:41:36.461Z] Step 7/23 : RUN go mod download [2021-01-09T01:41:36.461Z] ---> Running in 7e0144e194b3 [2021-01-09T01:41:36.733Z] ---> Running in 8ee5b444263b [2021-01-09T01:41:40.148Z] Removing intermediate container 882388524d36 [2021-01-09T01:41:40.148Z] ---> d6dcca71025b [2021-01-09T01:41:40.148Z] Step 8/22 : COPY . . [2021-01-09T01:41:40.423Z] Removing intermediate container 96e8cdd14958 [2021-01-09T01:41:40.423Z] ---> 1a875c07ae66 [2021-01-09T01:41:40.423Z] Step 8/22 : COPY . . [2021-01-09T01:41:40.702Z] Removing intermediate container 4aefc81b7aad [2021-01-09T01:41:40.702Z] ---> ea96f9303f1b [2021-01-09T01:41:40.702Z] Step 8/22 : COPY . . [2021-01-09T01:41:40.983Z] Removing intermediate container 7e0144e194b3 [2021-01-09T01:41:40.983Z] ---> 465124c27057 [2021-01-09T01:41:40.983Z] Step 8/24 : COPY . . [2021-01-09T01:41:41.265Z] Removing intermediate container 8ee5b444263b [2021-01-09T01:41:41.265Z] ---> 079281089981 [2021-01-09T01:41:41.265Z] Step 8/23 : COPY . . [2021-01-09T01:42:08.079Z] ---> 651ef6e4e618 [2021-01-09T01:42:08.079Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-09T01:42:08.079Z] ---> b5a38c19f609 [2021-01-09T01:42:08.079Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-09T01:42:08.079Z] ---> 1cb68877aaa5 [2021-01-09T01:42:08.079Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T01:42:08.079Z] ---> Running in ea867759719d [2021-01-09T01:42:08.079Z] ---> Running in 56bd7506d6f7 [2021-01-09T01:42:08.079Z] ---> Running in d4e575503492 [2021-01-09T01:42:08.079Z] ---> 66730ff17214 [2021-01-09T01:42:08.079Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T01:42:08.079Z] ---> 0fa4084fa093 [2021-01-09T01:42:08.079Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T01:42:08.079Z] ---> Running in 05722e6a820f [2021-01-09T01:42:08.079Z] ---> Running in 5a380582432e [2021-01-09T01:42:08.079Z] 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 [2021-01-09T01:42:08.079Z] 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 [2021-01-09T01:42:08.079Z] 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 [2021-01-09T01:42:08.079Z] 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 [2021-01-09T01:42:08.079Z] 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 [2021-01-09T01:42:11.113Z] Running on prd-ubuntu18.04-docker-8c-8g-19207 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws [2021-01-09T01:42:11.174Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-09T01:42:13.261Z] using credential edgex-jenkins-ssh [2021-01-09T01:42:13.362Z] Cloning the remote Git repository [2021-01-09T01:42:13.378Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:42:13.447Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-09T01:42:13.471Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:42:13.471Z] > git --version # timeout=10 [2021-01-09T01:42:13.480Z] > git --version # 'git version 2.17.1' [2021-01-09T01:42:13.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:42:13.501Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:42:20.658Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:42:20.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:42:20.671Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:42:20.681Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:42:20.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:42:20.684Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T01:42:21.242Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:42:21.384Z] Merge succeeded, producing 502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:42:21.385Z] Checking out Revision 502fe876c1df51de9bce13ca4f84d605168e4657 (PR-3001) [2021-01-09T01:42:21.260Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:42:21.263Z] > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [2021-01-09T01:42:21.366Z] > git remote # timeout=10 [2021-01-09T01:42:21.371Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T01:42:21.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:42:21.383Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-09T01:42:21.389Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T01:42:21.396Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:42:21.399Z] > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [2021-01-09T01:42:24.995Z] Commit message: "feat(meta): add POST /provisionwatcher V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:42:26.205Z] + echo snap-build.sh [2021-01-09T01:42:26.205Z] snap-build.sh [2021-01-09T01:42:26.205Z] + SNAP_BASE_DIR=. [2021-01-09T01:42:26.205Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-09T01:42:26.205Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-09T01:42:26.205Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-09T01:42:26.205Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-09T01:42:26.205Z] + cd /w/workspace/edgex-go/3 [2021-01-09T01:42:26.205Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-09T01:42:26.205Z] Reading package lists... [2021-01-09T01:42:26.205Z] Building dependency tree... [2021-01-09T01:42:26.205Z] Reading state information... [2021-01-09T01:42:26.477Z] The following packages were automatically installed and are no longer required: [2021-01-09T01:42:26.477Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-09T01:42:26.477Z] uidmap xdelta3 [2021-01-09T01:42:26.477Z] Use 'sudo apt autoremove' to remove them. [2021-01-09T01:42:26.477Z] The following packages will be REMOVED: [2021-01-09T01:42:26.477Z] lxd* lxd-client* [2021-01-09T01:42:27.057Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-09T01:42:27.057Z] After this operation, 31.7 MB disk space will be freed. [2021-01-09T01:42:28.119Z] (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.) [2021-01-09T01:42:28.119Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T01:42:29.061Z] Removing lxd dnsmasq configuration [2021-01-09T01:42:29.061Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T01:42:29.061Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-09T01:42:29.638Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-09T01:42:29.904Z] (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.) [2021-01-09T01:42:29.904Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T01:42:31.291Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-09T01:42:31.291Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-09T01:42:32.675Z] + sudo snap remove --purge lxd [2021-01-09T01:42:32.935Z] snap "lxd" is not installed [2021-01-09T01:42:32.935Z] + sudo groupadd --force --system lxd [2021-01-09T01:42:32.935Z] ++ whoami [2021-01-09T01:42:32.935Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-09T01:42:32.935Z] + newgrp - lxd [2021-01-09T01:42:32.935Z] + sudo snap install lxd [2021-01-09T01:42:41.075Z] 2021-01-09T01:42:38Z INFO Waiting for automatic snapd restart... [2021-01-09T01:42:56.018Z] lxd 4.9 from Canonical* installed [2021-01-09T01:42:56.018Z] + sudo lxd init --auto [2021-01-09T01:43:02.617Z] + sudo snap install --classic snapcraft [2021-01-09T01:43:09.198Z] snapcraft 4.4.4 from Canonical* installed [2021-01-09T01:43:09.198Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-09T01:43:09.198Z] + patch --verbose -p1 [2021-01-09T01:43:09.198Z] Hmm... Looks like a unified diff to me... [2021-01-09T01:43:09.198Z] The text leading up to this was: [2021-01-09T01:43:09.198Z] -------------------------- [2021-01-09T01:43:09.198Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-09T01:43:09.198Z] |From: Tony Espy [2021-01-09T01:43:09.198Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-09T01:43:09.198Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-09T01:43:09.198Z] | [2021-01-09T01:43:09.198Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-09T01:43:09.198Z] |optimize the snap CI check run for pull requests. When [2021-01-09T01:43:09.198Z] |applied, it essentially strips out everything (apps and [2021-01-09T01:43:09.198Z] |parts) from the snapcraft.yaml file except those required [2021-01-09T01:43:09.198Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-09T01:43:09.198Z] |catch changes to edgex-go that break the snap build. [2021-01-09T01:43:09.198Z] | [2021-01-09T01:43:09.198Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-09T01:43:09.198Z] |to update this patch file, otherwise it may fail to apply, [2021-01-09T01:43:09.198Z] |resulting in a failed snap build CI check in the associated [2021-01-09T01:43:09.198Z] |pull request. [2021-01-09T01:43:09.198Z] | [2021-01-09T01:43:09.198Z] |Note - in addition to applying this patch, the pipeline also [2021-01-09T01:43:09.198Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-09T01:43:09.198Z] |need to build the finally binary .snap file (and it won't [2021-01-09T01:43:09.198Z] |work with the patch applied). This further reduces the build [2021-01-09T01:43:09.198Z] |time. [2021-01-09T01:43:09.198Z] |--- [2021-01-09T01:43:09.198Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-09T01:43:09.198Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-09T01:43:09.198Z] | [2021-01-09T01:43:09.198Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-09T01:43:09.198Z] |index 1e537489..faf42425 100644 [2021-01-09T01:43:09.198Z] |--- a/snap/snapcraft.yaml [2021-01-09T01:43:09.198Z] |+++ b/snap/snapcraft.yaml [2021-01-09T01:43:09.198Z] -------------------------- [2021-01-09T01:43:09.198Z] patching file snap/snapcraft.yaml [2021-01-09T01:43:09.198Z] Using Plan A... [2021-01-09T01:43:09.198Z] Hunk #1 succeeded at 73. [2021-01-09T01:43:09.198Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-09T01:43:09.198Z] Hunk #3 succeeded at 214. [2021-01-09T01:43:09.198Z] Hunk #4 succeeded at 222. [2021-01-09T01:43:09.198Z] Hunk #5 succeeded at 229. [2021-01-09T01:43:09.198Z] Hunk #6 succeeded at 256. [2021-01-09T01:43:09.198Z] Hunk #7 succeeded at 290. [2021-01-09T01:43:09.198Z] Hunk #8 succeeded at 341. [2021-01-09T01:43:09.198Z] Hmm... Ignoring the trailing garbage. [2021-01-09T01:43:09.198Z] done [2021-01-09T01:43:09.198Z] + sudo snapcraft prime --use-lxd [2021-01-09T01:43:09.457Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-09T01:43:09.718Z] 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: [2021-01-09T01:43:09.718Z] - README.md [2021-01-09T01:43:09.718Z] - snapcraft.yaml.orig [2021-01-09T01:43:09.718Z] [2021-01-09T01:43:09.718Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-09T01:43:10.288Z] Launching a container. [2021-01-09T01:43:22.537Z] Waiting for container to be ready [2021-01-09T01:43:22.537Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-09T01:43:22.537Z] [2021-01-09T01:43:25.081Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-09T01:43:25.081Z] Waiting for network to be ready... [2021-01-09T01:43:25.650Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-09T01:43:25.650Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-09T01:43:25.909Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-09T01:43:25.909Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-09T01:43:26.169Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-09T01:43:26.430Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-09T01:43:26.430Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-09T01:43:26.430Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-09T01:43:26.430Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-09T01:43:26.430Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-09T01:43:26.430Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-09T01:43:26.430Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-09T01:43:26.430Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-09T01:43:26.430Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-09T01:43:26.430Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-09T01:43:26.430Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-09T01:43:26.430Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-09T01:43:26.430Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-09T01:43:26.691Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-09T01:43:26.952Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-09T01:43:26.952Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-09T01:43:26.952Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-09T01:43:26.952Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-09T01:43:26.952Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-09T01:43:27.212Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-09T01:43:27.212Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-09T01:43:27.212Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-09T01:43:29.919Z] 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 [2021-01-09T01:43:30.508Z] Fetched 23.7 MB in 5s (4456 kB/s) [2021-01-09T01:43:31.901Z] Reading package lists... [2021-01-09T01:43:32.162Z] Reading package lists... [2021-01-09T01:43:32.422Z] Building dependency tree... [2021-01-09T01:43:32.422Z] Reading state information... [2021-01-09T01:43:32.422Z] The following additional packages will be installed: [2021-01-09T01:43:32.422Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-09T01:43:32.422Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-09T01:43:32.422Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-09T01:43:32.422Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-09T01:43:32.422Z] Suggested packages: [2021-01-09T01:43:32.422Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-09T01:43:32.422Z] Recommended packages: [2021-01-09T01:43:32.422Z] gnupg libsasl2-modules [2021-01-09T01:43:32.682Z] The following NEW packages will be installed: [2021-01-09T01:43:32.682Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-09T01:43:32.682Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-09T01:43:32.682Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-09T01:43:32.682Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-09T01:43:32.682Z] The following packages will be upgraded: [2021-01-09T01:43:32.682Z] gpg gpg-agent gpgconf libudev1 [2021-01-09T01:43:32.682Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-09T01:43:32.682Z] Need to get 3532 kB of archives. [2021-01-09T01:43:32.682Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-09T01:43:32.682Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-09T01:43:32.682Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-09T01:43:32.682Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-09T01:43:32.682Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-09T01:43:32.682Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-09T01:43:32.682Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-09T01:43:32.943Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-09T01:43:33.202Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-09T01:43:33.462Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-09T01:43:33.462Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-09T01:43:33.462Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-09T01:43:33.462Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-09T01:43:33.462Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-09T01:43:33.462Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-09T01:43:33.462Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-09T01:43:33.462Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-09T01:43:33.462Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-09T01:43:33.462Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-09T01:43:33.722Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-09T01:43:33.722Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-09T01:43:33.722Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-09T01:43:33.722Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-09T01:43:33.722Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:43:33.722Z] Fetched 3532 kB in 1s (3237 kB/s) [2021-01-09T01:43:33.982Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-09T01:43:33.982Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:43:33.982Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:43:33.982Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-09T01:43:34.243Z] Selecting previously unselected package udev. [2021-01-09T01:43:34.243Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-09T01:43:34.243Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:43:34.243Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-09T01:43:34.503Z] Selecting previously unselected package libfuse2:amd64. [2021-01-09T01:43:34.503Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-09T01:43:34.503Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-09T01:43:34.503Z] Selecting previously unselected package fuse. [2021-01-09T01:43:34.503Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-09T01:43:34.764Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-09T01:43:34.764Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:43:34.764Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:43:34.764Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:43:34.764Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:43:35.024Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:43:35.024Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:43:35.024Z] Selecting previously unselected package libksba8:amd64. [2021-01-09T01:43:35.024Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-09T01:43:35.285Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-09T01:43:35.285Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-09T01:43:35.285Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.285Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:35.285Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-09T01:43:35.285Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.285Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:35.547Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-09T01:43:35.547Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.547Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:35.547Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-09T01:43:35.547Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.547Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:35.808Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-09T01:43:35.808Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.808Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:35.808Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-09T01:43:35.808Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.808Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:35.808Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-09T01:43:35.808Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:35.808Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:36.067Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-09T01:43:36.067Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:36.068Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:36.068Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-09T01:43:36.068Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:43:36.068Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:36.331Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-09T01:43:36.331Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-09T01:43:36.331Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:43:36.331Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-09T01:43:36.331Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-09T01:43:36.331Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:43:36.331Z] Selecting previously unselected package libldap-common. [2021-01-09T01:43:36.331Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-09T01:43:36.331Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:43:36.603Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-09T01:43:36.603Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-09T01:43:36.603Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:43:36.603Z] Selecting previously unselected package dirmngr. [2021-01-09T01:43:36.603Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:43:36.603Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-09T01:43:36.676Z] Removing intermediate container 56bd7506d6f7 [2021-01-09T01:43:36.676Z] ---> 982ef37ab61c [2021-01-09T01:43:36.676Z] [2021-01-09T01:43:36.676Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T01:43:36.676Z] 3.12: Pulling from library/alpine [2021-01-09T01:43:36.907Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:43:36.907Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-09T01:43:36.907Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-09T01:43:36.907Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:43:36.907Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:43:36.907Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-09T01:43:36.907Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:36.907Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-09T01:43:37.184Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:43:37.184Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-09T01:43:37.454Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-09T01:43:37.454Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.714Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-09T01:43:37.714Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-09T01:43:37.714Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-09T01:43:37.714Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:43:37.974Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:43:37.974Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-09T01:43:38.233Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:43:38.494Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-09T01:43:38.494Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-09T01:43:38.494Z] This means they are not meant to be enabled using systemctl. [2021-01-09T01:43:38.494Z] Possible reasons for having this kind of units are: [2021-01-09T01:43:38.494Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-09T01:43:38.494Z] .wants/ or .requires/ directory. [2021-01-09T01:43:38.494Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-09T01:43:38.494Z] a requirement dependency on it. [2021-01-09T01:43:38.494Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-09T01:43:38.494Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-09T01:43:38.494Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-09T01:43:38.494Z] instance name specified. [2021-01-09T01:43:38.755Z] Reading package lists... [2021-01-09T01:43:39.015Z] Building dependency tree... [2021-01-09T01:43:39.015Z] Reading state information... [2021-01-09T01:43:39.015Z] The following additional packages will be installed: [2021-01-09T01:43:39.015Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-09T01:43:39.015Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-09T01:43:39.015Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-09T01:43:39.015Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-09T01:43:39.015Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-09T01:43:39.015Z] Suggested packages: [2021-01-09T01:43:39.015Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-09T01:43:39.015Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-09T01:43:39.015Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-09T01:43:39.015Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-09T01:43:39.015Z] systemd-container policykit-1 [2021-01-09T01:43:39.015Z] Recommended packages: [2021-01-09T01:43:39.015Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-09T01:43:39.015Z] The following NEW packages will be installed: [2021-01-09T01:43:39.015Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-09T01:43:39.015Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-09T01:43:39.015Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-09T01:43:39.015Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-09T01:43:39.015Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-09T01:43:39.015Z] The following packages will be upgraded: [2021-01-09T01:43:39.015Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-09T01:43:39.278Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-09T01:43:39.278Z] Need to get 35.2 MB of archives. [2021-01-09T01:43:39.278Z] After this operation, 141 MB of additional disk space will be used. [2021-01-09T01:43:39.278Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-09T01:43:39.278Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-09T01:43:39.849Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-09T01:43:40.105Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T01:43:40.105Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T01:43:40.105Z] ---> afeebe901d6b [2021-01-09T01:43:40.105Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:43:40.109Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-09T01:43:40.109Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-09T01:43:40.109Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-09T01:43:40.371Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-09T01:43:40.371Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-09T01:43:40.371Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-09T01:43:40.371Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-09T01:43:40.371Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-09T01:43:40.371Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-09T01:43:40.371Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-09T01:43:40.371Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-09T01:43:40.371Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-09T01:43:40.371Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-09T01:43:40.371Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-09T01:43:40.371Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-09T01:43:40.371Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-09T01:43:40.371Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-09T01:43:40.371Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-09T01:43:40.371Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-09T01:43:40.371Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-09T01:43:40.371Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-09T01:43:40.371Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-09T01:43:40.371Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-09T01:43:40.371Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-09T01:43:40.371Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-09T01:43:40.371Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-09T01:43:40.632Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-09T01:43:40.705Z] ---> Running in ca96bad59858 [2021-01-09T01:43:40.705Z] Removing intermediate container 5a380582432e [2021-01-09T01:43:40.705Z] ---> 8968ddf6b60a [2021-01-09T01:43:40.705Z] [2021-01-09T01:43:40.705Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T01:43:40.705Z] ---> afeebe901d6b [2021-01-09T01:43:40.705Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:43:41.302Z] ---> Running in 78acbbceced4 [2021-01-09T01:43:41.573Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:43:41.573Z] Fetched 35.2 MB in 2s (16.5 MB/s) [2021-01-09T01:43:41.573Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T01:43:41.573Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:43:41.573Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:43:42.514Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:43:42.514Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:43:42.514Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-09T01:43:42.514Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T01:43:42.514Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-09T01:43:42.514Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-09T01:43:42.773Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-09T01:43:42.773Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T01:43:42.773Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-09T01:43:43.033Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-09T01:43:43.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:43:43.292Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-09T01:43:43.292Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-09T01:43:43.866Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-09T01:43:43.866Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-09T01:43:43.866Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-09T01:43:43.866Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-09T01:43:44.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:43:44.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:43:44.470Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-09T01:43:44.470Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:43:44.470Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:44.470Z] Selecting previously unselected package libexpat1:amd64. [2021-01-09T01:43:44.470Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-09T01:43:44.470Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-09T01:43:44.470Z] Selecting previously unselected package python3.6-minimal. [2021-01-09T01:43:44.470Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:43:44.470Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:44.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:43:44.531Z] Removing intermediate container d4e575503492 [2021-01-09T01:43:44.531Z] ---> b119e7a53779 [2021-01-09T01:43:44.531Z] [2021-01-09T01:43:44.531Z] Step 10/22 : FROM scratch [2021-01-09T01:43:44.531Z] ---> [2021-01-09T01:43:44.531Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:43:44.730Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-09T01:43:44.811Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T01:43:44.811Z] ---> Running in a594a399a8f6 [2021-01-09T01:43:44.811Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:43:44.811Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T01:43:44.811Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T01:43:44.811Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T01:43:44.811Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:43:44.990Z] Checking for services that may need to be restarted...done. [2021-01-09T01:43:44.991Z] Checking for services that may need to be restarted...done. [2021-01-09T01:43:44.991Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:44.991Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-09T01:43:44.991Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:45.092Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:43:45.711Z] OK: 7 MiB in 19 packages [2021-01-09T01:43:45.711Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T01:43:45.711Z] Removing intermediate container a594a399a8f6 [2021-01-09T01:43:45.711Z] ---> 9beb2783301d [2021-01-09T01:43:45.711Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-09T01:43:45.711Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:43:45.930Z] Selecting previously unselected package python3-minimal. [2021-01-09T01:43:45.930Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-09T01:43:45.930Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-09T01:43:45.930Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-09T01:43:45.930Z] Selecting previously unselected package mime-support. [2021-01-09T01:43:45.930Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-09T01:43:45.930Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-09T01:43:45.930Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-09T01:43:45.930Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-09T01:43:45.930Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-09T01:43:45.930Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-09T01:43:45.930Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:43:45.930Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:46.001Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T01:43:46.001Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T01:43:46.001Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T01:43:46.001Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:43:46.001Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:43:46.001Z] ---> Running in b49e6518aa0e [2021-01-09T01:43:46.190Z] Selecting previously unselected package python3.6. [2021-01-09T01:43:46.190Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:43:46.190Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:46.450Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-09T01:43:46.450Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-09T01:43:46.450Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-09T01:43:46.450Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-09T01:43:46.613Z] OK: 7 MiB in 19 packages [2021-01-09T01:43:46.710Z] Selecting previously unselected package python3. [2021-01-09T01:43:46.711Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-09T01:43:46.711Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-09T01:43:46.711Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-09T01:43:46.711Z] Selecting previously unselected package multiarch-support. [2021-01-09T01:43:46.711Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:43:46.711Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-09T01:43:46.971Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-09T01:43:46.971Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-09T01:43:46.971Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-09T01:43:46.971Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-09T01:43:46.971Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-09T01:43:46.971Z] Selecting previously unselected package libbsd0:amd64. [2021-01-09T01:43:46.971Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-09T01:43:47.212Z] Removing intermediate container b49e6518aa0e [2021-01-09T01:43:47.212Z] ---> b5b4af8289f3 [2021-01-09T01:43:47.212Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:43:47.212Z] ---> Running in ec0337472e7f [2021-01-09T01:43:47.231Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-09T01:43:47.231Z] Selecting previously unselected package sudo. [2021-01-09T01:43:47.231Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-09T01:43:47.231Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-09T01:43:47.231Z] Selecting previously unselected package apparmor. [2021-01-09T01:43:47.231Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-09T01:43:47.491Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-09T01:43:47.491Z] Selecting previously unselected package libedit2:amd64. [2021-01-09T01:43:47.491Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-09T01:43:47.491Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-09T01:43:47.752Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-09T01:43:47.752Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:43:47.752Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:47.752Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-09T01:43:47.752Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:43:47.752Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:47.752Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-09T01:43:47.752Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-09T01:43:47.752Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-09T01:43:48.013Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-09T01:43:48.013Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:43:48.013Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:48.013Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-09T01:43:48.013Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:43:48.013Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:48.196Z] Removing intermediate container ec0337472e7f [2021-01-09T01:43:48.196Z] ---> a76278a67a22 [2021-01-09T01:43:48.196Z] Step 14/22 : WORKDIR / [2021-01-09T01:43:48.274Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-09T01:43:48.274Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-09T01:43:48.274Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-09T01:43:48.475Z] ---> Running in d1fa298c6267 [2021-01-09T01:43:48.475Z] Removing intermediate container ca96bad59858 [2021-01-09T01:43:48.475Z] ---> ba2fc0fed746 [2021-01-09T01:43:48.475Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-09T01:43:48.535Z] Selecting previously unselected package openssh-client. [2021-01-09T01:43:48.535Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-09T01:43:48.535Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-09T01:43:48.795Z] Selecting previously unselected package squashfs-tools. [2021-01-09T01:43:48.795Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-09T01:43:48.795Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-09T01:43:48.795Z] Selecting previously unselected package snapd. [2021-01-09T01:43:48.795Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-09T01:43:48.795Z] Unpacking snapd (2.48+18.04) ... [2021-01-09T01:43:49.082Z] ---> Running in bf904014e9e5 [2021-01-09T01:43:49.368Z] Removing intermediate container d1fa298c6267 [2021-01-09T01:43:49.368Z] ---> d0cd6ae3fe57 [2021-01-09T01:43:49.368Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T01:43:49.650Z] Removing intermediate container 78acbbceced4 [2021-01-09T01:43:49.650Z] ---> c797e6027314 [2021-01-09T01:43:49.650Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:43:49.927Z] Removing intermediate container bf904014e9e5 [2021-01-09T01:43:49.927Z] ---> c6027afb0606 [2021-01-09T01:43:49.927Z] Step 13/22 : WORKDIR / [2021-01-09T01:43:49.927Z] ---> Running in 45540970c0ae [2021-01-09T01:43:50.202Z] ---> Running in 6b95321f22b0 [2021-01-09T01:43:50.806Z] Removing intermediate container 45540970c0ae [2021-01-09T01:43:50.806Z] ---> 2cee8a8c4ca6 [2021-01-09T01:43:50.806Z] Step 13/24 : WORKDIR / [2021-01-09T01:43:51.089Z] ---> Running in b05de1db0f2f [2021-01-09T01:43:51.089Z] ---> 1eb2d7375abf [2021-01-09T01:43:51.089Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T01:43:51.089Z] Removing intermediate container 6b95321f22b0 [2021-01-09T01:43:51.089Z] ---> 0e9c4bd4d333 [2021-01-09T01:43:51.089Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-09T01:43:51.340Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-09T01:43:51.340Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-09T01:43:51.340Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-09T01:43:51.340Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-09T01:43:51.340Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-09T01:43:51.340Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:51.340Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:43:51.340Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-09T01:43:51.340Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-09T01:43:52.072Z] Removing intermediate container b05de1db0f2f [2021-01-09T01:43:52.072Z] ---> e4c33f0f071a [2021-01-09T01:43:52.072Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-09T01:43:52.281Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-09T01:43:52.281Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-09T01:43:52.281Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-09T01:43:52.541Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:52.541Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:52.541Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:43:53.061Z] ---> a5c2712fc822 [2021-01-09T01:43:53.061Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-09T01:43:53.111Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-09T01:43:53.371Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:53.371Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-09T01:43:53.371Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-09T01:43:53.371Z] running python rtupdate hooks for python3.6... [2021-01-09T01:43:53.371Z] running python post-rtupdate hooks for python3.6... [2021-01-09T01:43:53.371Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-09T01:43:53.673Z] ---> a7181f222690 [2021-01-09T01:43:53.673Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-09T01:43:53.673Z] ---> 16a631362d00 [2021-01-09T01:43:53.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T01:43:55.113Z] ---> e4d3eb77157f [2021-01-09T01:43:55.113Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-09T01:43:55.113Z] ---> 518bbe59c916 [2021-01-09T01:43:55.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-09T01:43:55.282Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-09T01:43:55.282Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:43:55.393Z] ---> Running in 485856b6d23d [2021-01-09T01:43:55.393Z] ---> cf224fc4bffb [2021-01-09T01:43:55.393Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T01:43:55.542Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-09T01:43:55.542Z] Setting up snapd (2.48+18.04) ... [2021-01-09T01:43:56.112Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-09T01:43:56.371Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-09T01:43:56.378Z] Removing intermediate container 485856b6d23d [2021-01-09T01:43:56.378Z] ---> 10bb46ec6e51 [2021-01-09T01:43:56.378Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:43:56.631Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-09T01:43:56.632Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-09T01:43:56.675Z] ---> Running in af069bf73a4e [2021-01-09T01:43:56.675Z] ---> c2739269e547 [2021-01-09T01:43:56.675Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-09T01:43:56.891Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-09T01:43:56.891Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-09T01:43:56.947Z] ---> 0eb61142cc4c [2021-01-09T01:43:56.947Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T01:43:57.151Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-09T01:43:57.223Z] Removing intermediate container af069bf73a4e [2021-01-09T01:43:57.223Z] ---> a3f7535907f3 [2021-01-09T01:43:57.223Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T01:43:57.413Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-09T01:43:57.413Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-09T01:43:57.498Z] ---> Running in ca6b23fcedd1 [2021-01-09T01:43:57.673Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-09T01:43:57.933Z] /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' [2021-01-09T01:43:57.933Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:43:57.933Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-09T01:43:58.103Z] ---> 845c6c0f7aac [2021-01-09T01:43:58.104Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-09T01:43:58.378Z] ---> Running in fc9d973eeb8e [2021-01-09T01:43:58.378Z] Removing intermediate container ca6b23fcedd1 [2021-01-09T01:43:58.378Z] ---> 69daf50c4fdb [2021-01-09T01:43:58.378Z] Step 21/22 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:43:58.664Z] ---> Running in b8e1a918569a [2021-01-09T01:43:58.664Z] ---> 1581ebc54f24 [2021-01-09T01:43:58.664Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T01:43:59.026Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T01:43:59.026Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T01:43:59.026Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T01:43:59.652Z] Removing intermediate container b8e1a918569a [2021-01-09T01:43:59.652Z] ---> 9fe210de56f5 [2021-01-09T01:43:59.652Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:43:59.652Z] ---> Running in 9222990256d4 [2021-01-09T01:44:00.673Z] Reading package lists... [2021-01-09T01:44:00.933Z] Reading package lists... [2021-01-09T01:44:00.933Z] Building dependency tree... [2021-01-09T01:44:00.933Z] Reading state information... [2021-01-09T01:44:01.119Z] ---> 52402c13a7c5 [2021-01-09T01:44:01.119Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T01:44:01.193Z] Calculating upgrade... [2021-01-09T01:44:01.403Z] Removing intermediate container 9222990256d4 [2021-01-09T01:44:01.403Z] ---> cc58f3bdbaa8 [2021-01-09T01:44:01.403Z] [2021-01-09T01:44:01.462Z] The following packages will be upgraded: [2021-01-09T01:44:01.462Z] advancecomp base-files bash binutils binutils-common [2021-01-09T01:44:01.462Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-09T01:44:01.462Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-09T01:44:01.462Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-09T01:44:01.462Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-09T01:44:01.462Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-09T01:44:01.462Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-09T01:44:01.462Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-09T01:44:01.462Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-09T01:44:01.462Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-09T01:44:01.462Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-09T01:44:01.462Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-09T01:44:01.462Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-09T01:44:01.462Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-09T01:44:01.462Z] ubuntu-keyring util-linux [2021-01-09T01:44:01.462Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T01:44:01.462Z] Need to get 63.7 MB of archives. [2021-01-09T01:44:01.462Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-09T01:44:01.462Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-09T01:44:01.462Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-09T01:44:01.462Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-09T01:44:01.462Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-09T01:44:01.462Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-09T01:44:01.462Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-09T01:44:01.462Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-09T01:44:01.462Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-09T01:44:01.462Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-09T01:44:01.462Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-09T01:44:01.462Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-09T01:44:01.462Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-09T01:44:01.462Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-09T01:44:01.462Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-09T01:44:01.462Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-09T01:44:01.729Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-09T01:44:01.729Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-09T01:44:01.729Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-09T01:44:01.729Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-09T01:44:01.729Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-09T01:44:01.729Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-09T01:44:01.729Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-09T01:44:01.729Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-09T01:44:01.729Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-09T01:44:01.729Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-09T01:44:01.729Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-09T01:44:01.729Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-09T01:44:01.729Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-09T01:44:01.729Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-09T01:44:01.729Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-09T01:44:01.729Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-09T01:44:01.729Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-09T01:44:01.729Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-09T01:44:01.729Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-09T01:44:01.729Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-09T01:44:01.729Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-09T01:44:01.729Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-09T01:44:01.729Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-09T01:44:01.729Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-09T01:44:01.729Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-09T01:44:01.990Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-09T01:44:01.990Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-09T01:44:01.990Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-09T01:44:01.990Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-09T01:44:01.990Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-09T01:44:01.990Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-09T01:44:01.990Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-09T01:44:01.990Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-09T01:44:01.990Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-09T01:44:01.990Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-09T01:44:01.990Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-09T01:44:01.990Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-09T01:44:01.990Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-09T01:44:01.990Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-09T01:44:01.990Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-09T01:44:02.249Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-09T01:44:02.249Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-09T01:44:02.249Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-09T01:44:02.405Z] Successfully built cc58f3bdbaa8 [2021-01-09T01:44:02.509Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-09T01:44:02.509Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-09T01:44:02.509Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-09T01:44:02.509Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-09T01:44:02.509Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-09T01:44:02.509Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-09T01:44:02.509Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-09T01:44:02.509Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-09T01:44:02.509Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-09T01:44:02.509Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-09T01:44:02.509Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-09T01:44:02.769Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-09T01:44:02.769Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-09T01:44:02.769Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-09T01:44:02.769Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-09T01:44:02.769Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-09T01:44:02.769Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-09T01:44:02.769Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-09T01:44:02.769Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-09T01:44:02.769Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-09T01:44:02.769Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-09T01:44:02.769Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-09T01:44:02.769Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-09T01:44:02.769Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-09T01:44:02.769Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-09T01:44:03.017Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-09T01:44:03.017Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-09T01:44:03.017Z] ---> 377d3789dbcf [2021-01-09T01:44:03.017Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-09T01:44:03.029Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-09T01:44:03.029Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-09T01:44:03.029Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-09T01:44:03.029Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-09T01:44:03.029Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-09T01:44:03.029Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-09T01:44:03.029Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-09T01:44:03.029Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-09T01:44:03.029Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-09T01:44:03.029Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-09T01:44:03.029Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-09T01:44:03.029Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-09T01:44:03.030Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-09T01:44:03.290Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-09T01:44:03.290Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:44:03.290Z] Fetched 63.7 MB in 2s (34.6 MB/s) [2021-01-09T01:44:03.292Z] Removing intermediate container fc9d973eeb8e [2021-01-09T01:44:03.292Z] ---> 07f64592a62b [2021-01-09T01:44:03.292Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-09T01:44:03.292Z] ---> Running in ef649c769a7c [2021-01-09T01:44:03.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:03.551Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:44:03.551Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:44:03.565Z] ---> Running in d747c3a74271 [2021-01-09T01:44:03.838Z] Removing intermediate container ea867759719d [2021-01-09T01:44:03.838Z] ---> 7036bc7c1a23 [2021-01-09T01:44:03.838Z] [2021-01-09T01:44:03.838Z] Step 10/22 : FROM scratch [2021-01-09T01:44:03.838Z] ---> [2021-01-09T01:44:03.838Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:44:03.838Z] ---> Using cache [2021-01-09T01:44:03.838Z] ---> 9beb2783301d [2021-01-09T01:44:03.838Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-09T01:44:04.114Z] ---> Running in 4b4aed7e4a02 [2021-01-09T01:44:04.493Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:44:04.494Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:44:04.494Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-09T01:44:04.494Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-09T01:44:04.711Z] Removing intermediate container d747c3a74271 [2021-01-09T01:44:04.711Z] ---> 4f45630c15b8 [2021-01-09T01:44:04.711Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T01:44:04.986Z] Removing intermediate container 4b4aed7e4a02 [2021-01-09T01:44:04.986Z] ---> 9569087b4b38 [2021-01-09T01:44:04.986Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:44:05.065Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:05.331Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:05.331Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:05.331Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:05.589Z] ---> Running in bf6ba3094f96 [2021-01-09T01:44:05.589Z] ---> Running in 001dda92d133 [2021-01-09T01:44:05.591Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:05.591Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:05.591Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:05.591Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:05.851Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:05.851Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:05.851Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:06.112Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:06.112Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:06.112Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:06.112Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:06.372Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:44:06.372Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:06.372Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-09T01:44:06.372Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:06.632Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:44:06.632Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:06.633Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:06.633Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:06.633Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:06.906Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:06.906Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:44:07.025Z] Removing intermediate container 001dda92d133 [2021-01-09T01:44:07.025Z] ---> 7ce28b57a26a [2021-01-09T01:44:07.025Z] Step 14/22 : WORKDIR / [2021-01-09T01:44:07.025Z] Removing intermediate container bf6ba3094f96 [2021-01-09T01:44:07.025Z] ---> dad84397f5d3 [2021-01-09T01:44:07.025Z] Step 21/22 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:44:07.168Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:07.168Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:44:07.168Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:44:07.297Z] ---> Running in 989e0b13e871 [2021-01-09T01:44:07.297Z] Removing intermediate container ef649c769a7c [2021-01-09T01:44:07.297Z] ---> 4bed37767226 [2021-01-09T01:44:07.297Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T01:44:07.428Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:44:07.897Z] ---> Running in c421ff11529f [2021-01-09T01:44:08.000Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-09T01:44:08.266Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:44:08.266Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-09T01:44:08.266Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-09T01:44:08.266Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-09T01:44:08.266Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-09T01:44:08.491Z] ---> Running in fee41f8dabd9 [2021-01-09T01:44:08.526Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-09T01:44:08.526Z] Installing new version of config file /etc/issue ... [2021-01-09T01:44:08.526Z] Installing new version of config file /etc/issue.net ... [2021-01-09T01:44:08.526Z] Installing new version of config file /etc/lsb-release ... [2021-01-09T01:44:08.526Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-09T01:44:08.770Z] Removing intermediate container 989e0b13e871 [2021-01-09T01:44:08.770Z] Removing intermediate container c421ff11529f [2021-01-09T01:44:08.770Z] ---> 16682c524fe8 [2021-01-09T01:44:08.770Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T01:44:08.770Z] ---> c3a1b00d2777 [2021-01-09T01:44:08.770Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:44:08.786Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-09T01:44:08.786Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-09T01:44:08.786Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-09T01:44:09.046Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:09.046Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-09T01:44:09.046Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-09T01:44:09.046Z] ---> Running in a7fce1b43381 [2021-01-09T01:44:09.046Z] Removing intermediate container fee41f8dabd9 [2021-01-09T01:44:09.046Z] ---> 62ab5ae9ff58 [2021-01-09T01:44:09.046Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T01:44:09.306Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-09T01:44:09.306Z] 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 [2021-01-09T01:44:09.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:09.306Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:09.306Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:09.566Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:09.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:09.566Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-09T01:44:09.566Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-09T01:44:09.636Z] ---> Running in 2bc41e6ab6d4 [2021-01-09T01:44:09.825Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-09T01:44:09.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:09.825Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-09T01:44:09.825Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T01:44:09.908Z] ---> 965e3515ea91 [2021-01-09T01:44:09.909Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T01:44:09.909Z] Removing intermediate container a7fce1b43381 [2021-01-09T01:44:09.909Z] ---> 7823c728d452 [2021-01-09T01:44:09.909Z] [2021-01-09T01:44:10.085Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-09T01:44:10.183Z] Removing intermediate container 2bc41e6ab6d4 [2021-01-09T01:44:10.183Z] ---> ec2a4f703de5 [2021-01-09T01:44:10.183Z] Step 23/24 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:44:10.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:10.348Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:44:10.348Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:44:10.348Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T01:44:10.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:10.348Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:44:10.608Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:44:10.608Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-09T01:44:10.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:10.608Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-09T01:44:10.779Z] Successfully built 7823c728d452 [2021-01-09T01:44:10.868Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-09T01:44:10.868Z] Setting up grep (3.1-2build1) ... [2021-01-09T01:44:10.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:10.868Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-09T01:44:11.128Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-09T01:44:11.128Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-09T01:44:11.376Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-09T01:44:11.376Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-09T01:44:11.376Z] ---> Running in 9c892fdeaefa [2021-01-09T01:44:11.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:11.388Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:44:11.388Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:44:11.388Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-09T01:44:11.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:11.388Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T01:44:11.388Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:44:11.960Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T01:44:11.960Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:44:12.222Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T01:44:12.222Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:44:12.366Z] Removing intermediate container 05722e6a820f [2021-01-09T01:44:12.366Z] ---> c009212f3911 [2021-01-09T01:44:12.366Z] [2021-01-09T01:44:12.366Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T01:44:12.366Z] ---> afeebe901d6b [2021-01-09T01:44:12.366Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:44:12.366Z] Removing intermediate container 9c892fdeaefa [2021-01-09T01:44:12.366Z] ---> 26ea00e53c1a [2021-01-09T01:44:12.366Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:44:12.366Z] ---> 7fc8494e879e [2021-01-09T01:44:12.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T01:44:12.791Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-09T01:44:12.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:12.792Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-09T01:44:12.792Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:44:12.966Z] ---> Running in 17bcd2e2c7cd [2021-01-09T01:44:12.967Z] ---> Running in 7f58ff9ed6a0 [2021-01-09T01:44:14.173Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-09T01:44:14.173Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-09T01:44:14.173Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-09T01:44:14.173Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-09T01:44:14.173Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-09T01:44:14.413Z] ---> ca62bef6472e [2021-01-09T01:44:14.413Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-09T01:44:14.413Z] Removing intermediate container 17bcd2e2c7cd [2021-01-09T01:44:14.413Z] ---> 3b7df0ab78a5 [2021-01-09T01:44:14.413Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T01:44:14.413Z] Removing intermediate container 7f58ff9ed6a0 [2021-01-09T01:44:14.413Z] ---> 8cb97866e9cd [2021-01-09T01:44:14.413Z] [2021-01-09T01:44:14.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:14.434Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-09T01:44:14.434Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-09T01:44:14.434Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-09T01:44:14.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:14.694Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:14.694Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:14.694Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:14.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:14.954Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:14.954Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:14.954Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:15.018Z] ---> Running in ee14ec7b4b03 [2021-01-09T01:44:15.018Z] Successfully built 8cb97866e9cd [2021-01-09T01:44:15.215Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:15.215Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:15.215Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:15.215Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:15.215Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:15.215Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:15.291Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-09T01:44:15.291Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-09T01:44:15.291Z] ---> Running in c60deecbd981 [2021-01-09T01:44:15.475Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:15.475Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:15.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:15.735Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:44:15.735Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:44:15.735Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:44:15.735Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:44:15.900Z] Removing intermediate container ee14ec7b4b03 [2021-01-09T01:44:15.900Z] ---> e7f65bfbd133 [2021-01-09T01:44:15.900Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:44:15.995Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T01:44:16.177Z] Removing intermediate container c60deecbd981 [2021-01-09T01:44:16.177Z] ---> 2aa057eafb0b [2021-01-09T01:44:16.177Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T01:44:16.177Z] ---> Running in 9ee47e2eab53 [2021-01-09T01:44:16.177Z] ---> Running in 842b86a58b5f [2021-01-09T01:44:16.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:16.254Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:44:16.254Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:44:16.254Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T01:44:16.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:16.514Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:16.514Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:16.514Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:16.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:16.514Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:16.770Z] Removing intermediate container 9ee47e2eab53 [2021-01-09T01:44:16.770Z] ---> 8594af218060 [2021-01-09T01:44:16.770Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T01:44:16.775Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:16.775Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:16.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:16.775Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:16.775Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:17.041Z] Removing intermediate container 842b86a58b5f [2021-01-09T01:44:17.042Z] ---> cb4c121ce6b4 [2021-01-09T01:44:17.042Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:44:17.321Z] ---> Running in 247cde9cc916 [2021-01-09T01:44:17.321Z] ---> Running in 01dde0620910 [2021-01-09T01:44:17.345Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:17.605Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-09T01:44:17.864Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-09T01:44:18.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:18.124Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:44:18.124Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:44:18.124Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:44:18.313Z] Removing intermediate container 247cde9cc916 [2021-01-09T01:44:18.314Z] ---> d4a8dff1ea84 [2021-01-09T01:44:18.314Z] Step 21/22 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:44:18.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:44:18.384Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-09T01:44:18.384Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:44:18.643Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-09T01:44:18.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:18.643Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-09T01:44:18.643Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-09T01:44:18.903Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-09T01:44:18.918Z] ---> Running in 2b8f29eca36a [2021-01-09T01:44:19.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:19.163Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T01:44:19.163Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:44:19.163Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:44:19.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:19.422Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T01:44:19.422Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:44:19.682Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:44:19.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:19.682Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T01:44:19.906Z] Removing intermediate container 2b8f29eca36a [2021-01-09T01:44:19.906Z] ---> 655a2913413f [2021-01-09T01:44:19.906Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:44:19.943Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:44:19.943Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:44:20.195Z] ---> Running in 72e53272b4c4 [2021-01-09T01:44:20.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:20.203Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:44:20.203Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:44:20.203Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:44:20.465Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:44:20.465Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:44:20.465Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:44:20.465Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T01:44:20.725Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:20.725Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-09T01:44:20.725Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-09T01:44:20.725Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-09T01:44:20.790Z] Removing intermediate container 01dde0620910 [2021-01-09T01:44:20.791Z] ---> 9ee2852debf3 [2021-01-09T01:44:20.791Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-09T01:44:20.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:20.985Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-09T01:44:20.985Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:44:20.985Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:44:21.066Z] Removing intermediate container 72e53272b4c4 [2021-01-09T01:44:21.066Z] ---> 43947f867f95 [2021-01-09T01:44:21.066Z] [2021-01-09T01:44:21.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:21.555Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:44:21.555Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:44:21.555Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T01:44:21.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:21.555Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-09T01:44:21.555Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-09T01:44:21.669Z] ---> Running in a4cd92a43d37 [2021-01-09T01:44:21.669Z] Successfully built 43947f867f95 [2021-01-09T01:44:21.669Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-09T01:44:21.669Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-09T01:44:21.815Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-09T01:44:21.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:21.815Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-09T01:44:21.815Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-09T01:44:22.076Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-09T01:44:22.336Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:22.336Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:44:22.336Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:44:22.595Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-09T01:44:22.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:22.595Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-09T01:44:22.595Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-09T01:44:22.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:44:22.855Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-09T01:44:22.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:22.856Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-09T01:44:22.856Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-09T01:44:23.115Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-09T01:44:23.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:23.116Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-09T01:44:23.116Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-09T01:44:23.375Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-09T01:44:23.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:23.375Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-09T01:44:23.375Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-09T01:44:23.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:44:23.635Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-09T01:44:23.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:23.635Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-09T01:44:23.635Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-09T01:44:23.635Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-09T01:44:23.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:44:23.910Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-09T01:44:23.910Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-09T01:44:23.910Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-09T01:44:24.203Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-09T01:44:24.203Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-09T01:44:24.203Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-09T01:44:24.203Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-09T01:44:24.203Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-09T01:44:24.246Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-09T01:44:24.246Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-09T01:44:24.246Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-09T01:44:24.485Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-09T01:44:24.485Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-09T01:44:24.485Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-09T01:44:24.485Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-09T01:44:24.519Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-09T01:44:24.519Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-09T01:44:24.745Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-09T01:44:24.745Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-09T01:44:24.745Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-09T01:44:24.794Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:44:24.794Z] OK: 8 MiB in 19 packages [2021-01-09T01:44:25.006Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-09T01:44:25.006Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-09T01:44:25.006Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-09T01:44:25.006Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-09T01:44:25.006Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-09T01:44:25.265Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-09T01:44:25.265Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-09T01:44:25.265Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-09T01:44:25.266Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-09T01:44:25.525Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-09T01:44:25.525Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-09T01:44:25.525Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-09T01:44:25.525Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-09T01:44:26.910Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-09T01:44:26.910Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-09T01:44:27.169Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-09T01:44:27.169Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-09T01:44:27.169Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:44:27.169Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:44:27.429Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:44:27.690Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:44:27.690Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:44:27.690Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:44:27.951Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:44:27.951Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:44:27.951Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:27.951Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:28.188Z] Removing intermediate container a4cd92a43d37 [2021-01-09T01:44:28.188Z] ---> 79ec0d379579 [2021-01-09T01:44:28.188Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T01:44:28.211Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:28.211Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:28.470Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:28.470Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:28.470Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:28.470Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:29.164Z] ---> 0059a2c1216d [2021-01-09T01:44:29.164Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T01:44:29.411Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:29.411Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:30.794Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:30.794Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:31.144Z] ---> 21cdaaf20416 [2021-01-09T01:44:31.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T01:44:31.365Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:31.365Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:31.626Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:31.626Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:32.411Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:44:32.411Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:44:32.411Z] ---> aed26b625222 [2021-01-09T01:44:32.411Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:44:32.411Z] ---> Using cache [2021-01-09T01:44:32.411Z] ---> 8c1320f6dac1 [2021-01-09T01:44:32.411Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:44:32.411Z] ---> Using cache [2021-01-09T01:44:32.411Z] ---> fd737d6e562b [2021-01-09T01:44:32.411Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:44:32.411Z] ---> Using cache [2021-01-09T01:44:32.411Z] ---> 7755a5de6e72 [2021-01-09T01:44:32.411Z] Step 6/21 : COPY go.mod . [2021-01-09T01:44:32.411Z] ---> Using cache [2021-01-09T01:44:32.411Z] ---> c5c05bb27f54 [2021-01-09T01:44:32.411Z] Step 7/21 : RUN go mod download [2021-01-09T01:44:32.411Z] ---> Using cache [2021-01-09T01:44:32.411Z] ---> d6dcca71025b [2021-01-09T01:44:32.411Z] Step 8/21 : COPY . . [2021-01-09T01:44:32.411Z] ---> Using cache [2021-01-09T01:44:32.411Z] ---> b5a38c19f609 [2021-01-09T01:44:32.411Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T01:44:32.571Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:44:32.571Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:44:32.571Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T01:44:32.838Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T01:44:32.838Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-09T01:44:32.838Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T01:44:33.010Z] ---> 7e763c75eeb3 [2021-01-09T01:44:33.010Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T01:44:33.098Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-09T01:44:33.098Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T01:44:33.098Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-09T01:44:33.283Z] ---> Running in 88b402e89637 [2021-01-09T01:44:33.358Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-09T01:44:33.358Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T01:44:33.358Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T01:44:33.358Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T01:44:33.557Z] ---> Running in e83f72b1e331 [2021-01-09T01:44:33.617Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T01:44:33.618Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-09T01:44:33.618Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-09T01:44:33.877Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:33.877Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T01:44:33.877Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:33.877Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:33.877Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:33.877Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-09T01:44:33.877Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-09T01:44:33.877Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-09T01:44:34.137Z] [2021-01-09T01:44:34.137Z] Current default time zone: 'Etc/UTC' [2021-01-09T01:44:34.137Z] Local time is now: Sat Jan 9 01:44:34 UTC 2021. [2021-01-09T01:44:34.137Z] Universal Time is now: Sat Jan 9 01:44:34 UTC 2021. [2021-01-09T01:44:34.137Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-09T01:44:34.137Z] [2021-01-09T01:44:34.137Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-09T01:44:34.137Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:34.137Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-09T01:44:34.137Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:44:34.187Z] Removing intermediate container e83f72b1e331 [2021-01-09T01:44:34.187Z] ---> 57aa55146408 [2021-01-09T01:44:34.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:44:34.396Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-09T01:44:34.396Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-09T01:44:34.396Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-09T01:44:34.396Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-09T01:44:34.396Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-09T01:44:34.396Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-09T01:44:34.396Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:34.396Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-09T01:44:34.460Z] ---> Running in 3cc081bb98d5 [2021-01-09T01:44:34.658Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:34.658Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:44:34.658Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:34.658Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-09T01:44:34.732Z] 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 [2021-01-09T01:44:34.918Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-09T01:44:34.919Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-09T01:44:34.919Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-09T01:44:34.919Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-09T01:44:34.919Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-09T01:44:34.919Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:44:34.919Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-09T01:44:35.009Z] Removing intermediate container 3cc081bb98d5 [2021-01-09T01:44:35.009Z] ---> bd746abc610a [2021-01-09T01:44:35.009Z] Step 21/23 : LABEL arch=arm64 [2021-01-09T01:44:35.281Z] ---> Running in 09abe4599971 [2021-01-09T01:44:36.268Z] Removing intermediate container 09abe4599971 [2021-01-09T01:44:36.268Z] ---> c3302041fa39 [2021-01-09T01:44:36.268Z] Step 22/23 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:44:36.299Z] Updating certificates in /etc/ssl/certs... [2021-01-09T01:44:36.542Z] ---> Running in 152b46a2dbf2 [2021-01-09T01:44:36.869Z] 22 added, 17 removed; done. [2021-01-09T01:44:37.140Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-09T01:44:37.140Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:44:37.140Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-09T01:44:37.140Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-09T01:44:37.140Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-09T01:44:37.399Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.399Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:44:37.399Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.399Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.399Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.399Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.399Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.530Z] Removing intermediate container 152b46a2dbf2 [2021-01-09T01:44:37.530Z] ---> 77f1104a87a8 [2021-01-09T01:44:37.530Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T01:44:37.658Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-09T01:44:37.658Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:44:37.658Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-09T01:44:37.658Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-09T01:44:37.658Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:44:37.658Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.658Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:44:37.918Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-09T01:44:37.918Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-09T01:44:37.918Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-09T01:44:37.918Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:44:37.918Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-09T01:44:38.132Z] ---> Running in 456a5dd154e7 [2021-01-09T01:44:38.178Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-09T01:44:38.178Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-09T01:44:38.178Z] Updating certificates in /etc/ssl/certs... [2021-01-09T01:44:38.746Z] 0 added, 0 removed; done. [2021-01-09T01:44:38.746Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-09T01:44:38.746Z] done. [2021-01-09T01:44:39.109Z] Removing intermediate container 456a5dd154e7 [2021-01-09T01:44:39.109Z] ---> ff093b124c9b [2021-01-09T01:44:39.109Z] [2021-01-09T01:44:39.317Z] Reading package lists... [2021-01-09T01:44:39.317Z] Building dependency tree... [2021-01-09T01:44:39.317Z] Reading state information... [2021-01-09T01:44:39.577Z] The following NEW packages will be installed: [2021-01-09T01:44:39.577Z] apt-transport-https [2021-01-09T01:44:39.577Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T01:44:39.577Z] Need to get 1696 B of archives. [2021-01-09T01:44:39.577Z] After this operation, 153 kB of additional disk space will be used. [2021-01-09T01:44:39.577Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-09T01:44:39.704Z] Successfully built ff093b124c9b [2021-01-09T01:44:39.704Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-09T01:44:39.837Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:44:39.837Z] Fetched 1696 B in 0s (27.2 kB/s) [2021-01-09T01:44:39.837Z] Selecting previously unselected package apt-transport-https. [2021-01-09T01:44:39.837Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-09T01:44:39.837Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-09T01:44:39.837Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-09T01:44:39.837Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-09T01:44:40.095Z] Waiting for network to be ready... [2021-01-09T01:44:48.228Z] 2021-01-09T01:44:43Z INFO Waiting for automatic snapd restart... [2021-01-09T01:44:48.228Z] snapd 2.48.2 from Canonical* installed [2021-01-09T01:44:48.488Z] "snapd" switched to the "latest/stable" channel [2021-01-09T01:44:48.488Z] [2021-01-09T01:44:52.293Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:44:52.293Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:44:52.293Z] ---> aed26b625222 [2021-01-09T01:44:52.293Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:44:52.293Z] ---> Using cache [2021-01-09T01:44:52.293Z] ---> 8c1320f6dac1 [2021-01-09T01:44:52.293Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:44:52.293Z] ---> Using cache [2021-01-09T01:44:52.293Z] ---> fd737d6e562b [2021-01-09T01:44:52.293Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:44:52.293Z] ---> Using cache [2021-01-09T01:44:52.293Z] ---> 7755a5de6e72 [2021-01-09T01:44:52.293Z] Step 6/21 : COPY go.mod . [2021-01-09T01:44:52.293Z] ---> Using cache [2021-01-09T01:44:52.293Z] ---> c5c05bb27f54 [2021-01-09T01:44:52.293Z] Step 7/21 : RUN go mod download [2021-01-09T01:44:52.293Z] ---> Using cache [2021-01-09T01:44:52.293Z] ---> d6dcca71025b [2021-01-09T01:44:52.293Z] Step 8/21 : COPY . . [2021-01-09T01:44:52.293Z] ---> Using cache [2021-01-09T01:44:52.293Z] ---> b5a38c19f609 [2021-01-09T01:44:52.293Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T01:44:52.689Z] core18 20201210 from Canonical* installed [2021-01-09T01:44:52.689Z] "core18" switched to the "latest/stable" channel [2021-01-09T01:44:52.689Z] [2021-01-09T01:44:54.945Z] ---> Running in 41174e86c9ae [2021-01-09T01:44:56.937Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:44:56.937Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:44:56.937Z] ---> aed26b625222 [2021-01-09T01:44:56.937Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T01:44:56.937Z] ---> Using cache [2021-01-09T01:44:56.937Z] ---> 8c1320f6dac1 [2021-01-09T01:44:56.937Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:44:56.937Z] ---> Using cache [2021-01-09T01:44:56.937Z] ---> fd737d6e562b [2021-01-09T01:44:56.937Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T01:44:56.959Z] snapcraft 4.4.4 from Canonical* installed [2021-01-09T01:44:56.959Z] "snapcraft" switched to the "latest/stable" channel [2021-01-09T01:44:56.959Z] [2021-01-09T01:44:57.539Z] ---> Running in 5ba0c1084bc9 [2021-01-09T01:44:57.539Z] 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 [2021-01-09T01:44:59.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:44:59.805Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:44:59.805Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:44:59.805Z] ---> aed26b625222 [2021-01-09T01:44:59.805Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:44:59.805Z] ---> Using cache [2021-01-09T01:44:59.805Z] ---> 8c1320f6dac1 [2021-01-09T01:44:59.806Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:44:59.806Z] ---> Using cache [2021-01-09T01:44:59.806Z] ---> fd737d6e562b [2021-01-09T01:44:59.806Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T01:45:00.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:45:00.259Z] 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: [2021-01-09T01:45:00.259Z] - README.md [2021-01-09T01:45:00.259Z] - snapcraft.yaml.orig [2021-01-09T01:45:00.259Z] [2021-01-09T01:45:00.259Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-09T01:45:00.375Z] ---> Running in ef3077ae0f60 [2021-01-09T01:45:00.981Z] OK: 217 MiB in 51 packages [2021-01-09T01:45:02.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:45:02.743Z] Removing intermediate container 5ba0c1084bc9 [2021-01-09T01:45:02.743Z] ---> 569869b6eade [2021-01-09T01:45:02.743Z] Step 6/26 : COPY go.mod . [2021-01-09T01:45:03.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:45:03.705Z] ---> 7374d6afb695 [2021-01-09T01:45:03.705Z] Step 7/26 : RUN go mod download [2021-01-09T01:45:03.983Z] ---> Running in 90f7dd588f8a [2021-01-09T01:45:03.983Z] OK: 217 MiB in 51 packages [2021-01-09T01:45:05.987Z] Removing intermediate container ef3077ae0f60 [2021-01-09T01:45:05.987Z] ---> 1da817837a5e [2021-01-09T01:45:05.987Z] Step 6/24 : COPY go.mod . [2021-01-09T01:45:06.859Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:45:06.859Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T01:45:06.859Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T01:45:06.859Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T01:45:06.981Z] ---> a5e00f2eeccf [2021-01-09T01:45:06.981Z] Step 7/24 : RUN go mod download [2021-01-09T01:45:07.263Z] ---> Running in 4d16b23d2f35 [2021-01-09T01:45:08.244Z] Reading package lists... [2021-01-09T01:45:08.540Z] 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 [2021-01-09T01:45:08.763Z] Removing intermediate container 90f7dd588f8a [2021-01-09T01:45:08.763Z] ---> 1ce9721cc6bd [2021-01-09T01:45:08.763Z] Step 8/26 : COPY . . [2021-01-09T01:45:13.118Z] Removing intermediate container 4d16b23d2f35 [2021-01-09T01:45:13.118Z] ---> 51bec30479f2 [2021-01-09T01:45:13.118Z] Step 8/24 : COPY . . [2021-01-09T01:45:15.118Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:45:15.118Z] Reading package lists... [2021-01-09T01:45:15.118Z] Building dependency tree... [2021-01-09T01:45:15.118Z] Reading state information... [2021-01-09T01:45:15.118Z] Suggested packages: [2021-01-09T01:45:15.118Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-09T01:45:15.118Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-09T01:45:15.118Z] Recommended packages: [2021-01-09T01:45:15.118Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-09T01:45:15.118Z] The following NEW packages will be installed: [2021-01-09T01:45:15.118Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-09T01:45:15.118Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-09T01:45:15.118Z] pkg-config zip [2021-01-09T01:45:15.118Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T01:45:15.118Z] Need to get 7655 kB of archives. [2021-01-09T01:45:15.118Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-09T01:45:15.118Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-09T01:45:15.118Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-09T01:45:15.118Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-09T01:45:15.118Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-09T01:45:15.118Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-09T01:45:15.118Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-09T01:45:15.118Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-09T01:45:15.378Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-09T01:45:15.378Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-09T01:45:15.378Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-09T01:45:15.378Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-09T01:45:15.637Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-09T01:45:15.638Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-09T01:45:15.638Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-09T01:45:15.638Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-09T01:45:15.898Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:45:15.898Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-09T01:45:15.898Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-09T01:45:15.898Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-09T01:45:15.898Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-09T01:45:15.898Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-09T01:45:16.159Z] Selecting previously unselected package libpsl5:amd64. [2021-01-09T01:45:16.159Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-09T01:45:16.159Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-09T01:45:16.159Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-09T01:45:16.159Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-09T01:45:16.159Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-09T01:45:16.159Z] Selecting previously unselected package librtmp1:amd64. [2021-01-09T01:45:16.159Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-09T01:45:16.159Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-09T01:45:16.419Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-09T01:45:16.419Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-09T01:45:16.419Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-09T01:45:16.419Z] Selecting previously unselected package liberror-perl. [2021-01-09T01:45:16.419Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-09T01:45:16.419Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-09T01:45:16.419Z] Selecting previously unselected package git-man. [2021-01-09T01:45:16.419Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-09T01:45:16.419Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:45:16.679Z] Selecting previously unselected package git. [2021-01-09T01:45:16.679Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-09T01:45:16.679Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:45:17.620Z] Selecting previously unselected package libnorm1:amd64. [2021-01-09T01:45:17.620Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-09T01:45:17.620Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-09T01:45:17.620Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-09T01:45:17.620Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-09T01:45:17.620Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-09T01:45:17.620Z] Selecting previously unselected package libsodium23:amd64. [2021-01-09T01:45:17.620Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-09T01:45:17.620Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-09T01:45:17.883Z] Selecting previously unselected package libzmq5:amd64. [2021-01-09T01:45:17.883Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-09T01:45:17.883Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:45:18.142Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-09T01:45:18.142Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-09T01:45:18.143Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:45:18.143Z] Selecting previously unselected package pkg-config. [2021-01-09T01:45:18.143Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-09T01:45:18.143Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-09T01:45:18.143Z] Selecting previously unselected package zip. [2021-01-09T01:45:18.143Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-09T01:45:18.403Z] Unpacking zip (3.0-11build1) ... [2021-01-09T01:45:18.403Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-09T01:45:18.403Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:45:18.403Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-09T01:45:18.403Z] Setting up liberror-perl (0.17025-1) ... [2021-01-09T01:45:18.403Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-09T01:45:18.403Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-09T01:45:18.403Z] No schema files found: doing nothing. [2021-01-09T01:45:18.543Z] 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 [2021-01-09T01:45:18.662Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-09T01:45:18.662Z] Setting up zip (3.0-11build1) ... [2021-01-09T01:45:18.662Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-09T01:45:18.662Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-09T01:45:18.662Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-09T01:45:18.662Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:45:18.662Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-09T01:45:18.662Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:45:18.925Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:45:18.925Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:45:25.501Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:45:25.501Z] git set to automatically installed. [2021-01-09T01:45:25.501Z] git-man set to automatically installed. [2021-01-09T01:45:25.501Z] libcurl3-gnutls set to automatically installed. [2021-01-09T01:45:25.501Z] liberror-perl set to automatically installed. [2021-01-09T01:45:25.501Z] libglib2.0-0 set to automatically installed. [2021-01-09T01:45:25.501Z] libnghttp2-14 set to automatically installed. [2021-01-09T01:45:25.501Z] libnorm1 set to automatically installed. [2021-01-09T01:45:25.501Z] libpgm-5.2-0 set to automatically installed. [2021-01-09T01:45:25.501Z] libpsl5 set to automatically installed. [2021-01-09T01:45:25.501Z] librtmp1 set to automatically installed. [2021-01-09T01:45:25.501Z] libsodium23 set to automatically installed. [2021-01-09T01:45:25.501Z] libzmq3-dev set to automatically installed. [2021-01-09T01:45:25.501Z] libzmq5 set to automatically installed. [2021-01-09T01:45:25.501Z] pkg-config set to automatically installed. [2021-01-09T01:45:25.501Z] zip set to automatically installed. [2021-01-09T01:45:28.043Z] snapd is not logged in, snap install commands will use sudo [2021-01-09T01:45:34.621Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:45:34.621Z] snap "core18" has no updates available [2021-01-09T01:45:35.562Z] Pulling config-common [2021-01-09T01:45:36.501Z] Pulling go-build-helper [2021-01-09T01:45:36.897Z] ---> 83da14e58fad [2021-01-09T01:45:36.897Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T01:45:36.897Z] ---> Running in 168edf617e07 [2021-01-09T01:45:36.897Z] ---> 12649a7f081a [2021-01-09T01:45:36.897Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-09T01:45:36.897Z] ---> Running in 1d1665b996a1 [2021-01-09T01:45:36.897Z] 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 [2021-01-09T01:45:37.174Z] Removing intermediate container 88b402e89637 [2021-01-09T01:45:37.174Z] ---> 338d093582ba [2021-01-09T01:45:37.174Z] [2021-01-09T01:45:37.174Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T01:45:37.174Z] ---> afeebe901d6b [2021-01-09T01:45:37.174Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T01:45:37.462Z] ---> Running in 4f6ec076a683 [2021-01-09T01:45:38.905Z] 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 [2021-01-09T01:45:39.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:45:39.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:45:40.139Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T01:45:40.139Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:45:40.139Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T01:45:40.140Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T01:45:40.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:45:40.417Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:45:40.696Z] OK: 7 MiB in 18 packages [2021-01-09T01:45:43.349Z] Removing intermediate container 4f6ec076a683 [2021-01-09T01:45:43.349Z] ---> 7db8ba80987c [2021-01-09T01:45:43.349Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:45:43.349Z] ---> Running in e2224b80c93a [2021-01-09T01:45:43.953Z] Removing intermediate container e2224b80c93a [2021-01-09T01:45:43.953Z] ---> f5ffaae693f9 [2021-01-09T01:45:43.953Z] Step 13/21 : WORKDIR /edgex [2021-01-09T01:45:44.230Z] ---> Running in a58df3204bc7 [2021-01-09T01:45:45.227Z] Removing intermediate container a58df3204bc7 [2021-01-09T01:45:45.227Z] ---> 79e609104041 [2021-01-09T01:45:45.227Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T01:45:46.238Z] ---> 9752cd8e0d92 [2021-01-09T01:45:46.238Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T01:45:49.647Z] ---> 38485bdf75b3 [2021-01-09T01:45:49.647Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T01:45:50.251Z] Removing intermediate container 41174e86c9ae [2021-01-09T01:45:50.251Z] ---> c6337e05f82a [2021-01-09T01:45:50.527Z] [2021-01-09T01:45:50.527Z] Step 10/21 : FROM scratch [2021-01-09T01:45:50.527Z] ---> [2021-01-09T01:45:50.527Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:45:50.527Z] ---> Using cache [2021-01-09T01:45:50.527Z] ---> 9beb2783301d [2021-01-09T01:45:50.527Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-09T01:45:50.804Z] ---> Running in a5ead3778a49 [2021-01-09T01:45:51.406Z] ---> 5e5b11fbf87c [2021-01-09T01:45:51.407Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T01:45:51.681Z] ---> Running in 98b6bf7bbe66 [2021-01-09T01:45:51.681Z] Removing intermediate container a5ead3778a49 [2021-01-09T01:45:51.681Z] ---> e1eb2ea04758 [2021-01-09T01:45:51.681Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-09T01:45:51.957Z] ---> Running in fd96c0d62b22 [2021-01-09T01:45:52.239Z] Removing intermediate container 98b6bf7bbe66 [2021-01-09T01:45:52.239Z] ---> d94cb7a921e0 [2021-01-09T01:45:52.239Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T01:45:52.521Z] ---> Running in d130a7ee9dde [2021-01-09T01:45:52.521Z] Removing intermediate container fd96c0d62b22 [2021-01-09T01:45:52.521Z] ---> 2affde656c05 [2021-01-09T01:45:52.521Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T01:45:53.517Z] Removing intermediate container d130a7ee9dde [2021-01-09T01:45:53.517Z] ---> 88e7c520290a [2021-01-09T01:45:53.517Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T01:45:53.795Z] ---> Running in caee58ed38ee [2021-01-09T01:45:53.795Z] ---> 2573605eceea [2021-01-09T01:45:53.795Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T01:45:54.403Z] Removing intermediate container caee58ed38ee [2021-01-09T01:45:54.403Z] ---> 2586a8833a6a [2021-01-09T01:45:54.403Z] Step 20/21 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:45:54.683Z] ---> Running in 9fdc98f17a6f [2021-01-09T01:45:55.674Z] Removing intermediate container 9fdc98f17a6f [2021-01-09T01:45:55.674Z] ---> e6641b4bcb90 [2021-01-09T01:45:55.674Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:45:55.952Z] ---> Running in 8c7cf8b75b6c [2021-01-09T01:45:56.233Z] ---> b390df86ed3f [2021-01-09T01:45:56.233Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T01:45:56.843Z] Removing intermediate container 8c7cf8b75b6c [2021-01-09T01:45:56.843Z] ---> 6e10ec29e796 [2021-01-09T01:45:56.843Z] [2021-01-09T01:45:57.449Z] ---> de45aaa4105b [2021-01-09T01:45:57.449Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T01:45:57.449Z] Successfully built 6e10ec29e796 [2021-01-09T01:45:57.728Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-09T01:45:57.728Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 4d0b0788f407 [2021-01-09T01:45:58.332Z] Removing intermediate container 4d0b0788f407 [2021-01-09T01:45:58.332Z] ---> 6f8740849a28 [2021-01-09T01:45:58.332Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:45:58.609Z] ---> Running in daeb0d71d8d0 [2021-01-09T01:45:59.216Z] Removing intermediate container daeb0d71d8d0 [2021-01-09T01:45:59.216Z] ---> 572ac878f4fc [2021-01-09T01:45:59.216Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T01:45:59.489Z] ---> Running in 2526f72860c0 [2021-01-09T01:46:00.087Z] Removing intermediate container 2526f72860c0 [2021-01-09T01:46:00.087Z] ---> 882ff2b405ef [2021-01-09T01:46:00.087Z] Step 20/21 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:46:00.087Z] ---> Running in 0995884de5c6 [2021-01-09T01:46:00.701Z] Removing intermediate container 0995884de5c6 [2021-01-09T01:46:00.701Z] ---> ba521a399ff4 [2021-01-09T01:46:00.701Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:46:00.975Z] ---> Running in 9fd56ddd9582 [2021-01-09T01:46:01.582Z] Removing intermediate container 9fd56ddd9582 [2021-01-09T01:46:01.582Z] ---> 7894e6fba4e4 [2021-01-09T01:46:01.582Z] [2021-01-09T01:46:01.862Z] Successfully built 7894e6fba4e4 [2021-01-09T01:46:01.862Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-09T01:46:03.096Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-09T01:46:03.096Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-09T01:46:03.096Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-09T01:46:03.096Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-09T01:46:03.096Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-09T01:46:03.096Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-09T01:46:03.096Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-09T01:46:03.096Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-09T01:46:03.096Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-09T01:46:03.096Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-09T01:46:03.096Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-09T01:46:03.096Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-09T01:46:03.096Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-09T01:46:03.096Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-09T01:46:03.096Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-09T01:46:03.096Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-09T01:46:03.096Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-09T01:46:03.096Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-09T01:46:03.096Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-09T01:46:03.096Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-09T01:46:03.096Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-09T01:46:03.096Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-09T01:46:03.096Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-09T01:46:03.096Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-09T01:46:03.096Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-09T01:46:03.096Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-09T01:46:03.096Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-09T01:46:03.096Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-09T01:46:03.096Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-09T01:46:03.096Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-09T01:46:03.096Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-09T01:46:03.096Z] Fetched 279 kB in 0s (0 B/s) [2021-01-09T01:46:03.096Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-09T01:46:03.096Z] Fetched 122 kB in 0s (0 B/s) [2021-01-09T01:46:03.096Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-09T01:46:03.096Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-09T01:46:03.097Z] Fetched 8848 B in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-09T01:46:03.097Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-09T01:46:03.097Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-09T01:46:03.097Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-09T01:46:03.097Z] Fetched 214 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-09T01:46:03.097Z] Fetched 155 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-09T01:46:03.097Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-09T01:46:03.097Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-09T01:46:03.097Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-09T01:46:03.097Z] Fetched 499 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-09T01:46:03.097Z] Fetched 111 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-09T01:46:03.097Z] Fetched 240 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-09T01:46:03.097Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-09T01:46:03.097Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-09T01:46:03.097Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-09T01:46:03.097Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-09T01:46:03.097Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-09T01:46:03.097Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-09T01:46:03.097Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-09T01:46:03.097Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-09T01:46:03.097Z] Fetched 8720 B in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-09T01:46:03.097Z] Fetched 137 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-09T01:46:03.097Z] Fetched 119 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-09T01:46:03.097Z] Fetched 109 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-09T01:46:03.097Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-09T01:46:03.097Z] Fetched 645 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-09T01:46:03.097Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-09T01:46:03.097Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-09T01:46:03.097Z] Fetched 368 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-09T01:46:03.097Z] Fetched 187 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-09T01:46:03.097Z] Fetched 175 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-09T01:46:03.097Z] Fetched 206 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-09T01:46:03.097Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-09T01:46:03.097Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-09T01:46:03.097Z] Fetched 159 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-09T01:46:03.097Z] Fetched 107 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-09T01:46:03.097Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-09T01:46:03.097Z] Pulling static-packages [2021-01-09T01:46:03.667Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-09T01:46:03.667Z] Skipping pull go-build-helper (already ran) [2021-01-09T01:46:03.667Z] Skipping pull static-packages (already ran) [2021-01-09T01:46:03.667Z] Building go-build-helper [2021-01-09T01:46:06.961Z] Building static-packages [2021-01-09T01:46:09.502Z] Staging go-build-helper [2021-01-09T01:46:10.441Z] Staging static-packages [2021-01-09T01:46:11.823Z] Pulling go115 [2021-01-09T01:46:12.762Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-09T01:46:12.762Z] Skipping pull go115 (already ran) [2021-01-09T01:46:12.762Z] Building go115 [2021-01-09T01:46:12.762Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T01:46:12.762Z] Dload Upload Total Spent Left Speed [2021-01-09T01:46:16.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.6M 0 0 17.9M 0 0:00:06 --:--:-- 0:00:06 17.8M 40 115M 40 46.3M 0 0 25.1M 0 0:00:04 0:00:01 0:00:03 25.0M 74 115M 74 85.6M 0 0 30.3M 0 0:00:03 0:00:02 0:00:01 30.3M 100 115M 100 115M 0 0 33.2M 0 0:00:03 0:00:03 --:--:-- 33.2M [2021-01-09T01:46:16.801Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-09T01:46:22.082Z] Staging go115 [2021-01-09T01:46:27.367Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T01:46:27.367Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T01:46:27.367Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T01:46:27.367Z] Fetched 0 B in 0s (0 B/s) [2021-01-09T01:46:27.367Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-09T01:46:27.367Z] Fetched 224 kB in 0s (0 B/s) [2021-01-09T01:46:27.367Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-09T01:46:27.367Z] Fetched 157 kB in 0s (0 B/s) [2021-01-09T01:46:27.367Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-09T01:46:27.367Z] Fetched 221 kB in 0s (0 B/s) [2021-01-09T01:46:27.367Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-09T01:46:27.367Z] Fetched 143 kB in 0s (0 B/s) [2021-01-09T01:46:27.367Z] Pulling edgex-go [2021-01-09T01:46:28.750Z] Pulling version [2021-01-09T01:46:28.799Z]  Building docker-support-scheduler-go ... done Removing intermediate container 168edf617e07 [2021-01-09T01:46:28.799Z] ---> 2c049be76918 [2021-01-09T01:46:28.799Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T01:46:28.799Z] Removing intermediate container 1d1665b996a1 [2021-01-09T01:46:28.799Z] ---> 8c9f822adf45 [2021-01-09T01:46:28.799Z] [2021-01-09T01:46:28.799Z] Step 10/24 : FROM scratch [2021-01-09T01:46:28.799Z] ---> [2021-01-09T01:46:28.799Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-09T01:46:28.799Z] ---> Running in 2d1d3c70db67 [2021-01-09T01:46:28.799Z] ---> Running in 82e36618d7ec [2021-01-09T01:46:28.799Z] Removing intermediate container 82e36618d7ec [2021-01-09T01:46:28.799Z] ---> 50ceb0862a2b [2021-01-09T01:46:28.799Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-09T01:46:28.799Z] ---> Running in 0ddd50068730 [2021-01-09T01:46:28.799Z] 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 [2021-01-09T01:46:28.799Z] Removing intermediate container 0ddd50068730 [2021-01-09T01:46:28.799Z] ---> 9e43132cf3a1 [2021-01-09T01:46:28.799Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T01:46:28.799Z] ---> Running in 3d82e84b7255 [2021-01-09T01:46:28.799Z] Removing intermediate container 3d82e84b7255 [2021-01-09T01:46:29.076Z] ---> 4bfcdc882f26 [2021-01-09T01:46:29.076Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-09T01:46:29.669Z] ---> e277a44e59c3 [2021-01-09T01:46:29.669Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-09T01:46:29.690Z] Building config-common [2021-01-09T01:46:30.647Z] ---> 9d594913d8a6 [2021-01-09T01:46:30.647Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-09T01:46:31.261Z] Removing intermediate container 2d1d3c70db67 [2021-01-09T01:46:31.261Z] ---> 9d8253e4d712 [2021-01-09T01:46:31.261Z] [2021-01-09T01:46:31.261Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T01:46:31.261Z] 20.10.0: Pulling from library/docker [2021-01-09T01:46:32.242Z] ---> 7c99c146d7a0 [2021-01-09T01:46:32.242Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T01:46:32.353Z] Skipping build go-build-helper (already ran) [2021-01-09T01:46:32.353Z] Skipping build static-packages (already ran) [2021-01-09T01:46:32.353Z] Skipping build go115 (already ran) [2021-01-09T01:46:32.353Z] Building edgex-go [2021-01-09T01:46:32.353Z] 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 [2021-01-09T01:46:33.677Z] ---> abc3b7c58c9f [2021-01-09T01:46:33.678Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T01:46:33.737Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-09T01:46:33.737Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-09T01:46:33.737Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-09T01:46:33.737Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-09T01:46:33.737Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-09T01:46:33.737Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-09T01:46:33.737Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-09T01:46:33.737Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-09T01:46:33.737Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-09T01:46:33.737Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-09T01:46:33.737Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-09T01:46:33.737Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-09T01:46:33.737Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-09T01:46:33.737Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-09T01:46:33.737Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-09T01:46:33.737Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-09T01:46:33.737Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-09T01:46:33.737Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-09T01:46:33.737Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-09T01:46:33.737Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-09T01:46:33.737Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-09T01:46:33.737Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-09T01:46:33.998Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-09T01:46:33.998Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-09T01:46:33.998Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-09T01:46:33.998Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-09T01:46:33.998Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-09T01:46:33.998Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-09T01:46:33.998Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-09T01:46:34.257Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-09T01:46:34.257Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-09T01:46:34.518Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-09T01:46:35.651Z] ---> 73694b173d57 [2021-01-09T01:46:35.652Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T01:46:37.088Z] ---> 07e2cf1759e7 [2021-01-09T01:46:37.088Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-09T01:46:37.363Z] ---> Running in f2eb0a7c449c [2021-01-09T01:46:37.959Z] Removing intermediate container f2eb0a7c449c [2021-01-09T01:46:37.959Z] ---> 202c9d99da97 [2021-01-09T01:46:37.959Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:46:38.559Z] ---> Running in c07c28475966 [2021-01-09T01:46:39.152Z] Removing intermediate container c07c28475966 [2021-01-09T01:46:39.152Z] ---> 8aa54cac2007 [2021-01-09T01:46:39.152Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T01:46:39.427Z] ---> Running in 2836f28dc7d6 [2021-01-09T01:46:40.021Z] Removing intermediate container 2836f28dc7d6 [2021-01-09T01:46:40.021Z] ---> 7fa62a62f9ae [2021-01-09T01:46:40.021Z] Step 23/24 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:46:40.021Z] ---> Running in ba72bca07e40 [2021-01-09T01:46:40.295Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T01:46:40.571Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T01:46:40.571Z] ---> eeaf43b92773 [2021-01-09T01:46:40.571Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T01:46:40.571Z] Removing intermediate container ba72bca07e40 [2021-01-09T01:46:40.571Z] ---> 20de55a0fffa [2021-01-09T01:46:40.571Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:46:40.571Z] ---> Running in 561ec40e17a3 [2021-01-09T01:46:40.851Z] ---> Running in b491b5e25050 [2021-01-09T01:46:41.445Z] Removing intermediate container b491b5e25050 [2021-01-09T01:46:41.445Z] ---> bdff3373bb6b [2021-01-09T01:46:41.445Z] [2021-01-09T01:46:41.717Z] Successfully built bdff3373bb6b [2021-01-09T01:46:41.717Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-09T01:46:42.014Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:46:42.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:46:42.607Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T01:46:42.607Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T01:46:42.607Z] Executing bash-5.0.17-r0.post-install [2021-01-09T01:46:42.607Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:46:42.607Z] OK: 12 MiB in 22 packages [2021-01-09T01:46:42.653Z] 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 [2021-01-09T01:46:43.582Z] Removing intermediate container 561ec40e17a3 [2021-01-09T01:46:43.582Z] ---> cf570e18f48b [2021-01-09T01:46:43.582Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T01:46:43.855Z] ---> Running in ee3d671c0151 [2021-01-09T01:46:44.449Z] Removing intermediate container ee3d671c0151 [2021-01-09T01:46:44.449Z] ---> 623871bd72fd [2021-01-09T01:46:44.449Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T01:46:44.449Z] ---> Running in 72f79f73d8ee [2021-01-09T01:46:44.722Z] Removing intermediate container 72f79f73d8ee [2021-01-09T01:46:44.722Z] ---> 9f870666e517 [2021-01-09T01:46:44.722Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T01:46:44.993Z] ---> Running in 3e9b98809d62 [2021-01-09T01:46:45.584Z] Removing intermediate container 3e9b98809d62 [2021-01-09T01:46:45.584Z] ---> 7723c95cdbc7 [2021-01-09T01:46:45.584Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T01:46:45.948Z] 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 [2021-01-09T01:46:46.561Z] ---> 325d7bb10be8 [2021-01-09T01:46:46.561Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T01:46:46.887Z] 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 [2021-01-09T01:46:47.535Z] ---> 32293914a155 [2021-01-09T01:46:47.535Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T01:46:48.127Z] ---> c238026a7dbe [2021-01-09T01:46:48.127Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T01:46:48.268Z] 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 [2021-01-09T01:46:48.268Z] 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 [2021-01-09T01:46:48.268Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-09T01:46:48.401Z] ---> Running in 1ec02e5c841d [2021-01-09T01:46:48.528Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-09T01:46:48.528Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-09T01:46:48.528Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-09T01:46:49.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:46:49.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:46:50.243Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T01:46:50.243Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T01:46:50.243Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T01:46:50.243Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T01:46:50.243Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T01:46:50.243Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T01:46:50.243Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T01:46:50.439Z] 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 [2021-01-09T01:46:50.439Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-09T01:46:50.439Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-09T01:46:51.382Z] 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 [2021-01-09T01:46:51.382Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-09T01:46:52.199Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T01:46:52.199Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T01:46:52.199Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T01:46:52.199Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T01:46:52.199Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T01:46:52.199Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T01:46:52.199Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T01:46:52.199Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T01:46:52.199Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T01:46:52.323Z] 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 [2021-01-09T01:46:52.323Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-09T01:46:52.469Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T01:46:52.469Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T01:46:52.469Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T01:46:52.469Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T01:46:52.469Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T01:46:52.469Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T01:46:52.469Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T01:46:52.469Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T01:46:52.469Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T01:46:52.469Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T01:46:52.738Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T01:46:52.738Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T01:46:52.738Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T01:46:52.738Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T01:46:52.738Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T01:46:52.738Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T01:46:52.738Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T01:46:53.007Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:46:53.007Z] OK: 71 MiB in 55 packages [2021-01-09T01:46:54.235Z] 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 [2021-01-09T01:46:54.806Z] 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 [2021-01-09T01:46:55.377Z] 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 [2021-01-09T01:46:57.927Z] Building version [2021-01-09T01:46:59.699Z] Removing intermediate container 1ec02e5c841d [2021-01-09T01:46:59.699Z] ---> 1c1507aea458 [2021-01-09T01:46:59.699Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T01:46:59.699Z] ---> Running in 0b7f25228614 [2021-01-09T01:47:00.477Z] Staging config-common [2021-01-09T01:47:01.420Z] Skipping stage go-build-helper (already ran) [2021-01-09T01:47:01.420Z] Skipping stage static-packages (already ran) [2021-01-09T01:47:01.420Z] Skipping stage go115 (already ran) [2021-01-09T01:47:01.420Z] Staging edgex-go [2021-01-09T01:47:02.358Z] Staging version [2021-01-09T01:47:03.297Z] Priming config-common [2021-01-09T01:47:03.974Z] Collecting docker-compose==1.23.2 [2021-01-09T01:47:04.246Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T01:47:04.722Z] Priming go-build-helper [2021-01-09T01:47:05.302Z] Priming static-packages [2021-01-09T01:47:05.674Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T01:47:05.674Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T01:47:06.263Z] Collecting PyYAML<4,>=3.10 [2021-01-09T01:47:06.263Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T01:47:07.846Z] Priming go115 [2021-01-09T01:47:08.786Z] Priming edgex-go [2021-01-09T01:47:09.634Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T01:47:09.634Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T01:47:09.726Z] Priming version [2021-01-09T01:47:09.903Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T01:47:10.173Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T01:47:10.442Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T01:47:10.442Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T01:47:10.713Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T01:47:10.713Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T01:47:11.110Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-09T01:47:12.678Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-09T01:47:12.954Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T01:47:12.954Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-09T01:47:13.242Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T01:47:13.242Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] // stage [Pipeline] } [2021-01-09T01:47:15.217Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T01:47:15.217Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T01:47:17.177Z] 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) [2021-01-09T01:47:17.177Z] Collecting idna<2.8,>=2.5 [2021-01-09T01:47:17.177Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T01:47:17.766Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T01:47:17.766Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T01:47:17.766Z] 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) [2021-01-09T01:47:18.035Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T01:47:18.035Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T01:47:18.035Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T01:47:18.035Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T01:47:18.035Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T01:47:18.035Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T01:47:19.005Z] Installing collected packages: idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, cached-property, dockerpty, texttable, docopt, docker-compose [2021-01-09T01:47:19.005Z] Attempting uninstall: idna [2021-01-09T01:47:19.005Z] Found existing installation: idna 2.9 [2021-01-09T01:47:19.005Z] Uninstalling idna-2.9: [2021-01-09T01:47:19.005Z] Successfully uninstalled idna-2.9 [2021-01-09T01:47:19.596Z] Attempting uninstall: urllib3 [2021-01-09T01:47:19.596Z] Found existing installation: urllib3 1.25.9 [2021-01-09T01:47:19.596Z] Uninstalling urllib3-1.25.9: [2021-01-09T01:47:19.866Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T01:47:20.457Z] Attempting uninstall: requests [2021-01-09T01:47:20.457Z] Found existing installation: requests 2.23.0 [2021-01-09T01:47:20.457Z] Uninstalling requests-2.23.0: [2021-01-09T01:47:20.457Z] Successfully uninstalled requests-2.23.0 [2021-01-09T01:47:20.728Z] Running setup.py install for PyYAML: started [2021-01-09T01:47:22.688Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T01:47:24.112Z] Running setup.py install for dockerpty: started [2021-01-09T01:47:26.070Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T01:47:26.070Z] Running setup.py install for texttable: started [2021-01-09T01:47:28.033Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T01:47:28.033Z] Running setup.py install for docopt: started [2021-01-09T01:47:29.454Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T01:47:30.457Z] 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 [2021-01-09T01:47:34.771Z] Removing intermediate container 0b7f25228614 [2021-01-09T01:47:34.771Z] ---> 4788beec8ff3 [2021-01-09T01:47:34.771Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T01:47:34.771Z] ---> Running in ae71fdf16296 [2021-01-09T01:47:35.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:47:35.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:47:36.334Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:47:36.334Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T01:47:36.334Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T01:47:36.334Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:47:36.334Z] OK: 71 MiB in 58 packages [2021-01-09T01:47:37.761Z] Removing intermediate container ae71fdf16296 [2021-01-09T01:47:37.761Z] ---> 70c5206dd067 [2021-01-09T01:47:37.761Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T01:47:37.761Z] ---> Running in 69738c8fd960 [2021-01-09T01:47:38.354Z] Removing intermediate container 69738c8fd960 [2021-01-09T01:47:38.354Z] ---> aa8f9ba24ef8 [2021-01-09T01:47:38.354Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:47:38.354Z] ---> Running in 7676fb91036f [2021-01-09T01:47:38.955Z] Removing intermediate container 7676fb91036f [2021-01-09T01:47:38.955Z] ---> 592962c63a4a [2021-01-09T01:47:38.955Z] Step 24/26 : LABEL arch=arm64 [2021-01-09T01:47:38.955Z] ---> Running in 9ea9431050d6 [2021-01-09T01:47:39.555Z] Removing intermediate container 9ea9431050d6 [2021-01-09T01:47:39.555Z] ---> fdd81a275171 [2021-01-09T01:47:39.555Z] Step 25/26 : LABEL git_sha=502fe876c1df51de9bce13ca4f84d605168e4657 [2021-01-09T01:47:39.555Z] ---> Running in 2b7e17ab3859 [2021-01-09T01:47:39.833Z] Removing intermediate container 2b7e17ab3859 [2021-01-09T01:47:39.833Z] ---> d6bc0ce8fe6f [2021-01-09T01:47:39.833Z] Step 26/26 : LABEL version=0.0.0 [2021-01-09T01:47:40.111Z] ---> Running in b693eeecefe4 [2021-01-09T01:47:40.708Z] Removing intermediate container b693eeecefe4 [2021-01-09T01:47:40.708Z] ---> 4a44fbc23ba2 [2021-01-09T01:47:40.708Z] [2021-01-09T01:47:40.979Z] Successfully built 4a44fbc23ba2 [2021-01-09T01:47:40.979Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-09T01:47:41.265Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-09T01:47:41.241Z] $ docker stop --time=1 b4063853a0458088310cb9eb1741a72139103d82b4dc4e06df3ccebf0e2dbcab [2021-01-09T01:47:43.214Z] $ docker rm -f b4063853a0458088310cb9eb1741a72139103d82b4dc4e06df3ccebf0e2dbcab [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:47:44.006Z] + docker images [2021-01-09T01:47:44.006Z] + grep docker [2021-01-09T01:47:44.276Z] docker-sys-mgmt-agent-go-arm64 latest 4a44fbc23ba2 4 seconds ago 300MB [2021-01-09T01:47:44.276Z] docker-support-notifications-go-arm64 latest bdff3373bb6b About a minute ago 11.4MB [2021-01-09T01:47:44.276Z] docker-support-scheduler-go-arm64 latest 7894e6fba4e4 About a minute ago 10MB [2021-01-09T01:47:44.276Z] docker-security-proxy-setup-go-arm64 latest 6e10ec29e796 About a minute ago 23.3MB [2021-01-09T01:47:44.276Z] docker-core-data-go-arm64 latest ff093b124c9b 3 minutes ago 21MB [2021-01-09T01:47:44.276Z] docker-core-metadata-go-arm64 latest 43947f867f95 3 minutes ago 12.3MB [2021-01-09T01:47:44.276Z] docker-security-secretstore-setup-go-arm64 latest 8cb97866e9cd 3 minutes ago 23.4MB [2021-01-09T01:47:44.276Z] docker-security-bootstrap-redis-go-arm64 latest 7823c728d452 3 minutes ago 15.1MB [2021-01-09T01:47:44.276Z] docker-core-command-go-arm64 latest cc58f3bdbaa8 3 minutes ago 9.98MB [2021-01-09T01:47:44.276Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-09T01:47:46.377Z] provisioning config files... [2021-01-09T01:47:46.395Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7905756836097996705tmp [Pipeline] { [Pipeline] sh [2021-01-09T01:47:46.890Z] + set +x [2021-01-09T01:47:46.890Z] + curl -s https://codecov.io/bash [2021-01-09T01:47:46.890Z] + bash -s -- [2021-01-09T01:47:47.471Z] [2021-01-09T01:47:47.471Z] _____ _ [2021-01-09T01:47:47.471Z] / ____| | | [2021-01-09T01:47:47.471Z] | | ___ __| | ___ ___ _____ __ [2021-01-09T01:47:47.471Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-09T01:47:47.471Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-09T01:47:47.471Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-09T01:47:47.471Z] Bash-20201231-23d4836 [2021-01-09T01:47:47.471Z] [2021-01-09T01:47:47.471Z] [2021-01-09T01:47:47.471Z] ==> git version 2.24.3 found [2021-01-09T01:47:47.471Z] ==> 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 [2021-01-09T01:47:47.471Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-09T01:47:47.471Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-09T01:47:47.471Z] ==> Jenkins CI detected. [2021-01-09T01:47:47.471Z] project root: . [2021-01-09T01:47:47.471Z] --> token set from env [2021-01-09T01:47:47.471Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-09T01:47:47.471Z] ==> Running gcov in . (disable via -X gcov) [2021-01-09T01:47:47.738Z] ==> Python coveragepy not found [2021-01-09T01:47:47.738Z] ==> Searching for coverage reports in: [2021-01-09T01:47:47.738Z] + . [2021-01-09T01:47:47.738Z] -> Found 1 reports [2021-01-09T01:47:47.738Z] ==> Detecting git/mercurial file structure [2021-01-09T01:47:47.738Z] ==> Reading reports [2021-01-09T01:47:47.738Z] + ./coverage.out bytes=545099 [2021-01-09T01:47:47.738Z] ==> Appending adjustments [2021-01-09T01:47:47.738Z] https://docs.codecov.io/docs/fixing-reports [2021-01-09T01:47:51.981Z] + Found adjustments [2021-01-09T01:47:51.981Z] ==> Gzipping contents [2021-01-09T01:47:52.248Z] 84K /tmp/codecov.O9FRce.gz [2021-01-09T01:47:52.248Z] ==> Uploading reports [2021-01-09T01:47:52.248Z] url: https://codecov.io [2021-01-09T01:47:52.248Z] query: branch=PR-3001&commit=502fe876c1df51de9bce13ca4f84d605168e4657&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= [2021-01-09T01:47:52.248Z] -> Pinging Codecov [2021-01-09T01:47:52.248Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3001&commit=502fe876c1df51de9bce13ca4f84d605168e4657&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= [2021-01-09T01:47:52.827Z] -> Uploading to [2021-01-09T01:47:52.827Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-09/00271124DB129430A58F1EEE437C3FCB/502fe876c1df51de9bce13ca4f84d605168e4657/f1cdde93-8716-496b-a4c5-a7d60425d597.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T014752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b44df574e3c8c5c29562691a6480220f434ec954823d54802150bf1d8264bd26 [2021-01-09T01:47:52.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T01:47:52.827Z] Dload Upload Total Spent Left Speed [2021-01-09T01:47:53.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82766 0 0 100 82766 0 117k --:--:-- --:--:-- --:--:-- 117k 100 82766 0 0 100 82766 0 117k --:--:-- --:--:-- --:--:-- 116k [2021-01-09T01:47:53.443Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/502fe876c1df51de9bce13ca4f84d605168e4657 [Pipeline] } [2021-01-09T01:47:53.454Z] 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 [2021-01-09T01:47:55.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:47:57.176Z] ---> package-listing.sh [2021-01-09T01:47:57.176Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-09T01:47:57.176Z] ++ facter osfamily [2021-01-09T01:47:57.461Z] + OS_FAMILY=redhat [2021-01-09T01:47:57.461Z] + workspace=/w/workspace/edgex-go/3 [2021-01-09T01:47:57.461Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-09T01:47:57.461Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-09T01:47:57.461Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-09T01:47:57.461Z] + PACKAGES=/tmp/packages_start.txt [2021-01-09T01:47:57.461Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-09T01:47:57.461Z] + PACKAGES=/tmp/packages_end.txt [2021-01-09T01:47:57.461Z] + case "${OS_FAMILY}" in [2021-01-09T01:47:57.461Z] + rpm -qa [2021-01-09T01:47:57.461Z] + sort [2021-01-09T01:48:04.275Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-09T01:48:04.275Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-09T01:48:04.275Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-09T01:48:04.275Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-09T01:48:04.275Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-09T01:48:04.275Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-09T01:48:04.293Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-09T01:48:04.855Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:48:05.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T01:48:05.766Z] [2021-01-09T01:48:05.766Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:48:06.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T01:48:06.716Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-09T01:48:06.716Z] df20fa9351a1: Pulling fs layer [2021-01-09T01:48:06.716Z] 36b3adc4ff6f: Pulling fs layer [2021-01-09T01:48:06.716Z] 8ad3a11d3b57: Pulling fs layer [2021-01-09T01:48:06.716Z] 46f8f816bc3b: Pulling fs layer [2021-01-09T01:48:06.716Z] 93b61091891f: Pulling fs layer [2021-01-09T01:48:06.716Z] 93b9cdb0e59b: Pulling fs layer [2021-01-09T01:48:06.716Z] 5e14af77c1be: Pulling fs layer [2021-01-09T01:48:06.716Z] 01666e4c0597: Pulling fs layer [2021-01-09T01:48:06.716Z] aa168da1d23b: Pulling fs layer [2021-01-09T01:48:06.716Z] 93b9cdb0e59b: Waiting [2021-01-09T01:48:06.716Z] 5e14af77c1be: Waiting [2021-01-09T01:48:06.716Z] 01666e4c0597: Waiting [2021-01-09T01:48:06.716Z] 46f8f816bc3b: Waiting [2021-01-09T01:48:06.716Z] 93b61091891f: Waiting [2021-01-09T01:48:06.716Z] aa168da1d23b: Waiting [2021-01-09T01:48:06.716Z] 36b3adc4ff6f: Verifying Checksum [2021-01-09T01:48:06.716Z] 36b3adc4ff6f: Download complete [2021-01-09T01:48:06.716Z] 46f8f816bc3b: Verifying Checksum [2021-01-09T01:48:06.716Z] 46f8f816bc3b: Download complete [2021-01-09T01:48:07.001Z] df20fa9351a1: Verifying Checksum [2021-01-09T01:48:07.001Z] df20fa9351a1: Download complete [2021-01-09T01:48:07.001Z] 93b9cdb0e59b: Verifying Checksum [2021-01-09T01:48:07.001Z] 93b9cdb0e59b: Download complete [2021-01-09T01:48:07.002Z] 5e14af77c1be: Verifying Checksum [2021-01-09T01:48:07.002Z] 5e14af77c1be: Download complete [2021-01-09T01:48:07.002Z] 93b61091891f: Verifying Checksum [2021-01-09T01:48:07.002Z] 93b61091891f: Download complete [2021-01-09T01:48:07.002Z] 01666e4c0597: Download complete [2021-01-09T01:48:08.047Z] df20fa9351a1: Pull complete [2021-01-09T01:48:08.047Z] 8ad3a11d3b57: Verifying Checksum [2021-01-09T01:48:08.047Z] 8ad3a11d3b57: Download complete [2021-01-09T01:48:08.332Z] 36b3adc4ff6f: Pull complete [2021-01-09T01:48:11.003Z] 8ad3a11d3b57: Pull complete [2021-01-09T01:48:11.003Z] 46f8f816bc3b: Pull complete [2021-01-09T01:48:12.003Z] 93b61091891f: Pull complete [2021-01-09T01:48:13.574Z] aa168da1d23b: Verifying Checksum [2021-01-09T01:48:13.574Z] aa168da1d23b: Download complete [2021-01-09T01:48:13.853Z] 93b9cdb0e59b: Pull complete [2021-01-09T01:48:14.138Z] 5e14af77c1be: Pull complete [2021-01-09T01:48:14.463Z] 01666e4c0597: Pull complete [2021-01-09T01:48:29.715Z] aa168da1d23b: Pull complete [2021-01-09T01:48:29.715Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-09T01:48:29.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T01:48:29.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-09T01:48:30.141Z] prd-centos7-docker-4c-2g-19200 does not seem to be running inside a container [2021-01-09T01:48:30.249Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-09T01:48:36.952Z] $ docker top 4567dd39ee7bbb9f92f505bad296e9331f7567f3b15cc769d3c1759dac6403bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:48:38.133Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-09T01:48:38.882Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-09T01:48:39.205Z] + ls /var/log/sa-host [2021-01-09T01:48:39.205Z] + sadf -c /var/log/sa-host/sa09 [2021-01-09T01:48:39.205Z] file_magic: OK [2021-01-09T01:48:39.205Z] HZ: Using current value: 100 [2021-01-09T01:48:39.205Z] file_header: OK [2021-01-09T01:48:39.205Z] 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 [2021-01-09T01:48:39.205Z] Statistics: [2021-01-09T01:48:39.205Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-09T01:48:39.205Z] File successfully converted to sysstat format version 12.2.1 [2021-01-09T01:48:39.205Z] + sadf -c /var/log/sa-host/sa23 [2021-01-09T01:48:39.205Z] file_magic: OK [2021-01-09T01:48:39.205Z] HZ: Using current value: 100 [2021-01-09T01:48:39.205Z] file_header: OK [2021-01-09T01:48:39.206Z] 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 [2021-01-09T01:48:39.206Z] Statistics: [2021-01-09T01:48:39.206Z] Hnuu...uuuununununu... [2021-01-09T01:48:39.206Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T01:48:39.876Z] provisioning config files... [2021-01-09T01:48:39.904Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7534650787498342708tmp [Pipeline] { [Pipeline] echo [2021-01-09T01:48:39.970Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:48:40.372Z] ---> create-netrc.sh [Pipeline] } [2021-01-09T01:48:40.685Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-09T01:48:40.788Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:48:41.163Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-09T01:48:41.204Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:48:41.560Z] ---> sudo-logs.sh [2021-01-09T01:48:41.560Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-09T01:48:41.578Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:48:42.389Z] ---> job-cost.sh [2021-01-09T01:48:42.389Z] lf-activate-venv: SKIPPING [2021-01-09T01:48:42.389Z] INFO: No Stack... [2021-01-09T01:48:43.042Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-09T01:48:43.636Z] INFO: Archiving Costs [Pipeline] echo [2021-01-09T01:48:43.663Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:48:44.029Z] ---> logs-deploy.sh [2021-01-09T01:48:44.030Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3001/3 [2021-01-09T01:48:44.030Z] INFO: archiving workspace using pattern(s): [2021-01-09T01:48:46.679Z] Archives upload complete. [2021-01-09T01:48:46.679Z] INFO: archiving logs to Nexus [2021-01-09T01:48:48.165Z] ---> uname -a: [2021-01-09T01:48:48.165Z] Linux prd-centos7-docker-4c-2g-19200.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-09T01:48:48.165Z] [2021-01-09T01:48:48.165Z] [2021-01-09T01:48:48.165Z] ---> lscpu: [2021-01-09T01:48:48.165Z] Architecture: x86_64 [2021-01-09T01:48:48.165Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-09T01:48:48.165Z] Byte Order: Little Endian [2021-01-09T01:48:48.165Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-09T01:48:48.165Z] CPU(s): 4 [2021-01-09T01:48:48.165Z] On-line CPU(s) list: 0-3 [2021-01-09T01:48:48.165Z] Thread(s) per core: 1 [2021-01-09T01:48:48.165Z] Core(s) per socket: 1 [2021-01-09T01:48:48.165Z] Socket(s): 4 [2021-01-09T01:48:48.165Z] NUMA node(s): 1 [2021-01-09T01:48:48.165Z] Vendor ID: GenuineIntel [2021-01-09T01:48:48.165Z] CPU family: 6 [2021-01-09T01:48:48.165Z] Model: 44 [2021-01-09T01:48:48.165Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-09T01:48:48.165Z] Stepping: 1 [2021-01-09T01:48:48.165Z] CPU MHz: 2933.438 [2021-01-09T01:48:48.165Z] BogoMIPS: 5866.87 [2021-01-09T01:48:48.165Z] Virtualization: VT-x [2021-01-09T01:48:48.165Z] Hypervisor vendor: KVM [2021-01-09T01:48:48.165Z] Virtualization type: full [2021-01-09T01:48:48.165Z] L1d cache: 128 KiB [2021-01-09T01:48:48.165Z] L1i cache: 128 KiB [2021-01-09T01:48:48.165Z] L2 cache: 16 MiB [2021-01-09T01:48:48.165Z] L3 cache: 64 MiB [2021-01-09T01:48:48.165Z] NUMA node0 CPU(s): 0-3 [2021-01-09T01:48:48.165Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-09T01:48:48.165Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-09T01:48:48.165Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-09T01:48:48.165Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-09T01:48:48.165Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-09T01:48:48.165Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-09T01:48:48.165Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-09T01:48:48.165Z] Vulnerability Srbds: Not affected [2021-01-09T01:48:48.165Z] Vulnerability Tsx async abort: Not affected [2021-01-09T01:48:48.165Z] 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 [2021-01-09T01:48:48.165Z] [2021-01-09T01:48:48.165Z] [2021-01-09T01:48:48.453Z] ---> nproc: [2021-01-09T01:48:48.453Z] 4 [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] ---> df -h: [2021-01-09T01:48:48.453Z] Filesystem Size Used Available Use% Mounted on [2021-01-09T01:48:48.453Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-09T01:48:48.453Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-09T01:48:48.453Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-09T01:48:48.453Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/3 [2021-01-09T01:48:48.453Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/3@tmp [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] ---> free -m: [2021-01-09T01:48:48.453Z] total used free shared buff/cache available [2021-01-09T01:48:48.453Z] Mem: 1837 703 115 0 1018 1050 [2021-01-09T01:48:48.453Z] Swap: 1023 69 954 [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] ---> ip addr: [2021-01-09T01:48:48.453Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-09T01:48:48.453Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-09T01:48:48.453Z] inet 127.0.0.1/8 scope host lo [2021-01-09T01:48:48.453Z] valid_lft forever preferred_lft forever [2021-01-09T01:48:48.453Z] inet6 ::1/128 scope host [2021-01-09T01:48:48.453Z] valid_lft forever preferred_lft forever [2021-01-09T01:48:48.453Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-09T01:48:48.453Z] link/ether fa:16:3e:b7:6d:1c brd ff:ff:ff:ff:ff:ff [2021-01-09T01:48:48.453Z] inet 10.30.122.86/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-09T01:48:48.453Z] valid_lft 85168sec preferred_lft 85168sec [2021-01-09T01:48:48.453Z] inet6 fe80::f816:3eff:feb7:6d1c/64 scope link [2021-01-09T01:48:48.453Z] valid_lft forever preferred_lft forever [2021-01-09T01:48:48.453Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-09T01:48:48.453Z] link/ether 02:42:eb:da:56:d2 brd ff:ff:ff:ff:ff:ff [2021-01-09T01:48:48.453Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-09T01:48:48.453Z] valid_lft forever preferred_lft forever [2021-01-09T01:48:48.453Z] inet6 fe80::42:ebff:feda:56d2/64 scope link [2021-01-09T01:48:48.453Z] valid_lft forever preferred_lft forever [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] ---> sar -b -r -n DEV: [2021-01-09T01:48:48.453Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] 01:28:03 LINUX RESTART (4 CPU) [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] 01:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-09T01:48:48.453Z] 01:30:02 67.81 18.54 49.27 0.00 4965.98 13099.25 0.00 [2021-01-09T01:48:48.453Z] 01:31:01 298.73 119.92 178.82 0.00 8265.63 50572.87 0.00 [2021-01-09T01:48:48.453Z] 01:32:01 161.32 81.07 80.26 0.00 2804.97 10238.23 0.00 [2021-01-09T01:48:48.453Z] 01:33:01 112.73 52.24 60.49 0.00 1880.78 6326.88 0.00 [2021-01-09T01:48:48.453Z] 01:34:02 90.40 34.16 56.24 0.00 2338.40 8002.58 0.00 [2021-01-09T01:48:48.453Z] 01:35:01 127.80 24.76 103.04 0.00 6093.97 43527.46 0.00 [2021-01-09T01:48:48.453Z] 01:36:03 1090.73 876.69 214.04 0.00 93094.06 124851.47 0.00 [2021-01-09T01:48:48.453Z] 01:37:02 2441.56 2198.91 242.65 0.00 130466.93 142717.40 0.00 [2021-01-09T01:48:48.453Z] 01:38:01 231.76 73.01 158.75 0.00 10608.20 27221.96 0.00 [2021-01-09T01:48:48.453Z] 01:39:02 1183.08 917.51 265.58 0.00 98220.84 120291.11 0.00 [2021-01-09T01:48:48.453Z] 01:40:01 841.43 637.63 203.80 0.00 36534.14 47626.82 0.00 [2021-01-09T01:48:48.453Z] 01:41:02 112.53 13.43 99.10 0.00 3251.46 17015.51 0.00 [2021-01-09T01:48:48.453Z] 01:42:01 5.53 0.03 5.50 0.00 0.27 191.12 0.00 [2021-01-09T01:48:48.453Z] 01:43:01 0.91 0.68 0.23 0.00 34.84 2.96 0.00 [2021-01-09T01:48:48.453Z] 01:44:01 2.05 1.23 0.81 0.00 29.00 15.92 0.00 [2021-01-09T01:48:48.453Z] 01:45:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 [2021-01-09T01:48:48.453Z] 01:46:01 0.25 0.02 0.23 0.00 0.53 1.69 0.00 [2021-01-09T01:48:48.453Z] 01:47:02 0.27 0.00 0.27 0.00 0.00 3.41 0.00 [2021-01-09T01:48:48.453Z] 01:48:01 51.25 50.44 0.81 0.00 4959.70 38.98 0.00 [2021-01-09T01:48:48.453Z] Average: 358.93 268.29 90.65 0.00 21355.48 32332.18 0.00 [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] 01:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-09T01:48:48.453Z] 01:30:02 63936 0 828680 44.04 2620 986308 1545172 52.73 671756 942372 30248 [2021-01-09T01:48:48.453Z] 01:31:01 126748 0 733448 38.98 1492 1019856 1365392 46.60 562276 926408 12 [2021-01-09T01:48:48.453Z] 01:32:01 113024 0 801688 42.61 1460 965372 1749940 59.72 634840 857704 56088 [2021-01-09T01:48:48.453Z] 01:33:01 302676 0 848868 45.12 612 729388 1807640 61.69 597228 699272 54392 [2021-01-09T01:48:48.453Z] 01:34:02 259076 0 731760 38.89 596 890112 1327024 45.29 580984 755424 11288 [2021-01-09T01:48:48.453Z] 01:35:01 74156 0 736764 39.16 156 1070468 1292236 44.10 693644 839432 58604 [2021-01-09T01:48:48.453Z] 01:36:03 65916 0 816124 43.38 0 999504 2194564 74.90 728124 870388 46688 [2021-01-09T01:48:48.453Z] 01:37:02 161200 0 1099572 58.44 0 620772 4350648 148.48 831936 621404 7792 [2021-01-09T01:48:48.453Z] 01:38:01 340728 0 825184 43.86 0 715632 2573332 87.82 582788 707212 0 [2021-01-09T01:48:48.453Z] 01:39:02 197688 0 895240 47.58 0 788616 2975164 101.54 732952 711536 15048 [2021-01-09T01:48:48.453Z] 01:40:01 393796 0 684608 36.39 0 803140 1746768 59.61 526660 725348 84 [2021-01-09T01:48:48.453Z] 01:41:02 175460 0 627372 33.34 0 1078712 1235236 42.16 500188 963920 20 [2021-01-09T01:48:48.453Z] 01:42:01 181792 0 621032 33.01 0 1078720 1195500 40.80 497260 962828 16 [2021-01-09T01:48:48.453Z] 01:43:01 178776 0 623128 33.12 0 1079640 1191656 40.67 499268 963536 16 [2021-01-09T01:48:48.453Z] 01:44:01 179668 0 622044 33.06 0 1079832 1189600 40.60 498520 963120 8 [2021-01-09T01:48:48.453Z] 01:45:01 180176 0 621508 33.03 0 1079860 1189408 40.59 498036 963140 8 [2021-01-09T01:48:48.453Z] 01:46:01 180216 0 621480 33.03 0 1079848 1189408 40.59 498164 963136 8 [2021-01-09T01:48:48.453Z] 01:47:02 180380 0 621296 33.02 0 1079868 1189404 40.59 498044 963152 8 [2021-01-09T01:48:48.453Z] 01:48:01 79864 0 647680 34.42 0 1154000 1224852 41.80 525000 1033436 16 [2021-01-09T01:48:48.453Z] Average: 180804 0 737236 39.18 365 963139 1712260 58.44 587246 864883 14755 [2021-01-09T01:48:48.453Z] [2021-01-09T01:48:48.453Z] 01:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-09T01:48:48.453Z] 01:30:02 eth0 1091.00 991.96 4300.51 125.18 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:30:02 veth52046f6 812.14 767.64 78.86 2661.33 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:30:02 docker0 812.14 767.51 67.76 2661.32 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:31:01 eth0 484.46 367.78 3730.99 57.45 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:31:01 docker0 99.00 166.51 7.02 838.84 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:32:01 veth7abc82a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:32:01 eth0 22.78 17.56 25.30 9.74 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:33:01 veth7abc82a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:33:01 eth0 41.32 34.12 26.05 75.59 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:34:02 veth7abc82a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:34:02 eth0 15.87 12.59 14.04 7.53 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:35:01 veth08d4543 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:35:01 eth0 197.86 150.41 1726.55 81.98 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:36:03 veth08d4543 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:36:03 eth0 45.78 34.11 152.81 7.27 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:36:03 docker0 25.43 33.00 1.57 141.23 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:37:02 veth3b25099 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:37:02 veth1ae2dc1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:37:02 veth08d4543 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:37:02 eth0 8.13 5.32 5.54 2.96 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:38:01 veth08d4543 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:38:01 eth0 42.06 33.32 101.05 61.87 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:38:01 vethb100a91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:39:02 veth9fbab24 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:39:02 veth301aa4f 0.02 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:39:02 veth08d4543 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:39:02 veth8c34998 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:40:01 veth08d4543 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:40:01 eth0 2604.76 2058.57 12430.32 584.59 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:40:01 veth46f2937 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:41:02 eth0 215.16 149.42 1648.30 60.80 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.453Z] 01:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:41:02 docker0 983.76 1068.18 79.22 4186.42 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:42:01 eth0 0.54 0.07 0.06 0.02 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:43:01 eth0 5.37 5.54 0.82 16.60 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:44:01 eth0 0.27 0.22 0.14 0.20 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:47:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:48:01 eth0 14.22 9.33 13.56 6.60 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] Average: eth0 121.05 99.48 624.95 32.06 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] Average: docker0 51.95 56.40 4.18 221.06 0.00 0.00 0.00 0.00 [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z] ---> sar -P ALL: [2021-01-09T01:48:48.454Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z] 01:28:03 LINUX RESTART (4 CPU) [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z] 01:29:01 CPU %user %nice %system %iowait %steal %idle [2021-01-09T01:48:48.454Z] 01:30:02 all 10.32 0.00 4.31 1.41 10.34 73.62 [2021-01-09T01:48:48.454Z] 01:30:02 0 10.55 0.00 4.98 1.47 11.29 71.71 [2021-01-09T01:48:48.454Z] 01:30:02 1 10.42 0.00 3.80 1.47 10.47 73.84 [2021-01-09T01:48:48.454Z] 01:30:02 2 10.91 0.00 4.33 1.76 10.40 72.60 [2021-01-09T01:48:48.454Z] 01:30:02 3 9.42 0.00 4.15 0.95 9.20 76.28 [2021-01-09T01:48:48.454Z] 01:31:01 all 7.07 0.00 6.36 3.33 15.94 67.29 [2021-01-09T01:48:48.454Z] 01:31:01 0 7.07 0.00 6.12 2.78 17.19 66.83 [2021-01-09T01:48:48.454Z] 01:31:01 1 6.64 0.00 5.65 3.71 16.32 67.68 [2021-01-09T01:48:48.454Z] 01:31:01 2 7.66 0.00 7.64 3.41 15.24 66.05 [2021-01-09T01:48:48.454Z] 01:31:01 3 6.94 0.00 6.06 3.43 14.98 68.59 [2021-01-09T01:48:48.454Z] 01:32:01 all 27.32 0.00 9.50 3.22 15.92 44.04 [2021-01-09T01:48:48.454Z] 01:32:01 0 28.28 0.00 8.98 2.59 15.83 44.31 [2021-01-09T01:48:48.454Z] 01:32:01 1 25.39 0.00 9.02 4.39 16.43 44.77 [2021-01-09T01:48:48.454Z] 01:32:01 2 25.85 0.00 10.17 3.59 16.22 44.18 [2021-01-09T01:48:48.454Z] 01:32:01 3 29.77 0.00 9.83 2.32 15.18 42.90 [2021-01-09T01:48:48.454Z] 01:33:01 all 45.08 0.00 13.17 2.39 21.18 18.18 [2021-01-09T01:48:48.454Z] 01:33:01 0 49.50 0.00 14.22 1.51 19.34 15.44 [2021-01-09T01:48:48.454Z] 01:33:01 1 52.11 0.00 14.61 2.45 18.55 12.27 [2021-01-09T01:48:48.454Z] 01:33:01 2 40.36 0.00 11.73 3.37 23.02 21.51 [2021-01-09T01:48:48.454Z] 01:33:01 3 38.98 0.00 12.27 2.19 23.56 23.01 [2021-01-09T01:48:48.454Z] 01:34:02 all 31.62 0.00 12.86 3.82 18.52 33.18 [2021-01-09T01:48:48.454Z] 01:34:02 0 32.61 0.00 13.80 1.91 17.69 33.99 [2021-01-09T01:48:48.454Z] 01:34:02 1 31.08 0.00 12.66 3.65 19.45 33.16 [2021-01-09T01:48:48.454Z] 01:34:02 2 30.35 0.00 12.62 4.96 18.40 33.66 [2021-01-09T01:48:48.454Z] 01:34:02 3 32.42 0.00 12.35 4.78 18.54 31.92 [2021-01-09T01:48:48.454Z] 01:35:01 all 10.11 0.00 8.42 0.88 20.62 59.98 [2021-01-09T01:48:48.454Z] 01:35:01 0 9.36 0.00 8.51 0.90 20.55 60.68 [2021-01-09T01:48:48.454Z] 01:35:01 1 11.12 0.00 9.09 1.41 20.70 57.68 [2021-01-09T01:48:48.454Z] 01:35:01 2 9.05 0.00 7.71 0.81 20.70 61.73 [2021-01-09T01:48:48.454Z] 01:35:01 3 10.91 0.00 8.36 0.41 20.53 59.80 [2021-01-09T01:48:48.454Z] 01:36:03 all 13.52 0.00 15.58 11.93 28.13 30.83 [2021-01-09T01:48:48.454Z] 01:36:03 0 15.08 0.00 17.01 12.72 28.38 26.81 [2021-01-09T01:48:48.454Z] 01:36:03 1 12.10 0.00 14.15 12.51 28.78 32.46 [2021-01-09T01:48:48.454Z] 01:36:03 2 13.01 0.00 15.75 12.74 27.66 30.84 [2021-01-09T01:48:48.454Z] 01:36:03 3 13.95 0.00 15.46 9.71 27.70 33.17 [2021-01-09T01:48:48.454Z] 01:37:02 all 15.20 0.00 15.15 25.92 24.33 19.39 [2021-01-09T01:48:48.454Z] 01:37:02 0 14.79 0.00 14.38 26.51 25.58 18.74 [2021-01-09T01:48:48.454Z] 01:37:02 1 15.54 0.00 15.90 25.42 23.65 19.49 [2021-01-09T01:48:48.454Z] 01:37:02 2 15.07 0.00 15.23 27.57 23.39 18.75 [2021-01-09T01:48:48.454Z] 01:37:02 3 15.41 0.00 15.12 24.18 24.69 20.60 [2021-01-09T01:48:48.454Z] 01:38:01 all 59.47 0.00 14.73 5.13 12.26 8.41 [2021-01-09T01:48:48.454Z] 01:38:01 0 62.66 0.00 14.41 4.56 10.36 8.01 [2021-01-09T01:48:48.454Z] 01:38:01 1 57.32 0.00 14.76 5.84 12.92 9.15 [2021-01-09T01:48:48.454Z] 01:38:01 2 58.68 0.00 13.81 4.89 13.89 8.73 [2021-01-09T01:48:48.454Z] 01:38:01 3 59.32 0.00 15.95 5.19 11.81 7.72 [2021-01-09T01:48:48.454Z] 01:39:02 all 26.43 0.00 19.55 11.46 22.11 20.45 [2021-01-09T01:48:48.454Z] 01:39:02 0 25.34 0.00 19.94 12.42 22.61 19.69 [2021-01-09T01:48:48.454Z] 01:39:02 1 24.54 0.00 17.22 12.36 21.70 24.19 [2021-01-09T01:48:48.454Z] 01:39:02 2 27.11 0.00 19.90 10.62 21.94 20.43 [2021-01-09T01:48:48.454Z] 01:39:02 3 28.91 0.00 21.28 10.37 22.19 17.24 [2021-01-09T01:48:48.454Z] 01:40:01 all 31.22 0.00 16.32 9.66 19.24 23.56 [2021-01-09T01:48:48.454Z] 01:40:01 0 30.56 0.00 15.98 9.71 19.65 24.10 [2021-01-09T01:48:48.454Z] 01:40:01 1 28.42 0.00 15.72 9.69 19.50 26.67 [2021-01-09T01:48:48.454Z] 01:40:01 2 33.19 0.00 16.13 9.74 18.81 22.12 [2021-01-09T01:48:48.454Z] 01:40:01 3 32.80 0.00 17.49 9.50 18.97 21.24 [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z] 01:40:01 CPU %user %nice %system %iowait %steal %idle [2021-01-09T01:48:48.454Z] 01:41:02 all 6.31 0.00 5.45 2.85 15.30 70.09 [2021-01-09T01:48:48.454Z] 01:41:02 0 7.94 0.00 6.34 0.89 15.61 69.23 [2021-01-09T01:48:48.454Z] 01:41:02 1 3.97 0.00 5.73 2.67 14.91 72.72 [2021-01-09T01:48:48.454Z] 01:41:02 2 6.74 0.00 5.01 3.23 15.37 69.65 [2021-01-09T01:48:48.454Z] 01:41:02 3 6.63 0.00 4.72 4.59 15.34 68.73 [2021-01-09T01:48:48.454Z] 01:42:01 all 0.02 0.00 0.05 0.01 0.58 99.34 [2021-01-09T01:48:48.454Z] 01:42:01 0 0.02 0.00 0.05 0.00 0.76 99.18 [2021-01-09T01:48:48.454Z] 01:42:01 1 0.02 0.00 0.03 0.00 0.15 99.80 [2021-01-09T01:48:48.454Z] 01:42:01 2 0.02 0.00 0.08 0.00 0.86 99.04 [2021-01-09T01:48:48.454Z] 01:42:01 3 0.03 0.00 0.03 0.05 0.54 99.34 [2021-01-09T01:48:48.454Z] 01:43:01 all 0.09 0.00 0.13 0.01 0.55 99.22 [2021-01-09T01:48:48.454Z] 01:43:01 0 0.05 0.00 0.13 0.02 0.46 99.34 [2021-01-09T01:48:48.454Z] 01:43:01 1 0.05 0.00 0.12 0.00 0.30 99.53 [2021-01-09T01:48:48.454Z] 01:43:01 2 0.15 0.00 0.15 0.02 0.88 98.81 [2021-01-09T01:48:48.454Z] 01:43:01 3 0.10 0.00 0.13 0.02 0.56 99.19 [2021-01-09T01:48:48.454Z] 01:44:01 all 0.09 0.00 0.23 0.02 1.32 98.34 [2021-01-09T01:48:48.454Z] 01:44:01 0 0.02 0.00 0.26 0.00 0.98 98.74 [2021-01-09T01:48:48.454Z] 01:44:01 1 0.02 0.00 0.36 0.02 1.09 98.51 [2021-01-09T01:48:48.454Z] 01:44:01 2 0.28 0.00 0.20 0.00 1.34 98.18 [2021-01-09T01:48:48.454Z] 01:44:01 3 0.07 0.00 0.10 0.05 1.86 97.93 [2021-01-09T01:48:48.454Z] 01:45:01 all 0.11 0.00 0.04 0.00 0.50 99.35 [2021-01-09T01:48:48.454Z] 01:45:01 0 0.02 0.00 0.02 0.00 0.66 99.30 [2021-01-09T01:48:48.454Z] 01:45:01 1 0.02 0.00 0.03 0.00 0.66 99.29 [2021-01-09T01:48:48.454Z] 01:45:01 2 0.03 0.00 0.07 0.00 0.13 99.77 [2021-01-09T01:48:48.454Z] 01:45:01 3 0.37 0.00 0.05 0.00 0.53 99.05 [2021-01-09T01:48:48.454Z] 01:46:01 all 0.10 0.00 0.03 0.01 0.74 99.12 [2021-01-09T01:48:48.454Z] 01:46:01 0 0.02 0.00 0.03 0.03 0.74 99.18 [2021-01-09T01:48:48.454Z] 01:46:01 1 0.03 0.00 0.05 0.00 0.26 99.65 [2021-01-09T01:48:48.454Z] 01:46:01 2 0.02 0.00 0.02 0.00 1.12 98.85 [2021-01-09T01:48:48.454Z] 01:46:01 3 0.33 0.00 0.02 0.00 0.84 98.81 [2021-01-09T01:48:48.454Z] 01:47:02 all 0.09 0.00 0.02 0.00 0.72 99.16 [2021-01-09T01:48:48.454Z] 01:47:02 0 0.05 0.00 0.03 0.00 1.29 98.63 [2021-01-09T01:48:48.454Z] 01:47:02 1 0.02 0.00 0.02 0.00 0.51 99.45 [2021-01-09T01:48:48.454Z] 01:47:02 2 0.00 0.00 0.02 0.00 0.42 99.57 [2021-01-09T01:48:48.454Z] 01:47:02 3 0.30 0.00 0.03 0.00 0.66 99.01 [2021-01-09T01:48:48.454Z] 01:48:01 all 1.45 0.00 0.92 1.57 1.78 94.28 [2021-01-09T01:48:48.454Z] 01:48:01 0 0.45 0.00 0.47 0.55 1.76 96.76 [2021-01-09T01:48:48.454Z] 01:48:01 1 2.00 0.00 1.10 2.52 1.66 92.72 [2021-01-09T01:48:48.454Z] 01:48:01 2 1.49 0.00 1.06 1.86 1.83 93.76 [2021-01-09T01:48:48.454Z] 01:48:01 3 1.86 0.00 1.03 1.37 1.86 93.88 [2021-01-09T01:48:48.454Z] Average: all 14.14 0.00 7.23 4.26 11.83 62.53 [2021-01-09T01:48:48.454Z] Average: 0 14.53 0.00 7.39 4.03 11.90 62.15 [2021-01-09T01:48:48.454Z] Average: 1 13.89 0.00 7.11 4.52 11.77 62.71 [2021-01-09T01:48:48.454Z] Average: 2 13.87 0.00 7.17 4.50 11.90 62.55 [2021-01-09T01:48:48.454Z] Average: 3 14.27 0.00 7.26 4.00 11.77 62.70 [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z] [2021-01-09T01:48:48.454Z]