Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 15d5910ca8b9da1713db94513de9bdb4c10a9665+6aacc02e765899b5f00a422c0b56178915ca79e6 (4afece0fd240bb7a95047ad83f32fb28bccafc52) 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-19183 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 15d5910ca8b9da1713db94513de9bdb4c10a9665 Merge succeeded, producing 15d5910ca8b9da1713db94513de9bdb4c10a9665 Checking out Revision 15d5910ca8b9da1713db94513de9bdb4c10a9665 (PR-2970) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 Commit message: "feat(security): Address PR feedback" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 48b219a7dbe546134c23ed40fc40f3bfafa503ec # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-09T00:21:42.411Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-09T00:21:42.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-09T00:21:42.739Z] ========================================================= [2021-01-09T00:21:42.739Z] EdgeX Global Pipelines Version Info [2021-01-09T00:21:42.739Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:21:45.235Z] ------------------- [2021-01-09T00:21:45.235Z] stable info: [2021-01-09T00:21:45.235Z] ------------------- [2021-01-09T00:21:45.235Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-09T00:21:45.235Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T00:21:45.235Z] Message: update stable to v1.0.173 [2021-01-09T00:21:46.225Z] ------------------- [2021-01-09T00:21:46.225Z] experimental info: [2021-01-09T00:21:46.225Z] ------------------- [2021-01-09T00:21:46.225Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-09T00:21:46.225Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T00:21:46.225Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-09T00:21:46.502Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-09T00:21:46.593Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-09T00:21:46.700Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-09T00:21:46.807Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-09T00:21:46.900Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-09T00:21:47.008Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-09T00:21:47.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-09T00:21:47.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-09T00:21:47.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-09T00:21:47.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-09T00:21:47.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-09T00:21:47.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-09T00:21:47.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-09T00:21:47.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-09T00:21:47.869Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T00:21:47.959Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T00:21:48.046Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-09T00:21:48.140Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-09T00:21:48.221Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-09T00:21:48.306Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-09T00:21:48.388Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-09T00:21:48.470Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-09T00:21:48.550Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-09T00:21:48.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-09T00:21:48.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-09T00:21:48.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-09T00:21:48.936Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15d5910ca8b9da1713db94513de9bdb4c10a9665 [Pipeline] echo [2021-01-09T00:21:49.024Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15d5910 [Pipeline] echo [2021-01-09T00:21:49.117Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T00:21:49.302Z] provisioning config files... [2021-01-09T00:21:49.347Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3385114185502759512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:21:49.723Z] ---> docker-login.sh [2021-01-09T00:21:49.723Z] nexus3.edgexfoundry.org:10001 [2021-01-09T00:21:50.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:21:50.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:21:50.310Z] Configure a credential helper to remove this warning. See [2021-01-09T00:21:50.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:21:50.310Z] [2021-01-09T00:21:50.310Z] Login Succeeded [2021-01-09T00:21:50.310Z] nexus3.edgexfoundry.org:10002 [2021-01-09T00:21:50.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:21:50.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:21:50.862Z] Configure a credential helper to remove this warning. See [2021-01-09T00:21:50.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:21:50.862Z] [2021-01-09T00:21:50.862Z] Login Succeeded [2021-01-09T00:21:50.862Z] nexus3.edgexfoundry.org:10003 [2021-01-09T00:21:50.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:21:51.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:21:51.148Z] Configure a credential helper to remove this warning. See [2021-01-09T00:21:51.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:21:51.148Z] [2021-01-09T00:21:51.148Z] Login Succeeded [2021-01-09T00:21:51.148Z] nexus3.edgexfoundry.org:10004 [2021-01-09T00:21:51.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:21:51.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:21:51.791Z] Configure a credential helper to remove this warning. See [2021-01-09T00:21:51.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:21:51.791Z] [2021-01-09T00:21:51.791Z] Login Succeeded [2021-01-09T00:21:51.791Z] docker.io [2021-01-09T00:21:52.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:21:52.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:21:52.364Z] Configure a credential helper to remove this warning. See [2021-01-09T00:21:52.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:21:52.364Z] [2021-01-09T00:21:52.364Z] Login Succeeded [2021-01-09T00:21:52.364Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T00:21:52.381Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T00:21:52.905Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/core-command/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/core-data/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-09T00:21:52.905Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-09T00:21:52.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T00:21:52.905Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-09T00:21:52.905Z] ++ cut -d/ -f2 [2021-01-09T00:21:52.905Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-09T00:21:53.011Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-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-09T00:21:53.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T00:21:53.984Z] [2021-01-09T00:21:53.984Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:21:54.370Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T00:21:54.370Z] latest: Pulling from edgex-devops/git-semver [2021-01-09T00:21:54.370Z] 31603596830f: Pulling fs layer [2021-01-09T00:21:54.370Z] 2a8b12db71e7: Pulling fs layer [2021-01-09T00:21:54.370Z] 6ca5941a6612: Pulling fs layer [2021-01-09T00:21:54.370Z] ecc8261a40a4: Pulling fs layer [2021-01-09T00:21:54.370Z] ecc8261a40a4: Waiting [2021-01-09T00:21:54.370Z] 2a8b12db71e7: Verifying Checksum [2021-01-09T00:21:54.370Z] 2a8b12db71e7: Download complete [2021-01-09T00:21:55.091Z] 31603596830f: Verifying Checksum [2021-01-09T00:21:55.091Z] 31603596830f: Download complete [2021-01-09T00:21:55.393Z] ecc8261a40a4: Verifying Checksum [2021-01-09T00:21:55.393Z] ecc8261a40a4: Download complete [2021-01-09T00:21:55.663Z] 6ca5941a6612: Verifying Checksum [2021-01-09T00:21:55.663Z] 6ca5941a6612: Download complete [2021-01-09T00:21:55.663Z] 31603596830f: Pull complete [2021-01-09T00:21:55.939Z] 2a8b12db71e7: Pull complete [2021-01-09T00:21:57.410Z] 6ca5941a6612: Pull complete [2021-01-09T00:21:57.683Z] ecc8261a40a4: Pull complete [2021-01-09T00:21:57.683Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-09T00:21:57.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T00:21:57.683Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-09T00:21:57.990Z] prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container [2021-01-09T00:21:58.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T00:22:00.920Z] $ docker top 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T00:22:01.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T00:22:01.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T00:22:01.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T00:22:01.636Z] $ docker exec 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent [2021-01-09T00:22:02.052Z] SSH_AUTH_SOCK=/tmp/ssh-qxMs4n43hunZ/agent.11 [2021-01-09T00:22:02.052Z] SSH_AGENT_PID=17 [2021-01-09T00:22:02.070Z] Running ssh-add (command line suppressed) [2021-01-09T00:22:02.323Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_7405491703030502452.key (/w/workspace/edgex-go/15@tmp/private_key_7405491703030502452.key) [2021-01-09T00:22:02.402Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T00:22:03.100Z] + git tag --points-at HEAD [Pipeline] } [2021-01-09T00:22:03.145Z] $ docker exec --env ******** --env ******** 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent -k [2021-01-09T00:22:03.547Z] unset SSH_AUTH_SOCK; [2021-01-09T00:22:03.548Z] unset SSH_AGENT_PID; [2021-01-09T00:22:03.548Z] echo Agent pid 17 killed; [2021-01-09T00:22:03.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-09T00:22:03.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T00:22:03.871Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T00:22:04.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T00:22:04.207Z] $ docker exec 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent [2021-01-09T00:22:04.486Z] SSH_AUTH_SOCK=/tmp/ssh-XgwDHBEtkYkm/agent.45 [2021-01-09T00:22:04.486Z] SSH_AGENT_PID=50 [2021-01-09T00:22:04.493Z] Running ssh-add (command line suppressed) [2021-01-09T00:22:04.713Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_430189341643957843.key (/w/workspace/edgex-go/15@tmp/private_key_430189341643957843.key) [2021-01-09T00:22:04.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T00:22:05.603Z] + git semver init [2021-01-09T00:22:05.603Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T00:22:05.603Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-01-09T00:22:05.603Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-01-09T00:22:05.603Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T00:22:05.603Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T00:22:05.603Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T00:22:05.603Z] # $SEMVER_BRANCH = PR-2970 [2021-01-09T00:22:05.603Z] # $SEMVER_TEMP = /tmp/semver-284527956 [2021-01-09T00:22:05.603Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-09T00:22:52.772Z] # '/tmp/semver-284527956' -> '/w/workspace/edgex-go/15/.semver' [2021-01-09T00:22:52.772Z] # -> Force: false [2021-01-09T00:22:52.772Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-01-09T00:22:52.792Z] $ docker exec --env ******** --env ******** 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent -k [2021-01-09T00:22:53.137Z] unset SSH_AUTH_SOCK; [2021-01-09T00:22:53.138Z] unset SSH_AGENT_PID; [2021-01-09T00:22:53.138Z] echo Agent pid 50 killed; [2021-01-09T00:22:53.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T00:22:53.809Z] + git semver [Pipeline] } [2021-01-09T00:22:53.851Z] $ docker stop --time=1 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed [2021-01-09T00:22:55.828Z] $ docker rm -f 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T00:22:56.495Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-09T00:22:57.318Z] Stashed 1 file(s) [Pipeline] echo [2021-01-09T00:22:57.321Z] [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-09T00:22:58.244Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-09T00:22:58.599Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T00:22:58.934Z] + sudo service docker restart [2021-01-09T00:22:58.934Z] + true [2021-01-09T00:22:58.934Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-09T00:23:00.381Z] ========================================================= [2021-01-09T00:23:00.382Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-09T00:23:00.382Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:23:00.828Z] + 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-09T00:23:07.644Z] Sending build context to Docker daemon 326.6MB [2021-01-09T00:23:07.644Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T00:23:07.644Z] Step 2/6 : FROM ${BASE} [2021-01-09T00:23:07.917Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-09T00:23:07.917Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T00:23:07.917Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T00:23:07.917Z] de9db76c5a1d: Pulling fs layer [2021-01-09T00:23:07.917Z] bca2f99d35d6: Pulling fs layer [2021-01-09T00:23:07.917Z] 93359f2a8cfa: Pulling fs layer [2021-01-09T00:23:07.917Z] 7c6f9722023f: Pulling fs layer [2021-01-09T00:23:07.917Z] a35cf1a2eb13: Pulling fs layer [2021-01-09T00:23:07.917Z] bca2f99d35d6: Waiting [2021-01-09T00:23:07.917Z] a35cf1a2eb13: Waiting [2021-01-09T00:23:07.917Z] 7c6f9722023f: Waiting [2021-01-09T00:23:07.917Z] de9db76c5a1d: Verifying Checksum [2021-01-09T00:23:07.917Z] de9db76c5a1d: Download complete [2021-01-09T00:23:07.917Z] 0ef7d3d256c8: Verifying Checksum [2021-01-09T00:23:07.917Z] 0ef7d3d256c8: Download complete [2021-01-09T00:23:07.917Z] 93359f2a8cfa: Download complete [2021-01-09T00:23:08.189Z] 7c6f9722023f: Verifying Checksum [2021-01-09T00:23:08.189Z] 7c6f9722023f: Download complete [2021-01-09T00:23:08.190Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T00:23:08.190Z] 188c0c94c7c5: Download complete [2021-01-09T00:23:08.820Z] 188c0c94c7c5: Pull complete [2021-01-09T00:23:09.612Z] 0ef7d3d256c8: Pull complete [2021-01-09T00:23:09.612Z] de9db76c5a1d: Pull complete [2021-01-09T00:23:12.339Z] a35cf1a2eb13: Verifying Checksum [2021-01-09T00:23:12.339Z] a35cf1a2eb13: Download complete [2021-01-09T00:23:12.704Z] Still waiting to schedule task [2021-01-09T00:23:12.704Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-09T00:23:13.839Z] bca2f99d35d6: Verifying Checksum [2021-01-09T00:23:13.839Z] bca2f99d35d6: Download complete [2021-01-09T00:23:24.181Z] bca2f99d35d6: Pull complete [2021-01-09T00:23:24.181Z] 93359f2a8cfa: Pull complete [2021-01-09T00:23:24.181Z] 7c6f9722023f: Pull complete [2021-01-09T00:23:29.693Z] a35cf1a2eb13: Pull complete [2021-01-09T00:23:29.693Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-09T00:23:29.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-09T00:23:29.693Z] ---> a62c8e92a672 [2021-01-09T00:23:29.693Z] 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-09T00:23:29.693Z] ---> Running in 8b1cfc674bab [2021-01-09T00:23:30.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:23:30.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:23:31.468Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T00:23:32.068Z] (2/12) Installing file (5.38-r0) [2021-01-09T00:23:32.068Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T00:23:32.068Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T00:23:37.469Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T00:23:37.469Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T00:23:37.469Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T00:23:37.469Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T00:23:37.469Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T00:23:37.738Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T00:23:37.738Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T00:23:37.738Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T00:23:38.008Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:23:38.008Z] OK: 233 MiB in 51 packages [2021-01-09T00:23:42.357Z] Removing intermediate container 8b1cfc674bab [2021-01-09T00:23:42.357Z] ---> 55ad3cdd7327 [2021-01-09T00:23:42.357Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T00:23:42.357Z] ---> Running in ee70e5519887 [2021-01-09T00:23:42.357Z] Removing intermediate container ee70e5519887 [2021-01-09T00:23:42.357Z] ---> 3dba16b9976a [2021-01-09T00:23:42.357Z] Step 5/6 : COPY go.mod . [2021-01-09T00:23:42.357Z] ---> 5deb58b6ff45 [2021-01-09T00:23:42.357Z] Step 6/6 : RUN go mod download [2021-01-09T00:23:42.357Z] ---> Running in 41f35a637a12 [2021-01-09T00:24:09.268Z] Removing intermediate container 41f35a637a12 [2021-01-09T00:24:09.268Z] ---> 90a5dec6cec5 [2021-01-09T00:24:09.268Z] Successfully built 90a5dec6cec5 [2021-01-09T00:24:09.268Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:24:09.639Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T00:24:09.925Z] . [Pipeline] withDockerContainer [2021-01-09T00:24:10.142Z] prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container [2021-01-09T00:24:10.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-x86_64 cat [2021-01-09T00:24:11.780Z] $ docker top 930f10e933cc73ecc71260d24ce79eabe2324d674d1b02d843efbae69d828d46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T00:24:12.549Z] + go version [2021-01-09T00:24:12.814Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-09T00:24:12.834Z] $ docker stop --time=1 930f10e933cc73ecc71260d24ce79eabe2324d674d1b02d843efbae69d828d46 [2021-01-09T00:24:14.368Z] $ docker rm -f 930f10e933cc73ecc71260d24ce79eabe2324d674d1b02d843efbae69d828d46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:24:15.383Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T00:24:15.383Z] . [Pipeline] withDockerContainer [2021-01-09T00:24:15.567Z] prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container [2021-01-09T00:24:15.732Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-x86_64 cat [2021-01-09T00:24:17.349Z] $ docker top fe929c076e7efd50703f17ec5ee271976f7b93f6bdccc2b94cc6ba4c51ac7156 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T00:24:17.725Z] ========================================================= [2021-01-09T00:24:17.726Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T00:24:17.726Z] ========================================================= [Pipeline] sh [2021-01-09T00:24:18.121Z] + make test [2021-01-09T00:24:18.121Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T00:24:33.285Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T00:25:00.655Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T00:25:07.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T00:25:09.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T00:25:09.938Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T00:25:09.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T00:25:15.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-09T00:25:15.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T00:25:15.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T00:25:15.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T00:25:15.682Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T00:25:16.346Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T00:25:19.920Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T00:25:19.920Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T00:25:19.920Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T00:25:24.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.306s coverage: 46.6% of statements [2021-01-09T00:25:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T00:25:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T00:25:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T00:25:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T00:25:24.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T00:25:29.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.363s coverage: 27.0% of statements [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T00:25:29.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T00:25:29.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T00:25:29.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.424s coverage: 77.8% of statements [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T00:25:29.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.528s coverage: 82.4% of statements [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T00:25:29.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T00:25:32.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.552s coverage: 28.6% of statements [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T00:25:32.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T00:25:32.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2021-01-09T00:25:32.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T00:25:32.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.231s coverage: 86.7% of statements [2021-01-09T00:25:32.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T00:25:34.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.243s coverage: 97.5% of statements [2021-01-09T00:25:34.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T00:25:34.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-01-09T00:25:34.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T00:25:34.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T00:25:34.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T00:25:34.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T00:25:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.806s coverage: 93.8% of statements [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T00:25:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T00:25:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.131s coverage: 0.1% of statements [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-09T00:25:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 43.8% of statements [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-09T00:25:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-09T00:25:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.073s coverage: 82.7% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.123s coverage: 84.2% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.4% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.317s coverage: 63.5% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.495s coverage: 55.9% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.615s coverage: 84.0% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.325s coverage: 47.1% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.147s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.267s coverage: 29.1% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T00:26:00.428Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-09T00:26:00.428Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 100.0% of statements [2021-01-09T00:26:00.428Z] GO111MODULE=on go vet ./... [2021-01-09T00:26:04.080Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19188 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-09T00:26:04.144Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-01-09T00:26:09.039Z] using credential edgex-jenkins-ssh [2021-01-09T00:26:09.096Z] Cloning the remote Git repository [2021-01-09T00:26:09.154Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T00:26:09.263Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-01-09T00:26:09.335Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T00:26:09.336Z] > git --version # timeout=10 [2021-01-09T00:26:09.360Z] > git --version # 'git version 2.17.1' [2021-01-09T00:26:09.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T00:26:09.435Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T00:26:27.975Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:26:28.460Z] Merge succeeded, producing 15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:26:28.461Z] Checking out Revision 15d5910ca8b9da1713db94513de9bdb4c10a9665 (PR-2970) [2021-01-09T00:26:27.023Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T00:26:27.041Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T00:26:27.066Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T00:26:27.104Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T00:26:27.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T00:26:27.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T00:26:27.996Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T00:26:28.017Z] > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 [2021-01-09T00:26:28.347Z] > git remote # timeout=10 [2021-01-09T00:26:28.366Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T00:26:28.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T00:26:28.402Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-09T00:26:28.425Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T00:26:28.470Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T00:26:28.488Z] > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 [2021-01-09T00:26:32.814Z] Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T00:26:35.797Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-09T00:26:36.254Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T00:26:36.599Z] + true [2021-01-09T00:26:36.599Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T00:26:38.651Z] provisioning config files... [2021-01-09T00:26:38.702Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config4433494504407353791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:26:39.113Z] ---> docker-login.sh [2021-01-09T00:26:39.113Z] nexus3.edgexfoundry.org:10001 [2021-01-09T00:26:39.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:26:40.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:26:40.321Z] Configure a credential helper to remove this warning. See [2021-01-09T00:26:40.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:26:40.321Z] [2021-01-09T00:26:40.321Z] Login Succeeded [2021-01-09T00:26:40.321Z] nexus3.edgexfoundry.org:10002 [2021-01-09T00:26:40.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:26:40.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:26:40.874Z] Configure a credential helper to remove this warning. See [2021-01-09T00:26:40.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:26:40.874Z] [2021-01-09T00:26:40.874Z] Login Succeeded [2021-01-09T00:26:40.874Z] nexus3.edgexfoundry.org:10003 [2021-01-09T00:26:41.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:26:41.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:26:41.151Z] Configure a credential helper to remove this warning. See [2021-01-09T00:26:41.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:26:41.151Z] [2021-01-09T00:26:41.151Z] Login Succeeded [2021-01-09T00:26:41.151Z] nexus3.edgexfoundry.org:10004 [2021-01-09T00:26:41.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:26:41.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:26:41.752Z] Configure a credential helper to remove this warning. See [2021-01-09T00:26:41.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:26:41.752Z] [2021-01-09T00:26:41.752Z] Login Succeeded [2021-01-09T00:26:41.752Z] docker.io [2021-01-09T00:26:42.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T00:26:42.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T00:26:42.621Z] Configure a credential helper to remove this warning. See [2021-01-09T00:26:42.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T00:26:42.621Z] [2021-01-09T00:26:42.621Z] Login Succeeded [2021-01-09T00:26:42.621Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T00:26:42.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T00:26:43.124Z] ========================================================= [2021-01-09T00:26:43.124Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-09T00:26:43.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:26:43.501Z] + 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-09T00:26:45.497Z] Sending build context to Docker daemon 165.6MB [2021-01-09T00:26:45.771Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T00:26:45.771Z] Step 2/6 : FROM ${BASE} [2021-01-09T00:26:45.771Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-09T00:26:45.771Z] 5f621e34cdf4: Pulling fs layer [2021-01-09T00:26:45.771Z] a4357932f1b6: Pulling fs layer [2021-01-09T00:26:45.771Z] 18c013af1878: Pulling fs layer [2021-01-09T00:26:45.771Z] 00ac8860ef70: Pulling fs layer [2021-01-09T00:26:45.771Z] 63d7cb157983: Pulling fs layer [2021-01-09T00:26:45.771Z] b116817d02f9: Pulling fs layer [2021-01-09T00:26:45.771Z] 745a02a5169b: Pulling fs layer [2021-01-09T00:26:45.771Z] 00ac8860ef70: Waiting [2021-01-09T00:26:45.771Z] 63d7cb157983: Waiting [2021-01-09T00:26:45.771Z] b116817d02f9: Waiting [2021-01-09T00:26:45.771Z] 745a02a5169b: Waiting [2021-01-09T00:26:45.771Z] 18c013af1878: Verifying Checksum [2021-01-09T00:26:45.771Z] 18c013af1878: Download complete [2021-01-09T00:26:45.771Z] a4357932f1b6: Download complete [2021-01-09T00:26:45.771Z] 63d7cb157983: Verifying Checksum [2021-01-09T00:26:45.771Z] 63d7cb157983: Download complete [2021-01-09T00:26:46.048Z] b116817d02f9: Verifying Checksum [2021-01-09T00:26:46.048Z] b116817d02f9: Download complete [2021-01-09T00:26:46.048Z] 5f621e34cdf4: Verifying Checksum [2021-01-09T00:26:46.048Z] 5f621e34cdf4: Download complete [2021-01-09T00:26:46.654Z] 5f621e34cdf4: Pull complete [2021-01-09T00:26:47.255Z] a4357932f1b6: Pull complete [2021-01-09T00:26:47.530Z] 18c013af1878: Pull complete [2021-01-09T00:26:47.805Z] gofmt -l . [2021-01-09T00:26:47.805Z] [ "`gofmt -l .`" = "" ] [2021-01-09T00:26:47.805Z] ./bin/test-go-mod-tidy.sh [2021-01-09T00:26:47.805Z] ./bin/test-attribution-txt.sh [2021-01-09T00:26:48.976Z] 745a02a5169b: Verifying Checksum [2021-01-09T00:26:48.976Z] 745a02a5169b: Download complete [Pipeline] sh [2021-01-09T00:26:49.253Z] 00ac8860ef70: Verifying Checksum [2021-01-09T00:26:49.253Z] 00ac8860ef70: Download complete [2021-01-09T00:26:49.942Z] + ls -al . [2021-01-09T00:26:49.942Z] total 644 [2021-01-09T00:26:49.942Z] drwxrwxr-x 10 1001 1001 4096 Jan 9 00:26 . [2021-01-09T00:26:49.942Z] drwxr-xr-x 4 root root 30 Jan 9 00:24 .. [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 00:21 .dockerignore [2021-01-09T00:26:49.942Z] drwxrwxr-x 8 1001 1001 179 Jan 9 00:21 .git [2021-01-09T00:26:49.942Z] drwxrwxr-x 3 1001 1001 125 Jan 9 00:21 .github [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 872 Jan 9 00:21 .gitignore [2021-01-09T00:26:49.942Z] drwx------ 3 1001 1001 47 Jan 9 00:22 .semver [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 00:21 .sonarcloud.properties [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 00:21 CONTRIBUTING.md [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 00:21 Dockerfile.build [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 00:21 Jenkinsfile [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 00:21 LICENSE [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 6001 Jan 9 00:21 Makefile [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 00:21 README.md [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 00:21 SECURITY.md [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 5 Jan 9 00:22 VERSION [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 00:21 ZMQWindows.md [2021-01-09T00:26:49.942Z] drwxrwxr-x 2 1001 1001 117 Jan 9 00:21 bin [2021-01-09T00:26:49.942Z] drwxrwxr-x 15 1001 1001 4096 Jan 9 00:21 cmd [2021-01-09T00:26:49.942Z] -rw-r--r-- 1 root root 546759 Jan 9 00:25 coverage.out [2021-01-09T00:26:49.942Z] -rw-r--r-- 1 root root 1005 Jan 9 00:26 go.mod [2021-01-09T00:26:49.942Z] -rw-r--r-- 1 root root 19172 Jan 9 00:26 go.sum [2021-01-09T00:26:49.942Z] drwxrwxr-x 8 1001 1001 127 Jan 9 00:21 internal [2021-01-09T00:26:49.942Z] drwxrwxr-x 4 1001 1001 26 Jan 9 00:21 openapi [2021-01-09T00:26:49.942Z] drwxrwxr-x 4 1001 1001 71 Jan 9 00:21 snap [2021-01-09T00:26:49.942Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 00:21 version.go [Pipeline] sh [2021-01-09T00:26:50.265Z] + '[' -e coverage.out ] [2021-01-09T00:26:50.265Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T00:26:50.587Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T00:26:50.922Z] + make build [2021-01-09T00:26:50.922Z] 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-09T00:26:56.370Z] 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-09T00:26:59.419Z] 00ac8860ef70: Pull complete [2021-01-09T00:27:00.015Z] 63d7cb157983: Pull complete [2021-01-09T00:27:00.289Z] b116817d02f9: Pull complete [2021-01-09T00:27:04.646Z] 745a02a5169b: Pull complete [2021-01-09T00:27:04.646Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-09T00:27:04.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-09T00:27:04.646Z] ---> b7e6874047d6 [2021-01-09T00:27:04.646Z] 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-09T00:27:08.037Z] ---> Running in b7a355467e45 [2021-01-09T00:27:08.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:27:09.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:27:09.828Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T00:27:10.419Z] (2/12) Installing file (5.38-r0) [2021-01-09T00:27:10.419Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T00:27:10.419Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T00:27:11.735Z] 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-09T00:27:12.725Z] 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-09T00:27:15.367Z] 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-09T00:27:15.650Z] 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-09T00:27:17.127Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T00:27:17.127Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T00:27:17.127Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T00:27:17.127Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T00:27:17.127Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T00:27:17.127Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T00:27:17.127Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T00:27:17.127Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T00:27:17.127Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:27:17.127Z] OK: 217 MiB in 51 packages [2021-01-09T00:27:19.077Z] 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-09T00:27:21.428Z] Removing intermediate container b7a355467e45 [2021-01-09T00:27:21.428Z] ---> 5e4f7d613e73 [2021-01-09T00:27:21.428Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T00:27:21.428Z] ---> Running in 29e763f63127 [2021-01-09T00:27:21.702Z] Removing intermediate container 29e763f63127 [2021-01-09T00:27:21.702Z] ---> 25c4ea28e512 [2021-01-09T00:27:21.702Z] Step 5/6 : COPY go.mod . [2021-01-09T00:27:21.763Z] 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-09T00:27:22.299Z] ---> e42c5050fd88 [2021-01-09T00:27:22.299Z] Step 6/6 : RUN go mod download [2021-01-09T00:27:22.574Z] ---> Running in 37427bf3b5f1 [2021-01-09T00:27:23.748Z] 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-09T00:27:25.729Z] 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-09T00:27:28.450Z] 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-09T00:27:29.893Z] 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-09T00:27:32.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-09T00:27:36.046Z] $ docker stop --time=1 fe929c076e7efd50703f17ec5ee271976f7b93f6bdccc2b94cc6ba4c51ac7156 [2021-01-09T00:27:37.953Z] $ docker rm -f fe929c076e7efd50703f17ec5ee271976f7b93f6bdccc2b94cc6ba4c51ac7156 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:27:40.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T00:27:40.827Z] [2021-01-09T00:27:40.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:27:41.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T00:27:41.251Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-09T00:27:41.251Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-09T00:27:41.251Z] ca9280d653b3: Pulling fs layer [2021-01-09T00:27:41.251Z] 7e9c9ca2126c: Pulling fs layer [2021-01-09T00:27:41.525Z] cbdbe7a5bc2a: Download complete [2021-01-09T00:27:42.505Z] cbdbe7a5bc2a: Pull complete [2021-01-09T00:27:42.777Z] ca9280d653b3: Download complete [2021-01-09T00:27:45.465Z] ca9280d653b3: Pull complete [2021-01-09T00:27:45.465Z] 7e9c9ca2126c: Verifying Checksum [2021-01-09T00:27:45.465Z] 7e9c9ca2126c: Download complete [2021-01-09T00:27:49.360Z] Removing intermediate container 37427bf3b5f1 [2021-01-09T00:27:49.360Z] ---> cb9846c87917 [2021-01-09T00:27:49.360Z] Successfully built cb9846c87917 [2021-01-09T00:27:49.360Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:27:49.702Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T00:27:49.702Z] . [Pipeline] withDockerContainer [2021-01-09T00:27:49.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container [2021-01-09T00:27:50.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-09T00:27:51.601Z] $ docker top 8b4deaf679aaa6281df33cce9a8bf189fcc4e8195b6af37bf7f4906380ca74bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T00:27:52.670Z] + go version [2021-01-09T00:27:52.670Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-09T00:27:52.694Z] $ docker stop --time=1 8b4deaf679aaa6281df33cce9a8bf189fcc4e8195b6af37bf7f4906380ca74bc [2021-01-09T00:27:54.008Z] 7e9c9ca2126c: Pull complete [2021-01-09T00:27:54.008Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-09T00:27:54.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T00:27:54.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T00:27:54.602Z] $ docker rm -f 8b4deaf679aaa6281df33cce9a8bf189fcc4e8195b6af37bf7f4906380ca74bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-01-09T00:27:55.274Z] prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container [2021-01-09T00:27:55.610Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-09T00:27:58.795Z] $ docker top 583ce1dd910e7c665dd7e65fdf144f1d976ccc2ff1887f65a5a3cea38f58eaa7 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:27:59.595Z] + grep parallel [2021-01-09T00:27:59.595Z] + docker-compose build --help [2021-01-09T00:27:59.892Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T00:27:59.892Z] . [Pipeline] withDockerContainer [2021-01-09T00:28:00.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container [2021-01-09T00:28:00.231Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-09T00:28:01.556Z] --parallel Build images in parallel. [2021-01-09T00:28:01.667Z] $ docker top 4cf62b06ce77c90e79464ceaa52f7f5c9f66ca7481e0328ef62f60f5bb492738 -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-09T00:28:02.088Z] $ docker stop --time=1 583ce1dd910e7c665dd7e65fdf144f1d976ccc2ff1887f65a5a3cea38f58eaa7 [2021-01-09T00:28:03.648Z] $ docker rm -f 583ce1dd910e7c665dd7e65fdf144f1d976ccc2ff1887f65a5a3cea38f58eaa7 [Pipeline] // withDockerContainer [Pipeline] echo [2021-01-09T00:28:03.970Z] ========================================================= [2021-01-09T00:28:03.970Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T00:28:03.971Z] ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:28:04.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T00:28:04.545Z] . [Pipeline] withDockerContainer [2021-01-09T00:28:04.623Z] + make test [2021-01-09T00:28:04.623Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T00:28:04.732Z] prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container [2021-01-09T00:28:04.827Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:latest cat [2021-01-09T00:28:06.103Z] $ docker top 3dbf43bfeb8106363e744f27ba307e6490ddbe03192f1731bb4b0ae4f8cbe0bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T00:28:06.808Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T00:28:08.263Z] Building docker-core-command-go ... [2021-01-09T00:28:08.263Z] Building docker-core-data-go ... [2021-01-09T00:28:08.263Z] Building docker-core-metadata-go ... [2021-01-09T00:28:08.263Z] Building docker-security-bootstrapper-go ... [2021-01-09T00:28:08.263Z] Building docker-security-proxy-setup-go ... [2021-01-09T00:28:08.263Z] Building docker-security-secretstore-setup-go ... [2021-01-09T00:28:08.263Z] Building docker-support-notifications-go ... [2021-01-09T00:28:08.263Z] Building docker-support-scheduler-go ... [2021-01-09T00:28:08.263Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T00:28:08.263Z] Building docker-core-metadata-go [2021-01-09T00:28:08.263Z] Building docker-support-notifications-go [2021-01-09T00:28:08.263Z] Building docker-security-secretstore-setup-go [2021-01-09T00:28:08.263Z] Building docker-sys-mgmt-agent-go [2021-01-09T00:28:08.263Z] Building docker-security-proxy-setup-go [2021-01-09T00:28:26.834Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T00:28:55.687Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:28:55.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:28:55.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:28:55.688Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:28:55.688Z] ---> 90a5dec6cec5 [2021-01-09T00:28:55.688Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T00:28:55.688Z] ---> 90a5dec6cec5 [2021-01-09T00:28:55.688Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T00:28:57.168Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:28:57.168Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:28:57.168Z] ---> 90a5dec6cec5 [2021-01-09T00:28:57.168Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T00:28:57.168Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:28:57.168Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:28:57.168Z] ---> 90a5dec6cec5 [2021-01-09T00:28:57.168Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T00:28:57.168Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:28:57.168Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:28:57.168Z] ---> 90a5dec6cec5 [2021-01-09T00:28:57.168Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T00:28:57.781Z] ---> Running in 916b022cd2ec [2021-01-09T00:28:57.781Z] ---> Running in a7fc3465ef1a [2021-01-09T00:28:57.781Z] ---> Running in addc687bbacd [2021-01-09T00:28:57.781Z] ---> Running in f2f627061e4e [2021-01-09T00:28:57.781Z] ---> Running in 988d1f70e9d0 [2021-01-09T00:28:58.758Z] Removing intermediate container 988d1f70e9d0 [2021-01-09T00:28:58.758Z] ---> 86d0bcc7e149 [2021-01-09T00:28:58.758Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:28:58.758Z] Removing intermediate container 916b022cd2ec [2021-01-09T00:28:58.758Z] ---> 771c9195ad6a [2021-01-09T00:28:58.758Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:28:58.758Z] Removing intermediate container f2f627061e4e [2021-01-09T00:28:58.758Z] ---> e8e0bb1325bc [2021-01-09T00:28:58.758Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:28:58.758Z] Removing intermediate container a7fc3465ef1a [2021-01-09T00:28:58.758Z] ---> 486aefe89c01 [2021-01-09T00:28:58.758Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:28:58.758Z] Removing intermediate container addc687bbacd [2021-01-09T00:28:58.758Z] ---> 5c174e954545 [2021-01-09T00:28:58.758Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:28:58.758Z] ---> Running in 222397be1d5c [2021-01-09T00:28:58.758Z] ---> Running in 207619fbd559 [2021-01-09T00:28:58.758Z] ---> Running in 82a81938ee66 [2021-01-09T00:28:58.758Z] ---> Running in 19a4cd91f1ca [2021-01-09T00:28:58.758Z] ---> Running in d076193a76ba [2021-01-09T00:29:03.179Z] Removing intermediate container 19a4cd91f1ca [2021-01-09T00:29:03.179Z] ---> e2309bbbbb40 [2021-01-09T00:29:03.179Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T00:29:03.179Z] Removing intermediate container 207619fbd559 [2021-01-09T00:29:03.179Z] ---> 19461fbf9f73 [2021-01-09T00:29:03.179Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T00:29:03.179Z] Removing intermediate container 222397be1d5c [2021-01-09T00:29:03.179Z] ---> dc36b66f92b7 [2021-01-09T00:29:03.179Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T00:29:03.179Z] ---> Running in 11a62b37e6a7 [2021-01-09T00:29:03.179Z] Removing intermediate container 82a81938ee66 [2021-01-09T00:29:03.179Z] ---> 7518625568b3 [2021-01-09T00:29:03.179Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T00:29:03.179Z] ---> Running in 2c1c664ee2b8 [2021-01-09T00:29:03.179Z] Removing intermediate container d076193a76ba [2021-01-09T00:29:03.179Z] ---> d84c4acc1e02 [2021-01-09T00:29:03.179Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-09T00:29:03.179Z] ---> Running in 1318171e2fd0 [2021-01-09T00:29:03.477Z] ---> Running in 820a9b31265f [2021-01-09T00:29:03.477Z] ---> Running in b103ff595680 [2021-01-09T00:29:04.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:04.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:04.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:04.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:05.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:05.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:05.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:05.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:05.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:05.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:29:06.211Z] OK: 233 MiB in 51 packages [2021-01-09T00:29:06.211Z] OK: 233 MiB in 51 packages [2021-01-09T00:29:06.620Z] OK: 233 MiB in 51 packages [2021-01-09T00:29:06.620Z] OK: 233 MiB in 51 packages [2021-01-09T00:29:06.620Z] OK: 233 MiB in 51 packages [2021-01-09T00:29:07.609Z] Removing intermediate container 11a62b37e6a7 [2021-01-09T00:29:07.609Z] ---> a9c919a20138 [2021-01-09T00:29:07.609Z] Step 6/22 : COPY go.mod . [2021-01-09T00:29:07.609Z] Removing intermediate container 1318171e2fd0 [2021-01-09T00:29:07.609Z] ---> 0561b493648b [2021-01-09T00:29:07.609Z] Step 6/26 : COPY go.mod . [2021-01-09T00:29:07.890Z] Removing intermediate container 2c1c664ee2b8 [2021-01-09T00:29:07.890Z] ---> 2f37711dc2b6 [2021-01-09T00:29:07.890Z] Step 6/21 : COPY go.mod . [2021-01-09T00:29:07.890Z] Removing intermediate container b103ff595680 [2021-01-09T00:29:07.890Z] ---> 8296373b424d [2021-01-09T00:29:07.890Z] Step 6/23 : COPY go.mod . [2021-01-09T00:29:08.175Z] Removing intermediate container 820a9b31265f [2021-01-09T00:29:08.175Z] ---> 923b68487fbb [2021-01-09T00:29:08.175Z] Step 6/24 : COPY go.mod . [2021-01-09T00:29:08.175Z] ---> 265bd9f5c315 [2021-01-09T00:29:08.175Z] Step 7/22 : RUN go mod download [2021-01-09T00:29:08.449Z] ---> Running in d30687525882 [2021-01-09T00:29:08.449Z] ---> 0a511bd3e653 [2021-01-09T00:29:08.449Z] Step 7/26 : RUN go mod download [2021-01-09T00:29:08.734Z] ---> 3913eb5c7b7d [2021-01-09T00:29:08.734Z] Step 7/24 : RUN go mod download [2021-01-09T00:29:08.734Z] ---> 45738db772be [2021-01-09T00:29:08.734Z] Step 7/23 : RUN go mod download [2021-01-09T00:29:08.734Z] ---> Running in b706610a0bed [2021-01-09T00:29:08.734Z] ---> 739d4b1ca788 [2021-01-09T00:29:08.734Z] Step 7/21 : RUN go mod download [2021-01-09T00:29:09.009Z] ---> Running in 827d951f4bce [2021-01-09T00:29:09.009Z] ---> Running in e1740e049429 [2021-01-09T00:29:09.009Z] ---> Running in 58c6eb44b63f [2021-01-09T00:29:12.418Z] Removing intermediate container e1740e049429 [2021-01-09T00:29:12.419Z] ---> a3b92babdb26 [2021-01-09T00:29:12.419Z] Step 8/24 : COPY . . [2021-01-09T00:29:12.419Z] Removing intermediate container b706610a0bed [2021-01-09T00:29:12.419Z] ---> fc2a6b7407b1 [2021-01-09T00:29:12.419Z] Step 8/26 : COPY . . [2021-01-09T00:29:12.419Z] Removing intermediate container 827d951f4bce [2021-01-09T00:29:12.419Z] ---> 9d3f4251ea71 [2021-01-09T00:29:12.419Z] Step 8/23 : COPY . . [2021-01-09T00:29:12.419Z] Removing intermediate container 58c6eb44b63f [2021-01-09T00:29:12.419Z] ---> 1d0b35ad1fee [2021-01-09T00:29:12.419Z] Step 8/21 : COPY . . [2021-01-09T00:29:12.419Z] Removing intermediate container d30687525882 [2021-01-09T00:29:12.419Z] ---> 488577ad7937 [2021-01-09T00:29:12.419Z] Step 8/22 : COPY . . [2021-01-09T00:29:13.858Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T00:29:18.208Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T00:29:22.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T00:29:22.812Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T00:29:22.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T00:29:31.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-09T00:29:31.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T00:29:31.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T00:29:31.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T00:29:31.150Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T00:29:31.150Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T00:29:36.620Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T00:29:36.620Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T00:29:36.620Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T00:29:42.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 46.6% of statements [2021-01-09T00:29:42.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T00:29:42.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T00:29:42.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T00:29:42.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T00:29:42.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T00:29:48.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.0% of statements [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T00:29:48.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T00:29:48.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T00:29:48.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 77.1% of statements [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T00:29:48.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T00:29:49.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.670s coverage: 82.4% of statements [2021-01-09T00:29:49.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T00:29:49.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T00:29:49.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T00:29:49.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T00:29:57.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.168s coverage: 28.6% of statements [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T00:29:57.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T00:29:57.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T00:29:57.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T00:29:57.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.315s coverage: 97.5% of statements [2021-01-09T00:29:57.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T00:29:58.748Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-01-09T00:29:58.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T00:29:58.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T00:29:58.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T00:29:58.748Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T00:30:05.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.126s coverage: 93.8% of statements [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T00:30:05.595Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T00:30:05.595Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.164s coverage: 0.1% of statements [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-09T00:30:05.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 43.8% of statements [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-09T00:30:05.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-09T00:30:05.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-09T00:30:09.645Z] ---> 1891b4444279 [2021-01-09T00:30:09.645Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T00:30:09.645Z] ---> 0c80f5f53047 [2021-01-09T00:30:09.645Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T00:30:09.645Z] ---> 7bab12184c85 [2021-01-09T00:30:09.645Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-09T00:30:09.645Z] ---> b3719d78d8d8 [2021-01-09T00:30:09.645Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T00:30:09.645Z] ---> Running in f5ffbd6488f2 [2021-01-09T00:30:09.645Z] ---> Running in fec61a9f4537 [2021-01-09T00:30:09.645Z] ---> 667c4fd25871 [2021-01-09T00:30:09.645Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-09T00:30:09.645Z] ---> Running in 886698414bd9 [2021-01-09T00:30:09.645Z] ---> Running in 8337d20968cb [2021-01-09T00:30:09.645Z] ---> Running in 721f9395e5f6 [2021-01-09T00:30:09.645Z] 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-09T00:30:09.645Z] 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-09T00:30:09.645Z] 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-09T00:30:09.645Z] 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-09T00:30:09.645Z] 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-09T00:30:27.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.078s coverage: 82.7% of statements [2021-01-09T00:30:27.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T00:30:27.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.166s coverage: 84.2% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 55.9% of statements [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 37.0% of statements [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T00:30:27.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.528s coverage: 84.0% of statements [2021-01-09T00:30:27.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2021-01-09T00:30:28.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.1% of statements [2021-01-09T00:30:28.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T00:30:28.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T00:30:28.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T00:30:28.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T00:30:28.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T00:30:28.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-01-09T00:30:28.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T00:30:28.826Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-01-09T00:30:28.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.580s coverage: 29.1% of statements [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T00:30:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-01-09T00:30:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-09T00:30:37.755Z] GO111MODULE=on go vet ./... [2021-01-09T00:30:50.309Z] 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-09T00:30:50.310Z] 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-09T00:30:55.746Z] Removing intermediate container fec61a9f4537 [2021-01-09T00:30:55.746Z] ---> 27dc5573449d [2021-01-09T00:30:55.746Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T00:30:56.913Z] ---> Running in 94b4f5f24d6a [2021-01-09T00:30:58.354Z] Removing intermediate container 8337d20968cb [2021-01-09T00:30:58.354Z] ---> a0bb3f631b0f [2021-01-09T00:30:58.354Z] [2021-01-09T00:30:58.354Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T00:30:58.354Z] 3.12: Pulling from library/alpine [2021-01-09T00:30:58.354Z] Removing intermediate container f5ffbd6488f2 [2021-01-09T00:30:58.354Z] ---> 1d7b234cf689 [2021-01-09T00:30:58.354Z] [2021-01-09T00:30:58.354Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T00:30:58.354Z] 3.12: Pulling from library/alpine [2021-01-09T00:30:59.205Z] 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-09T00:31:00.278Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T00:31:00.278Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T00:31:00.278Z] Status: Image is up to date for alpine:3.12 [2021-01-09T00:31:00.278Z] ---> 389fef711851 [2021-01-09T00:31:00.278Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T00:31:00.278Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T00:31:00.278Z] ---> 389fef711851 [2021-01-09T00:31:00.278Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-09T00:31:01.947Z] ---> Running in c9cf2a1e9c46 [2021-01-09T00:31:01.947Z] ---> Running in 50c29e720871 [2021-01-09T00:31:02.606Z] Removing intermediate container 886698414bd9 [2021-01-09T00:31:02.606Z] ---> 7ecfcc7fcccf [2021-01-09T00:31:02.606Z] [2021-01-09T00:31:02.606Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T00:31:02.606Z] ---> 389fef711851 [2021-01-09T00:31:02.606Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T00:31:02.938Z] ---> Running in 5cabda7f98a7 [2021-01-09T00:31:03.666Z] Removing intermediate container 94b4f5f24d6a [2021-01-09T00:31:03.666Z] ---> aa522933030a [2021-01-09T00:31:03.666Z] [2021-01-09T00:31:03.666Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T00:31:03.666Z] 20.10.0: Pulling from library/docker [2021-01-09T00:31:04.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:04.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:04.449Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T00:31:04.449Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T00:31:04.879Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T00:31:04.879Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T00:31:04.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:04.879Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T00:31:04.879Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:31:04.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:04.879Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T00:31:04.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:04.879Z] OK: 7 MiB in 19 packages [2021-01-09T00:31:04.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:05.304Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-09T00:31:05.304Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-09T00:31:05.304Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:31:05.304Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T00:31:05.304Z] OK: 6 MiB in 16 packages [2021-01-09T00:31:05.304Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T00:31:05.304Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T00:31:06.282Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T00:31:06.282Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T00:31:06.282Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:31:06.282Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T00:31:06.282Z] OK: 7 MiB in 18 packages [2021-01-09T00:31:07.931Z] Removing intermediate container 721f9395e5f6 [2021-01-09T00:31:07.931Z] ---> a1e8d8dd4f92 [2021-01-09T00:31:07.931Z] [2021-01-09T00:31:07.931Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T00:31:07.931Z] ---> 389fef711851 [2021-01-09T00:31:07.931Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-09T00:31:07.931Z] ---> Running in 30c0c99271e5 [2021-01-09T00:31:08.690Z] Removing intermediate container c9cf2a1e9c46 [2021-01-09T00:31:08.690Z] ---> 6f23b7561b6c [2021-01-09T00:31:08.690Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T00:31:09.080Z] ---> Running in bfda9732cfdb [2021-01-09T00:31:09.080Z] Removing intermediate container 5cabda7f98a7 [2021-01-09T00:31:09.080Z] ---> 3e54a3db03f2 [2021-01-09T00:31:09.080Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T00:31:09.492Z] Removing intermediate container 50c29e720871 [2021-01-09T00:31:09.492Z] ---> b2017822e338 [2021-01-09T00:31:09.492Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:31:09.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:09.492Z] ---> Running in 11349347844c [2021-01-09T00:31:09.492Z] ---> Running in fc341344b11b [2021-01-09T00:31:09.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:09.869Z] Removing intermediate container bfda9732cfdb [2021-01-09T00:31:09.869Z] ---> 7c15b9d2f07e [2021-01-09T00:31:09.869Z] Step 13/24 : WORKDIR / [2021-01-09T00:31:09.869Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-09T00:31:09.869Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:31:09.869Z] OK: 6 MiB in 15 packages [2021-01-09T00:31:10.205Z] ---> Running in eabb63b2aea7 [2021-01-09T00:31:10.205Z] Removing intermediate container 11349347844c [2021-01-09T00:31:10.205Z] ---> 025603f37115 [2021-01-09T00:31:10.205Z] Step 13/21 : WORKDIR /edgex [2021-01-09T00:31:10.205Z] Removing intermediate container fc341344b11b [2021-01-09T00:31:10.205Z] ---> 4bfe027b388e [2021-01-09T00:31:10.205Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-09T00:31:10.956Z] ---> Running in 45b19a09e251 [2021-01-09T00:31:10.956Z] ---> Running in 6156a08066a3 [2021-01-09T00:31:10.956Z] Removing intermediate container eabb63b2aea7 [2021-01-09T00:31:10.956Z] ---> aab58ac2020a [2021-01-09T00:31:10.956Z] 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-09T00:31:11.337Z] Removing intermediate container 45b19a09e251 [2021-01-09T00:31:11.337Z] ---> f371788740ac [2021-01-09T00:31:11.337Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T00:31:11.337Z] Removing intermediate container 6156a08066a3 [2021-01-09T00:31:11.337Z] ---> 640f107bed6e [2021-01-09T00:31:11.337Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-09T00:31:11.646Z] ---> Running in 9176bf1d10a1 [2021-01-09T00:31:11.646Z] Removing intermediate container 30c0c99271e5 [2021-01-09T00:31:11.646Z] ---> 4b7244575e2d [2021-01-09T00:31:11.646Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:31:11.646Z] ---> 026268a39402 [2021-01-09T00:31:11.646Z] 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-09T00:31:12.151Z] ---> Running in 47a86f9b9b73 [2021-01-09T00:31:12.151Z] ---> b5496632db46 [2021-01-09T00:31:12.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T00:31:12.151Z] Removing intermediate container 9176bf1d10a1 [2021-01-09T00:31:12.151Z] ---> 6e117b94664b [2021-01-09T00:31:12.151Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T00:31:12.515Z] Removing intermediate container 47a86f9b9b73 [2021-01-09T00:31:12.515Z] ---> c665717d4f50 [2021-01-09T00:31:12.515Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-09T00:31:12.515Z] ---> 508f4c67bea1 [2021-01-09T00:31:12.515Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T00:31:12.836Z] ---> Running in b9e28ae473d8 [2021-01-09T00:31:12.836Z] ---> 7ae50627d97b [2021-01-09T00:31:12.836Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T00:31:16.043Z] Removing intermediate container b9e28ae473d8 [2021-01-09T00:31:16.043Z] ---> c64277c43438 [2021-01-09T00:31:16.043Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-09T00:31:16.043Z] ---> f942cae95298 [2021-01-09T00:31:16.043Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T00:31:16.043Z] ---> e4101d1019e0 [2021-01-09T00:31:16.043Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T00:31:16.044Z] ---> Running in a6543f662c55 [2021-01-09T00:31:16.044Z] ---> 77acf86a9e3f [2021-01-09T00:31:16.044Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T00:31:16.044Z] Removing intermediate container a6543f662c55 [2021-01-09T00:31:16.044Z] ---> eb100aa0ebce [2021-01-09T00:31:16.044Z] Step 15/23 : WORKDIR / [2021-01-09T00:31:16.044Z] ---> 73f7a77d2d66 [2021-01-09T00:31:16.044Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T00:31:16.044Z] ---> Running in d872bfdea46b [2021-01-09T00:31:16.044Z] ---> 96808a6e6850 [2021-01-09T00:31:16.044Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T00:31:16.044Z] ---> Running in 8bd916f04875 [2021-01-09T00:31:16.044Z] ---> 4a81390954bd [2021-01-09T00:31:16.044Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-09T00:31:16.044Z] Removing intermediate container d872bfdea46b [2021-01-09T00:31:16.044Z] ---> c72f21b63097 [2021-01-09T00:31:16.044Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T00:31:16.044Z] ---> Running in 1bcd4c1c8ee6 [2021-01-09T00:31:16.044Z] Removing intermediate container 8bd916f04875 [2021-01-09T00:31:16.044Z] ---> bfe6739701f1 [2021-01-09T00:31:16.044Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T00:31:16.388Z] ---> Running in bfcfe0ff242d [2021-01-09T00:31:16.388Z] Removing intermediate container 1bcd4c1c8ee6 [2021-01-09T00:31:16.388Z] ---> 6ec074c14c08 [2021-01-09T00:31:16.388Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:31:16.908Z] ---> de0caeedf7d2 [2021-01-09T00:31:16.908Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T00:31:16.908Z] ---> Running in bf55e5ce7a70 [2021-01-09T00:31:16.908Z] Removing intermediate container bfcfe0ff242d [2021-01-09T00:31:16.908Z] ---> 062355ed2f75 [2021-01-09T00:31:16.908Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T00:31:16.908Z] ---> 0a78cf6e0fd3 [2021-01-09T00:31:16.908Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T00:31:17.681Z] ---> Running in 9c1611036618 [2021-01-09T00:31:18.086Z] ---> d9a104ef323b [2021-01-09T00:31:18.086Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-09T00:31:18.086Z] Removing intermediate container bf55e5ce7a70 [2021-01-09T00:31:18.086Z] ---> 98672dcf49bc [2021-01-09T00:31:18.086Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T00:31:18.086Z] ---> 42c3ef12d773 [2021-01-09T00:31:18.086Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T00:31:18.086Z] ---> Running in 611f04ba9e4e [2021-01-09T00:31:18.086Z] ---> Running in 7effc85b6de9 [2021-01-09T00:31:18.375Z] Removing intermediate container 9c1611036618 [2021-01-09T00:31:18.375Z] ---> 595dc620c97e [2021-01-09T00:31:18.375Z] Step 20/21 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:31:18.375Z] ---> Running in 4cb41c3ffb0b [2021-01-09T00:31:18.670Z] Removing intermediate container 7effc85b6de9 [2021-01-09T00:31:18.670Z] ---> c749cef74a87 [2021-01-09T00:31:18.670Z] Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:31:18.670Z] ---> 809241bb6523 [2021-01-09T00:31:18.670Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-09T00:31:18.670Z] ---> Running in 842eac94eca4 [2021-01-09T00:31:18.954Z] ---> Running in eb4d5253e587 [2021-01-09T00:31:18.954Z] Removing intermediate container 4cb41c3ffb0b [2021-01-09T00:31:18.954Z] ---> d650520fc9b5 [2021-01-09T00:31:18.954Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T00:31:18.954Z] ---> Running in aa14c23a25c4 [2021-01-09T00:31:19.271Z] Removing intermediate container 842eac94eca4 [2021-01-09T00:31:19.271Z] ---> 111e092b9286 [2021-01-09T00:31:19.271Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T00:31:19.271Z] Removing intermediate container eb4d5253e587 [2021-01-09T00:31:19.271Z] ---> 90f79f3fc970 [2021-01-09T00:31:19.271Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:31:19.551Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T00:31:19.551Z] ---> Running in 7e4016040b64 [2021-01-09T00:31:19.551Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T00:31:19.551Z] ---> aefe523efa57 [2021-01-09T00:31:19.551Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T00:31:19.551Z] ---> Running in 66a7f0ff0329 [2021-01-09T00:31:19.551Z] Removing intermediate container aa14c23a25c4 [2021-01-09T00:31:19.551Z] ---> 82da356d2ea4 [2021-01-09T00:31:19.551Z] [2021-01-09T00:31:19.828Z] ---> Running in a93e83c1a405 [2021-01-09T00:31:20.104Z] Removing intermediate container 66a7f0ff0329 [2021-01-09T00:31:20.104Z] ---> 2702920efa3d [2021-01-09T00:31:20.104Z] Step 21/23 : LABEL arch=x86_64 [2021-01-09T00:31:20.104Z] Removing intermediate container 7e4016040b64 [2021-01-09T00:31:20.104Z] ---> 090cdb4854fa [2021-01-09T00:31:20.104Z] [2021-01-09T00:31:20.394Z] ---> Running in cfd9ee302153 [2021-01-09T00:31:20.394Z] Successfully built 82da356d2ea4 [2021-01-09T00:31:20.394Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-09T00:31:20.394Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-09T00:31:20.763Z] Removing intermediate container 611f04ba9e4e [2021-01-09T00:31:20.763Z] ---> a175908c6e97 [2021-01-09T00:31:20.763Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T00:31:20.763Z] Successfully built 090cdb4854fa [2021-01-09T00:31:20.763Z] Successfully tagged docker-support-notifications-go:latest [2021-01-09T00:31:20.763Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-09T00:31:20.763Z] Removing intermediate container cfd9ee302153 [2021-01-09T00:31:20.763Z] ---> 4d55481dd0d8 [2021-01-09T00:31:20.763Z] Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:31:20.763Z] ---> Running in d8a77edf67af [2021-01-09T00:31:21.056Z] ---> Running in eebe01ddc7de [2021-01-09T00:31:21.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:21.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:21.416Z] Removing intermediate container eebe01ddc7de [2021-01-09T00:31:21.416Z] ---> f375b044b5db [2021-01-09T00:31:21.416Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T00:31:21.416Z] Removing intermediate container d8a77edf67af [2021-01-09T00:31:21.416Z] ---> e55c40333b56 [2021-01-09T00:31:21.416Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T00:31:21.717Z] ---> Running in f04f969d3033 [2021-01-09T00:31:21.717Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T00:31:21.717Z] ---> Running in 9a894b1f4091 [2021-01-09T00:31:21.717Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T00:31:22.036Z] Executing bash-5.0.17-r0.post-install [2021-01-09T00:31:22.036Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:31:22.036Z] OK: 12 MiB in 22 packages [2021-01-09T00:31:22.036Z] Removing intermediate container f04f969d3033 [2021-01-09T00:31:22.036Z] ---> 4e61dc567a41 [2021-01-09T00:31:22.036Z] [2021-01-09T00:31:23.519Z] Removing intermediate container 9a894b1f4091 [2021-01-09T00:31:23.519Z] ---> 848851ee01c6 [2021-01-09T00:31:23.519Z] Step 23/24 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:31:23.519Z] Successfully built 4e61dc567a41 [2021-01-09T00:31:23.519Z] Successfully tagged docker-core-metadata-go:latest [2021-01-09T00:31:23.519Z] Building docker-core-data-go [2021-01-09T00:31:24.591Z]  Building docker-core-metadata-go ... done  ---> Running in 76ca28aecfb6 [2021-01-09T00:31:26.184Z] Removing intermediate container 76ca28aecfb6 [2021-01-09T00:31:26.184Z] ---> 485091efdfff [2021-01-09T00:31:26.184Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T00:31:26.184Z] Removing intermediate container a93e83c1a405 [2021-01-09T00:31:26.184Z] ---> 09f8ef5e0510 [2021-01-09T00:31:26.184Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T00:31:26.184Z] ---> Running in a401c46b225d [2021-01-09T00:31:26.184Z] ---> Running in 7ea669dd1b85 [2021-01-09T00:31:27.196Z] Removing intermediate container a401c46b225d [2021-01-09T00:31:27.196Z] ---> f5680a648d93 [2021-01-09T00:31:27.196Z] [2021-01-09T00:31:27.196Z] Removing intermediate container 7ea669dd1b85 [2021-01-09T00:31:27.196Z] ---> 335efcc03e5a [2021-01-09T00:31:27.196Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T00:31:27.811Z] Successfully built f5680a648d93 [2021-01-09T00:31:27.811Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-09T00:31:28.091Z] Building docker-support-scheduler-go [2021-01-09T00:31:28.689Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 0fb030436036 [2021-01-09T00:31:29.689Z] Removing intermediate container 0fb030436036 [2021-01-09T00:31:29.689Z] ---> 1dbe1f83328a [2021-01-09T00:31:29.689Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T00:31:29.958Z] ---> Running in 3573ffeb985c [2021-01-09T00:31:30.555Z] Removing intermediate container 3573ffeb985c [2021-01-09T00:31:30.555Z] ---> 99ecfcbffcbf [2021-01-09T00:31:30.555Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T00:31:32.053Z] ---> 8c45b6ed8257 [2021-01-09T00:31:32.053Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T00:31:33.627Z] ---> 4f56e7262b26 [2021-01-09T00:31:33.627Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T00:31:34.871Z] ---> ddbc9ad9e422 [2021-01-09T00:31:34.871Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T00:31:35.603Z] ---> Running in 9dd0e5751194 [2021-01-09T00:31:37.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:37.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:31:37.743Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T00:31:37.743Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T00:31:37.743Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T00:31:37.743Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T00:31:37.743Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T00:31:37.743Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T00:31:37.743Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T00:31:42.360Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T00:31:42.360Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T00:31:42.360Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T00:31:42.360Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T00:31:42.645Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T00:31:42.926Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T00:31:43.244Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T00:31:43.554Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T00:31:43.554Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T00:31:43.888Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T00:31:43.888Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T00:31:44.220Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T00:31:44.220Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T00:31:44.744Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T00:31:44.744Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T00:31:44.744Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T00:31:44.744Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T00:31:44.744Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T00:31:45.239Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T00:31:45.813Z] gofmt -l . [2021-01-09T00:31:45.813Z] [ "`gofmt -l .`" = "" ] [2021-01-09T00:31:46.275Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T00:31:46.275Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T00:31:46.275Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T00:31:46.275Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T00:31:46.275Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T00:31:46.733Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T00:31:46.733Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T00:31:47.100Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:31:47.100Z] OK: 71 MiB in 55 packages [2021-01-09T00:31:47.781Z] ./bin/test-go-mod-tidy.sh [2021-01-09T00:31:48.761Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-09T00:31:53.721Z] + ls -al . [2021-01-09T00:31:53.721Z] total 672 [2021-01-09T00:31:53.721Z] drwxrwxr-x 9 1001 1001 4096 Jan 9 00:31 . [2021-01-09T00:31:53.721Z] drwxr-xr-x 4 root root 4096 Jan 9 00:28 .. [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 00:26 .dockerignore [2021-01-09T00:31:53.721Z] drwxrwxr-x 8 1001 1001 4096 Jan 9 00:26 .git [2021-01-09T00:31:53.721Z] drwxrwxr-x 3 1001 1001 4096 Jan 9 00:26 .github [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 872 Jan 9 00:26 .gitignore [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 00:26 .sonarcloud.properties [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 00:26 CONTRIBUTING.md [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 00:26 Dockerfile.build [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 00:26 Jenkinsfile [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 00:26 LICENSE [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 6001 Jan 9 00:26 Makefile [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 00:26 README.md [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 00:26 SECURITY.md [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 5 Jan 9 00:22 VERSION [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 00:26 ZMQWindows.md [2021-01-09T00:31:53.721Z] drwxrwxr-x 2 1001 1001 4096 Jan 9 00:26 bin [2021-01-09T00:31:53.721Z] drwxrwxr-x 15 1001 1001 4096 Jan 9 00:26 cmd [2021-01-09T00:31:53.721Z] -rw-r--r-- 1 root root 546759 Jan 9 00:30 coverage.out [2021-01-09T00:31:53.721Z] -rw-r--r-- 1 root root 1005 Jan 9 00:31 go.mod [2021-01-09T00:31:53.721Z] -rw-r--r-- 1 root root 19172 Jan 9 00:31 go.sum [2021-01-09T00:31:53.721Z] drwxrwxr-x 8 1001 1001 4096 Jan 9 00:26 internal [2021-01-09T00:31:53.721Z] drwxrwxr-x 4 1001 1001 4096 Jan 9 00:26 openapi [2021-01-09T00:31:53.721Z] drwxrwxr-x 4 1001 1001 4096 Jan 9 00:26 snap [2021-01-09T00:31:53.721Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 00:26 version.go [Pipeline] sh [2021-01-09T00:31:54.377Z] + '[' -e coverage.out ] [2021-01-09T00:31:54.377Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T00:31:54.441Z] Warning: overwriting stash ‘coverage-report’ [2021-01-09T00:31:55.636Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T00:31:56.367Z] + make build [2021-01-09T00:31:56.367Z] 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-09T00:32:06.572Z] 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-09T00:32:10.187Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:32:10.188Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:32:10.188Z] ---> 90a5dec6cec5 [2021-01-09T00:32:10.188Z] Step 3/32 : WORKDIR /edgex-go [2021-01-09T00:32:10.188Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:32:10.188Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:32:10.188Z] ---> 90a5dec6cec5 [2021-01-09T00:32:10.188Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 5c174e954545 [2021-01-09T00:32:10.188Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 5c174e954545 [2021-01-09T00:32:10.188Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> d84c4acc1e02 [2021-01-09T00:32:10.188Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> d84c4acc1e02 [2021-01-09T00:32:10.188Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 8296373b424d [2021-01-09T00:32:10.188Z] Step 6/32 : COPY go.mod . [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 45738db772be [2021-01-09T00:32:10.188Z] Step 7/32 : RUN go mod download [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 9d3f4251ea71 [2021-01-09T00:32:10.188Z] Step 8/32 : COPY . . [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 667c4fd25871 [2021-01-09T00:32:10.188Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T00:32:10.188Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:32:10.188Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:32:10.188Z] ---> 90a5dec6cec5 [2021-01-09T00:32:10.188Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 5c174e954545 [2021-01-09T00:32:10.188Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> d84c4acc1e02 [2021-01-09T00:32:10.188Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 8296373b424d [2021-01-09T00:32:10.188Z] Step 6/23 : COPY go.mod . [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 45738db772be [2021-01-09T00:32:10.188Z] Step 7/23 : RUN go mod download [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 9d3f4251ea71 [2021-01-09T00:32:10.188Z] Step 8/23 : COPY . . [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 667c4fd25871 [2021-01-09T00:32:10.188Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-09T00:32:10.188Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:32:10.188Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:32:10.188Z] ---> 90a5dec6cec5 [2021-01-09T00:32:10.188Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 5c174e954545 [2021-01-09T00:32:10.188Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> d84c4acc1e02 [2021-01-09T00:32:10.188Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 8296373b424d [2021-01-09T00:32:10.188Z] Step 6/22 : COPY go.mod . [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 45738db772be [2021-01-09T00:32:10.188Z] Step 7/22 : RUN go mod download [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 9d3f4251ea71 [2021-01-09T00:32:10.188Z] Step 8/22 : COPY . . [2021-01-09T00:32:10.188Z] ---> Using cache [2021-01-09T00:32:10.188Z] ---> 667c4fd25871 [2021-01-09T00:32:10.188Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T00:32:10.813Z] ---> Running in 52adba052067 [2021-01-09T00:32:10.813Z] ---> Running in 385e424018b2 [2021-01-09T00:32:10.813Z] ---> Running in 750206be07aa [2021-01-09T00:32:10.813Z] ---> Running in 84062529c4df [2021-01-09T00:32:13.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-09T00:32:13.080Z] 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-09T00:32:13.080Z] 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-09T00:32:13.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:32:13.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:32:14.470Z] OK: 233 MiB in 51 packages [2021-01-09T00:32:16.394Z] Removing intermediate container 52adba052067 [2021-01-09T00:32:16.394Z] ---> 8941e38f0955 [2021-01-09T00:32:16.394Z] Step 6/23 : COPY go.mod . [2021-01-09T00:32:17.705Z] ---> 1eafeae6661b [2021-01-09T00:32:17.705Z] Step 7/23 : RUN go mod download [2021-01-09T00:32:18.123Z] ---> Running in 1beefa1ba591 [2021-01-09T00:32:25.126Z] Removing intermediate container 9dd0e5751194 [2021-01-09T00:32:25.126Z] ---> 4f2793cf2040 [2021-01-09T00:32:25.126Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T00:32:25.126Z] ---> Running in 2732953acd2f [2021-01-09T00:32:25.126Z] Removing intermediate container 1beefa1ba591 [2021-01-09T00:32:25.126Z] ---> 37cd36544909 [2021-01-09T00:32:25.126Z] Step 8/23 : COPY . . [2021-01-09T00:32:28.745Z] 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-09T00:32:32.125Z] 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-09T00:32:36.424Z] 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-09T00:32:37.399Z] 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-09T00:32:40.164Z] Collecting docker-compose==1.23.2 [2021-01-09T00:32:40.164Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T00:32:40.595Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T00:32:40.595Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T00:32:41.700Z] 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-09T00:32:44.709Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T00:32:44.709Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T00:32:45.078Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T00:32:45.078Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T00:32:45.998Z] 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-09T00:32:46.211Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T00:32:46.482Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T00:32:48.570Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T00:32:48.570Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T00:32:49.397Z] 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-09T00:32:49.765Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T00:32:49.765Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T00:32:50.196Z] Collecting PyYAML<4,>=3.10 [2021-01-09T00:32:50.196Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T00:32:53.703Z] 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-09T00:32:53.962Z] 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-09T00:32:53.962Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T00:32:53.962Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T00:32:55.552Z] 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-09T00:32:55.842Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T00:32:55.842Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T00:32:56.197Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T00:32:56.197Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T00:32:56.197Z] 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-09T00:32:56.197Z] 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-09T00:32:56.317Z] 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-09T00:32:56.473Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T00:32:56.473Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T00:32:56.770Z] Collecting idna<2.8,>=2.5 [2021-01-09T00:32:56.770Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T00:32:57.084Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T00:32:57.084Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T00:32:57.084Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T00:32:57.084Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T00:32:57.386Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, docopt, cached-property, PyYAML, docker-compose [2021-01-09T00:32:57.387Z] Running setup.py install for texttable: started [2021-01-09T00:32:59.701Z] 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-09T00:32:59.796Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T00:33:00.462Z] Attempting uninstall: urllib3 [2021-01-09T00:33:00.462Z] Found existing installation: urllib3 1.25.9 [2021-01-09T00:33:00.462Z] Uninstalling urllib3-1.25.9: [2021-01-09T00:33:02.028Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T00:33:03.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-09T00:33:03.259Z] Attempting uninstall: idna [2021-01-09T00:33:03.259Z] Found existing installation: idna 2.9 [2021-01-09T00:33:03.595Z] Uninstalling idna-2.9: [2021-01-09T00:33:03.913Z] Successfully uninstalled idna-2.9 [2021-01-09T00:33:05.008Z] Attempting uninstall: requests [2021-01-09T00:33:05.008Z] Found existing installation: requests 2.23.0 [2021-01-09T00:33:05.008Z] Uninstalling requests-2.23.0: [2021-01-09T00:33:05.347Z] Successfully uninstalled requests-2.23.0 [Pipeline] } [2021-01-09T00:33:08.530Z] $ docker stop --time=1 4cf62b06ce77c90e79464ceaa52f7f5c9f66ca7481e0328ef62f60f5bb492738 [2021-01-09T00:33:08.802Z] Removing intermediate container 385e424018b2 [2021-01-09T00:33:08.802Z] ---> 94b3c57aa534 [2021-01-09T00:33:08.802Z] [2021-01-09T00:33:08.802Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T00:33:08.802Z] ---> 389fef711851 [2021-01-09T00:33:08.802Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-09T00:33:08.802Z] ---> Using cache [2021-01-09T00:33:08.802Z] ---> 4b7244575e2d [2021-01-09T00:33:08.802Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:33:08.802Z] ---> Using cache [2021-01-09T00:33:08.802Z] ---> c665717d4f50 [2021-01-09T00:33:08.802Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-09T00:33:08.802Z] Removing intermediate container 84062529c4df [2021-01-09T00:33:08.802Z] ---> 6a0afc380f29 [2021-01-09T00:33:08.802Z] [2021-01-09T00:33:08.802Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T00:33:08.802Z] ---> 389fef711851 [2021-01-09T00:33:08.802Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-09T00:33:08.802Z] ---> Using cache [2021-01-09T00:33:08.802Z] ---> 4b7244575e2d [2021-01-09T00:33:08.802Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:33:08.802Z] ---> Using cache [2021-01-09T00:33:08.802Z] ---> c665717d4f50 [2021-01-09T00:33:08.802Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-09T00:33:08.802Z] Running setup.py install for dockerpty: started [2021-01-09T00:33:09.127Z] ---> Running in 18383962c936 [2021-01-09T00:33:09.127Z] ---> Running in 116d589bb04f [2021-01-09T00:33:10.200Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T00:33:10.200Z] Running setup.py install for docopt: started [2021-01-09T00:33:10.793Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T00:33:11.130Z] $ docker rm -f 4cf62b06ce77c90e79464ceaa52f7f5c9f66ca7481e0328ef62f60f5bb492738 [2021-01-09T00:33:11.505Z] Running setup.py install for PyYAML: started [2021-01-09T00:33:11.505Z] Removing intermediate container 116d589bb04f [2021-01-09T00:33:11.505Z] ---> b4f8d8dda063 [2021-01-09T00:33:11.505Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-09T00:33:11.505Z] Removing intermediate container 18383962c936 [2021-01-09T00:33:11.505Z] ---> 30836ba68f55 [2021-01-09T00:33:11.505Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-09T00:33:11.858Z] ---> Running in 167ebcca8ec4 [2021-01-09T00:33:11.858Z] ---> Running in 812d15d0af01 [2021-01-09T00:33:12.143Z] ---> 601c931916a2 [2021-01-09T00:33:12.143Z] Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] // withDockerContainer [Pipeline] } [2021-01-09T00:33:12.465Z] ---> Running in d97e98e1794f [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:33:12.896Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T00:33:12.896Z] Removing intermediate container 167ebcca8ec4 [2021-01-09T00:33:12.896Z] ---> 04acb5458f3f [2021-01-09T00:33:12.896Z] Step 15/23 : WORKDIR / [2021-01-09T00:33:12.896Z] Removing intermediate container 812d15d0af01 [2021-01-09T00:33:12.896Z] ---> 09ccb4dc3a43 [2021-01-09T00:33:12.896Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T00:33:13.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T00:33:13.100Z] [2021-01-09T00:33:13.100Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:33:13.463Z] ---> Running in 67d17ca76e75 [2021-01-09T00:33:13.463Z] 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-09T00:33:13.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T00:33:13.749Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-09T00:33:13.749Z] 29e5d40040c1: Pulling fs layer [2021-01-09T00:33:13.749Z] 1ce36da41761: Pulling fs layer [2021-01-09T00:33:13.749Z] 25b303627fd3: Pulling fs layer [2021-01-09T00:33:14.021Z] 29e5d40040c1: Verifying Checksum [2021-01-09T00:33:14.022Z] 29e5d40040c1: Download complete [2021-01-09T00:33:14.487Z] ---> 5d1cc083c143 [2021-01-09T00:33:14.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T00:33:14.487Z] Removing intermediate container 67d17ca76e75 [2021-01-09T00:33:14.487Z] ---> c67397eff10a [2021-01-09T00:33:14.487Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T00:33:14.487Z] 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-09T00:33:14.623Z] 1ce36da41761: Verifying Checksum [2021-01-09T00:33:14.623Z] 1ce36da41761: Download complete [2021-01-09T00:33:14.899Z] 29e5d40040c1: Pull complete [2021-01-09T00:33:16.348Z] 1ce36da41761: Pull complete [2021-01-09T00:33:16.348Z] 25b303627fd3: Verifying Checksum [2021-01-09T00:33:16.348Z] 25b303627fd3: Download complete [2021-01-09T00:33:16.435Z] ---> b553ae6d74bc [2021-01-09T00:33:16.435Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T00:33:16.435Z] ---> 51f4aadf4746 [2021-01-09T00:33:16.435Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T00:33:17.651Z] Removing intermediate container 750206be07aa [2021-01-09T00:33:17.651Z] ---> addd88d9030b [2021-01-09T00:33:17.651Z] [2021-01-09T00:33:17.651Z] Step 10/32 : FROM alpine:3.12 [2021-01-09T00:33:17.651Z] ---> 389fef711851 [2021-01-09T00:33:17.651Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-09T00:33:19.241Z] ---> 8c1de71e272d [2021-01-09T00:33:19.241Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T00:33:19.241Z] ---> Running in bd5074ee316b [2021-01-09T00:33:19.902Z] ---> Running in 843f6254ea75 [2021-01-09T00:33:20.205Z] ---> ea168c2ed105 [2021-01-09T00:33:20.205Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T00:33:20.511Z] Removing intermediate container 2732953acd2f [2021-01-09T00:33:20.511Z] ---> c6364bb18dd5 [2021-01-09T00:33:20.511Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T00:33:20.818Z] ---> Running in 7f4eb5c55459 [2021-01-09T00:33:21.184Z] Removing intermediate container 843f6254ea75 [2021-01-09T00:33:21.185Z] ---> 5a86bde2f3bd [2021-01-09T00:33:21.185Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:33:21.466Z] ---> Running in 7f8c8fc97e58 [2021-01-09T00:33:21.466Z] ---> 50fee9ab7418 [2021-01-09T00:33:21.466Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-09T00:33:21.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:33:21.754Z] ---> Running in 5d53d60c03bf [2021-01-09T00:33:22.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:33:22.061Z] Removing intermediate container 7f8c8fc97e58 [2021-01-09T00:33:22.061Z] ---> d4ffb83f1710 [2021-01-09T00:33:22.061Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T00:33:22.386Z] ---> Running in 75f23db9f43f [2021-01-09T00:33:22.386Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-09T00:33:22.386Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-09T00:33:22.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:33:22.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:33:22.686Z] OK: 6 MiB in 16 packages [2021-01-09T00:33:22.686Z] Removing intermediate container 5d53d60c03bf [2021-01-09T00:33:22.686Z] ---> 3bd61ed8d5fd [2021-01-09T00:33:22.686Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:33:22.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:33:22.966Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T00:33:22.966Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T00:33:23.246Z] Removing intermediate container 75f23db9f43f [2021-01-09T00:33:23.246Z] ---> 00c10a34a0df [2021-01-09T00:33:23.246Z] Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:33:23.246Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T00:33:23.246Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:33:23.246Z] ---> Running in ad64e1fd61be [2021-01-09T00:33:23.246Z] OK: 72 MiB in 58 packages [2021-01-09T00:33:23.598Z] ---> Running in e3ffa41a38be [2021-01-09T00:33:23.598Z] Removing intermediate container ad64e1fd61be [2021-01-09T00:33:23.598Z] ---> 3a9898f538d5 [2021-01-09T00:33:23.598Z] Step 21/23 : LABEL arch=x86_64 [2021-01-09T00:33:23.956Z] ---> Running in 6f69bebfade7 [2021-01-09T00:33:24.242Z] Removing intermediate container e3ffa41a38be [2021-01-09T00:33:24.242Z] ---> 9c47b1f84492 [2021-01-09T00:33:24.242Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T00:33:24.575Z] ---> Running in 2d8aa53d0590 [2021-01-09T00:33:24.575Z] Removing intermediate container bd5074ee316b [2021-01-09T00:33:24.575Z] ---> 7ad0dfb1b0ff [2021-01-09T00:33:24.575Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-09T00:33:24.945Z] ---> Running in bc59e3190008 [2021-01-09T00:33:24.945Z] Removing intermediate container 6f69bebfade7 [2021-01-09T00:33:24.945Z] ---> 7eda8b156662 [2021-01-09T00:33:24.945Z] Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:33:25.302Z] Removing intermediate container 2d8aa53d0590 [2021-01-09T00:33:25.302Z] ---> 557de87be5ec [2021-01-09T00:33:25.302Z] [2021-01-09T00:33:25.302Z] Removing intermediate container 7f4eb5c55459 [2021-01-09T00:33:25.302Z] ---> 0fd26c31f193 [2021-01-09T00:33:25.302Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T00:33:25.302Z] ---> Running in afee70a7e62a [2021-01-09T00:33:25.791Z] ---> Running in aa80761c373f [2021-01-09T00:33:26.157Z] Removing intermediate container bc59e3190008 [2021-01-09T00:33:26.157Z] ---> 90fbff0b8bbf [2021-01-09T00:33:26.157Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-09T00:33:26.157Z] Successfully built 557de87be5ec [2021-01-09T00:33:26.157Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-09T00:33:26.440Z]  Building docker-support-scheduler-go ... done Removing intermediate container afee70a7e62a [2021-01-09T00:33:26.440Z] ---> 087b7eeeafc4 [2021-01-09T00:33:26.440Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T00:33:26.441Z] ---> Running in 02482e849f08 [2021-01-09T00:33:26.441Z] Removing intermediate container aa80761c373f [2021-01-09T00:33:26.441Z] ---> e7ef446b2387 [2021-01-09T00:33:26.441Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:33:26.499Z] 25b303627fd3: Pull complete [2021-01-09T00:33:26.500Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-09T00:33:26.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T00:33:26.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-09T00:33:26.724Z] ---> Running in 4e617963d5a5 [2021-01-09T00:33:26.724Z] ---> Running in 25924cc3f8fe [2021-01-09T00:33:26.738Z] prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container [2021-01-09T00:33:26.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-09T00:33:27.816Z] Removing intermediate container 02482e849f08 [2021-01-09T00:33:27.816Z] ---> 82487c6e4a5d [2021-01-09T00:33:27.816Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-09T00:33:28.163Z] Removing intermediate container 4e617963d5a5 [2021-01-09T00:33:28.163Z] ---> 9868581c0a1d [2021-01-09T00:33:28.163Z] [2021-01-09T00:33:28.163Z] Removing intermediate container 25924cc3f8fe [2021-01-09T00:33:28.163Z] ---> 0d614b0d980d [2021-01-09T00:33:28.163Z] Step 24/26 : LABEL arch=x86_64 [2021-01-09T00:33:28.163Z] ---> Running in 5d4528e24b8a [2021-01-09T00:33:28.478Z] ---> Running in 28dff40e2d82 [2021-01-09T00:33:28.781Z] Successfully built 9868581c0a1d [2021-01-09T00:33:28.781Z] Successfully tagged docker-core-command-go:latest [2021-01-09T00:33:29.080Z]  Building docker-core-command-go ... done Removing intermediate container 28dff40e2d82 [2021-01-09T00:33:29.080Z] ---> e0d22945cef6 [2021-01-09T00:33:29.080Z] Step 25/26 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:33:29.400Z] ---> Running in 4f0f2d59167d [2021-01-09T00:33:29.704Z] Connecting to github.com (140.82.113.4:443) [2021-01-09T00:33:29.869Z] $ docker top b41a275e07795813cfe939809d1b3146ca9b7a9f5f085484dd22b0459216e2bc -eo pid,comm [2021-01-09T00:33:30.035Z] Removing intermediate container 4f0f2d59167d [2021-01-09T00:33:30.035Z] ---> 36b61ccc85f7 [2021-01-09T00:33:30.035Z] Step 26/26 : LABEL version=0.0.0 [2021-01-09T00:33:30.035Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.232.219:443) [Pipeline] { [Pipeline] sh [2021-01-09T00:33:30.336Z]  ---> Running in b3b66ce00520 [2021-01-09T00:33:30.337Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-09T00:33:30.337Z] dockerize-alpine-lin 19% |****** | 560k 0:00:04 ETA [2021-01-09T00:33:30.622Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-09T00:33:30.623Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-09T00:33:30.623Z] dockerize [2021-01-09T00:33:30.623Z] Removing intermediate container b3b66ce00520 [2021-01-09T00:33:30.623Z] ---> cd9de4f41338 [2021-01-09T00:33:30.623Z] [2021-01-09T00:33:30.908Z] + docker-compose build --help [2021-01-09T00:33:30.909Z] + grep parallel [2021-01-09T00:33:30.931Z] Successfully built cd9de4f41338 [2021-01-09T00:33:30.931Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-09T00:33:33.666Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5d4528e24b8a [2021-01-09T00:33:33.666Z] ---> 61b87729472c [2021-01-09T00:33:33.666Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-09T00:33:33.666Z] ---> Running in 762ff3f3a9d3 [2021-01-09T00:33:33.961Z] Removing intermediate container 762ff3f3a9d3 [2021-01-09T00:33:33.961Z] ---> 48a576d30e7c [2021-01-09T00:33:33.961Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-09T00:33:34.270Z] ---> Running in af6d36a43359 [2021-01-09T00:33:34.281Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T00:33:34.301Z] $ docker stop --time=1 b41a275e07795813cfe939809d1b3146ca9b7a9f5f085484dd22b0459216e2bc [2021-01-09T00:33:34.584Z] Removing intermediate container af6d36a43359 [2021-01-09T00:33:34.584Z] ---> 7c16a1a07367 [2021-01-09T00:33:34.584Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-09T00:33:34.885Z] ---> Running in 65301853accb [2021-01-09T00:33:36.003Z] Move dockerize executable [2021-01-09T00:33:36.243Z] $ docker rm -f b41a275e07795813cfe939809d1b3146ca9b7a9f5f085484dd22b0459216e2bc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:33:37.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T00:33:37.060Z] . [Pipeline] withDockerContainer [2021-01-09T00:33:37.355Z] prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container [2021-01-09T00:33:37.459Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-09T00:33:38.088Z] Removing intermediate container 65301853accb [2021-01-09T00:33:38.088Z] ---> 09d447b64052 [2021-01-09T00:33:38.088Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-09T00:33:38.088Z] ---> Running in eb2b27c93559 [2021-01-09T00:33:38.747Z] Removing intermediate container eb2b27c93559 [2021-01-09T00:33:38.747Z] ---> 7823562f635f [2021-01-09T00:33:38.747Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-09T00:33:38.837Z] $ docker top 250b6f19e309e4479e21e261a9a0f714decaf63391e892c15b4a592afee72870 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T00:33:39.791Z] ---> bc6dc2f65dce [2021-01-09T00:33:39.791Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-09T00:33:39.899Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T00:33:40.094Z] ---> Running in c47e4c8b2066 [2021-01-09T00:33:43.283Z] Building docker-core-command-go ... [2021-01-09T00:33:43.283Z] Building docker-core-data-go ... [2021-01-09T00:33:43.283Z] Building docker-core-metadata-go ... [2021-01-09T00:33:43.283Z] Building docker-security-bootstrapper-go ... [2021-01-09T00:33:43.283Z] Building docker-security-proxy-setup-go ... [2021-01-09T00:33:43.283Z] Building docker-security-secretstore-setup-go ... [2021-01-09T00:33:43.283Z] Building docker-support-notifications-go ... [2021-01-09T00:33:43.283Z] Building docker-support-scheduler-go ... [2021-01-09T00:33:43.283Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T00:33:43.283Z] Building docker-support-notifications-go [2021-01-09T00:33:43.283Z] Building docker-security-proxy-setup-go [2021-01-09T00:33:43.283Z] Building docker-sys-mgmt-agent-go [2021-01-09T00:33:43.283Z] Building docker-security-secretstore-setup-go [2021-01-09T00:33:43.283Z] Building docker-support-scheduler-go [2021-01-09T00:33:43.530Z] Removing intermediate container c47e4c8b2066 [2021-01-09T00:33:43.530Z] ---> 0dd53cd0c6d6 [2021-01-09T00:33:43.530Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-09T00:33:46.251Z] ---> 71387f4c0030 [2021-01-09T00:33:46.251Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-09T00:33:46.251Z] Removing intermediate container d97e98e1794f [2021-01-09T00:33:46.251Z] ---> 483f1487ba36 [2021-01-09T00:33:46.251Z] [2021-01-09T00:33:46.251Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T00:33:46.251Z] ---> 389fef711851 [2021-01-09T00:33:46.251Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T00:33:46.251Z] ---> Running in c61d7842b4ab [2021-01-09T00:33:46.251Z] ---> ea430d379688 [2021-01-09T00:33:46.251Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-09T00:33:47.254Z] Removing intermediate container c61d7842b4ab [2021-01-09T00:33:47.254Z] ---> 96f258777483 [2021-01-09T00:33:47.254Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T00:33:47.254Z] ---> Running in 39b6b8e1bcfd [2021-01-09T00:33:47.549Z] ---> 6f75379b1954 [2021-01-09T00:33:47.550Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-09T00:33:47.849Z] Removing intermediate container 39b6b8e1bcfd [2021-01-09T00:33:47.849Z] ---> d69bc575aef5 [2021-01-09T00:33:47.849Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T00:33:47.849Z] ---> Running in 1322b5824530 [2021-01-09T00:33:48.125Z] ---> da2e6ff4b480 [2021-01-09T00:33:48.125Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-09T00:33:48.406Z] Removing intermediate container 1322b5824530 [2021-01-09T00:33:48.406Z] ---> 1443eabe36cc [2021-01-09T00:33:48.406Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:33:48.722Z] ---> Running in 199b4bbbcb75 [2021-01-09T00:33:48.722Z] ---> Running in 1fbdedb35645 [2021-01-09T00:33:48.993Z] Removing intermediate container 199b4bbbcb75 [2021-01-09T00:33:48.993Z] ---> 09305099b9b6 [2021-01-09T00:33:48.993Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-09T00:33:49.592Z] ---> 7c385cade9e5 [2021-01-09T00:33:49.592Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-09T00:33:50.200Z] ---> Running in 416c8ddea706 [2021-01-09T00:33:50.467Z] Removing intermediate container 1fbdedb35645 [2021-01-09T00:33:50.467Z] ---> 85b183df49fb [2021-01-09T00:33:50.467Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-09T00:33:50.759Z] ---> Running in d09da8c4e272 [2021-01-09T00:33:51.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T00:33:51.760Z] Removing intermediate container 416c8ddea706 [2021-01-09T00:33:51.760Z] ---> beaed2460051 [2021-01-09T00:33:51.760Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T00:33:52.032Z] ---> Running in ec51b659e2c3 [2021-01-09T00:33:52.317Z] Removing intermediate container ec51b659e2c3 [2021-01-09T00:33:52.317Z] ---> adbca5599ea5 [2021-01-09T00:33:52.317Z] Step 29/32 : CMD ["install"] [2021-01-09T00:33:52.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T00:33:52.581Z] ---> Running in e10a673a15c5 [2021-01-09T00:33:52.846Z] Removing intermediate container e10a673a15c5 [2021-01-09T00:33:52.846Z] ---> 98bd004e002e [2021-01-09T00:33:52.846Z] Step 30/32 : LABEL arch=x86_64 [2021-01-09T00:33:52.846Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-09T00:33:53.150Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-09T00:33:53.150Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-09T00:33:53.150Z] ---> Running in a59bba37cfd2 [2021-01-09T00:33:53.150Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-09T00:33:53.447Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-09T00:33:53.721Z] Removing intermediate container a59bba37cfd2 [2021-01-09T00:33:53.721Z] ---> ba56b157f63a [2021-01-09T00:33:53.721Z] Step 31/32 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:33:53.721Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-09T00:33:53.721Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:33:53.721Z] OK: 8 MiB in 20 packages [2021-01-09T00:33:53.996Z] ---> Running in 6c73c9a62f6f [2021-01-09T00:33:54.637Z] Removing intermediate container 6c73c9a62f6f [2021-01-09T00:33:54.637Z] ---> 2fc8fa9143ae [2021-01-09T00:33:54.637Z] Step 32/32 : LABEL version=0.0.0 [2021-01-09T00:33:54.914Z] ---> Running in 993416c34d73 [2021-01-09T00:33:55.188Z] Removing intermediate container d09da8c4e272 [2021-01-09T00:33:55.188Z] ---> bde0b63cb94f [2021-01-09T00:33:55.188Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T00:33:55.188Z] Removing intermediate container 993416c34d73 [2021-01-09T00:33:55.188Z] ---> ecc688c49a41 [2021-01-09T00:33:55.188Z] [2021-01-09T00:33:55.836Z] Successfully built ecc688c49a41 [2021-01-09T00:33:55.836Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-09T00:33:56.180Z]  Building docker-security-bootstrapper-go ... done  ---> f5b31c5b4de6 [2021-01-09T00:33:56.180Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T00:33:58.259Z] ---> fd76c17bbc08 [2021-01-09T00:33:58.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T00:33:58.532Z] ---> 8f1c8d22d762 [2021-01-09T00:33:58.532Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T00:33:58.532Z] ---> Running in 37f38afbe8d7 [2021-01-09T00:33:58.812Z] Removing intermediate container 37f38afbe8d7 [2021-01-09T00:33:58.812Z] ---> 41565bd408c0 [2021-01-09T00:33:58.812Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:33:58.812Z] ---> Running in 14805f0f43ea [2021-01-09T00:33:59.115Z] Removing intermediate container 14805f0f43ea [2021-01-09T00:33:59.115Z] ---> e9c0a0eb009f [2021-01-09T00:33:59.115Z] Step 21/23 : LABEL arch=x86_64 [2021-01-09T00:33:59.393Z] ---> Running in ee248fe0dc84 [2021-01-09T00:33:59.668Z] Removing intermediate container ee248fe0dc84 [2021-01-09T00:33:59.668Z] ---> 8cac9aadef0c [2021-01-09T00:33:59.668Z] Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:33:59.668Z] ---> Running in 1971f44311d9 [2021-01-09T00:33:59.944Z] Removing intermediate container 1971f44311d9 [2021-01-09T00:33:59.944Z] ---> 4b6d6d7dc255 [2021-01-09T00:33:59.944Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T00:34:00.214Z] ---> Running in e6435db660e9 [2021-01-09T00:34:00.482Z] Removing intermediate container e6435db660e9 [2021-01-09T00:34:00.482Z] ---> 6cf48b94403c [2021-01-09T00:34:00.482Z] [2021-01-09T00:34:01.072Z] Successfully built 6cf48b94403c [2021-01-09T00:34:01.411Z] Successfully tagged docker-core-data-go:latest [2021-01-09T00:34:02.076Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-09T00:34:02.197Z] $ docker stop --time=1 3dbf43bfeb8106363e744f27ba307e6490ddbe03192f1731bb4b0ae4f8cbe0bb [2021-01-09T00:34:04.410Z] $ docker rm -f 3dbf43bfeb8106363e744f27ba307e6490ddbe03192f1731bb4b0ae4f8cbe0bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T00:34:05.263Z] + grep docker [2021-01-09T00:34:05.263Z] + docker images [2021-01-09T00:34:05.542Z] docker-core-data-go latest 6cf48b94403c 5 seconds ago 22.3MB [2021-01-09T00:34:05.542Z] docker-security-bootstrapper-go latest ecc688c49a41 11 seconds ago 41.4MB [2021-01-09T00:34:05.542Z] docker-sys-mgmt-agent-go latest cd9de4f41338 35 seconds ago 313MB [2021-01-09T00:34:05.542Z] docker-core-command-go latest 9868581c0a1d 38 seconds ago 16.2MB [2021-01-09T00:34:05.542Z] docker-support-scheduler-go latest 557de87be5ec 41 seconds ago 16.4MB [2021-01-09T00:34:05.542Z] docker-security-secretstore-setup-go latest f5680a648d93 2 minutes ago 24.6MB [2021-01-09T00:34:05.542Z] docker-core-metadata-go latest 4e61dc567a41 2 minutes ago 18.6MB [2021-01-09T00:34:05.542Z] docker-security-proxy-setup-go latest 82da356d2ea4 2 minutes ago 24.5MB [2021-01-09T00:34:05.542Z] docker-support-notifications-go latest 090cdb4854fa 2 minutes ago 16.9MB [2021-01-09T00:34:05.542Z] 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-09T00:34:21.640Z] Still waiting to schedule task [2021-01-09T00:34:21.640Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-09T00:35:05.031Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:35:05.031Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:35:05.031Z] ---> cb9846c87917 [2021-01-09T00:35:05.031Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T00:35:05.031Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:35:05.031Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:35:05.031Z] ---> cb9846c87917 [2021-01-09T00:35:05.031Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T00:35:05.031Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:35:05.031Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:35:05.031Z] ---> cb9846c87917 [2021-01-09T00:35:05.031Z] [2021-01-09T00:35:05.031Z] Step 3/26 : WORKDIR /edgex-goStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:35:05.031Z] [2021-01-09T00:35:05.031Z] ---> cb9846c87917 [2021-01-09T00:35:05.031Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T00:35:05.031Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:35:05.031Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:35:05.031Z] ---> cb9846c87917 [2021-01-09T00:35:05.031Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T00:35:05.031Z] ---> Running in d90d327c04a2 [2021-01-09T00:35:05.031Z] ---> Running in 92b865c0b63b [2021-01-09T00:35:05.031Z] ---> Running in d1b265b4d937 [2021-01-09T00:35:05.031Z] ---> Running in 4d41d0267990 [2021-01-09T00:35:05.031Z] ---> Running in 3505f34a1bdd [2021-01-09T00:35:05.031Z] Removing intermediate container d90d327c04a2 [2021-01-09T00:35:05.031Z] ---> 04de77f64af7 [2021-01-09T00:35:05.031Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:35:05.031Z] Removing intermediate container d1b265b4d937 [2021-01-09T00:35:05.031Z] ---> 28d93b16515b [2021-01-09T00:35:05.031Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:35:05.031Z] ---> Running in 6b97a1f35b36 [2021-01-09T00:35:05.031Z] Removing intermediate container 3505f34a1bdd [2021-01-09T00:35:05.031Z] Removing intermediate container 4d41d0267990 [2021-01-09T00:35:05.031Z] ---> 2487669ee701 [2021-01-09T00:35:05.031Z] ---> 1aed92d40089 [2021-01-09T00:35:05.031Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:35:05.031Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:35:05.031Z] Removing intermediate container 92b865c0b63b [2021-01-09T00:35:05.031Z] ---> 813860a1fd31 [2021-01-09T00:35:05.031Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:35:05.031Z] ---> Running in 53d7ef65068f [2021-01-09T00:35:05.031Z] ---> Running in ab29646537d4 [2021-01-09T00:35:05.031Z] ---> Running in 9cd64656ca75 [2021-01-09T00:35:05.031Z] ---> Running in e57be9bf0324 [2021-01-09T00:35:05.031Z] Removing intermediate container 6b97a1f35b36 [2021-01-09T00:35:05.031Z] ---> ebc913e0f6ec [2021-01-09T00:35:05.031Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T00:35:05.031Z] ---> Running in 99b72896c548 [2021-01-09T00:35:05.031Z] Removing intermediate container 53d7ef65068f [2021-01-09T00:35:05.031Z] ---> 006c3939cf42 [2021-01-09T00:35:05.031Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T00:35:05.031Z] Removing intermediate container ab29646537d4 [2021-01-09T00:35:05.031Z] ---> e49c8d364fd3 [2021-01-09T00:35:05.031Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T00:35:05.031Z] ---> Running in e820c14f6cd9 [2021-01-09T00:35:05.031Z] ---> Running in fcd1c72edd57 [2021-01-09T00:35:05.031Z] Removing intermediate container e57be9bf0324 [2021-01-09T00:35:05.031Z] ---> 9f8f89c4971f [2021-01-09T00:35:05.031Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T00:35:05.031Z] Removing intermediate container 9cd64656ca75 [2021-01-09T00:35:05.031Z] ---> d61fe7d7539a [2021-01-09T00:35:05.031Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T00:35:05.031Z] ---> Running in a0c602209efb [2021-01-09T00:35:05.031Z] ---> Running in 4c2400ae8042 [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.031Z] OK: 217 MiB in 51 packages [2021-01-09T00:35:05.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:35:05.586Z] OK: 217 MiB in 51 packages [2021-01-09T00:35:05.586Z] OK: 217 MiB in 51 packages [2021-01-09T00:35:05.863Z] OK: 217 MiB in 51 packages [2021-01-09T00:35:05.863Z] OK: 217 MiB in 51 packages [2021-01-09T00:35:06.856Z] Removing intermediate container 99b72896c548 [2021-01-09T00:35:06.856Z] ---> 8da074ebb222 [2021-01-09T00:35:06.856Z] Step 6/24 : COPY go.mod . [2021-01-09T00:35:07.456Z] Removing intermediate container e820c14f6cd9 [2021-01-09T00:35:07.456Z] ---> c602197babe0 [2021-01-09T00:35:07.456Z] Step 6/26 : COPY go.mod . [2021-01-09T00:35:07.456Z] Removing intermediate container fcd1c72edd57 [2021-01-09T00:35:07.456Z] ---> 506aa5142116 [2021-01-09T00:35:07.456Z] Step 6/21 : COPY go.mod . [2021-01-09T00:35:07.730Z] Removing intermediate container a0c602209efb [2021-01-09T00:35:07.730Z] ---> c7bad44744d1 [2021-01-09T00:35:07.730Z] Step 6/22 : COPY go.mod . [2021-01-09T00:35:07.730Z] ---> fb07cce85d54 [2021-01-09T00:35:07.730Z] Step 7/24 : RUN go mod download [2021-01-09T00:35:07.730Z] Removing intermediate container 4c2400ae8042 [2021-01-09T00:35:07.730Z] ---> 83516e36194a [2021-01-09T00:35:07.730Z] Step 6/22 : COPY go.mod . [2021-01-09T00:35:08.003Z] ---> Running in 04ace085b27e [2021-01-09T00:35:08.279Z] ---> ad071beb01a7 [2021-01-09T00:35:08.279Z] Step 7/26 : RUN go mod download [2021-01-09T00:35:08.558Z] ---> 9ad70a7bf1c6 [2021-01-09T00:35:08.558Z] Step 7/21 : RUN go mod download [2021-01-09T00:35:08.558Z] ---> Running in 5485c1419e40 [2021-01-09T00:35:08.830Z] ---> Running in 8993609e4060 [2021-01-09T00:35:08.830Z] ---> 359bc53682ec [2021-01-09T00:35:08.830Z] Step 7/22 : RUN go mod download [2021-01-09T00:35:09.106Z] ---> 36347b1874dd [2021-01-09T00:35:09.106Z] Step 7/22 : RUN go mod download [2021-01-09T00:35:09.106Z] ---> Running in 59e06fd03fe2 [2021-01-09T00:35:09.385Z] ---> Running in b5e0610e6eda [2021-01-09T00:35:12.039Z] Removing intermediate container 04ace085b27e [2021-01-09T00:35:12.039Z] ---> 573499d973fe [2021-01-09T00:35:12.039Z] Step 8/24 : COPY . . [2021-01-09T00:35:12.567Z] Running on prd-ubuntu18.04-docker-8c-8g-19190 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-09T00:35:12.622Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-01-09T00:35:13.065Z] Removing intermediate container 5485c1419e40 [2021-01-09T00:35:13.065Z] ---> 4729f32850f1 [2021-01-09T00:35:13.065Z] Step 8/26 : COPY . . [2021-01-09T00:35:14.055Z] Removing intermediate container b5e0610e6eda [2021-01-09T00:35:14.055Z] ---> 81af8c34a84e [2021-01-09T00:35:14.055Z] Step 8/22 : COPY . . [2021-01-09T00:35:14.055Z] Removing intermediate container 8993609e4060 [2021-01-09T00:35:14.055Z] ---> a0cbfbb7aa9e [2021-01-09T00:35:14.055Z] Step 8/21 : COPY . . [2021-01-09T00:35:14.333Z] Removing intermediate container 59e06fd03fe2 [2021-01-09T00:35:14.333Z] ---> b651f1dfe78c [2021-01-09T00:35:14.333Z] Step 8/22 : COPY . . [2021-01-09T00:35:14.785Z] using credential edgex-jenkins-ssh [2021-01-09T00:35:14.850Z] Cloning the remote Git repository [2021-01-09T00:35:14.879Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T00:35:14.949Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-01-09T00:35:14.975Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T00:35:14.975Z] > git --version # timeout=10 [2021-01-09T00:35:14.982Z] > git --version # 'git version 2.17.1' [2021-01-09T00:35:14.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T00:35:15.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T00:35:41.166Z] ---> 3f0c5bd0c5bf [2021-01-09T00:35:41.166Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T00:35:41.166Z] ---> 75229fc77caf [2021-01-09T00:35:41.166Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T00:35:41.166Z] ---> 1df54df67a4f [2021-01-09T00:35:41.166Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T00:35:41.166Z] ---> 49043a3adbcb [2021-01-09T00:35:41.166Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-09T00:35:41.166Z] ---> df7b1ff3375d [2021-01-09T00:35:41.166Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T00:35:41.166Z] ---> Running in 361f7550ec5e [2021-01-09T00:35:41.166Z] ---> Running in a62857c87643 [2021-01-09T00:35:41.166Z] ---> Running in 9d1b6a482bc2 [2021-01-09T00:35:41.166Z] ---> Running in 767f8acc450a [2021-01-09T00:35:41.166Z] ---> Running in 136a971af0c7 [2021-01-09T00:35:41.166Z] 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-09T00:35:41.166Z] 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-09T00:35:41.166Z] 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-09T00:35:41.166Z] 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-09T00:35:41.166Z] 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-09T00:35:59.788Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:35:59.921Z] Merge succeeded, producing 15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:35:59.922Z] Checking out Revision 15d5910ca8b9da1713db94513de9bdb4c10a9665 (PR-2970) [2021-01-09T00:35:59.071Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T00:35:59.081Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T00:35:59.092Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T00:35:59.106Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T00:35:59.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T00:35:59.112Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T00:35:59.799Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T00:35:59.808Z] > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 [2021-01-09T00:35:59.888Z] > git remote # timeout=10 [2021-01-09T00:35:59.897Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T00:35:59.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T00:35:59.906Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-09T00:35:59.919Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T00:35:59.928Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T00:35:59.934Z] > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 [2021-01-09T00:36:03.620Z] Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:36:05.046Z] + echo snap-build.sh [2021-01-09T00:36:05.046Z] snap-build.sh [2021-01-09T00:36:05.046Z] + SNAP_BASE_DIR=. [2021-01-09T00:36:05.046Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2021-01-09T00:36:05.046Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2021-01-09T00:36:05.046Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2021-01-09T00:36:05.046Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2021-01-09T00:36:05.046Z] + cd /w/workspace/edgex-go/15 [2021-01-09T00:36:05.046Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-09T00:36:05.046Z] Reading package lists... [2021-01-09T00:36:05.046Z] Building dependency tree... [2021-01-09T00:36:05.046Z] Reading state information... [2021-01-09T00:36:05.309Z] The following packages were automatically installed and are no longer required: [2021-01-09T00:36:05.309Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-09T00:36:05.309Z] uidmap xdelta3 [2021-01-09T00:36:05.309Z] Use 'sudo apt autoremove' to remove them. [2021-01-09T00:36:05.309Z] The following packages will be REMOVED: [2021-01-09T00:36:05.309Z] lxd* lxd-client* [2021-01-09T00:36:05.570Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-09T00:36:05.570Z] After this operation, 31.7 MB disk space will be freed. [2021-01-09T00:36:06.624Z] (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-09T00:36:06.624Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T00:36:07.572Z] Removing lxd dnsmasq configuration [2021-01-09T00:36:07.572Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T00:36:07.833Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-09T00:36:08.779Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-09T00:36:09.042Z] (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-09T00:36:09.042Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T00:36:10.430Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-09T00:36:10.430Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-09T00:36:11.819Z] + sudo snap remove --purge lxd [2021-01-09T00:36:11.819Z] snap "lxd" is not installed [2021-01-09T00:36:11.819Z] + sudo groupadd --force --system lxd [2021-01-09T00:36:11.819Z] ++ whoami [2021-01-09T00:36:11.819Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-09T00:36:11.819Z] + newgrp - lxd [2021-01-09T00:36:11.819Z] + sudo snap install lxd [2021-01-09T00:36:19.973Z] 2021-01-09T00:36:18Z INFO Waiting for automatic snapd restart... [2021-01-09T00:36:34.911Z] lxd 4.9 from Canonical* installed [2021-01-09T00:36:34.911Z] + sudo lxd init --auto [2021-01-09T00:36:43.068Z] + sudo snap install --classic snapcraft [2021-01-09T00:36:51.222Z] snapcraft 4.4.4 from Canonical* installed [2021-01-09T00:36:51.222Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-09T00:36:51.222Z] + patch --verbose -p1 [2021-01-09T00:36:51.222Z] Hmm... Looks like a unified diff to me... [2021-01-09T00:36:51.222Z] The text leading up to this was: [2021-01-09T00:36:51.222Z] -------------------------- [2021-01-09T00:36:51.222Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-09T00:36:51.222Z] |From: Tony Espy [2021-01-09T00:36:51.222Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-09T00:36:51.222Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-09T00:36:51.222Z] | [2021-01-09T00:36:51.222Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-09T00:36:51.222Z] |optimize the snap CI check run for pull requests. When [2021-01-09T00:36:51.222Z] |applied, it essentially strips out everything (apps and [2021-01-09T00:36:51.222Z] |parts) from the snapcraft.yaml file except those required [2021-01-09T00:36:51.222Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-09T00:36:51.222Z] |catch changes to edgex-go that break the snap build. [2021-01-09T00:36:51.222Z] | [2021-01-09T00:36:51.222Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-09T00:36:51.222Z] |to update this patch file, otherwise it may fail to apply, [2021-01-09T00:36:51.222Z] |resulting in a failed snap build CI check in the associated [2021-01-09T00:36:51.222Z] |pull request. [2021-01-09T00:36:51.222Z] | [2021-01-09T00:36:51.222Z] |Note - in addition to applying this patch, the pipeline also [2021-01-09T00:36:51.222Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-09T00:36:51.222Z] |need to build the finally binary .snap file (and it won't [2021-01-09T00:36:51.222Z] |work with the patch applied). This further reduces the build [2021-01-09T00:36:51.222Z] |time. [2021-01-09T00:36:51.222Z] |--- [2021-01-09T00:36:51.222Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-09T00:36:51.222Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-09T00:36:51.222Z] | [2021-01-09T00:36:51.222Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-09T00:36:51.222Z] |index 1e537489..faf42425 100644 [2021-01-09T00:36:51.222Z] |--- a/snap/snapcraft.yaml [2021-01-09T00:36:51.222Z] |+++ b/snap/snapcraft.yaml [2021-01-09T00:36:51.222Z] -------------------------- [2021-01-09T00:36:51.222Z] patching file snap/snapcraft.yaml [2021-01-09T00:36:51.222Z] Using Plan A... [2021-01-09T00:36:51.222Z] Hunk #1 succeeded at 73. [2021-01-09T00:36:51.222Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-09T00:36:51.222Z] Hunk #3 succeeded at 214. [2021-01-09T00:36:51.222Z] Hunk #4 succeeded at 222. [2021-01-09T00:36:51.222Z] Hunk #5 succeeded at 229. [2021-01-09T00:36:51.222Z] Hunk #6 succeeded at 256. [2021-01-09T00:36:51.222Z] Hunk #7 succeeded at 290. [2021-01-09T00:36:51.222Z] Hunk #8 succeeded at 341. [2021-01-09T00:36:51.222Z] Hmm... Ignoring the trailing garbage. [2021-01-09T00:36:51.222Z] done [2021-01-09T00:36:51.222Z] + sudo snapcraft prime --use-lxd [2021-01-09T00:36:51.222Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-09T00:36:51.222Z] 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-09T00:36:51.222Z] - README.md [2021-01-09T00:36:51.222Z] - snapcraft.yaml.orig [2021-01-09T00:36:51.222Z] [2021-01-09T00:36:51.222Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-09T00:36:52.173Z] Launching a container. [2021-01-09T00:37:02.985Z] 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-09T00:37:02.985Z] 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-09T00:37:04.421Z] Waiting for container to be ready [2021-01-09T00:37:04.421Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-09T00:37:04.421Z] [2021-01-09T00:37:06.976Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-09T00:37:06.976Z] Waiting for network to be ready... [2021-01-09T00:37:07.547Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-09T00:37:07.547Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-09T00:37:07.547Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-09T00:37:07.547Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-09T00:37:07.547Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-09T00:37:07.547Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-09T00:37:07.547Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-09T00:37:07.547Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-09T00:37:07.808Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-09T00:37:07.808Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-09T00:37:08.068Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-09T00:37:08.069Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-09T00:37:08.642Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-09T00:37:08.642Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-09T00:37:08.642Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-09T00:37:08.642Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-09T00:37:08.642Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-09T00:37:08.642Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-09T00:37:08.904Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-09T00:37:09.165Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-09T00:37:09.165Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-09T00:37:09.165Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-09T00:37:09.165Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-09T00:37:09.165Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-09T00:37:09.165Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-09T00:37:09.165Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-09T00:37:09.165Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-09T00:37:09.732Z] Removing intermediate container 361f7550ec5e [2021-01-09T00:37:09.733Z] ---> 664efe4f09d5 [2021-01-09T00:37:09.733Z] [2021-01-09T00:37:09.733Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T00:37:09.733Z] 3.12: Pulling from library/alpine [2021-01-09T00:37:11.167Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T00:37:11.167Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T00:37:11.167Z] ---> afeebe901d6b [2021-01-09T00:37:11.167Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T00:37:11.715Z] Fetched 23.7 MB in 4s (5998 kB/s) [2021-01-09T00:37:12.294Z] Reading package lists... [2021-01-09T00:37:12.294Z] Reading package lists... [2021-01-09T00:37:12.554Z] Building dependency tree... [2021-01-09T00:37:12.554Z] Reading state information... [2021-01-09T00:37:12.602Z] ---> Running in 9633f5fa500b [2021-01-09T00:37:12.823Z] The following additional packages will be installed: [2021-01-09T00:37:12.823Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-09T00:37:12.823Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-09T00:37:12.823Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-09T00:37:12.823Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-09T00:37:12.823Z] Suggested packages: [2021-01-09T00:37:12.823Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-09T00:37:12.823Z] Recommended packages: [2021-01-09T00:37:12.823Z] gnupg libsasl2-modules [2021-01-09T00:37:12.823Z] The following NEW packages will be installed: [2021-01-09T00:37:12.823Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-09T00:37:12.823Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-09T00:37:12.823Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-09T00:37:12.823Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-09T00:37:12.823Z] The following packages will be upgraded: [2021-01-09T00:37:12.823Z] gpg gpg-agent gpgconf libudev1 [2021-01-09T00:37:12.823Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-09T00:37:12.823Z] Need to get 3532 kB of archives. [2021-01-09T00:37:12.823Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-09T00:37:12.823Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-09T00:37:12.882Z] Removing intermediate container 136a971af0c7 [2021-01-09T00:37:12.882Z] ---> e22c8ead244e [2021-01-09T00:37:12.882Z] [2021-01-09T00:37:12.882Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T00:37:12.882Z] ---> afeebe901d6b [2021-01-09T00:37:12.882Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-09T00:37:12.882Z] Removing intermediate container 9d1b6a482bc2 [2021-01-09T00:37:13.087Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-09T00:37:13.088Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-09T00:37:13.088Z] 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-09T00:37:13.088Z] 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-09T00:37:13.088Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-09T00:37:13.088Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-09T00:37:13.162Z] ---> 59c1dd3669b7 [2021-01-09T00:37:13.162Z] [2021-01-09T00:37:13.162Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T00:37:13.162Z] ---> afeebe901d6b [2021-01-09T00:37:13.162Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T00:37:13.162Z] Removing intermediate container 767f8acc450a [2021-01-09T00:37:13.162Z] ---> ffc4bce0ba2f [2021-01-09T00:37:13.162Z] [2021-01-09T00:37:13.162Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T00:37:13.162Z] ---> afeebe901d6b [2021-01-09T00:37:13.162Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-09T00:37:13.162Z] Removing intermediate container a62857c87643 [2021-01-09T00:37:13.162Z] ---> 43ef2c0fd5a3 [2021-01-09T00:37:13.162Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T00:37:13.162Z] ---> Running in 89b94734db87 [2021-01-09T00:37:13.162Z] ---> Running in a477d5d85b3f [2021-01-09T00:37:13.162Z] ---> Running in 38339c3e933f [2021-01-09T00:37:13.348Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-09T00:37:13.437Z] ---> Running in 2a4c67a8673f [2021-01-09T00:37:13.609Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-09T00:37:13.609Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-09T00:37:13.609Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-09T00:37:13.873Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-09T00:37:13.873Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-09T00:37:13.874Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-09T00:37:13.874Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-09T00:37:13.874Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-09T00:37:13.874Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-09T00:37:13.874Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-09T00:37:13.874Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-09T00:37:13.874Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-09T00:37:13.874Z] 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-09T00:37:13.874Z] 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-09T00:37:14.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:14.135Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T00:37:14.135Z] Fetched 3532 kB in 1s (3218 kB/s) [2021-01-09T00:37:14.135Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-09T00:37:14.135Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-09T00:37:14.135Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T00:37:14.135Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-09T00:37:14.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:14.399Z] Selecting previously unselected package udev. [2021-01-09T00:37:14.399Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-09T00:37:14.399Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-09T00:37:14.399Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-09T00:37:14.660Z] Selecting previously unselected package libfuse2:amd64. [2021-01-09T00:37:14.660Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-09T00:37:14.660Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-09T00:37:14.919Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T00:37:14.919Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T00:37:14.921Z] Selecting previously unselected package fuse. [2021-01-09T00:37:14.921Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-09T00:37:14.921Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-09T00:37:14.921Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T00:37:14.921Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T00:37:15.183Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T00:37:15.183Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T00:37:15.183Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T00:37:15.183Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T00:37:15.199Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T00:37:15.199Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T00:37:15.199Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T00:37:15.199Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:37:15.199Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T00:37:15.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:15.444Z] Selecting previously unselected package libksba8:amd64. [2021-01-09T00:37:15.444Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-09T00:37:15.444Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-09T00:37:15.444Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-09T00:37:15.444Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.444Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:15.444Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-09T00:37:15.444Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.475Z] OK: 7 MiB in 19 packages [2021-01-09T00:37:15.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:15.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:15.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:15.705Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:15.706Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-09T00:37:15.706Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.706Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:15.706Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-09T00:37:15.706Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.706Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:15.752Z] 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-09T00:37:15.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:15.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:15.968Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-09T00:37:15.968Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.968Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:15.968Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-09T00:37:15.968Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.968Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:15.968Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-09T00:37:15.968Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:15.968Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:16.229Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-09T00:37:16.229Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:16.229Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:16.229Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-09T00:37:16.229Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T00:37:16.229Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:16.357Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T00:37:16.357Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T00:37:16.357Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T00:37:16.357Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T00:37:16.357Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:37:16.357Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T00:37:16.491Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-09T00:37:16.491Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-09T00:37:16.491Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T00:37:16.491Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-09T00:37:16.491Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-09T00:37:16.491Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T00:37:16.633Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-09T00:37:16.633Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-09T00:37:16.633Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:37:16.633Z] OK: 5 MiB in 15 packages [2021-01-09T00:37:16.633Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-09T00:37:16.633Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:37:16.633Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T00:37:16.753Z] Selecting previously unselected package libldap-common. [2021-01-09T00:37:16.753Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-09T00:37:16.753Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T00:37:16.753Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-09T00:37:16.753Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-09T00:37:16.753Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T00:37:16.753Z] Selecting previously unselected package dirmngr. [2021-01-09T00:37:16.753Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T00:37:16.753Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-09T00:37:16.910Z] OK: 7 MiB in 18 packages [2021-01-09T00:37:16.910Z] OK: 6 MiB in 16 packages [2021-01-09T00:37:17.015Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T00:37:17.016Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-09T00:37:17.016Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-09T00:37:17.016Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T00:37:17.016Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T00:37:17.016Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-09T00:37:17.278Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:17.278Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-09T00:37:17.278Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T00:37:17.278Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-09T00:37:17.539Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-09T00:37:17.539Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:17.800Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-09T00:37:17.800Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-09T00:37:17.800Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-09T00:37:17.800Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:17.800Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:17.800Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:17.800Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:18.061Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:18.061Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:18.061Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T00:37:18.061Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T00:37:18.061Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-09T00:37:18.061Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T00:37:18.358Z] Removing intermediate container 9633f5fa500b [2021-01-09T00:37:18.358Z] ---> 13327b8ec268 [2021-01-09T00:37:18.358Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T00:37:18.631Z] ---> Running in 062c112aff65 [2021-01-09T00:37:18.631Z] Removing intermediate container 89b94734db87 [2021-01-09T00:37:18.631Z] ---> 65d1f2115583 [2021-01-09T00:37:18.631Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:37:18.634Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-09T00:37:18.634Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-09T00:37:18.634Z] This means they are not meant to be enabled using systemctl. [2021-01-09T00:37:18.634Z] Possible reasons for having this kind of units are: [2021-01-09T00:37:18.634Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-09T00:37:18.634Z] .wants/ or .requires/ directory. [2021-01-09T00:37:18.634Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-09T00:37:18.634Z] a requirement dependency on it. [2021-01-09T00:37:18.634Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-09T00:37:18.634Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-09T00:37:18.634Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-09T00:37:18.634Z] instance name specified. [2021-01-09T00:37:18.897Z] Reading package lists... [2021-01-09T00:37:18.907Z] ---> Running in 7148f2a39dde [2021-01-09T00:37:19.165Z] Building dependency tree... [2021-01-09T00:37:19.165Z] Reading state information... [2021-01-09T00:37:19.165Z] The following additional packages will be installed: [2021-01-09T00:37:19.165Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-09T00:37:19.165Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-09T00:37:19.165Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-09T00:37:19.165Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-09T00:37:19.165Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-09T00:37:19.165Z] Suggested packages: [2021-01-09T00:37:19.165Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-09T00:37:19.165Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-09T00:37:19.165Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-09T00:37:19.165Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-09T00:37:19.165Z] systemd-container policykit-1 [2021-01-09T00:37:19.165Z] Recommended packages: [2021-01-09T00:37:19.165Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-09T00:37:19.165Z] The following NEW packages will be installed: [2021-01-09T00:37:19.165Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-09T00:37:19.165Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-09T00:37:19.165Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-09T00:37:19.165Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-09T00:37:19.165Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-09T00:37:19.165Z] The following packages will be upgraded: [2021-01-09T00:37:19.165Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-09T00:37:19.165Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-09T00:37:19.165Z] Need to get 35.2 MB of archives. [2021-01-09T00:37:19.165Z] After this operation, 141 MB of additional disk space will be used. [2021-01-09T00:37:19.165Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-09T00:37:19.427Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-09T00:37:19.427Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-09T00:37:19.427Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-09T00:37:19.427Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-09T00:37:19.427Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-09T00:37:19.427Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-09T00:37:19.427Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-09T00:37:19.427Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-09T00:37:19.427Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-09T00:37:19.427Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-09T00:37:19.427Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-09T00:37:19.427Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-09T00:37:19.427Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-09T00:37:19.427Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-09T00:37:19.427Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-09T00:37:19.503Z] Removing intermediate container 062c112aff65 [2021-01-09T00:37:19.504Z] ---> 13e87091b9c4 [2021-01-09T00:37:19.504Z] Step 13/24 : WORKDIR / [2021-01-09T00:37:19.688Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-09T00:37:19.774Z] Removing intermediate container 7148f2a39dde [2021-01-09T00:37:19.774Z] ---> 03bdee69efd5 [2021-01-09T00:37:19.774Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-09T00:37:19.774Z] Removing intermediate container 38339c3e933f [2021-01-09T00:37:19.774Z] ---> 485f0f6c9fad [2021-01-09T00:37:19.774Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T00:37:19.774Z] Removing intermediate container a477d5d85b3f [2021-01-09T00:37:19.774Z] ---> 01d2cfb13928 [2021-01-09T00:37:19.774Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:37:19.774Z] ---> Running in 94084658a0f0 [2021-01-09T00:37:20.048Z] ---> Running in d939e168cff4 [2021-01-09T00:37:20.048Z] ---> Running in d0073eb0a6ab [2021-01-09T00:37:20.048Z] ---> Running in 5e40e22bb4a3 [2021-01-09T00:37:20.260Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-09T00:37:20.260Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-09T00:37:20.260Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-09T00:37:20.260Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-09T00:37:20.260Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-09T00:37:20.260Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-09T00:37:20.260Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-09T00:37:20.260Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-09T00:37:20.260Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-09T00:37:20.260Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-09T00:37:20.260Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-09T00:37:20.260Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-09T00:37:20.260Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-09T00:37:20.322Z] Removing intermediate container 2a4c67a8673f [2021-01-09T00:37:20.322Z] ---> c278d62fe81f [2021-01-09T00:37:20.322Z] [2021-01-09T00:37:20.323Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T00:37:20.323Z] 20.10.0: Pulling from library/docker [2021-01-09T00:37:20.597Z] Removing intermediate container 94084658a0f0 [2021-01-09T00:37:20.597Z] ---> cdf4d960c7ad [2021-01-09T00:37:20.597Z] 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-09T00:37:20.597Z] Removing intermediate container d939e168cff4 [2021-01-09T00:37:20.597Z] ---> 43cdebe2bdfc [2021-01-09T00:37:20.597Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-09T00:37:20.870Z] Removing intermediate container d0073eb0a6ab [2021-01-09T00:37:20.871Z] ---> d4152c87b811 [2021-01-09T00:37:20.871Z] Step 13/21 : WORKDIR /edgex [2021-01-09T00:37:20.871Z] ---> Running in 0ad3764cfff6 [2021-01-09T00:37:20.871Z] Removing intermediate container 5e40e22bb4a3 [2021-01-09T00:37:20.871Z] ---> cde43f8c1caf [2021-01-09T00:37:20.871Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-09T00:37:21.143Z] ---> Running in 724c24fe14b3 [2021-01-09T00:37:21.417Z] ---> Running in 96238c43b13e [2021-01-09T00:37:21.693Z] Removing intermediate container 0ad3764cfff6 [2021-01-09T00:37:21.693Z] ---> b3e48287919e [2021-01-09T00:37:21.693Z] 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-09T00:37:21.693Z] ---> d19ff31185b9 [2021-01-09T00:37:21.693Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T00:37:21.966Z] Removing intermediate container 96238c43b13e [2021-01-09T00:37:21.966Z] ---> 77fb658411c0 [2021-01-09T00:37:21.966Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-09T00:37:22.177Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T00:37:22.177Z] Fetched 35.2 MB in 3s (13.6 MB/s) [2021-01-09T00:37:22.177Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T00:37:22.177Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-09T00:37:22.177Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T00:37:22.240Z] Removing intermediate container 724c24fe14b3 [2021-01-09T00:37:22.240Z] ---> 3d161f8da20f [2021-01-09T00:37:22.240Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T00:37:22.240Z] ---> Running in 586f16a2d74b [2021-01-09T00:37:22.748Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-09T00:37:22.748Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T00:37:23.009Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-09T00:37:23.009Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T00:37:23.009Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-09T00:37:23.009Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-09T00:37:23.219Z] ---> 3d164e285c66 [2021-01-09T00:37:23.219Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T00:37:23.219Z] ---> 2594b0c75bcc [2021-01-09T00:37:23.219Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T00:37:23.269Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-09T00:37:23.269Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T00:37:23.269Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-09T00:37:23.269Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-09T00:37:23.496Z] Removing intermediate container 586f16a2d74b [2021-01-09T00:37:23.496Z] ---> 422c9ca0007a [2021-01-09T00:37:23.496Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T00:37:23.778Z] ---> e0c9c7123a07 [2021-01-09T00:37:23.778Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T00:37:23.840Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-09T00:37:23.840Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-09T00:37:24.100Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-09T00:37:24.100Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-09T00:37:24.100Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-09T00:37:24.100Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-09T00:37:24.369Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-09T00:37:24.369Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T00:37:24.369Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:24.629Z] Selecting previously unselected package libexpat1:amd64. [2021-01-09T00:37:24.629Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-09T00:37:24.629Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-09T00:37:24.629Z] Selecting previously unselected package python3.6-minimal. [2021-01-09T00:37:24.629Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T00:37:24.629Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:24.760Z] ---> 5942cdf28ba5 [2021-01-09T00:37:24.760Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T00:37:24.889Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-09T00:37:25.150Z] Checking for services that may need to be restarted...done. [2021-01-09T00:37:25.150Z] Checking for services that may need to be restarted...done. [2021-01-09T00:37:25.150Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:25.150Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-09T00:37:25.150Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:25.360Z] ---> 2ac86b102523 [2021-01-09T00:37:25.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T00:37:25.721Z] Selecting previously unselected package python3-minimal. [2021-01-09T00:37:25.721Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-09T00:37:25.721Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-09T00:37:25.721Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-09T00:37:25.721Z] Selecting previously unselected package mime-support. [2021-01-09T00:37:25.721Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-09T00:37:25.721Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-09T00:37:25.723Z] ---> dde931371125 [2021-01-09T00:37:25.723Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T00:37:25.985Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-09T00:37:25.985Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-09T00:37:25.985Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-09T00:37:25.985Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-09T00:37:25.985Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T00:37:25.985Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:26.052Z] ---> c54a7c5f6ca9 [2021-01-09T00:37:26.052Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T00:37:26.247Z] Selecting previously unselected package python3.6. [2021-01-09T00:37:26.247Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T00:37:26.247Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:26.247Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-09T00:37:26.247Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-09T00:37:26.508Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-09T00:37:26.508Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-09T00:37:26.696Z] ---> 103aecc8f427 [2021-01-09T00:37:26.697Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T00:37:26.769Z] Selecting previously unselected package python3. [2021-01-09T00:37:26.769Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-09T00:37:26.769Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-09T00:37:26.769Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-09T00:37:26.769Z] Selecting previously unselected package multiarch-support. [2021-01-09T00:37:26.769Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T00:37:26.769Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-09T00:37:27.030Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-09T00:37:27.291Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-09T00:37:27.291Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-09T00:37:27.291Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-09T00:37:27.291Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-09T00:37:27.291Z] Selecting previously unselected package libbsd0:amd64. [2021-01-09T00:37:27.291Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-09T00:37:27.291Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-09T00:37:27.350Z] ---> efbf7ccbe9fd [2021-01-09T00:37:27.350Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T00:37:27.551Z] Selecting previously unselected package sudo. [2021-01-09T00:37:27.551Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-09T00:37:27.551Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-09T00:37:27.551Z] Selecting previously unselected package apparmor. [2021-01-09T00:37:27.551Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-09T00:37:27.551Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-09T00:37:27.812Z] Selecting previously unselected package libedit2:amd64. [2021-01-09T00:37:27.812Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-09T00:37:27.812Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-09T00:37:27.812Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-09T00:37:27.812Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T00:37:27.812Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:27.977Z] ---> Running in 78328df9e999 [2021-01-09T00:37:28.072Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-09T00:37:28.072Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T00:37:28.072Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:28.072Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-09T00:37:28.072Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-09T00:37:28.072Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-09T00:37:28.072Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-09T00:37:28.072Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T00:37:28.073Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:28.251Z] ---> 7cfa942ed529 [2021-01-09T00:37:28.251Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T00:37:28.334Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-09T00:37:28.334Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T00:37:28.334Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:28.525Z] ---> cf392f013b9e [2021-01-09T00:37:28.525Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T00:37:28.595Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-09T00:37:28.595Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-09T00:37:28.595Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-09T00:37:28.595Z] Selecting previously unselected package openssh-client. [2021-01-09T00:37:28.595Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-09T00:37:28.595Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-09T00:37:28.805Z] Removing intermediate container 78328df9e999 [2021-01-09T00:37:28.806Z] ---> d72cb8e0e079 [2021-01-09T00:37:28.806Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:37:28.856Z] Selecting previously unselected package squashfs-tools. [2021-01-09T00:37:28.856Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-09T00:37:28.856Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-09T00:37:28.856Z] Selecting previously unselected package snapd. [2021-01-09T00:37:28.856Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-09T00:37:29.080Z] ---> Running in 2101181a744f [2021-01-09T00:37:29.080Z] ---> 13a5fbd0cfd7 [2021-01-09T00:37:29.080Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T00:37:29.080Z] ---> Running in e24d96dfd938 [2021-01-09T00:37:29.121Z] Unpacking snapd (2.48+18.04) ... [2021-01-09T00:37:29.673Z] ---> e897ebff27a7 [2021-01-09T00:37:29.673Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-09T00:37:29.949Z] ---> Running in 3d01292a82cd [2021-01-09T00:37:29.949Z] Removing intermediate container 2101181a744f [2021-01-09T00:37:29.949Z] ---> 47e975131f82 [2021-01-09T00:37:29.949Z] Step 18/21 : CMD ["--init=true"]Removing intermediate container e24d96dfd938 [2021-01-09T00:37:29.949Z] ---> 7847d36acb51 [2021-01-09T00:37:29.949Z] [2021-01-09T00:37:29.949Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T00:37:30.546Z] ---> fed28f8f8416 [2021-01-09T00:37:30.546Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-09T00:37:30.546Z] ---> Running in a09aa9017b03 [2021-01-09T00:37:30.546Z] ---> Running in 5728ffafa586 [2021-01-09T00:37:30.817Z] ---> Running in 4e3376ba05d2 [2021-01-09T00:37:30.817Z] Removing intermediate container 3d01292a82cd [2021-01-09T00:37:30.817Z] ---> 0c850961ad41 [2021-01-09T00:37:30.817Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:37:31.047Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-09T00:37:31.048Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-09T00:37:31.048Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-09T00:37:31.048Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-09T00:37:31.309Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-09T00:37:31.309Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:31.309Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T00:37:31.309Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-09T00:37:31.309Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-09T00:37:31.420Z] ---> Running in 67d377d9c22e [2021-01-09T00:37:31.420Z] Removing intermediate container 5728ffafa586 [2021-01-09T00:37:31.420Z] ---> 874db4d03a7c [2021-01-09T00:37:31.420Z] Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:37:31.720Z] Removing intermediate container a09aa9017b03 [2021-01-09T00:37:31.720Z] ---> 769880f26451 [2021-01-09T00:37:31.720Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T00:37:31.994Z] ---> Running in a528c7e52355 [2021-01-09T00:37:31.994Z] ---> Running in 125b95fca49c [2021-01-09T00:37:32.266Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-09T00:37:32.266Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-09T00:37:32.266Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-09T00:37:32.266Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:32.266Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:32.266Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T00:37:32.269Z] Removing intermediate container 67d377d9c22e [2021-01-09T00:37:32.269Z] ---> 05fbdf939235 [2021-01-09T00:37:32.269Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T00:37:32.546Z] ---> Running in 5164ea48dcac [2021-01-09T00:37:32.823Z] Removing intermediate container 125b95fca49c [2021-01-09T00:37:32.823Z] ---> 39e4719905fc [2021-01-09T00:37:32.823Z] Step 20/21 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:37:32.823Z] Removing intermediate container a528c7e52355 [2021-01-09T00:37:32.823Z] ---> 0310488d33f7 [2021-01-09T00:37:32.823Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T00:37:33.097Z] ---> Running in f37497d009ab [2021-01-09T00:37:33.097Z] ---> Running in a33bac78e211 [2021-01-09T00:37:33.216Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-09T00:37:33.216Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:33.216Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-09T00:37:33.216Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-09T00:37:33.216Z] running python rtupdate hooks for python3.6... [2021-01-09T00:37:33.216Z] running python post-rtupdate hooks for python3.6... [2021-01-09T00:37:33.371Z] Removing intermediate container 5164ea48dcac [2021-01-09T00:37:33.371Z] ---> f2ed6808cd19 [2021-01-09T00:37:33.371Z] Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:37:33.477Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-09T00:37:33.646Z] ---> Running in 87143a7d8c1a [2021-01-09T00:37:33.927Z] Removing intermediate container a33bac78e211 [2021-01-09T00:37:33.927Z] ---> cc0e9025829c [2021-01-09T00:37:33.927Z] [2021-01-09T00:37:33.927Z] Removing intermediate container f37497d009ab [2021-01-09T00:37:33.927Z] ---> cf3a42037334 [2021-01-09T00:37:33.927Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T00:37:33.927Z] ---> Running in 497d1931d579 [2021-01-09T00:37:34.200Z] Removing intermediate container 87143a7d8c1a [2021-01-09T00:37:34.200Z] ---> d3e2f78f68ea [2021-01-09T00:37:34.200Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T00:37:34.200Z] Removing intermediate container 4e3376ba05d2 [2021-01-09T00:37:34.200Z] ---> 96179b865ec8 [2021-01-09T00:37:34.200Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T00:37:34.482Z] Successfully built cc0e9025829c [2021-01-09T00:37:34.482Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-09T00:37:34.482Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-01-09T00:37:34.482Z] ---> Running in 7fc4c50487b5 [2021-01-09T00:37:34.482Z] ---> Running in a8c0439886cc [2021-01-09T00:37:34.760Z] Removing intermediate container 497d1931d579 [2021-01-09T00:37:34.760Z] ---> fc4fb246c2ab [2021-01-09T00:37:34.760Z] [2021-01-09T00:37:34.760Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T00:37:34.760Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T00:37:34.760Z] ---> eeaf43b92773 [2021-01-09T00:37:34.760Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T00:37:34.866Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-09T00:37:34.866Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T00:37:34.866Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-09T00:37:35.049Z] ---> Running in 17baee684294 [2021-01-09T00:37:35.127Z] Setting up snapd (2.48+18.04) ... [2021-01-09T00:37:35.324Z] Successfully built fc4fb246c2ab [2021-01-09T00:37:35.324Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-09T00:37:35.324Z] Building docker-core-command-go [2021-01-09T00:37:35.324Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7fc4c50487b5 [2021-01-09T00:37:35.324Z] ---> 69202edc2ed8 [2021-01-09T00:37:35.324Z] Removing intermediate container a8c0439886cc [2021-01-09T00:37:35.324Z] [2021-01-09T00:37:35.324Z] ---> 071692a816d3 [2021-01-09T00:37:35.324Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T00:37:35.388Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-09T00:37:35.598Z] ---> Running in 4ee48ec337ca [2021-01-09T00:37:35.649Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-09T00:37:35.908Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-09T00:37:35.908Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-09T00:37:36.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-09T00:37:36.168Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-09T00:37:36.196Z] Successfully built 69202edc2ed8 [2021-01-09T00:37:36.196Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-09T00:37:36.196Z] Building docker-core-data-go [2021-01-09T00:37:36.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-09T00:37:36.428Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-09T00:37:36.468Z]  Building docker-support-notifications-go ... done Removing intermediate container 4ee48ec337ca [2021-01-09T00:37:36.468Z] ---> b0d0f33a47ad [2021-01-09T00:37:36.468Z] Step 23/24 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:37:36.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:36.694Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-09T00:37:36.744Z] ---> Running in 5eb433586eb6 [2021-01-09T00:37:36.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:36.957Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-09T00:37:36.957Z] /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-09T00:37:36.957Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T00:37:36.957Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-09T00:37:37.014Z] Removing intermediate container 5eb433586eb6 [2021-01-09T00:37:37.014Z] ---> 96a418f90c24 [2021-01-09T00:37:37.014Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T00:37:37.284Z] ---> Running in d28cb71d3ef6 [2021-01-09T00:37:37.284Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T00:37:37.284Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T00:37:37.284Z] Executing bash-5.0.17-r0.post-install [2021-01-09T00:37:37.284Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:37:37.284Z] OK: 12 MiB in 22 packages [2021-01-09T00:37:37.882Z] Removing intermediate container d28cb71d3ef6 [2021-01-09T00:37:37.882Z] ---> f6c598926ed4 [2021-01-09T00:37:37.882Z] [2021-01-09T00:37:38.346Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T00:37:38.346Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T00:37:38.346Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T00:37:38.492Z] Successfully built f6c598926ed4 [2021-01-09T00:37:38.492Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-09T00:37:38.492Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-09T00:37:39.294Z] Reading package lists... [2021-01-09T00:37:39.477Z] Removing intermediate container 17baee684294 [2021-01-09T00:37:39.477Z] ---> 3f5d73e906b7 [2021-01-09T00:37:39.477Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T00:37:39.556Z] Reading package lists... [2021-01-09T00:37:39.751Z] ---> Running in 87e4b3ddfbed [2021-01-09T00:37:39.819Z] Building dependency tree... [2021-01-09T00:37:39.819Z] Reading state information... [2021-01-09T00:37:39.819Z] Calculating upgrade... [2021-01-09T00:37:40.080Z] The following packages will be upgraded: [2021-01-09T00:37:40.080Z] advancecomp base-files bash binutils binutils-common [2021-01-09T00:37:40.080Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-09T00:37:40.080Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-09T00:37:40.080Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-09T00:37:40.080Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-09T00:37:40.080Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-09T00:37:40.080Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-09T00:37:40.080Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-09T00:37:40.080Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-09T00:37:40.080Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-09T00:37:40.080Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-09T00:37:40.080Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-09T00:37:40.080Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-09T00:37:40.080Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-09T00:37:40.080Z] ubuntu-keyring util-linux [2021-01-09T00:37:40.341Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T00:37:40.341Z] Need to get 63.7 MB of archives. [2021-01-09T00:37:40.341Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-09T00:37:40.341Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-09T00:37:40.341Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-09T00:37:40.731Z] Removing intermediate container 87e4b3ddfbed [2021-01-09T00:37:40.731Z] ---> 401daf8877d6 [2021-01-09T00:37:40.731Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T00:37:40.914Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-09T00:37:40.914Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-09T00:37:40.914Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-09T00:37:40.914Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-09T00:37:40.914Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-09T00:37:40.914Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-09T00:37:40.914Z] 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-09T00:37:40.914Z] 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-09T00:37:40.914Z] 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-09T00:37:40.914Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-09T00:37:40.914Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-09T00:37:40.914Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-09T00:37:40.914Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-09T00:37:41.174Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-09T00:37:41.174Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-09T00:37:41.174Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-09T00:37:41.174Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-09T00:37:41.174Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-09T00:37:41.174Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-09T00:37:41.174Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-09T00:37:41.174Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-09T00:37:41.174Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-09T00:37:41.174Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-09T00:37:41.174Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-09T00:37:41.174Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-09T00:37:41.174Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-09T00:37:41.174Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-09T00:37:41.174Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-09T00:37:41.174Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-09T00:37:41.174Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-09T00:37:41.174Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-09T00:37:41.174Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-09T00:37:41.174Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-09T00:37:41.174Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-09T00:37:41.174Z] Get:37 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-09T00:37:41.174Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-09T00:37:41.174Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-09T00:37:41.174Z] Get:40 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-09T00:37:41.174Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-09T00:37:41.330Z] ---> Running in 58864f30edf6 [2021-01-09T00:37:41.434Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-09T00:37:41.434Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-09T00:37:41.434Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-09T00:37:41.434Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-09T00:37:41.434Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-09T00:37:41.434Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-09T00:37:41.434Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-09T00:37:41.434Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-09T00:37:41.434Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-09T00:37:41.434Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-09T00:37:41.434Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-09T00:37:41.434Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-09T00:37:41.434Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-09T00:37:41.434Z] Get:55 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-09T00:37:41.434Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-09T00:37:41.434Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-09T00:37:41.434Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-09T00:37:41.434Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-09T00:37:41.434Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-09T00:37:41.434Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-09T00:37:41.694Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-09T00:37:41.694Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-09T00:37:41.694Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-09T00:37:41.694Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-09T00:37:41.694Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-09T00:37:41.694Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-09T00:37:41.694Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-09T00:37:41.694Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-09T00:37:41.694Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-09T00:37:41.694Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-09T00:37:41.694Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-09T00:37:41.694Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-09T00:37:41.694Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-09T00:37:41.694Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-09T00:37:41.694Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-09T00:37:41.694Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-09T00:37:41.954Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-09T00:37:41.954Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-09T00:37:41.954Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-09T00:37:41.954Z] Get:81 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-09T00:37:41.954Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-09T00:37:41.954Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-09T00:37:41.954Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-09T00:37:41.954Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-09T00:37:41.954Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-09T00:37:41.954Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-09T00:37:42.214Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-09T00:37:42.475Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-09T00:37:42.735Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-09T00:37:42.735Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-09T00:37:42.764Z] Removing intermediate container 58864f30edf6 [2021-01-09T00:37:42.764Z] ---> 7ae5d101ea50 [2021-01-09T00:37:42.764Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T00:37:42.995Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-09T00:37:43.265Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-09T00:37:43.265Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-09T00:37:43.265Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-09T00:37:43.265Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-09T00:37:43.265Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-09T00:37:43.265Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T00:37:43.265Z] Fetched 63.7 MB in 3s (20.2 MB/s) [2021-01-09T00:37:43.370Z] ---> Running in e642aad4ca7b [2021-01-09T00:37:43.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:43.527Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T00:37:43.527Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T00:37:44.098Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T00:37:44.360Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T00:37:44.360Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-09T00:37:44.360Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-09T00:37:44.819Z] Removing intermediate container e642aad4ca7b [2021-01-09T00:37:44.819Z] ---> b7b4c7ffd326 [2021-01-09T00:37:44.819Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T00:37:45.303Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:45.303Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:45.303Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:45.303Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:45.303Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:45.564Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:45.564Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:45.564Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:45.824Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:45.824Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:45.824Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:45.824Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:46.086Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:46.086Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:46.086Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:37:46.347Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T00:37:46.347Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:46.347Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-09T00:37:46.347Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:37:46.608Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T00:37:46.608Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:46.608Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:46.608Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:46.608Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:46.807Z] ---> e1f860379f0c [2021-01-09T00:37:46.807Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T00:37:46.872Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T00:37:46.872Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T00:37:46.872Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:37:47.133Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T00:37:47.133Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T00:37:47.396Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T00:37:47.658Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-09T00:37:47.786Z] ---> d21ba82f4f16 [2021-01-09T00:37:47.786Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T00:37:47.928Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T00:37:47.929Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-09T00:37:47.929Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-09T00:37:47.929Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-09T00:37:48.189Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-09T00:37:48.452Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-09T00:37:48.452Z] Installing new version of config file /etc/issue ... [2021-01-09T00:37:48.452Z] Installing new version of config file /etc/issue.net ... [2021-01-09T00:37:48.452Z] Installing new version of config file /etc/lsb-release ... [2021-01-09T00:37:48.452Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-09T00:37:48.714Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-09T00:37:48.714Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-09T00:37:48.977Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-09T00:37:48.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:48.977Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-09T00:37:48.977Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-09T00:37:49.218Z] ---> d21db256f739 [2021-01-09T00:37:49.218Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T00:37:49.238Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-09T00:37:49.238Z] 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-09T00:37:49.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:49.238Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:49.238Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:49.488Z] ---> Running in 2b0b891aa207 [2021-01-09T00:37:49.501Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:49.501Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:49.501Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-09T00:37:49.501Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-09T00:37:49.761Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-09T00:37:49.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:49.761Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-09T00:37:49.761Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T00:37:50.024Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-09T00:37:50.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:50.285Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T00:37:50.285Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T00:37:50.285Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T00:37:50.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:50.555Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:50.555Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T00:37:50.555Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T00:37:50.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:37:50.818Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-09T00:37:50.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:50.818Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-09T00:37:50.818Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-09T00:37:51.079Z] Setting up grep (3.1-2build1) ... [2021-01-09T00:37:51.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:51.079Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-09T00:37:51.079Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-09T00:37:51.330Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T00:37:51.330Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T00:37:51.330Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T00:37:51.330Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T00:37:51.330Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T00:37:51.330Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T00:37:51.340Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-09T00:37:51.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:51.340Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T00:37:51.340Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T00:37:51.599Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-09T00:37:51.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:51.599Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T00:37:51.599Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T00:37:51.604Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T00:37:52.176Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T00:37:52.176Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T00:37:52.176Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T00:37:52.176Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T00:37:52.748Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-09T00:37:53.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:53.009Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-09T00:37:53.009Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T00:37:53.045Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T00:37:53.316Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T00:37:53.316Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T00:37:53.316Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T00:37:53.316Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T00:37:53.316Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T00:37:53.316Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T00:37:53.316Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T00:37:53.316Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T00:37:53.589Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T00:37:53.589Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T00:37:53.589Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T00:37:53.589Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T00:37:53.589Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T00:37:53.589Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T00:37:53.589Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T00:37:53.589Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T00:37:53.589Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T00:37:53.589Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T00:37:53.862Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T00:37:53.862Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T00:37:53.862Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T00:37:53.862Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T00:37:53.862Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T00:37:53.862Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T00:37:53.862Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T00:37:54.135Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:37:54.135Z] OK: 71 MiB in 55 packages [2021-01-09T00:37:54.394Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-09T00:37:54.394Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-09T00:37:54.394Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-09T00:37:54.394Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-09T00:37:54.394Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-09T00:37:54.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:54.655Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-09T00:37:54.655Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-09T00:37:54.655Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-09T00:37:54.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:54.917Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:54.917Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:54.917Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:54.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:54.917Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:54.917Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:55.177Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:55.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:55.177Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:55.177Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:55.438Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:55.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:55.438Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:55.439Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:55.701Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:55.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:55.701Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T00:37:55.701Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T00:37:55.961Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T00:37:55.961Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T00:37:55.961Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T00:37:55.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:55.961Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T00:37:56.222Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T00:37:56.222Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T00:37:56.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:56.222Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:56.484Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:56.484Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:56.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:56.484Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:56.484Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:56.744Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:56.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:56.744Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:37:57.004Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:37:57.264Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:37:57.525Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-09T00:37:57.786Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-09T00:37:58.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:58.048Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T00:37:58.048Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T00:37:58.048Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T00:37:58.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T00:37:58.309Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-09T00:37:58.309Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T00:37:58.569Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-09T00:37:58.569Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:37:58.569Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-09T00:37:58.569Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-09T00:37:58.832Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-09T00:37:59.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:37:59.098Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T00:37:59.098Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T00:37:59.360Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T00:37:59.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:37:59.360Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T00:37:59.360Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T00:37:59.621Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T00:37:59.621Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:37:59.621Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T00:37:59.621Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T00:37:59.881Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T00:38:00.143Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:00.143Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T00:38:00.143Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T00:38:00.143Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-09T00:38:00.403Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T00:38:00.403Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T00:38:00.403Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T00:38:00.403Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T00:38:00.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:00.665Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-09T00:38:00.665Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-09T00:38:00.926Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-09T00:38:00.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:00.926Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-09T00:38:00.926Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T00:38:00.926Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T00:38:01.187Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:01.187Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T00:38:01.449Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T00:38:01.449Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T00:38:01.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:01.449Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-09T00:38:01.449Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-09T00:38:01.712Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-09T00:38:01.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:01.712Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-09T00:38:01.974Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-09T00:38:02.239Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-09T00:38:02.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:02.507Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T00:38:02.507Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T00:38:02.507Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-09T00:38:02.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:02.507Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-09T00:38:02.507Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-09T00:38:02.770Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-09T00:38:02.770Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:02.770Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-09T00:38:02.770Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-09T00:38:03.033Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-09T00:38:03.033Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:03.033Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-09T00:38:03.033Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-09T00:38:03.299Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-09T00:38:03.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:03.299Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-09T00:38:03.299Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-09T00:38:03.560Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-09T00:38:03.560Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:03.560Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-09T00:38:03.560Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-09T00:38:03.560Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-09T00:38:03.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T00:38:03.821Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-09T00:38:03.821Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-09T00:38:03.821Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-09T00:38:03.821Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-09T00:38:03.821Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-09T00:38:04.082Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-09T00:38:04.082Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-09T00:38:04.082Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-09T00:38:04.273Z] Removing intermediate container 2b0b891aa207 [2021-01-09T00:38:04.273Z] ---> 0bc16afec141 [2021-01-09T00:38:04.273Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T00:38:04.273Z] ---> Running in 5016e5d1bef2 [2021-01-09T00:38:04.346Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-09T00:38:04.346Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-09T00:38:04.918Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-09T00:38:04.918Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-09T00:38:05.178Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-09T00:38:05.178Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-09T00:38:05.178Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-09T00:38:05.178Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-09T00:38:05.439Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-09T00:38:05.439Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-09T00:38:05.439Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-09T00:38:05.701Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-09T00:38:05.701Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-09T00:38:05.701Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-09T00:38:05.701Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-09T00:38:05.963Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-09T00:38:05.963Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-09T00:38:05.963Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-09T00:38:06.238Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-09T00:38:06.238Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-09T00:38:07.181Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-09T00:38:07.181Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-09T00:38:07.181Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-09T00:38:07.181Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-09T00:38:07.181Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T00:38:07.181Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T00:38:07.759Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T00:38:07.759Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T00:38:07.759Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T00:38:07.759Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T00:38:08.020Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T00:38:08.020Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T00:38:08.281Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:08.281Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:08.281Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:08.542Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:08.542Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:08.542Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:08.807Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:08.807Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:09.708Z] Collecting docker-compose==1.23.2 [2021-01-09T00:38:09.708Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T00:38:09.754Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:09.754Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:10.690Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T00:38:10.690Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T00:38:10.700Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:10.700Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:11.273Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:11.273Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:11.290Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T00:38:11.290Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T00:38:11.535Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:11.535Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:11.568Z] 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-09T00:38:12.180Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T00:38:12.180Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T00:38:12.636Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T00:38:12.636Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T00:38:12.636Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T00:38:12.636Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T00:38:12.780Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T00:38:12.781Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T00:38:12.963Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-09T00:38:12.963Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T00:38:12.963Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-09T00:38:12.963Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T00:38:13.309Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-09T00:38:13.309Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-09T00:38:13.309Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T00:38:13.309Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T00:38:13.377Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T00:38:13.377Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T00:38:13.633Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T00:38:13.633Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T00:38:13.633Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-09T00:38:13.633Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-09T00:38:13.908Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:13.908Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T00:38:13.908Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:13.908Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:13.908Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:13.908Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-09T00:38:13.908Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-09T00:38:13.908Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-09T00:38:14.169Z] [2021-01-09T00:38:14.170Z] Current default time zone: 'Etc/UTC' [2021-01-09T00:38:14.170Z] Local time is now: Sat Jan 9 00:38:13 UTC 2021. [2021-01-09T00:38:14.170Z] Universal Time is now: Sat Jan 9 00:38:13 UTC 2021. [2021-01-09T00:38:14.170Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-09T00:38:14.170Z] [2021-01-09T00:38:14.170Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-09T00:38:14.170Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:14.170Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-09T00:38:14.170Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-09T00:38:14.170Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-09T00:38:14.170Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-09T00:38:14.431Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-09T00:38:14.431Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-09T00:38:14.431Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-09T00:38:14.431Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-09T00:38:14.431Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:14.431Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-09T00:38:14.692Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:14.692Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-09T00:38:14.692Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:14.692Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-09T00:38:14.692Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-09T00:38:14.953Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-09T00:38:14.953Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-09T00:38:14.953Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-09T00:38:14.953Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-09T00:38:14.953Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-09T00:38:14.953Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-09T00:38:15.356Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T00:38:15.634Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T00:38:16.869Z] Updating certificates in /etc/ssl/certs... [2021-01-09T00:38:17.814Z] 22 added, 17 removed; done. [2021-01-09T00:38:17.814Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-09T00:38:17.814Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T00:38:17.814Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-09T00:38:17.814Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-09T00:38:18.076Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-09T00:38:18.076Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.076Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-09T00:38:18.076Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.076Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.076Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.076Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.263Z] Collecting PyYAML<4,>=3.10 [2021-01-09T00:38:18.264Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T00:38:18.339Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.339Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-09T00:38:18.339Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-09T00:38:18.339Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-09T00:38:18.339Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-09T00:38:18.339Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-09T00:38:18.606Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.606Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T00:38:18.606Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-09T00:38:18.606Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-09T00:38:18.606Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-09T00:38:18.869Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T00:38:18.869Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-09T00:38:18.869Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-09T00:38:18.869Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-09T00:38:18.869Z] Updating certificates in /etc/ssl/certs... [2021-01-09T00:38:19.446Z] 0 added, 0 removed; done. [2021-01-09T00:38:19.446Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-09T00:38:19.446Z] done. [2021-01-09T00:38:20.019Z] Reading package lists... [2021-01-09T00:38:20.019Z] Building dependency tree... [2021-01-09T00:38:20.019Z] Reading state information... [2021-01-09T00:38:20.279Z] The following NEW packages will be installed: [2021-01-09T00:38:20.279Z] apt-transport-https [2021-01-09T00:38:20.542Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T00:38:20.542Z] Need to get 1696 B of archives. [2021-01-09T00:38:20.542Z] After this operation, 153 kB of additional disk space will be used. [2021-01-09T00:38:20.542Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-09T00:38:20.542Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T00:38:20.542Z] Fetched 1696 B in 0s (20.9 kB/s) [2021-01-09T00:38:20.542Z] Selecting previously unselected package apt-transport-https. [2021-01-09T00:38:20.542Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-09T00:38:20.542Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-09T00:38:20.542Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-09T00:38:20.804Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-09T00:38:21.065Z] Waiting for network to be ready... [2021-01-09T00:38:21.668Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:38:21.668Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:38:21.668Z] ---> cb9846c87917 [2021-01-09T00:38:21.668Z] Step 3/32 : WORKDIR /edgex-go [2021-01-09T00:38:21.668Z] ---> Using cache [2021-01-09T00:38:21.668Z] ---> 813860a1fd31 [2021-01-09T00:38:21.668Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:38:21.668Z] ---> Using cache [2021-01-09T00:38:21.668Z] ---> e49c8d364fd3 [2021-01-09T00:38:21.668Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-09T00:38:21.668Z] ---> Using cache [2021-01-09T00:38:21.668Z] ---> 506aa5142116 [2021-01-09T00:38:21.668Z] Step 6/32 : COPY go.mod . [2021-01-09T00:38:21.668Z] ---> Using cache [2021-01-09T00:38:21.668Z] ---> 9ad70a7bf1c6 [2021-01-09T00:38:21.668Z] Step 7/32 : RUN go mod download [2021-01-09T00:38:21.668Z] ---> Using cache [2021-01-09T00:38:21.668Z] ---> a0cbfbb7aa9e [2021-01-09T00:38:21.668Z] Step 8/32 : COPY . . [2021-01-09T00:38:21.668Z] ---> Using cache [2021-01-09T00:38:21.668Z] ---> 1df54df67a4f [2021-01-09T00:38:21.668Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T00:38:22.277Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T00:38:22.277Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T00:38:22.893Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:38:22.893Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:38:22.893Z] ---> cb9846c87917 [2021-01-09T00:38:22.893Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> 813860a1fd31 [2021-01-09T00:38:22.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> e49c8d364fd3 [2021-01-09T00:38:22.893Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> 506aa5142116 [2021-01-09T00:38:22.893Z] Step 6/23 : COPY go.mod . [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> 9ad70a7bf1c6 [2021-01-09T00:38:22.893Z] Step 7/23 : RUN go mod download [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> a0cbfbb7aa9e [2021-01-09T00:38:22.893Z] Step 8/23 : COPY . . [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> 1df54df67a4f [2021-01-09T00:38:22.893Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-09T00:38:22.893Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:38:22.893Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:38:22.893Z] ---> cb9846c87917 [2021-01-09T00:38:22.893Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> 813860a1fd31 [2021-01-09T00:38:22.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:38:22.893Z] ---> Using cache [2021-01-09T00:38:22.893Z] ---> e49c8d364fd3 [2021-01-09T00:38:22.893Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T00:38:23.879Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T00:38:23.879Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T00:38:23.879Z] ---> cb9846c87917 [2021-01-09T00:38:23.879Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T00:38:23.879Z] ---> Using cache [2021-01-09T00:38:23.879Z] ---> 813860a1fd31 [2021-01-09T00:38:23.879Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:38:23.879Z] ---> Using cache [2021-01-09T00:38:23.879Z] ---> e49c8d364fd3 [2021-01-09T00:38:23.879Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-09T00:38:23.879Z] ---> Using cache [2021-01-09T00:38:23.879Z] ---> 506aa5142116 [2021-01-09T00:38:23.879Z] Step 6/23 : COPY go.mod . [2021-01-09T00:38:23.879Z] ---> Using cache [2021-01-09T00:38:23.879Z] ---> 9ad70a7bf1c6 [2021-01-09T00:38:23.879Z] Step 7/23 : RUN go mod download [2021-01-09T00:38:23.879Z] ---> Using cache [2021-01-09T00:38:23.879Z] ---> a0cbfbb7aa9e [2021-01-09T00:38:23.879Z] Step 8/23 : COPY . . [2021-01-09T00:38:23.879Z] ---> Using cache [2021-01-09T00:38:23.879Z] ---> 1df54df67a4f [2021-01-09T00:38:23.879Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-09T00:38:25.855Z] ---> Running in a6b35b8fff74 [2021-01-09T00:38:25.855Z] ---> Running in 1b5c3079415b [2021-01-09T00:38:25.855Z] ---> Running in 2e9e1a0c746c [2021-01-09T00:38:25.855Z] ---> Running in cc472e2ec3a4 [2021-01-09T00:38:26.863Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T00:38:26.863Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T00:38:27.467Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T00:38:27.467Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T00:38:27.467Z] 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-09T00:38:27.667Z] 2021-01-09T00:38:24Z INFO Waiting for automatic snapd restart... [2021-01-09T00:38:27.667Z] snapd 2.48.2 from Canonical* installed [2021-01-09T00:38:27.751Z] 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-09T00:38:27.927Z] "snapd" switched to the "latest/stable" channel [2021-01-09T00:38:27.927Z] [2021-01-09T00:38:28.029Z] Collecting idna<2.8,>=2.5 [2021-01-09T00:38:28.029Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T00:38:28.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-09T00:38:28.029Z] 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-09T00:38:28.029Z] 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-09T00:38:28.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:38:28.908Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T00:38:28.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:38:28.908Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T00:38:29.186Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T00:38:29.186Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T00:38:29.186Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T00:38:29.186Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T00:38:29.788Z] OK: 217 MiB in 51 packages [2021-01-09T00:38:30.389Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, dockerpty, PyYAML, docopt, docker-compose [2021-01-09T00:38:30.478Z] core18 20201210 from Canonical* installed [2021-01-09T00:38:30.992Z] Attempting uninstall: idna [2021-01-09T00:38:30.992Z] Found existing installation: idna 2.9 [2021-01-09T00:38:30.992Z] Uninstalling idna-2.9: [2021-01-09T00:38:30.992Z] Successfully uninstalled idna-2.9 [2021-01-09T00:38:31.049Z] "core18" switched to the "latest/stable" channel [2021-01-09T00:38:31.050Z] [2021-01-09T00:38:31.269Z] Removing intermediate container 2e9e1a0c746c [2021-01-09T00:38:31.547Z] ---> 87140bf851ef [2021-01-09T00:38:31.547Z] Step 6/23 : COPY go.mod . [2021-01-09T00:38:32.149Z] Attempting uninstall: urllib3 [2021-01-09T00:38:32.149Z] Found existing installation: urllib3 1.25.9 [2021-01-09T00:38:32.149Z] Uninstalling urllib3-1.25.9: [2021-01-09T00:38:32.744Z] ---> 3ac14a797b48 [2021-01-09T00:38:32.744Z] Step 7/23 : RUN go mod download [2021-01-09T00:38:32.744Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T00:38:32.744Z] ---> Running in df6314501672 [2021-01-09T00:38:33.767Z] Attempting uninstall: requests [2021-01-09T00:38:33.767Z] Found existing installation: requests 2.23.0 [2021-01-09T00:38:33.767Z] Uninstalling requests-2.23.0: [2021-01-09T00:38:33.767Z] Successfully uninstalled requests-2.23.0 [2021-01-09T00:38:34.347Z] snapcraft 4.4.4 from Canonical* installed [2021-01-09T00:38:34.347Z] "snapcraft" switched to the "latest/stable" channel [2021-01-09T00:38:34.347Z] [2021-01-09T00:38:37.306Z] Running setup.py install for texttable: started [2021-01-09T00:38:37.306Z] Removing intermediate container df6314501672 [2021-01-09T00:38:37.306Z] ---> 2f7213260b1f [2021-01-09T00:38:37.306Z] Step 8/23 : COPY . . [2021-01-09T00:38:37.647Z] 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-09T00:38:37.647Z] - README.md [2021-01-09T00:38:37.647Z] - snapcraft.yaml.orig [2021-01-09T00:38:37.647Z] [2021-01-09T00:38:37.647Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-09T00:38:39.930Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T00:38:39.930Z] Running setup.py install for dockerpty: started [2021-01-09T00:38:43.384Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T00:38:43.384Z] Running setup.py install for PyYAML: started [2021-01-09T00:38:44.231Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T00:38:44.231Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T00:38:44.231Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T00:38:44.231Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T00:38:45.436Z] Reading package lists... [2021-01-09T00:38:45.696Z] 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-09T00:38:46.811Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T00:38:46.811Z] Running setup.py install for docopt: started [2021-01-09T00:38:50.219Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T00:38:51.668Z] 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-09T00:38:52.279Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T00:38:52.279Z] Reading package lists... [2021-01-09T00:38:52.279Z] Building dependency tree... [2021-01-09T00:38:52.279Z] Reading state information... [2021-01-09T00:38:52.279Z] Suggested packages: [2021-01-09T00:38:52.279Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-09T00:38:52.279Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-09T00:38:52.279Z] Recommended packages: [2021-01-09T00:38:52.279Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-09T00:38:52.279Z] The following NEW packages will be installed: [2021-01-09T00:38:52.279Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-09T00:38:52.279Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-09T00:38:52.279Z] pkg-config zip [2021-01-09T00:38:52.279Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T00:38:52.279Z] Need to get 7655 kB of archives. [2021-01-09T00:38:52.279Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-09T00:38:52.279Z] 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-09T00:38:52.539Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-09T00:38:52.539Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-09T00:38:52.539Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-09T00:38:52.539Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-09T00:38:52.539Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-09T00:38:52.539Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-09T00:38:52.539Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-09T00:38:52.800Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-09T00:38:52.800Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-09T00:38:52.800Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-09T00:38:53.061Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-09T00:38:53.061Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-09T00:38:53.061Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-09T00:38:53.061Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-09T00:38:53.061Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T00:38:53.061Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-09T00:38:53.321Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-09T00:38:53.321Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-09T00:38:53.321Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-09T00:38:53.321Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-09T00:38:53.581Z] Selecting previously unselected package libpsl5:amd64. [2021-01-09T00:38:53.581Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-09T00:38:53.581Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-09T00:38:53.581Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-09T00:38:53.581Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-09T00:38:53.581Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-09T00:38:53.581Z] Selecting previously unselected package librtmp1:amd64. [2021-01-09T00:38:53.581Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-09T00:38:53.841Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-09T00:38:53.841Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-09T00:38:53.841Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-09T00:38:53.841Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-09T00:38:53.841Z] Selecting previously unselected package liberror-perl. [2021-01-09T00:38:53.841Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-09T00:38:53.841Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-09T00:38:54.105Z] Selecting previously unselected package git-man. [2021-01-09T00:38:54.105Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-09T00:38:54.105Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-09T00:38:54.105Z] Selecting previously unselected package git. [2021-01-09T00:38:54.105Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-09T00:38:54.366Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-09T00:38:54.937Z] Selecting previously unselected package libnorm1:amd64. [2021-01-09T00:38:54.937Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-09T00:38:54.937Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-09T00:38:55.083Z] ---> 7251d3a2a2d3 [2021-01-09T00:38:55.084Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T00:38:55.197Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-09T00:38:55.197Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-09T00:38:55.197Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-09T00:38:55.197Z] Selecting previously unselected package libsodium23:amd64. [2021-01-09T00:38:55.197Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-09T00:38:55.197Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-09T00:38:55.366Z] ---> Running in 7f424f4f4812 [2021-01-09T00:38:55.458Z] Selecting previously unselected package libzmq5:amd64. [2021-01-09T00:38:55.458Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-09T00:38:55.458Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T00:38:55.458Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-09T00:38:55.458Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-09T00:38:55.458Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T00:38:55.718Z] Selecting previously unselected package pkg-config. [2021-01-09T00:38:55.718Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-09T00:38:55.718Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-09T00:38:55.718Z] Selecting previously unselected package zip. [2021-01-09T00:38:55.718Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-09T00:38:55.718Z] Unpacking zip (3.0-11build1) ... [2021-01-09T00:38:55.718Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-09T00:38:55.718Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-09T00:38:55.718Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-09T00:38:55.977Z] Setting up liberror-perl (0.17025-1) ... [2021-01-09T00:38:55.977Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-09T00:38:55.977Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-09T00:38:55.977Z] No schema files found: doing nothing. [2021-01-09T00:38:55.977Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-09T00:38:55.977Z] Setting up zip (3.0-11build1) ... [2021-01-09T00:38:55.977Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-09T00:38:55.977Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-09T00:38:55.977Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-09T00:38:56.238Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T00:38:56.238Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-09T00:38:56.238Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T00:38:56.238Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-09T00:38:56.238Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T00:38:58.023Z] 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-09T00:38:58.023Z] Removing intermediate container 5016e5d1bef2 [2021-01-09T00:38:58.023Z] ---> 74aa543000c6 [2021-01-09T00:38:58.023Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T00:38:58.301Z] ---> Running in 73b5a24baee5 [2021-01-09T00:39:00.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:39:00.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:39:01.180Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T00:39:01.180Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T00:39:01.180Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T00:39:01.180Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:39:01.457Z] OK: 71 MiB in 58 packages [2021-01-09T00:39:02.834Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T00:39:02.834Z] git set to automatically installed. [2021-01-09T00:39:02.834Z] git-man set to automatically installed. [2021-01-09T00:39:02.834Z] libcurl3-gnutls set to automatically installed. [2021-01-09T00:39:02.834Z] liberror-perl set to automatically installed. [2021-01-09T00:39:02.834Z] libglib2.0-0 set to automatically installed. [2021-01-09T00:39:02.834Z] libnghttp2-14 set to automatically installed. [2021-01-09T00:39:02.834Z] libnorm1 set to automatically installed. [2021-01-09T00:39:02.834Z] libpgm-5.2-0 set to automatically installed. [2021-01-09T00:39:02.834Z] libpsl5 set to automatically installed. [2021-01-09T00:39:02.834Z] librtmp1 set to automatically installed. [2021-01-09T00:39:02.834Z] libsodium23 set to automatically installed. [2021-01-09T00:39:02.834Z] libzmq3-dev set to automatically installed. [2021-01-09T00:39:02.834Z] libzmq5 set to automatically installed. [2021-01-09T00:39:02.834Z] pkg-config set to automatically installed. [2021-01-09T00:39:02.834Z] zip set to automatically installed. [2021-01-09T00:39:03.447Z] Removing intermediate container 73b5a24baee5 [2021-01-09T00:39:03.448Z] ---> c93f95daad55 [2021-01-09T00:39:03.448Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T00:39:03.448Z] ---> Running in 6035cf027d49 [2021-01-09T00:39:04.053Z] Removing intermediate container 6035cf027d49 [2021-01-09T00:39:04.053Z] ---> 9f2849986352 [2021-01-09T00:39:04.053Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:39:04.053Z] ---> Running in c8afd7c76ff7 [2021-01-09T00:39:04.660Z] Removing intermediate container c8afd7c76ff7 [2021-01-09T00:39:04.660Z] ---> 905e8fbc6fa7 [2021-01-09T00:39:04.660Z] Step 24/26 : LABEL arch=arm64 [2021-01-09T00:39:04.943Z] ---> Running in 930b2991d394 [2021-01-09T00:39:05.378Z] snapd is not logged in, snap install commands will use sudo [2021-01-09T00:39:05.932Z] Removing intermediate container 930b2991d394 [2021-01-09T00:39:05.932Z] ---> 9efd7d503d66 [2021-01-09T00:39:05.932Z] Step 25/26 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:39:05.932Z] ---> Running in 992370b47f05 [2021-01-09T00:39:06.549Z] Removing intermediate container 992370b47f05 [2021-01-09T00:39:06.549Z] ---> 32792ff05f0e [2021-01-09T00:39:06.549Z] Step 26/26 : LABEL version=0.0.0 [2021-01-09T00:39:06.827Z] ---> Running in 7ff624eb7ba9 [2021-01-09T00:39:07.430Z] Removing intermediate container 7ff624eb7ba9 [2021-01-09T00:39:07.430Z] ---> 33aea9fa46e7 [2021-01-09T00:39:07.430Z] [2021-01-09T00:39:07.708Z] Successfully built 33aea9fa46e7 [2021-01-09T00:39:07.988Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-09T00:39:11.963Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T00:39:11.963Z] snap "core18" has no updates available [2021-01-09T00:39:12.906Z] Pulling config-common [2021-01-09T00:39:13.846Z] Pulling go-build-helper [2021-01-09T00:39:35.829Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-09T00:39:35.829Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-09T00:39:35.829Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-09T00:39:35.829Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-09T00:39:35.829Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-09T00:39:35.829Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-09T00:39:35.829Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-09T00:39:35.829Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-09T00:39:35.829Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-09T00:39:35.829Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-09T00:39:35.829Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-09T00:39:35.829Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-09T00:39:35.829Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-09T00:39:35.829Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-09T00:39:35.829Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-09T00:39:35.829Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-09T00:39:35.829Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-09T00:39:35.829Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-09T00:39:35.829Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-09T00:39:35.829Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-09T00:39:35.829Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-09T00:39:35.829Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-09T00:39:35.829Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-09T00:39:35.829Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-09T00:39:35.829Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-09T00:39:35.829Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-09T00:39:35.829Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-09T00:39:35.829Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-09T00:39:35.829Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-09T00:39:35.829Z] Fetched 279 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-09T00:39:35.829Z] Fetched 122 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-09T00:39:35.829Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-09T00:39:35.829Z] Fetched 8848 B in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-09T00:39:35.829Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-09T00:39:35.829Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-09T00:39:35.829Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-09T00:39:35.829Z] Fetched 214 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-09T00:39:35.829Z] Fetched 155 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-09T00:39:35.829Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-09T00:39:35.829Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-09T00:39:35.829Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-09T00:39:35.829Z] Fetched 499 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-09T00:39:35.829Z] Fetched 111 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-09T00:39:35.829Z] Fetched 240 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-09T00:39:35.829Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-09T00:39:35.829Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-09T00:39:35.829Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-09T00:39:35.829Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-09T00:39:35.829Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-09T00:39:35.829Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-09T00:39:35.829Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-09T00:39:35.829Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-09T00:39:35.829Z] Fetched 8720 B in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-09T00:39:35.829Z] Fetched 137 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-09T00:39:35.829Z] Fetched 119 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-09T00:39:35.829Z] Fetched 109 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-09T00:39:35.829Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-09T00:39:35.829Z] Fetched 645 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-09T00:39:35.829Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-09T00:39:35.829Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-09T00:39:35.829Z] Fetched 368 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-09T00:39:35.829Z] Fetched 187 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-09T00:39:35.829Z] Fetched 175 kB in 0s (0 B/s) [2021-01-09T00:39:35.829Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-09T00:39:38.373Z] Fetched 206 kB in 0s (0 B/s) [2021-01-09T00:39:38.373Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-09T00:39:38.373Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-09T00:39:38.373Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-09T00:39:38.373Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-09T00:39:38.374Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-09T00:39:38.374Z] Fetched 159 kB in 0s (0 B/s) [2021-01-09T00:39:38.374Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-09T00:39:38.374Z] Fetched 107 kB in 0s (0 B/s) [2021-01-09T00:39:38.374Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-09T00:39:38.374Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-09T00:39:38.374Z] Pulling static-packages [2021-01-09T00:39:40.741Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-09T00:39:40.741Z] Skipping pull go-build-helper (already ran) [2021-01-09T00:39:40.741Z] Skipping pull static-packages (already ran) [2021-01-09T00:39:40.741Z] Building go-build-helper [2021-01-09T00:39:42.656Z] Building static-packages [2021-01-09T00:39:44.574Z] Staging go-build-helper [2021-01-09T00:39:45.666Z] Staging static-packages [2021-01-09T00:39:46.670Z] Pulling go115 [2021-01-09T00:39:47.414Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-09T00:39:47.622Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-09T00:39:47.622Z] Skipping pull go115 (already ran) [2021-01-09T00:39:47.622Z] Building go115 [2021-01-09T00:39:47.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T00:39:47.622Z] Dload Upload Total Spent Left Speed [2021-01-09T00:39:49.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 115M 35 41.0M 0 0 45.2M 0 0:00:02 --:--:-- 0:00:02 45.2M 78 115M 78 91.2M 0 0 47.8M 0 0:00:02 0:00:01 0:00:01 47.8M 100 115M 100 115M 0 0 47.3M 0 0:00:02 0:00:02 --:--:-- 47.3M [2021-01-09T00:39:50.360Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-09T00:39:54.568Z] Staging go115 [2021-01-09T00:39:57.624Z] Removing intermediate container 1b5c3079415b [2021-01-09T00:39:57.624Z] ---> e2e7479b10e8 [2021-01-09T00:39:57.624Z] [2021-01-09T00:39:57.624Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T00:39:57.624Z] ---> afeebe901d6b [2021-01-09T00:39:57.624Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-09T00:39:57.624Z] ---> Using cache [2021-01-09T00:39:57.624Z] ---> 65d1f2115583 [2021-01-09T00:39:57.624Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:39:57.624Z] ---> Using cache [2021-01-09T00:39:57.624Z] ---> 03bdee69efd5 [2021-01-09T00:39:57.624Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-09T00:39:57.624Z] ---> Running in 90b6fc18fadc [2021-01-09T00:39:57.901Z] Removing intermediate container 90b6fc18fadc [2021-01-09T00:39:57.901Z] ---> de1042fe8462 [2021-01-09T00:39:57.901Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-09T00:39:58.177Z] ---> Running in 5c947cf63d2e [2021-01-09T00:39:58.780Z] Removing intermediate container 5c947cf63d2e [2021-01-09T00:39:58.780Z] ---> ed7204ce917c [2021-01-09T00:39:58.780Z] Step 15/23 : WORKDIR / [2021-01-09T00:39:59.052Z] ---> Running in d38100faf8e4 [2021-01-09T00:39:59.654Z] Removing intermediate container d38100faf8e4 [2021-01-09T00:39:59.654Z] ---> 2556f2427641 [2021-01-09T00:39:59.654Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T00:39:59.857Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T00:39:59.857Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T00:39:59.857Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T00:39:59.857Z] Fetched 0 B in 0s (0 B/s) [2021-01-09T00:39:59.857Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-09T00:39:59.857Z] Fetched 224 kB in 0s (0 B/s) [2021-01-09T00:39:59.857Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-09T00:39:59.857Z] Fetched 157 kB in 0s (0 B/s) [2021-01-09T00:39:59.857Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-09T00:39:59.857Z] Fetched 221 kB in 0s (0 B/s) [2021-01-09T00:39:59.857Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-09T00:39:59.857Z] Fetched 143 kB in 0s (0 B/s) [2021-01-09T00:39:59.857Z] Pulling edgex-go [2021-01-09T00:40:00.643Z] ---> 3fdec6722128 [2021-01-09T00:40:00.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T00:40:00.798Z] Pulling version [2021-01-09T00:40:01.741Z] Building config-common [2021-01-09T00:40:02.631Z] ---> 123476266d8e [2021-01-09T00:40:02.631Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T00:40:03.639Z] ---> 512899f9456e [2021-01-09T00:40:03.639Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-09T00:40:03.655Z] Skipping build go-build-helper (already ran) [2021-01-09T00:40:03.655Z] Skipping build static-packages (already ran) [2021-01-09T00:40:03.655Z] Skipping build go115 (already ran) [2021-01-09T00:40:03.655Z] Building edgex-go [2021-01-09T00:40:03.655Z] 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-09T00:40:03.924Z] ---> Running in fce3412afa46 [2021-01-09T00:40:04.922Z] Removing intermediate container fce3412afa46 [2021-01-09T00:40:04.922Z] ---> 73fede6de15c [2021-01-09T00:40:04.922Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:40:05.202Z] ---> Running in 6c3d383acda4 [2021-01-09T00:40:05.569Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-09T00:40:05.569Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-09T00:40:05.570Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-09T00:40:05.570Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-09T00:40:05.570Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-09T00:40:05.570Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-09T00:40:05.570Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-09T00:40:05.570Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-09T00:40:05.570Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-09T00:40:05.570Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-09T00:40:05.570Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-09T00:40:05.570Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-09T00:40:05.570Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-09T00:40:05.570Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-09T00:40:05.570Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-09T00:40:05.570Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-09T00:40:05.570Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-09T00:40:05.570Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-09T00:40:05.570Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-09T00:40:05.836Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-09T00:40:05.836Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-09T00:40:05.836Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-09T00:40:05.836Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-09T00:40:05.836Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-09T00:40:05.836Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-09T00:40:05.836Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-09T00:40:05.836Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-09T00:40:06.097Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-09T00:40:06.097Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-09T00:40:06.097Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-09T00:40:06.097Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-09T00:40:06.357Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-09T00:40:06.654Z] Removing intermediate container 6c3d383acda4 [2021-01-09T00:40:06.654Z] ---> 63a1ba7bcb16 [2021-01-09T00:40:06.654Z] Step 21/23 : LABEL arch=arm64 [2021-01-09T00:40:06.654Z] Removing intermediate container cc472e2ec3a4 [2021-01-09T00:40:06.654Z] ---> e445fedc3d06 [2021-01-09T00:40:06.654Z] [2021-01-09T00:40:06.654Z] Step 10/32 : FROM alpine:3.12 [2021-01-09T00:40:06.654Z] ---> afeebe901d6b [2021-01-09T00:40:06.654Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-09T00:40:06.654Z] ---> Running in f45ca20b610e [2021-01-09T00:40:06.941Z] ---> Running in c14a5365c35e [2021-01-09T00:40:07.547Z] Removing intermediate container f45ca20b610e [2021-01-09T00:40:07.547Z] ---> 8156e7209df3 [2021-01-09T00:40:07.547Z] Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:40:07.823Z] ---> Running in 38a24d9a4fb6 [2021-01-09T00:40:08.848Z] Removing intermediate container 38a24d9a4fb6 [2021-01-09T00:40:08.848Z] ---> 8e808d3076b8 [2021-01-09T00:40:08.848Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T00:40:09.127Z] ---> Running in 4d9d454ebce4 [2021-01-09T00:40:09.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:40:09.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:40:10.275Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-09T00:40:10.275Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-09T00:40:10.275Z] Removing intermediate container 4d9d454ebce4 [2021-01-09T00:40:10.275Z] ---> 74384ddfa6c6 [2021-01-09T00:40:10.275Z] [2021-01-09T00:40:10.275Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:40:10.275Z] OK: 6 MiB in 16 packages [2021-01-09T00:40:11.729Z] Successfully built 74384ddfa6c6 [2021-01-09T00:40:11.729Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-09T00:40:12.730Z]  Building docker-core-command-go ... done Removing intermediate container c14a5365c35e [2021-01-09T00:40:12.730Z] ---> 6a8aab0c6a79 [2021-01-09T00:40:12.730Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-09T00:40:12.947Z] 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-09T00:40:13.005Z] ---> Running in e87b7b6096a7 [2021-01-09T00:40:13.280Z] Removing intermediate container a6b35b8fff74 [2021-01-09T00:40:13.280Z] ---> 8cf067e83786 [2021-01-09T00:40:13.280Z] [2021-01-09T00:40:13.280Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T00:40:13.280Z] ---> afeebe901d6b [2021-01-09T00:40:13.280Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-09T00:40:13.280Z] ---> Using cache [2021-01-09T00:40:13.280Z] ---> 65d1f2115583 [2021-01-09T00:40:13.280Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-09T00:40:13.280Z] ---> Using cache [2021-01-09T00:40:13.280Z] ---> 03bdee69efd5 [2021-01-09T00:40:13.280Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-09T00:40:13.568Z] ---> Running in 500371dc174b [2021-01-09T00:40:13.852Z] Removing intermediate container e87b7b6096a7 [2021-01-09T00:40:13.852Z] ---> 286b4ba7134a [2021-01-09T00:40:13.852Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-09T00:40:13.852Z] ---> Running in 1cb02da2e20f [2021-01-09T00:40:14.456Z] Removing intermediate container 500371dc174b [2021-01-09T00:40:14.456Z] ---> fff8769c7a8f [2021-01-09T00:40:14.456Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-09T00:40:14.456Z] ---> Running in 444a93c32f3e [2021-01-09T00:40:14.732Z] Removing intermediate container 1cb02da2e20f [2021-01-09T00:40:14.732Z] ---> 950e94513e9c [2021-01-09T00:40:14.732Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-09T00:40:15.017Z] ---> Running in 3f5d2d2077b2 [2021-01-09T00:40:15.017Z] Removing intermediate container 444a93c32f3e [2021-01-09T00:40:15.017Z] ---> 0700748103e8 [2021-01-09T00:40:15.017Z] Step 15/23 : WORKDIR / [2021-01-09T00:40:15.296Z] ---> Running in b3751f5e49aa [2021-01-09T00:40:15.903Z] Removing intermediate container b3751f5e49aa [2021-01-09T00:40:15.903Z] ---> 2840396dbe74 [2021-01-09T00:40:15.903Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T00:40:16.178Z] Connecting to github.com (140.82.114.4:443) [2021-01-09T00:40:16.248Z] 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-09T00:40:16.522Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.88.116:443) [2021-01-09T00:40:16.837Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-09T00:40:16.837Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-09T00:40:16.838Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-09T00:40:17.138Z] dockerize [2021-01-09T00:40:17.138Z] ---> 8083294b4cf9 [2021-01-09T00:40:17.138Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T00:40:17.189Z] 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-09T00:40:18.576Z] 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-09T00:40:18.638Z] ---> 1f1f2643431f [2021-01-09T00:40:18.638Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T00:40:18.837Z] 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-09T00:40:18.838Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-09T00:40:18.913Z] Removing intermediate container 3f5d2d2077b2 [2021-01-09T00:40:18.913Z] ---> c452a2581c1d [2021-01-09T00:40:18.913Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-09T00:40:19.098Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-09T00:40:19.098Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-09T00:40:19.098Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-09T00:40:19.188Z] ---> Running in c7bf3e1096e3 [2021-01-09T00:40:19.468Z] ---> 51a60a1ab28a [2021-01-09T00:40:19.468Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-09T00:40:19.744Z] Removing intermediate container c7bf3e1096e3 [2021-01-09T00:40:19.744Z] ---> 8be10debc69f [2021-01-09T00:40:19.744Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-09T00:40:19.744Z] ---> Running in 06e07ab6cc97 [2021-01-09T00:40:19.744Z] ---> Running in 1f78b9436758 [2021-01-09T00:40:20.489Z] 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-09T00:40:20.489Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-09T00:40:20.489Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-09T00:40:20.730Z] Removing intermediate container 06e07ab6cc97 [2021-01-09T00:40:20.730Z] ---> b91a83ad7d48 [2021-01-09T00:40:20.730Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T00:40:20.730Z] Removing intermediate container 1f78b9436758 [2021-01-09T00:40:20.730Z] ---> 7c40a912f493 [2021-01-09T00:40:20.730Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-09T00:40:20.730Z] ---> Running in 4d1c2117cfd3 [2021-01-09T00:40:20.730Z] ---> Running in d22ba6f296f8 [2021-01-09T00:40:21.710Z] Removing intermediate container 4d1c2117cfd3 [2021-01-09T00:40:21.710Z] ---> 0f292475ed07 [2021-01-09T00:40:21.710Z] Step 21/23 : LABEL arch=arm64 [2021-01-09T00:40:21.710Z] ---> Running in 8b008fd8a543 [2021-01-09T00:40:21.877Z] 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-09T00:40:21.877Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-09T00:40:22.305Z] Move dockerize executable [2021-01-09T00:40:22.575Z] Removing intermediate container 8b008fd8a543 [2021-01-09T00:40:22.575Z] ---> e6022a33a840 [2021-01-09T00:40:22.575Z] Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:40:22.575Z] ---> Running in 78c8f004a0b8 [2021-01-09T00:40:23.259Z] 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-09T00:40:23.259Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-09T00:40:23.557Z] Removing intermediate container 78c8f004a0b8 [2021-01-09T00:40:23.557Z] ---> ecd2bc106404 [2021-01-09T00:40:23.557Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T00:40:23.557Z] ---> Running in 50ef1700b86f [2021-01-09T00:40:24.150Z] Removing intermediate container d22ba6f296f8 [2021-01-09T00:40:24.150Z] ---> c1cdcdd5b0f9 [2021-01-09T00:40:24.150Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-09T00:40:24.150Z] ---> Running in 5115ce5a4e0a [2021-01-09T00:40:24.150Z] Removing intermediate container 50ef1700b86f [2021-01-09T00:40:24.150Z] ---> a4d16a565fb1 [2021-01-09T00:40:24.150Z] [2021-01-09T00:40:24.641Z] 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-09T00:40:24.757Z] Successfully built a4d16a565fb1 [2021-01-09T00:40:24.758Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-09T00:40:24.758Z]  Building docker-core-metadata-go ... done Removing intermediate container 5115ce5a4e0a [2021-01-09T00:40:24.758Z] ---> c8f8fda0fdc4 [2021-01-09T00:40:24.758Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-09T00:40:25.583Z] 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-09T00:40:25.741Z] ---> 94b817d1a045 [2021-01-09T00:40:25.741Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-09T00:40:25.741Z] ---> Running in eb2f9d899d89 [2021-01-09T00:40:26.526Z] 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-09T00:40:27.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-09T00:40:27.467Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-09T00:40:28.355Z] Removing intermediate container eb2f9d899d89 [2021-01-09T00:40:28.356Z] ---> 5a3aec17dc3d [2021-01-09T00:40:28.356Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-09T00:40:29.334Z] Removing intermediate container 7f424f4f4812 [2021-01-09T00:40:29.334Z] ---> 3cf1c6fd406e [2021-01-09T00:40:29.334Z] [2021-01-09T00:40:29.334Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T00:40:29.334Z] ---> afeebe901d6b [2021-01-09T00:40:29.334Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T00:40:29.334Z] ---> 9ffbb196fdf3 [2021-01-09T00:40:29.334Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-09T00:40:29.334Z] ---> Running in fd0f8c3b1c72 [2021-01-09T00:40:29.932Z] Removing intermediate container fd0f8c3b1c72 [2021-01-09T00:40:29.932Z] ---> 40c82d392fb0 [2021-01-09T00:40:29.932Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T00:40:29.932Z] ---> Running in a4f12547c992 [2021-01-09T00:40:29.932Z] ---> 79812a88ffed [2021-01-09T00:40:29.932Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-09T00:40:30.027Z] Building version [2021-01-09T00:40:30.527Z] Removing intermediate container a4f12547c992 [2021-01-09T00:40:30.527Z] ---> 8675e4623598 [2021-01-09T00:40:30.527Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T00:40:30.801Z] ---> Running in 7246bac0c441 [2021-01-09T00:40:31.398Z] ---> f7279b34ecc4 [2021-01-09T00:40:31.398Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-09T00:40:31.398Z] Removing intermediate container 7246bac0c441 [2021-01-09T00:40:31.398Z] ---> d8f0ac1d2b2c [2021-01-09T00:40:31.398Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T00:40:31.398Z] ---> Running in 498a54e13728 [2021-01-09T00:40:31.948Z] Staging config-common [2021-01-09T00:40:32.002Z] ---> ba369e51c0d7 [2021-01-09T00:40:32.002Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-09T00:40:32.596Z] ---> Running in 8a0e44f9f915 [2021-01-09T00:40:32.888Z] Skipping stage go-build-helper (already ran) [2021-01-09T00:40:32.888Z] Skipping stage static-packages (already ran) [2021-01-09T00:40:32.888Z] Skipping stage go115 (already ran) [2021-01-09T00:40:32.888Z] Staging edgex-go [2021-01-09T00:40:33.192Z] Removing intermediate container 8a0e44f9f915 [2021-01-09T00:40:33.192Z] ---> dc87c0614c3f [2021-01-09T00:40:33.192Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-09T00:40:33.830Z] Staging version [2021-01-09T00:40:34.174Z] Removing intermediate container 498a54e13728 [2021-01-09T00:40:34.174Z] ---> 2f27ff1aab20 [2021-01-09T00:40:34.174Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-09T00:40:34.174Z] ---> 8cd059630d50 [2021-01-09T00:40:34.174Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-09T00:40:34.174Z] ---> Running in cdf2765279d8 [2021-01-09T00:40:34.772Z] Priming config-common [2021-01-09T00:40:34.774Z] ---> Running in e19f5c9e5f85 [2021-01-09T00:40:35.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T00:40:35.714Z] Priming go-build-helper [2021-01-09T00:40:36.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T00:40:36.655Z] Priming static-packages [2021-01-09T00:40:36.952Z] Removing intermediate container e19f5c9e5f85 [2021-01-09T00:40:36.952Z] ---> 8c9420db3424 [2021-01-09T00:40:36.952Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T00:40:36.952Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-09T00:40:36.952Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-09T00:40:37.229Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-09T00:40:37.229Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-09T00:40:37.229Z] ---> Running in 32cb702c705b [2021-01-09T00:40:37.499Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-09T00:40:37.499Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-09T00:40:37.771Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T00:40:37.771Z] OK: 8 MiB in 20 packages [2021-01-09T00:40:37.771Z] Removing intermediate container 32cb702c705b [2021-01-09T00:40:37.771Z] ---> 04aa2a1e093a [2021-01-09T00:40:37.771Z] Step 29/32 : CMD ["install"] [2021-01-09T00:40:38.373Z] ---> Running in 72b6f7b9bb5a [2021-01-09T00:40:38.571Z] Priming go115 [2021-01-09T00:40:38.965Z] Removing intermediate container 72b6f7b9bb5a [2021-01-09T00:40:38.965Z] ---> 9f155ab73d68 [2021-01-09T00:40:38.965Z] Step 30/32 : LABEL arch=arm64 [2021-01-09T00:40:39.524Z] Priming edgex-go [2021-01-09T00:40:39.558Z] ---> Running in dc5bd815cbd3 [2021-01-09T00:40:39.558Z] Removing intermediate container cdf2765279d8 [2021-01-09T00:40:39.558Z] ---> aeb0489f375e [2021-01-09T00:40:39.558Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T00:40:40.154Z] Removing intermediate container dc5bd815cbd3 [2021-01-09T00:40:40.154Z] ---> 1a2d517593a2 [2021-01-09T00:40:40.154Z] Step 31/32 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:40:40.430Z] ---> Running in e6ce35fb5f2d [2021-01-09T00:40:40.430Z] ---> 61241e48e3ff [2021-01-09T00:40:40.430Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T00:40:40.912Z] Priming version [2021-01-09T00:40:41.039Z] Removing intermediate container e6ce35fb5f2d [2021-01-09T00:40:41.040Z] ---> dc38461604c8 [2021-01-09T00:40:41.040Z] Step 32/32 : LABEL version=0.0.0 [2021-01-09T00:40:41.646Z] ---> Running in 2dc2b9f24e4b [2021-01-09T00:40:41.854Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-09T00:40:41.922Z] ---> 1c6991c50933 [2021-01-09T00:40:41.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T00:40:42.197Z] Removing intermediate container 2dc2b9f24e4b [2021-01-09T00:40:42.197Z] ---> 4001131b40fb [2021-01-09T00:40:42.197Z] [2021-01-09T00:40:42.471Z] Successfully built 4001131b40fb [2021-01-09T00:40:42.471Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-09T00:40:42.742Z]  Building docker-security-bootstrapper-go ... done  ---> f3505a1d2aa8 [2021-01-09T00:40:42.742Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T00:40:43.014Z] ---> Running in 5ffea766cc77 [2021-01-09T00:40:43.285Z] Removing intermediate container 5ffea766cc77 [2021-01-09T00:40:43.285Z] ---> 5218b0ca03a0 [2021-01-09T00:40:43.285Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-01-09T00:40:43.557Z] ---> Running in 1ff99cc21751 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-01-09T00:40:43.831Z] Removing intermediate container 1ff99cc21751 [2021-01-09T00:40:43.831Z] ---> 7f0c38f94abc [2021-01-09T00:40:43.831Z] Step 21/23 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-09T00:40:44.124Z] ---> Running in ccfbf16135b1 [Pipeline] } [2021-01-09T00:40:44.396Z] Removing intermediate container ccfbf16135b1 [2021-01-09T00:40:44.396Z] ---> 017b25ba33c7 [2021-01-09T00:40:44.396Z] Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 [2021-01-09T00:40:44.668Z] ---> Running in f98489570d72 [2021-01-09T00:40:44.950Z] Removing intermediate container f98489570d72 [2021-01-09T00:40:44.950Z] ---> 1e7ef3795098 [2021-01-09T00:40:44.950Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T00:40:45.231Z] ---> Running in 2193b89f3080 [2021-01-09T00:40:45.823Z] Removing intermediate container 2193b89f3080 [2021-01-09T00:40:45.823Z] ---> 35addbcfb36e [2021-01-09T00:40:45.823Z] [2021-01-09T00:40:46.094Z] Successfully built 35addbcfb36e [2021-01-09T00:40:46.094Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-09T00:40:46.377Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-09T00:40:46.372Z] $ docker stop --time=1 250b6f19e309e4479e21e261a9a0f714decaf63391e892c15b4a592afee72870 [2021-01-09T00:40:48.331Z] $ docker rm -f 250b6f19e309e4479e21e261a9a0f714decaf63391e892c15b4a592afee72870 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T00:40:49.026Z] + docker images [2021-01-09T00:40:49.026Z] + grep docker [2021-01-09T00:40:49.296Z] docker-core-data-go-arm64 latest 35addbcfb36e 4 seconds ago 21MB [2021-01-09T00:40:49.296Z] docker-security-bootstrapper-go-arm64 latest 4001131b40fb 8 seconds ago 40.3MB [2021-01-09T00:40:49.296Z] docker-core-metadata-go-arm64 latest a4d16a565fb1 26 seconds ago 17.6MB [2021-01-09T00:40:49.296Z] docker-core-command-go-arm64 latest 74384ddfa6c6 40 seconds ago 15.4MB [2021-01-09T00:40:49.296Z] docker-sys-mgmt-agent-go-arm64 latest 33aea9fa46e7 About a minute ago 300MB [2021-01-09T00:40:49.296Z] docker-security-secretstore-setup-go-arm64 latest f6c598926ed4 3 minutes ago 23.4MB [2021-01-09T00:40:49.296Z] docker-support-notifications-go-arm64 latest 69202edc2ed8 3 minutes ago 15.9MB [2021-01-09T00:40:49.296Z] docker-security-proxy-setup-go-arm64 latest fc4fb246c2ab 3 minutes ago 23.3MB [2021-01-09T00:40:49.296Z] docker-support-scheduler-go-arm64 latest cc0e9025829c 3 minutes ago 15.5MB [2021-01-09T00:40:49.296Z] 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-09T00:40:51.746Z] provisioning config files... [2021-01-09T00:40:51.767Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config3052058589912624997tmp [Pipeline] { [Pipeline] sh [2021-01-09T00:40:52.213Z] + set +x [2021-01-09T00:40:52.213Z] + curl -s https://codecov.io/bash [2021-01-09T00:40:52.213Z] + bash -s -- [2021-01-09T00:40:52.831Z] [2021-01-09T00:40:52.831Z] _____ _ [2021-01-09T00:40:52.831Z] / ____| | | [2021-01-09T00:40:52.831Z] | | ___ __| | ___ ___ _____ __ [2021-01-09T00:40:52.831Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-09T00:40:52.831Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-09T00:40:52.831Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-09T00:40:52.831Z] Bash-20201231-23d4836 [2021-01-09T00:40:52.831Z] [2021-01-09T00:40:52.831Z] [2021-01-09T00:40:52.831Z] ==> git version 2.24.3 found [2021-01-09T00:40:52.831Z] ==> 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-09T00:40:52.831Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-09T00:40:52.831Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-09T00:40:52.831Z] ==> Jenkins CI detected. [2021-01-09T00:40:52.831Z] project root: . [2021-01-09T00:40:52.831Z] --> token set from env [2021-01-09T00:40:52.831Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-09T00:40:53.119Z] ==> Running gcov in . (disable via -X gcov) [2021-01-09T00:40:53.119Z] ==> Python coveragepy not found [2021-01-09T00:40:53.119Z] ==> Searching for coverage reports in: [2021-01-09T00:40:53.119Z] + . [2021-01-09T00:40:53.119Z] -> Found 1 reports [2021-01-09T00:40:53.119Z] ==> Detecting git/mercurial file structure [2021-01-09T00:40:53.119Z] ==> Reading reports [2021-01-09T00:40:53.119Z] + ./coverage.out bytes=546759 [2021-01-09T00:40:53.119Z] ==> Appending adjustments [2021-01-09T00:40:53.119Z] https://docs.codecov.io/docs/fixing-reports [2021-01-09T00:40:59.970Z] + Found adjustments [2021-01-09T00:40:59.970Z] ==> Gzipping contents [2021-01-09T00:40:59.970Z] 84K /tmp/codecov.7s9w9O.gz [2021-01-09T00:40:59.970Z] ==> Uploading reports [2021-01-09T00:40:59.970Z] url: https://codecov.io [2021-01-09T00:40:59.970Z] query: branch=PR-2970&commit=15d5910ca8b9da1713db94513de9bdb4c10a9665&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-09T00:40:59.970Z] -> Pinging Codecov [2021-01-09T00:40:59.970Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=15d5910ca8b9da1713db94513de9bdb4c10a9665&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-09T00:40:59.970Z] -> Uploading to [2021-01-09T00:40:59.970Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-09/00271124DB129430A58F1EEE437C3FCB/15d5910ca8b9da1713db94513de9bdb4c10a9665/f9e2b31a-a3be-4386-92a7-ecb768cfc32f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T004059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bdbc56ab9ece093676aeb743ade16f95717a76ad93101edf23b4e10fb46e1a7 [2021-01-09T00:40:59.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T00:40:59.970Z] Dload Upload Total Spent Left Speed [2021-01-09T00:41:00.717Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83489 0 0 100 83489 0 104k --:--:-- --:--:-- --:--:-- 104k 100 83489 0 0 100 83489 0 104k --:--:-- --:--:-- --:--:-- 104k [2021-01-09T00:41:00.717Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/15d5910ca8b9da1713db94513de9bdb4c10a9665 [Pipeline] } [2021-01-09T00:41:00.857Z] 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-09T00:41:03.032Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:41:04.349Z] ---> package-listing.sh [2021-01-09T00:41:04.350Z] ++ facter osfamily [2021-01-09T00:41:04.350Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-09T00:41:04.613Z] + OS_FAMILY=redhat [2021-01-09T00:41:04.613Z] + workspace=/w/workspace/edgex-go/15 [2021-01-09T00:41:04.613Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-09T00:41:04.613Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-09T00:41:04.613Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-09T00:41:04.613Z] + PACKAGES=/tmp/packages_start.txt [2021-01-09T00:41:04.613Z] + '[' /w/workspace/edgex-go/15 ']' [2021-01-09T00:41:04.613Z] + PACKAGES=/tmp/packages_end.txt [2021-01-09T00:41:04.613Z] + case "${OS_FAMILY}" in [2021-01-09T00:41:04.613Z] + rpm -qa [2021-01-09T00:41:04.613Z] + sort [2021-01-09T00:41:10.034Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-09T00:41:10.034Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-09T00:41:10.034Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-09T00:41:10.034Z] + '[' /w/workspace/edgex-go/15 ']' [2021-01-09T00:41:10.034Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-01-09T00:41:10.034Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-01-09T00:41:10.058Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-09T00:41:10.389Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:41:11.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T00:41:11.056Z] [2021-01-09T00:41:11.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-09T00:41:11.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T00:41:11.466Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-09T00:41:11.466Z] df20fa9351a1: Pulling fs layer [2021-01-09T00:41:11.466Z] 36b3adc4ff6f: Pulling fs layer [2021-01-09T00:41:11.466Z] 8ad3a11d3b57: Pulling fs layer [2021-01-09T00:41:11.466Z] 46f8f816bc3b: Pulling fs layer [2021-01-09T00:41:11.466Z] 93b61091891f: Pulling fs layer [2021-01-09T00:41:11.466Z] 46f8f816bc3b: Waiting [2021-01-09T00:41:11.466Z] 93b61091891f: Waiting [2021-01-09T00:41:11.466Z] 93b9cdb0e59b: Pulling fs layer [2021-01-09T00:41:11.466Z] 5e14af77c1be: Pulling fs layer [2021-01-09T00:41:11.466Z] 01666e4c0597: Pulling fs layer [2021-01-09T00:41:11.466Z] aa168da1d23b: Pulling fs layer [2021-01-09T00:41:11.466Z] 93b9cdb0e59b: Waiting [2021-01-09T00:41:11.466Z] 5e14af77c1be: Waiting [2021-01-09T00:41:11.466Z] 01666e4c0597: Waiting [2021-01-09T00:41:11.466Z] aa168da1d23b: Waiting [2021-01-09T00:41:11.782Z] 36b3adc4ff6f: Verifying Checksum [2021-01-09T00:41:11.783Z] 36b3adc4ff6f: Download complete [2021-01-09T00:41:11.783Z] 46f8f816bc3b: Verifying Checksum [2021-01-09T00:41:11.783Z] 46f8f816bc3b: Download complete [2021-01-09T00:41:11.783Z] df20fa9351a1: Verifying Checksum [2021-01-09T00:41:11.783Z] df20fa9351a1: Download complete [2021-01-09T00:41:11.783Z] 93b61091891f: Download complete [2021-01-09T00:41:11.783Z] 93b9cdb0e59b: Verifying Checksum [2021-01-09T00:41:11.783Z] 93b9cdb0e59b: Download complete [2021-01-09T00:41:12.079Z] 5e14af77c1be: Verifying Checksum [2021-01-09T00:41:12.079Z] 5e14af77c1be: Download complete [2021-01-09T00:41:12.079Z] 01666e4c0597: Verifying Checksum [2021-01-09T00:41:12.079Z] 01666e4c0597: Download complete [2021-01-09T00:41:12.697Z] df20fa9351a1: Pull complete [2021-01-09T00:41:12.977Z] 36b3adc4ff6f: Pull complete [2021-01-09T00:41:12.977Z] 8ad3a11d3b57: Verifying Checksum [2021-01-09T00:41:12.977Z] 8ad3a11d3b57: Download complete [2021-01-09T00:41:15.090Z] 8ad3a11d3b57: Pull complete [2021-01-09T00:41:15.090Z] 46f8f816bc3b: Pull complete [2021-01-09T00:41:16.143Z] 93b61091891f: Pull complete [2021-01-09T00:41:16.143Z] 93b9cdb0e59b: Pull complete [2021-01-09T00:41:16.417Z] 5e14af77c1be: Pull complete [2021-01-09T00:41:17.407Z] 01666e4c0597: Pull complete [2021-01-09T00:41:18.047Z] aa168da1d23b: Verifying Checksum [2021-01-09T00:41:18.047Z] aa168da1d23b: Download complete [2021-01-09T00:41:33.254Z] aa168da1d23b: Pull complete [2021-01-09T00:41:33.254Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-09T00:41:33.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T00:41:33.254Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-09T00:41:33.763Z] prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container [2021-01-09T00:41:33.864Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-lftools-log-publisher:alpine cat [2021-01-09T00:41:37.820Z] $ docker top 0086e17e5c141935e10824a2c02b697d40c4a134a44bf052c10c85977390f585 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T00:41:38.933Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-09T00:41:39.268Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-09T00:41:39.925Z] + ls /var/log/sa-host [2021-01-09T00:41:39.925Z] + sadf -c /var/log/sa-host/sa09 [2021-01-09T00:41:39.925Z] file_magic: OK [2021-01-09T00:41:39.925Z] HZ: Using current value: 100 [2021-01-09T00:41:39.925Z] file_header: OK [2021-01-09T00:41:39.925Z] 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-09T00:41:39.925Z] Statistics: [2021-01-09T00:41:39.925Z] 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...Hnuu...uuuununununu... [2021-01-09T00:41:39.925Z] File successfully converted to sysstat format version 12.2.1 [2021-01-09T00:41:39.925Z] + sadf -c /var/log/sa-host/sa23 [2021-01-09T00:41:39.925Z] file_magic: OK [2021-01-09T00:41:39.925Z] HZ: Using current value: 100 [2021-01-09T00:41:39.925Z] file_header: OK [2021-01-09T00:41:39.925Z] 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-09T00:41:39.925Z] Statistics: [2021-01-09T00:41:39.925Z] Hnuu...uuuununununu... [2021-01-09T00:41:39.925Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T00:41:40.635Z] provisioning config files... [2021-01-09T00:41:40.662Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config4139199655651513675tmp [Pipeline] { [Pipeline] echo [2021-01-09T00:41:40.756Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:41:41.410Z] ---> create-netrc.sh [Pipeline] } [2021-01-09T00:41:41.425Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-09T00:41:41.521Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:41:41.852Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-09T00:41:41.868Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:41:42.224Z] ---> sudo-logs.sh [2021-01-09T00:41:42.224Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-09T00:41:42.537Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:41:42.894Z] ---> job-cost.sh [2021-01-09T00:41:43.166Z] lf-activate-venv: SKIPPING [2021-01-09T00:41:43.166Z] INFO: No Stack... [2021-01-09T00:41:44.571Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-09T00:41:44.846Z] INFO: Archiving Costs [Pipeline] echo [2021-01-09T00:41:44.866Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T00:41:45.559Z] ---> logs-deploy.sh [2021-01-09T00:41:45.559Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/15 [2021-01-09T00:41:45.559Z] INFO: archiving workspace using pattern(s): [2021-01-09T00:41:47.525Z] Archives upload complete. [2021-01-09T00:41:47.800Z] INFO: archiving logs to Nexus