Pull request #3102 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 99ee5d8e949bc54c6a1b06b06a0925d9c6008346+b46b7e8111e4043173f976c96fadf622ec12f3cd (f73d81aabbc176248a622e19eca8693478830318) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-docker-4c-2g-24770’ Running on prd-centos7-docker-4c-2g-24771 in /w/workspace/edgexfoundry_edgex-go_PR-3102 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/hanoi commit b46b7e8111e4043173f976c96fadf622ec12f3cd into PR head commit 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 Merge succeeded, producing 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 Checking out Revision 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 (PR-3102) > 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/3102/head:refs/remotes/origin/PR-3102 +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 # 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 b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 # timeout=10 Commit message: "fix(snap): update snap to redis 6.0.9" First time build. Skipping changelog. > git rev-list --no-walk bf5c00247f72bb2ef98cdb5ede1c907a16769b45 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T20:16:37.675Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T20:16:37.934Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T20:16:38.031Z] ========================================================= [2021-02-03T20:16:38.031Z] EdgeX Global Pipelines Version Info [2021-02-03T20:16:38.031Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:16:40.412Z] ------------------- [2021-02-03T20:16:40.412Z] stable info: [2021-02-03T20:16:40.412Z] ------------------- [2021-02-03T20:16:40.412Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T20:16:40.412Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T20:16:40.412Z] Message: update stable to v1.0.179 [2021-02-03T20:16:41.392Z] ------------------- [2021-02-03T20:16:41.392Z] experimental info: [2021-02-03T20:16:41.392Z] ------------------- [2021-02-03T20:16:41.392Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T20:16:41.392Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T20:16:41.392Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T20:16:41.682Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-03T20:16:41.772Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-03T20:16:41.863Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T20:16:41.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T20:16:42.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T20:16:42.145Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T20:16:42.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T20:16:42.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-03T20:16:42.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-03T20:16:42.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-03T20:16:42.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T20:16:42.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T20:16:42.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T20:16:42.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T20:16:42.919Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T20:16:43.002Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T20:16:43.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T20:16:43.181Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T20:16:43.268Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-03T20:16:43.395Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-03T20:16:43.498Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-03T20:16:43.583Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T20:16:43.673Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T20:16:43.784Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3102 [Pipeline] echo [2021-02-03T20:16:43.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3102 [Pipeline] echo [2021-02-03T20:16:43.962Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3102 [Pipeline] echo [2021-02-03T20:16:44.044Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [Pipeline] echo [2021-02-03T20:16:44.126Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99ee5d8 [Pipeline] echo [2021-02-03T20:16:44.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T20:16:44.397Z] provisioning config files... [2021-02-03T20:16:44.430Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config731925363668557937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:16:44.837Z] ---> docker-login.sh [2021-02-03T20:16:44.837Z] nexus3.edgexfoundry.org:10001 [2021-02-03T20:16:45.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:16:46.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:16:46.153Z] Configure a credential helper to remove this warning. See [2021-02-03T20:16:46.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:16:46.153Z] [2021-02-03T20:16:46.153Z] Login Succeeded [2021-02-03T20:16:46.153Z] nexus3.edgexfoundry.org:10002 [2021-02-03T20:16:46.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:16:46.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:16:46.736Z] Configure a credential helper to remove this warning. See [2021-02-03T20:16:46.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:16:46.736Z] [2021-02-03T20:16:46.736Z] Login Succeeded [2021-02-03T20:16:46.736Z] nexus3.edgexfoundry.org:10003 [2021-02-03T20:16:47.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:16:47.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:16:47.424Z] Configure a credential helper to remove this warning. See [2021-02-03T20:16:47.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:16:47.424Z] [2021-02-03T20:16:47.424Z] Login Succeeded [2021-02-03T20:16:47.424Z] nexus3.edgexfoundry.org:10004 [2021-02-03T20:16:47.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:16:47.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:16:47.706Z] Configure a credential helper to remove this warning. See [2021-02-03T20:16:47.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:16:47.706Z] [2021-02-03T20:16:47.706Z] Login Succeeded [2021-02-03T20:16:47.706Z] docker.io [2021-02-03T20:16:47.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:16:48.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:16:48.249Z] Configure a credential helper to remove this warning. See [2021-02-03T20:16:48.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:16:48.249Z] [2021-02-03T20:16:48.249Z] Login Succeeded [2021-02-03T20:16:48.249Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T20:16:48.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T20:16:48.761Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/core-command/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/core-data/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-03T20:16:48.761Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2021-02-03T20:16:48.761Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] ++ dirname cmd/support-logging/Dockerfile [2021-02-03T20:16:48.761Z] + echo support-logging,cmd/support-logging/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-03T20:16:48.761Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T20:16:48.761Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-03T20:16:48.761Z] ++ cut -d/ -f2 [2021-02-03T20:16:48.761Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-03T20:16:48.893Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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-02-03T20:16:50.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T20:16:50.267Z] [2021-02-03T20:16:50.267Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:16:50.676Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T20:16:50.676Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T20:16:50.676Z] 31603596830f: Pulling fs layer [2021-02-03T20:16:50.676Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T20:16:50.676Z] 6ca5941a6612: Pulling fs layer [2021-02-03T20:16:50.676Z] ecc8261a40a4: Pulling fs layer [2021-02-03T20:16:50.676Z] ecc8261a40a4: Waiting [2021-02-03T20:16:50.676Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T20:16:50.676Z] 2a8b12db71e7: Download complete [2021-02-03T20:16:50.977Z] 31603596830f: Verifying Checksum [2021-02-03T20:16:50.977Z] 31603596830f: Download complete [2021-02-03T20:16:51.247Z] 6ca5941a6612: Verifying Checksum [2021-02-03T20:16:51.247Z] 6ca5941a6612: Download complete [2021-02-03T20:16:51.247Z] ecc8261a40a4: Verifying Checksum [2021-02-03T20:16:51.247Z] ecc8261a40a4: Download complete [2021-02-03T20:16:51.516Z] 31603596830f: Pull complete [2021-02-03T20:16:51.794Z] 2a8b12db71e7: Pull complete [2021-02-03T20:16:53.252Z] 6ca5941a6612: Pull complete [2021-02-03T20:16:53.846Z] ecc8261a40a4: Pull complete [2021-02-03T20:16:53.846Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T20:16:53.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T20:16:53.846Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T20:16:54.245Z] prd-centos7-docker-4c-2g-24771 does not seem to be running inside a container [2021-02-03T20:16:54.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T20:16:57.163Z] $ docker top e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T20:16:57.578Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T20:16:57.578Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T20:16:57.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T20:16:57.948Z] $ docker exec e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a ssh-agent [2021-02-03T20:16:58.231Z] SSH_AUTH_SOCK=/tmp/ssh-nprvJLSEdwTt/agent.12 [2021-02-03T20:16:58.231Z] SSH_AGENT_PID=18 [2021-02-03T20:16:58.246Z] Running ssh-add (command line suppressed) [2021-02-03T20:16:58.445Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5678261442005647322.key (/w/workspace/edgex-go/2@tmp/private_key_5678261442005647322.key) [2021-02-03T20:16:58.526Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T20:16:58.957Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T20:16:58.994Z] $ docker exec --env ******** --env ******** e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a ssh-agent -k [2021-02-03T20:16:59.219Z] unset SSH_AUTH_SOCK; [2021-02-03T20:16:59.220Z] unset SSH_AGENT_PID; [2021-02-03T20:16:59.220Z] echo Agent pid 18 killed; [2021-02-03T20:16:59.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T20:16:59.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T20:16:59.454Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T20:16:59.788Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T20:16:59.794Z] $ docker exec e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a ssh-agent [2021-02-03T20:17:00.067Z] SSH_AUTH_SOCK=/tmp/ssh-u8cucds4h5Ek/agent.46 [2021-02-03T20:17:00.067Z] SSH_AGENT_PID=51 [2021-02-03T20:17:00.078Z] Running ssh-add (command line suppressed) [2021-02-03T20:17:00.266Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6399822152725739858.key (/w/workspace/edgex-go/2@tmp/private_key_6399822152725739858.key) [2021-02-03T20:17:00.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T20:17:00.759Z] + git semver init [2021-02-03T20:17:00.759Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T20:17:00.759Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-03T20:17:00.759Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-03T20:17:00.759Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T20:17:00.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T20:17:00.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T20:17:00.759Z] # $SEMVER_BRANCH = PR-3102 [2021-02-03T20:17:00.759Z] # $SEMVER_TEMP = /tmp/semver-721793980 [2021-02-03T20:17:00.759Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-03T20:17:33.827Z] # '/tmp/semver-721793980' -> '/w/workspace/edgex-go/2/.semver' [2021-02-03T20:17:33.828Z] # -> Force: false [2021-02-03T20:17:33.828Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-03T20:17:33.847Z] $ docker exec --env ******** --env ******** e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a ssh-agent -k [2021-02-03T20:17:34.230Z] unset SSH_AUTH_SOCK; [2021-02-03T20:17:34.230Z] unset SSH_AGENT_PID; [2021-02-03T20:17:34.230Z] echo Agent pid 51 killed; [2021-02-03T20:17:34.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T20:17:35.448Z] + git semver [Pipeline] } [2021-02-03T20:17:35.493Z] $ docker stop --time=1 e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a [2021-02-03T20:17:37.292Z] $ docker rm -f e49682b515bcdf5daa46671c0bacb2c23d517d8a9cb457bb30c3dff67926da3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T20:17:37.867Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T20:17:38.769Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T20:17:38.772Z] [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-02-03T20:17:39.800Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:17:40.114Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:17:40.439Z] + sudo service docker restart [2021-02-03T20:17:40.439Z] + true [2021-02-03T20:17:40.439Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-03T20:17:41.446Z] ========================================================= [2021-02-03T20:17:41.446Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T20:17:41.446Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:17:41.820Z] + 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-02-03T20:17:47.261Z] Sending build context to Docker daemon 327.6MB [2021-02-03T20:17:47.261Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T20:17:47.261Z] Step 2/7 : FROM ${BASE} [2021-02-03T20:17:47.261Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T20:17:47.261Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T20:17:47.261Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T20:17:47.261Z] de9db76c5a1d: Pulling fs layer [2021-02-03T20:17:47.261Z] bca2f99d35d6: Pulling fs layer [2021-02-03T20:17:47.261Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T20:17:47.261Z] 7c6f9722023f: Pulling fs layer [2021-02-03T20:17:47.261Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T20:17:47.261Z] 93359f2a8cfa: Waiting [2021-02-03T20:17:47.261Z] 7c6f9722023f: Waiting [2021-02-03T20:17:47.261Z] a35cf1a2eb13: Waiting [2021-02-03T20:17:47.261Z] bca2f99d35d6: Waiting [2021-02-03T20:17:47.261Z] de9db76c5a1d: Verifying Checksum [2021-02-03T20:17:47.261Z] de9db76c5a1d: Download complete [2021-02-03T20:17:47.261Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T20:17:47.262Z] 0ef7d3d256c8: Download complete [2021-02-03T20:17:47.529Z] 93359f2a8cfa: Download complete [2021-02-03T20:17:47.800Z] 7c6f9722023f: Verifying Checksum [2021-02-03T20:17:47.800Z] 7c6f9722023f: Download complete [2021-02-03T20:17:48.069Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T20:17:48.069Z] 188c0c94c7c5: Download complete [2021-02-03T20:17:48.700Z] 188c0c94c7c5: Pull complete [2021-02-03T20:17:49.317Z] 0ef7d3d256c8: Pull complete [2021-02-03T20:17:49.907Z] de9db76c5a1d: Pull complete [2021-02-03T20:17:51.908Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T20:17:51.908Z] a35cf1a2eb13: Download complete [2021-02-03T20:17:52.205Z] bca2f99d35d6: Verifying Checksum [2021-02-03T20:17:52.205Z] bca2f99d35d6: Download complete [2021-02-03T20:17:54.152Z] Still waiting to schedule task [2021-02-03T20:17:54.152Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-03T20:18:04.836Z] bca2f99d35d6: Pull complete [2021-02-03T20:18:04.837Z] 93359f2a8cfa: Pull complete [2021-02-03T20:18:04.837Z] 7c6f9722023f: Pull complete [2021-02-03T20:18:10.371Z] a35cf1a2eb13: Pull complete [2021-02-03T20:18:10.371Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T20:18:10.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T20:18:10.371Z] ---> a62c8e92a672 [2021-02-03T20:18:10.371Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-03T20:18:10.371Z] ---> Running in fe666dda4855 [2021-02-03T20:18:10.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:18:11.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:18:12.584Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T20:18:12.852Z] (2/12) Installing file (5.38-r0) [2021-02-03T20:18:12.852Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T20:18:13.119Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T20:18:19.786Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T20:18:19.786Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T20:18:19.786Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T20:18:19.786Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T20:18:19.786Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T20:18:19.786Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T20:18:19.786Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T20:18:19.786Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T20:18:19.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T20:18:19.786Z] OK: 233 MiB in 51 packages [2021-02-03T20:18:23.223Z] Removing intermediate container fe666dda4855 [2021-02-03T20:18:23.223Z] ---> c04f25253ec7 [2021-02-03T20:18:23.223Z] Step 4/7 : WORKDIR /edgex-go [2021-02-03T20:18:23.223Z] ---> Running in 36fb41ce3f15 [2021-02-03T20:18:23.223Z] Removing intermediate container 36fb41ce3f15 [2021-02-03T20:18:23.223Z] ---> 8aa11730d82a [2021-02-03T20:18:23.223Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-03T20:18:23.501Z] latest: Pulling from library/docker [2021-02-03T20:18:23.788Z] 4c0d98bf9879: Pulling fs layer [2021-02-03T20:18:23.789Z] e2f804d31884: Pulling fs layer [2021-02-03T20:18:23.789Z] 1a73bd8bacd2: Pulling fs layer [2021-02-03T20:18:23.789Z] b102489fa576: Pulling fs layer [2021-02-03T20:18:23.789Z] db0085121e3c: Pulling fs layer [2021-02-03T20:18:23.789Z] 9b35ed1592a3: Pulling fs layer [2021-02-03T20:18:23.789Z] 88fabd309798: Pulling fs layer [2021-02-03T20:18:23.789Z] b102489fa576: Waiting [2021-02-03T20:18:23.789Z] db0085121e3c: Waiting [2021-02-03T20:18:23.789Z] 9b35ed1592a3: Waiting [2021-02-03T20:18:23.789Z] 88fabd309798: Waiting [2021-02-03T20:18:23.789Z] 1a73bd8bacd2: Download complete [2021-02-03T20:18:23.789Z] e2f804d31884: Verifying Checksum [2021-02-03T20:18:23.789Z] e2f804d31884: Download complete [2021-02-03T20:18:24.115Z] 4c0d98bf9879: Verifying Checksum [2021-02-03T20:18:24.115Z] 4c0d98bf9879: Download complete [2021-02-03T20:18:24.115Z] 9b35ed1592a3: Verifying Checksum [2021-02-03T20:18:24.115Z] 9b35ed1592a3: Download complete [2021-02-03T20:18:24.115Z] db0085121e3c: Verifying Checksum [2021-02-03T20:18:24.115Z] db0085121e3c: Download complete [2021-02-03T20:18:24.452Z] 88fabd309798: Download complete [2021-02-03T20:18:24.765Z] 4c0d98bf9879: Pull complete [2021-02-03T20:18:25.417Z] e2f804d31884: Pull complete [2021-02-03T20:18:25.417Z] b102489fa576: Verifying Checksum [2021-02-03T20:18:25.418Z] b102489fa576: Download complete [2021-02-03T20:18:25.686Z] 1a73bd8bacd2: Pull complete [2021-02-03T20:18:31.144Z] b102489fa576: Pull complete [2021-02-03T20:18:31.144Z] db0085121e3c: Pull complete [2021-02-03T20:18:31.144Z] 9b35ed1592a3: Pull complete [2021-02-03T20:18:31.412Z] 88fabd309798: Pull complete [2021-02-03T20:18:31.412Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-03T20:18:31.412Z] Status: Downloaded newer image for docker:latest [2021-02-03T20:18:34.785Z] ---> 163f59870969 [2021-02-03T20:18:34.785Z] Step 6/7 : COPY go.mod . [2021-02-03T20:18:34.785Z] ---> b48b238b1de7 [2021-02-03T20:18:34.785Z] Step 7/7 : RUN go mod download [2021-02-03T20:18:34.785Z] ---> Running in 79b9f27c7a07 [2021-02-03T20:19:01.706Z] Removing intermediate container 79b9f27c7a07 [2021-02-03T20:19:01.706Z] ---> 30e5512016be [2021-02-03T20:19:01.706Z] Successfully built 30e5512016be [2021-02-03T20:19:01.706Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:19:02.078Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T20:19:02.355Z] . [Pipeline] withDockerContainer [2021-02-03T20:19:02.557Z] prd-centos7-docker-4c-2g-24771 does not seem to be running inside a container [2021-02-03T20:19:02.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T20:19:04.106Z] $ docker top 3232b76da9388ec053fe4d2022974511bc10eb36a28a0fd83cb4ff903c7f9194 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:19:05.904Z] + go version [2021-02-03T20:19:05.904Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T20:19:05.923Z] $ docker stop --time=1 3232b76da9388ec053fe4d2022974511bc10eb36a28a0fd83cb4ff903c7f9194 [2021-02-03T20:19:07.522Z] $ docker rm -f 3232b76da9388ec053fe4d2022974511bc10eb36a28a0fd83cb4ff903c7f9194 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:19:08.516Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T20:19:08.516Z] . [Pipeline] withDockerContainer [2021-02-03T20:19:08.673Z] prd-centos7-docker-4c-2g-24771 does not seem to be running inside a container [2021-02-03T20:19:08.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-03T20:19:10.270Z] $ docker top d9c2cd15237ee1d14463d3f6e31b9e08adeedb52c6142a02cbe70207aef2df53 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T20:19:10.650Z] ========================================================= [2021-02-03T20:19:10.650Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T20:19:10.650Z] ========================================================= [Pipeline] sh [2021-02-03T20:19:10.977Z] + make test [2021-02-03T20:19:10.977Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T20:19:30.041Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T20:19:36.771Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24772 in /w/workspace/edgexfoundry_edgex-go_PR-3102 [Pipeline] { [Pipeline] ws [2021-02-03T20:19:36.839Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-03T20:19:42.060Z] using credential edgex-jenkins-ssh [2021-02-03T20:19:42.154Z] Cloning the remote Git repository [2021-02-03T20:19:42.224Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:19:42.333Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-03T20:19:42.413Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:19:42.414Z] > git --version # timeout=10 [2021-02-03T20:19:42.440Z] > git --version # 'git version 2.17.1' [2021-02-03T20:19:42.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:19:42.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T20:19:52.527Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T20:19:56.886Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T20:19:56.910Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T20:19:56.937Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T20:19:56.968Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:19:56.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:19:56.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3102/head:refs/remotes/origin/PR-3102 +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-03T20:19:57.742Z] Merging remotes/origin/hanoi commit b46b7e8111e4043173f976c96fadf622ec12f3cd into PR head commit 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:19:58.177Z] Merge succeeded, producing 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:19:58.177Z] Checking out Revision 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 (PR-3102) [2021-02-03T20:19:57.771Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T20:19:57.783Z] > git checkout -f 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 # timeout=10 [2021-02-03T20:19:58.086Z] > git remote # timeout=10 [2021-02-03T20:19:58.109Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T20:19:58.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:19:58.141Z] > git merge b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 [2021-02-03T20:19:58.166Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T20:19:58.193Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T20:19:58.209Z] > git checkout -f 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 # timeout=10 [2021-02-03T20:20:02.632Z] Commit message: "fix(snap): update snap to redis 6.0.9" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T20:20:04.339Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:20:04.775Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T20:20:05.140Z] + true [2021-02-03T20:20:05.141Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T20:20:07.216Z] provisioning config files... [2021-02-03T20:20:07.275Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2873818081847010140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:20:07.687Z] ---> docker-login.sh [2021-02-03T20:20:07.687Z] nexus3.edgexfoundry.org:10001 [2021-02-03T20:20:08.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T20:20:08.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T20:20:08.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-03T20:20:08.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T20:20:08.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T20:20:08.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:20:09.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:20:09.021Z] Configure a credential helper to remove this warning. See [2021-02-03T20:20:09.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:20:09.021Z] [2021-02-03T20:20:09.021Z] Login Succeeded [2021-02-03T20:20:09.021Z] nexus3.edgexfoundry.org:10002 [2021-02-03T20:20:09.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:20:09.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:20:09.567Z] Configure a credential helper to remove this warning. See [2021-02-03T20:20:09.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:20:09.567Z] [2021-02-03T20:20:09.567Z] Login Succeeded [2021-02-03T20:20:09.567Z] nexus3.edgexfoundry.org:10003 [2021-02-03T20:20:09.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:20:10.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:20:10.113Z] Configure a credential helper to remove this warning. See [2021-02-03T20:20:10.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:20:10.113Z] [2021-02-03T20:20:10.113Z] Login Succeeded [2021-02-03T20:20:10.113Z] nexus3.edgexfoundry.org:10004 [2021-02-03T20:20:10.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:20:10.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:20:10.390Z] Configure a credential helper to remove this warning. See [2021-02-03T20:20:10.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:20:10.390Z] [2021-02-03T20:20:10.390Z] Login Succeeded [2021-02-03T20:20:10.390Z] docker.io [2021-02-03T20:20:10.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T20:20:10.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T20:20:10.982Z] Configure a credential helper to remove this warning. See [2021-02-03T20:20:10.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T20:20:10.982Z] [2021-02-03T20:20:10.982Z] Login Succeeded [2021-02-03T20:20:11.251Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T20:20:11.268Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-03T20:20:11.741Z] ========================================================= [2021-02-03T20:20:11.741Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T20:20:11.741Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:20:12.118Z] + 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-02-03T20:20:12.315Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.066s [2021-02-03T20:20:12.315Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T20:20:12.315Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-02-03T20:20:13.384Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T20:20:14.092Z] Sending build context to Docker daemon 166.2MB [2021-02-03T20:20:14.092Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T20:20:14.092Z] Step 2/7 : FROM ${BASE} [2021-02-03T20:20:14.366Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T20:20:14.366Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T20:20:14.366Z] a4357932f1b6: Pulling fs layer [2021-02-03T20:20:14.366Z] 18c013af1878: Pulling fs layer [2021-02-03T20:20:14.366Z] 00ac8860ef70: Pulling fs layer [2021-02-03T20:20:14.366Z] 63d7cb157983: Pulling fs layer [2021-02-03T20:20:14.366Z] b116817d02f9: Pulling fs layer [2021-02-03T20:20:14.366Z] 745a02a5169b: Pulling fs layer [2021-02-03T20:20:14.366Z] 00ac8860ef70: Waiting [2021-02-03T20:20:14.366Z] 63d7cb157983: Waiting [2021-02-03T20:20:14.366Z] b116817d02f9: Waiting [2021-02-03T20:20:14.366Z] 745a02a5169b: Waiting [2021-02-03T20:20:14.366Z] 18c013af1878: Verifying Checksum [2021-02-03T20:20:14.366Z] 18c013af1878: Download complete [2021-02-03T20:20:14.366Z] a4357932f1b6: Download complete [2021-02-03T20:20:14.366Z] 63d7cb157983: Download complete [2021-02-03T20:20:14.366Z] b116817d02f9: Download complete [2021-02-03T20:20:14.366Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T20:20:14.366Z] 5f621e34cdf4: Download complete [2021-02-03T20:20:14.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T20:20:14.819Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T20:20:14.819Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T20:20:14.819Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T20:20:14.969Z] 5f621e34cdf4: Pull complete [2021-02-03T20:20:15.568Z] a4357932f1b6: Pull complete [2021-02-03T20:20:16.166Z] 18c013af1878: Pull complete [2021-02-03T20:20:17.154Z] 745a02a5169b: Verifying Checksum [2021-02-03T20:20:17.154Z] 745a02a5169b: Download complete [2021-02-03T20:20:18.601Z] 00ac8860ef70: Verifying Checksum [2021-02-03T20:20:18.601Z] 00ac8860ef70: Download complete [2021-02-03T20:20:20.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.166s coverage: 46.6% of statements [2021-02-03T20:20:20.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T20:20:20.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T20:20:20.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T20:20:20.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T20:20:20.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T20:20:25.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.398s coverage: 27.1% of statements [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T20:20:25.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T20:20:25.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T20:20:25.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 64.9% of statements [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T20:20:25.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T20:20:26.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.505s coverage: 84.5% of statements [2021-02-03T20:20:26.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T20:20:26.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T20:20:26.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T20:20:26.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T20:20:28.761Z] 00ac8860ef70: Pull complete [2021-02-03T20:20:28.761Z] 63d7cb157983: Pull complete [2021-02-03T20:20:28.761Z] b116817d02f9: Pull complete [2021-02-03T20:20:29.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.978s coverage: 28.6% of statements [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T20:20:29.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T20:20:29.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.114s coverage: 100.0% of statements [2021-02-03T20:20:29.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T20:20:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.446s coverage: 86.7% of statements [2021-02-03T20:20:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T20:20:30.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.217s coverage: 97.5% of statements [2021-02-03T20:20:30.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T20:20:30.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements [2021-02-03T20:20:30.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T20:20:30.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T20:20:30.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T20:20:30.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T20:20:32.154Z] 745a02a5169b: Pull complete [2021-02-03T20:20:32.154Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T20:20:32.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T20:20:32.154Z] ---> b7e6874047d6 [2021-02-03T20:20:32.154Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-03T20:20:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.468s coverage: 95.7% of statements [2021-02-03T20:20:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T20:20:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T20:20:33.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T20:20:33.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.0% of statements [no tests to run] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T20:20:33.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.269s coverage: 63.5% of statements [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T20:20:33.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T20:20:33.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-02-03T20:20:33.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-02-03T20:20:33.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-02-03T20:20:34.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-02-03T20:20:34.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-02-03T20:20:35.572Z] ---> Running in b5539e398892 [2021-02-03T20:20:36.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:20:37.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:20:37.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.696s coverage: 55.9% of statements [2021-02-03T20:20:37.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T20:20:37.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T20:20:37.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-03T20:20:37.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-03T20:20:37.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-03T20:20:37.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-02-03T20:20:38.130Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T20:20:38.404Z] (2/12) Installing file (5.38-r0) [2021-02-03T20:20:38.404Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T20:20:38.678Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T20:20:44.072Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T20:20:44.072Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T20:20:44.072Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T20:20:44.072Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T20:20:44.072Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T20:20:44.072Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T20:20:44.072Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T20:20:44.072Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T20:20:44.072Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T20:20:44.344Z] OK: 217 MiB in 51 packages [2021-02-03T20:20:48.664Z] Removing intermediate container b5539e398892 [2021-02-03T20:20:48.664Z] ---> a9163de544ea [2021-02-03T20:20:48.664Z] Step 4/7 : WORKDIR /edgex-go [2021-02-03T20:20:48.664Z] ---> Running in 98f7e43a1361 [2021-02-03T20:20:48.935Z] Removing intermediate container 98f7e43a1361 [2021-02-03T20:20:48.935Z] ---> 8a92fcf2a4e5 [2021-02-03T20:20:48.935Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-02-03T20:20:49.206Z] latest: Pulling from library/docker [2021-02-03T20:20:49.480Z] 2914792bc417: Pulling fs layer [2021-02-03T20:20:49.480Z] 756c677dae0e: Pulling fs layer [2021-02-03T20:20:49.480Z] 318712088e33: Pulling fs layer [2021-02-03T20:20:49.480Z] be4ea4215e87: Pulling fs layer [2021-02-03T20:20:49.480Z] 0afbccbf4e53: Pulling fs layer [2021-02-03T20:20:49.480Z] 3b11151c2bc8: Pulling fs layer [2021-02-03T20:20:49.480Z] 46a6a033d54e: Pulling fs layer [2021-02-03T20:20:49.480Z] 46a6a033d54e: Waiting [2021-02-03T20:20:49.480Z] 0afbccbf4e53: Waiting [2021-02-03T20:20:49.480Z] 3b11151c2bc8: Waiting [2021-02-03T20:20:49.480Z] be4ea4215e87: Waiting [2021-02-03T20:20:49.480Z] 318712088e33: Verifying Checksum [2021-02-03T20:20:49.480Z] 318712088e33: Download complete [2021-02-03T20:20:49.756Z] 756c677dae0e: Verifying Checksum [2021-02-03T20:20:49.756Z] 756c677dae0e: Download complete [2021-02-03T20:20:49.756Z] 2914792bc417: Verifying Checksum [2021-02-03T20:20:49.756Z] 2914792bc417: Download complete [2021-02-03T20:20:49.756Z] 0afbccbf4e53: Verifying Checksum [2021-02-03T20:20:49.756Z] 0afbccbf4e53: Download complete [2021-02-03T20:20:49.756Z] 3b11151c2bc8: Download complete [2021-02-03T20:20:50.032Z] 46a6a033d54e: Verifying Checksum [2021-02-03T20:20:50.032Z] 46a6a033d54e: Download complete [2021-02-03T20:20:50.307Z] 2914792bc417: Pull complete [2021-02-03T20:20:51.298Z] 756c677dae0e: Pull complete [2021-02-03T20:20:51.298Z] be4ea4215e87: Verifying Checksum [2021-02-03T20:20:51.298Z] be4ea4215e87: Download complete [2021-02-03T20:20:51.572Z] 318712088e33: Pull complete [2021-02-03T20:20:55.888Z] be4ea4215e87: Pull complete [2021-02-03T20:20:55.888Z] 0afbccbf4e53: Pull complete [2021-02-03T20:20:55.888Z] 3b11151c2bc8: Pull complete [2021-02-03T20:20:56.162Z] 46a6a033d54e: Pull complete [2021-02-03T20:20:56.162Z] Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba [2021-02-03T20:20:56.162Z] Status: Downloaded newer image for docker:latest [2021-02-03T20:20:59.555Z] ---> 520e40e91fdb [2021-02-03T20:20:59.555Z] Step 6/7 : COPY go.mod . [2021-02-03T20:21:00.534Z] ---> 722d59c290a5 [2021-02-03T20:21:00.534Z] Step 7/7 : RUN go mod download [2021-02-03T20:21:00.534Z] ---> Running in b49141f5ec0e [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 40.251s coverage: 86.3% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.789s coverage: 72.2% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.782s coverage: 72.1% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.089s coverage: 82.4% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.063s coverage: 48.4% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.130s coverage: 96.8% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.256s coverage: 36.5% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.933s coverage: 84.1% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.074s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.114s coverage: 83.8% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.400s coverage: 47.1% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.079s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.081s coverage: 29.1% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.118s coverage: 99.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.156s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.171s coverage: 0.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T20:21:17.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-03T20:21:17.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-03T20:21:17.164Z] GO111MODULE=on go vet ./... [2021-02-03T20:21:27.323Z] Removing intermediate container b49141f5ec0e [2021-02-03T20:21:27.323Z] ---> 3c920cdc7ede [2021-02-03T20:21:27.324Z] Successfully built 3c920cdc7ede [2021-02-03T20:21:27.324Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:21:27.670Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T20:21:27.670Z] . [Pipeline] withDockerContainer [2021-02-03T20:21:27.947Z] prd-ubuntu18.04-docker-arm64-4c-16g-24772 does not seem to be running inside a container [2021-02-03T20:21:28.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-03T20:21:29.506Z] $ docker top 9ae0d89d78c0887ce420478de59ca76fe0f67b2e2e03cb6060961d4715a3e08a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:21:30.560Z] + go version [2021-02-03T20:21:30.560Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T20:21:30.587Z] $ docker stop --time=1 9ae0d89d78c0887ce420478de59ca76fe0f67b2e2e03cb6060961d4715a3e08a [2021-02-03T20:21:32.552Z] $ docker rm -f 9ae0d89d78c0887ce420478de59ca76fe0f67b2e2e03cb6060961d4715a3e08a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:21:33.600Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T20:21:33.601Z] . [Pipeline] withDockerContainer [2021-02-03T20:21:33.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-24772 does not seem to be running inside a container [2021-02-03T20:21:33.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-03T20:21:35.330Z] $ docker top 4e829d1a854b50ee2099a355f65bda15e7ee49748f75115edf1b7aa5f2844e95 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T20:21:35.842Z] ========================================================= [2021-02-03T20:21:35.842Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T20:21:35.842Z] ========================================================= [Pipeline] sh [2021-02-03T20:21:36.496Z] + make test [2021-02-03T20:21:36.496Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T20:21:58.679Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T20:22:04.762Z] gofmt -l . [2021-02-03T20:22:04.763Z] [ "`gofmt -l .`" = "" ] [2021-02-03T20:22:04.763Z] ./bin/test-go-mod-tidy.sh [2021-02-03T20:22:05.800Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T20:22:10.242Z] + ls -al . [2021-02-03T20:22:10.242Z] total 636 [2021-02-03T20:22:10.242Z] drwxrwxr-x 10 1001 1001 4096 Feb 3 20:22 . [2021-02-03T20:22:10.242Z] drwxr-xr-x 4 root root 28 Feb 3 20:19 .. [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 20:16 .dockerignore [2021-02-03T20:22:10.242Z] drwxrwxr-x 8 1001 1001 179 Feb 3 20:16 .git [2021-02-03T20:22:10.242Z] drwxrwxr-x 3 1001 1001 125 Feb 3 20:16 .github [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 944 Feb 3 20:16 .gitignore [2021-02-03T20:22:10.242Z] drwx------ 3 1001 1001 60 Feb 3 20:17 .semver [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 20:16 .sonarcloud.properties [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 20:16 CONTRIBUTING.md [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 1035 Feb 3 20:16 Dockerfile.build [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 20:16 Jenkinsfile [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 20:16 LICENSE [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 6581 Feb 3 20:16 Makefile [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 6447 Feb 3 20:16 README.md [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 259 Feb 3 20:16 SECURITY.md [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 20:17 VERSION [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 20:16 ZMQWindows.md [2021-02-03T20:22:10.242Z] drwxrwxr-x 2 1001 1001 117 Feb 3 20:16 bin [2021-02-03T20:22:10.242Z] drwxrwxr-x 15 1001 1001 4096 Feb 3 20:16 cmd [2021-02-03T20:22:10.242Z] -rw-r--r-- 1 root root 541382 Feb 3 20:21 coverage.out [2021-02-03T20:22:10.242Z] -rw-r--r-- 1 root root 1041 Feb 3 20:22 go.mod [2021-02-03T20:22:10.242Z] -rw-r--r-- 1 root root 18582 Feb 3 20:22 go.sum [2021-02-03T20:22:10.242Z] drwxrwxr-x 8 1001 1001 127 Feb 3 20:16 internal [2021-02-03T20:22:10.242Z] drwxrwxr-x 4 1001 1001 26 Feb 3 20:16 openapi [2021-02-03T20:22:10.242Z] drwxrwxr-x 4 1001 1001 71 Feb 3 20:16 snap [2021-02-03T20:22:10.242Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 20:16 version.go [Pipeline] sh [2021-02-03T20:22:10.575Z] + '[' -e coverage.out ] [2021-02-03T20:22:10.575Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T20:22:10.997Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T20:22:11.361Z] + make build [2021-02-03T20:22:11.361Z] 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-02-03T20:22:30.125Z] 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-02-03T20:22:35.605Z] 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-02-03T20:22:37.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T20:22:40.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:22:42.003Z] 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-02-03T20:22:44.638Z] 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-02-03T20:22:45.230Z] 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-02-03T20:22:48.671Z] 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-02-03T20:22:50.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T20:22:52.092Z] 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-02-03T20:22:55.583Z] 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-02-03T20:22:58.246Z] 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-02-03T20:22:59.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T20:22:59.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T20:22:59.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-03T20:22:59.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T20:22:59.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T20:23:00.245Z] 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-02-03T20:23:01.394Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s [2021-02-03T20:23:01.394Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T20:23:01.394Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [Pipeline] } [2021-02-03T20:23:01.706Z] $ docker stop --time=1 d9c2cd15237ee1d14463d3f6e31b9e08adeedb52c6142a02cbe70207aef2df53 [2021-02-03T20:23:03.413Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T20:23:03.693Z] $ docker rm -f d9c2cd15237ee1d14463d3f6e31b9e08adeedb52c6142a02cbe70207aef2df53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-03T20:23:04.861Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T20:23:04.861Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T20:23:04.861Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T20:23:04.861Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:23:08.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:23:09.012Z] [2021-02-03T20:23:09.012Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:23:09.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:23:09.672Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-03T20:23:09.672Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-03T20:23:09.672Z] ca9280d653b3: Pulling fs layer [2021-02-03T20:23:09.672Z] 7e9c9ca2126c: Pulling fs layer [2021-02-03T20:23:10.540Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-03T20:23:10.540Z] cbdbe7a5bc2a: Download complete [2021-02-03T20:23:11.383Z] cbdbe7a5bc2a: Pull complete [2021-02-03T20:23:11.383Z] ca9280d653b3: Download complete [2021-02-03T20:23:13.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 46.6% of statements [2021-02-03T20:23:13.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T20:23:13.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T20:23:13.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T20:23:13.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T20:23:13.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T20:23:13.611Z] 7e9c9ca2126c: Download complete [2021-02-03T20:23:13.611Z] ca9280d653b3: Pull complete [2021-02-03T20:23:19.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements [2021-02-03T20:23:19.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T20:23:19.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T20:23:19.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T20:23:19.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T20:23:19.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T20:23:19.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T20:23:19.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.601s coverage: 66.0% of statements [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T20:23:19.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.600s coverage: 84.5% of statements [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T20:23:19.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T20:23:23.855Z] 7e9c9ca2126c: Pull complete [2021-02-03T20:23:23.855Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-03T20:23:23.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:23:23.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-03T20:23:24.064Z] prd-centos7-docker-4c-2g-24771 does not seem to be running inside a container [2021-02-03T20:23:24.125Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T20:23:26.157Z] $ docker top d51abfbebdc745a2a4baa230baf0119648928f2143bdbdebe44edc554e1f72d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:23:27.238Z] + grep parallel+ [2021-02-03T20:23:27.238Z] docker-compose build --help [2021-02-03T20:23:28.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.175s coverage: 28.6% of statements [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T20:23:28.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T20:23:28.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T20:23:28.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.378s coverage: 86.7% of statements [2021-02-03T20:23:28.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T20:23:28.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.486s coverage: 97.5% of statements [2021-02-03T20:23:28.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T20:23:28.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements [2021-02-03T20:23:28.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T20:23:28.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T20:23:28.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T20:23:28.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T20:23:29.268Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T20:23:29.289Z] $ docker stop --time=1 d51abfbebdc745a2a4baa230baf0119648928f2143bdbdebe44edc554e1f72d9 [2021-02-03T20:23:31.094Z] $ docker rm -f d51abfbebdc745a2a4baa230baf0119648928f2143bdbdebe44edc554e1f72d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:23:31.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T20:23:31.901Z] . [Pipeline] withDockerContainer [2021-02-03T20:23:32.089Z] prd-centos7-docker-4c-2g-24771 does not seem to be running inside a container [2021-02-03T20:23:32.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-03T20:23:33.523Z] $ docker top 20564e04dd46868a682d465f6275bf7977ef2e3c08d739caade4e99244b05af0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:23:34.205Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T20:23:35.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.053s coverage: 95.7% of statements [2021-02-03T20:23:35.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T20:23:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T20:23:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.0% of statements [no tests to run] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T20:23:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.619s coverage: 63.5% of statements [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T20:23:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T20:23:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-02-03T20:23:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-02-03T20:23:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-02-03T20:23:36.179Z] Building docker-core-command-go ... [2021-02-03T20:23:36.180Z] Building docker-core-data-go ... [2021-02-03T20:23:36.180Z] Building docker-core-metadata-go ... [2021-02-03T20:23:36.180Z] Building docker-security-bootstrap-redis-go ... [2021-02-03T20:23:36.180Z] Building docker-security-proxy-setup-go ... [2021-02-03T20:23:36.180Z] Building docker-security-secrets-setup-go ... [2021-02-03T20:23:36.180Z] Building docker-security-secretstore-setup-go ... [2021-02-03T20:23:36.180Z] Building docker-support-logging-go ... [2021-02-03T20:23:36.180Z] Building docker-support-notifications-go ... [2021-02-03T20:23:36.180Z] Building docker-support-scheduler-go ... [2021-02-03T20:23:36.180Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T20:23:36.180Z] Building docker-security-secretstore-setup-go [2021-02-03T20:23:36.180Z] Building docker-core-metadata-go [2021-02-03T20:23:36.180Z] Building docker-sys-mgmt-agent-go [2021-02-03T20:23:36.180Z] Building docker-security-bootstrap-redis-go [2021-02-03T20:23:36.180Z] Building docker-support-notifications-go [2021-02-03T20:23:36.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-03T20:23:36.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-02-03T20:23:42.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.881s coverage: 55.9% of statements [2021-02-03T20:23:42.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T20:23:42.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T20:23:42.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-03T20:23:42.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-03T20:23:42.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-03T20:23:42.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 50.455s coverage: 86.3% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.247s coverage: 72.2% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.519s coverage: 72.1% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.076s coverage: 82.4% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.061s coverage: 48.4% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.130s coverage: 96.8% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.322s coverage: 36.5% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.513s coverage: 84.1% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.094s coverage: 42.9% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.078s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.115s coverage: 83.8% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.326s coverage: 47.1% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.923s coverage: 29.1% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.156s coverage: 99.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T20:24:29.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-02-03T20:24:29.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-03T20:24:29.969Z] GO111MODULE=on go vet ./... [2021-02-03T20:24:33.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:24:33.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:24:33.410Z] ---> 30e5512016be [2021-02-03T20:24:33.410Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:24:33.410Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:24:33.410Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:24:33.410Z] ---> 30e5512016be [2021-02-03T20:24:33.410Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:24:33.410Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:24:33.410Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:24:33.410Z] ---> 30e5512016be [2021-02-03T20:24:33.410Z] Step 3/27 : WORKDIR /edgex-go [2021-02-03T20:24:33.410Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:24:33.410Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:24:33.410Z] ---> 30e5512016be [2021-02-03T20:24:33.410Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:24:33.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:24:33.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:24:33.410Z] ---> 30e5512016be [2021-02-03T20:24:33.410Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:24:33.410Z] ---> Running in ee267423d166 [2021-02-03T20:24:33.410Z] ---> Running in 7d85b1c618af [2021-02-03T20:24:33.410Z] ---> Running in 03cea0542bd9 [2021-02-03T20:24:33.410Z] ---> Running in 258e76478c98 [2021-02-03T20:24:33.410Z] ---> Running in 0c60144d64c0 [2021-02-03T20:24:33.410Z] Removing intermediate container 7d85b1c618af [2021-02-03T20:24:33.410Z] ---> 5ad257cac8d1 [2021-02-03T20:24:33.410Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:24:33.410Z] Removing intermediate container ee267423d166 [2021-02-03T20:24:33.410Z] ---> f3549617ad58 [2021-02-03T20:24:33.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:24:33.410Z] Removing intermediate container 03cea0542bd9 [2021-02-03T20:24:33.410Z] ---> 1653e3ce209c [2021-02-03T20:24:33.410Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:24:33.410Z] Removing intermediate container 258e76478c98 [2021-02-03T20:24:33.410Z] ---> f0666932e29f [2021-02-03T20:24:33.410Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:24:33.410Z] Removing intermediate container 0c60144d64c0 [2021-02-03T20:24:33.410Z] ---> e4a4f0b5138e [2021-02-03T20:24:33.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:24:33.410Z] ---> Running in 94c5973a33a9 [2021-02-03T20:24:33.410Z] ---> Running in 2629e61fbecc [2021-02-03T20:24:33.410Z] ---> Running in 873cbcda7e94 [2021-02-03T20:24:33.410Z] ---> Running in a435dba8fb2e [2021-02-03T20:24:33.410Z] ---> Running in 96759879ba99 [2021-02-03T20:24:36.966Z] Removing intermediate container 94c5973a33a9 [2021-02-03T20:24:36.966Z] ---> 2407285581c8 [2021-02-03T20:24:36.966Z] Step 5/24 : RUN apk update && apk add make git [2021-02-03T20:24:36.966Z] ---> Running in e9e118fd247c [2021-02-03T20:24:36.966Z] Removing intermediate container 2629e61fbecc [2021-02-03T20:24:36.966Z] ---> fad9645f6ce6 [2021-02-03T20:24:36.966Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:24:37.233Z] Removing intermediate container a435dba8fb2e [2021-02-03T20:24:37.233Z] ---> d38814cf2c96 [2021-02-03T20:24:37.233Z] Step 5/27 : RUN apk update && apk add make bash git [2021-02-03T20:24:37.233Z] Removing intermediate container 873cbcda7e94 [2021-02-03T20:24:37.233Z] ---> 3f60255638f1 [2021-02-03T20:24:37.233Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-02-03T20:24:37.233Z] ---> Running in 41f65e84f4ec [2021-02-03T20:24:37.519Z] ---> Running in a7ca149609d8 [2021-02-03T20:24:37.519Z] Removing intermediate container 96759879ba99 [2021-02-03T20:24:37.519Z] ---> b900c69c9d80 [2021-02-03T20:24:37.519Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:24:37.519Z] ---> Running in 271cada57dd9 [2021-02-03T20:24:37.799Z] ---> Running in 832a6d42b6f6 [2021-02-03T20:24:38.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:39.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:39.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:39.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:39.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:39.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:39.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:40.123Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:24:40.123Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:24:40.123Z] OK: 12752 distinct packages available [2021-02-03T20:24:40.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:40.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:40.404Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:24:40.404Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:24:40.404Z] OK: 12752 distinct packages available [2021-02-03T20:24:40.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:24:40.404Z] OK: 233 MiB in 51 packages [2021-02-03T20:24:40.679Z] OK: 233 MiB in 51 packages [2021-02-03T20:24:40.979Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:24:40.979Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:24:40.979Z] OK: 12752 distinct packages available [2021-02-03T20:24:41.264Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:24:41.264Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:24:41.264Z] OK: 12752 distinct packages available [2021-02-03T20:24:41.264Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:24:41.264Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:24:41.264Z] OK: 12752 distinct packages available [2021-02-03T20:24:41.264Z] OK: 233 MiB in 51 packages [2021-02-03T20:24:41.591Z] OK: 233 MiB in 51 packages [2021-02-03T20:24:41.880Z] OK: 233 MiB in 51 packages [2021-02-03T20:24:41.880Z] Removing intermediate container e9e118fd247c [2021-02-03T20:24:41.880Z] ---> 9336e599cabd [2021-02-03T20:24:41.880Z] Step 6/24 : COPY go.mod . [2021-02-03T20:24:41.880Z] Removing intermediate container 41f65e84f4ec [2021-02-03T20:24:41.880Z] ---> 775fbd191a90 [2021-02-03T20:24:41.880Z] Step 6/22 : COPY go.mod . [2021-02-03T20:24:42.527Z] ---> 73b7273e6dee [2021-02-03T20:24:42.527Z] Step 7/22 : RUN go mod download [2021-02-03T20:24:42.527Z] Removing intermediate container 832a6d42b6f6 [2021-02-03T20:24:42.527Z] ---> a63bbdf7ccc3 [2021-02-03T20:24:42.527Z] Step 6/22 : COPY go.mod . [2021-02-03T20:24:42.892Z] ---> a4a8d6a36e58 [2021-02-03T20:24:42.892Z] Step 7/24 : RUN go mod download [2021-02-03T20:24:42.892Z] ---> Running in 2734010e4040 [2021-02-03T20:24:43.172Z] ---> Running in 358163057f3f [2021-02-03T20:24:43.492Z] Removing intermediate container 271cada57dd9 [2021-02-03T20:24:43.492Z] ---> 7c1d023ea1c2 [2021-02-03T20:24:43.492Z] Step 6/24 : COPY go.mod . [2021-02-03T20:24:43.492Z] Removing intermediate container a7ca149609d8 [2021-02-03T20:24:43.492Z] ---> 91050a7a535d [2021-02-03T20:24:43.492Z] Step 6/27 : COPY go.mod . [2021-02-03T20:24:43.879Z] ---> 298580fe229b [2021-02-03T20:24:43.879Z] Step 7/22 : RUN go mod download [2021-02-03T20:24:44.182Z] ---> Running in a4a41e773c86 [2021-02-03T20:24:44.509Z] ---> eba623701795 [2021-02-03T20:24:44.509Z] Step 7/24 : RUN go mod download [2021-02-03T20:24:44.509Z] ---> Running in 1fb50d2edb5a [2021-02-03T20:24:44.509Z] ---> 10bc8f8e3147 [2021-02-03T20:24:44.509Z] Step 7/27 : RUN go mod download [2021-02-03T20:24:44.783Z] ---> Running in 40acc5936eb2 [2021-02-03T20:24:47.465Z] Removing intermediate container a4a41e773c86 [2021-02-03T20:24:47.465Z] ---> a13cfc01c1ad [2021-02-03T20:24:47.465Z] Step 8/22 : COPY . . [2021-02-03T20:24:47.465Z] Removing intermediate container 2734010e4040 [2021-02-03T20:24:47.465Z] ---> 5b063c99dac3 [2021-02-03T20:24:47.465Z] Step 8/22 : COPY . . [2021-02-03T20:24:48.506Z] Removing intermediate container 40acc5936eb2 [2021-02-03T20:24:48.506Z] ---> a9ff8431f502 [2021-02-03T20:24:48.506Z] Step 8/27 : COPY . . [2021-02-03T20:24:48.506Z] Removing intermediate container 1fb50d2edb5a [2021-02-03T20:24:48.506Z] ---> f1fa755cc39a [2021-02-03T20:24:48.506Z] Step 8/24 : COPY . . [2021-02-03T20:24:49.118Z] Removing intermediate container 358163057f3f [2021-02-03T20:24:49.118Z] ---> f7c50d6ed394 [2021-02-03T20:24:49.118Z] Step 8/24 : COPY . . [2021-02-03T20:25:38.014Z] gofmt -l . [2021-02-03T20:25:38.994Z] [ "`gofmt -l .`" = "" ] [2021-02-03T20:25:41.614Z] ./bin/test-go-mod-tidy.sh [2021-02-03T20:25:42.211Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T20:25:47.170Z] + ls -al . [2021-02-03T20:25:47.170Z] total 664 [2021-02-03T20:25:47.170Z] drwxrwxr-x 9 1001 1001 4096 Feb 3 20:25 . [2021-02-03T20:25:47.171Z] drwxr-xr-x 4 root root 4096 Feb 3 20:21 .. [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 20:19 .dockerignore [2021-02-03T20:25:47.171Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 20:20 .git [2021-02-03T20:25:47.171Z] drwxrwxr-x 3 1001 1001 4096 Feb 3 20:19 .github [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 944 Feb 3 20:19 .gitignore [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 20:19 .sonarcloud.properties [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 20:19 CONTRIBUTING.md [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 1035 Feb 3 20:19 Dockerfile.build [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 20:19 Jenkinsfile [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 20:19 LICENSE [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 6581 Feb 3 20:19 Makefile [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 6447 Feb 3 20:19 README.md [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 259 Feb 3 20:19 SECURITY.md [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 20:17 VERSION [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 20:19 ZMQWindows.md [2021-02-03T20:25:47.171Z] drwxrwxr-x 2 1001 1001 4096 Feb 3 20:19 bin [2021-02-03T20:25:47.171Z] drwxrwxr-x 15 1001 1001 4096 Feb 3 20:19 cmd [2021-02-03T20:25:47.171Z] -rw-r--r-- 1 root root 541382 Feb 3 20:24 coverage.out [2021-02-03T20:25:47.171Z] -rw-r--r-- 1 root root 1041 Feb 3 20:25 go.mod [2021-02-03T20:25:47.171Z] -rw-r--r-- 1 root root 18582 Feb 3 20:25 go.sum [2021-02-03T20:25:47.171Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 20:19 internal [2021-02-03T20:25:47.171Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 20:19 openapi [2021-02-03T20:25:47.171Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 20:19 snap [2021-02-03T20:25:47.171Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 20:19 version.go [Pipeline] sh [2021-02-03T20:25:47.834Z] + '[' -e coverage.out ] [2021-02-03T20:25:47.835Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T20:25:47.912Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T20:25:49.196Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T20:25:49.936Z] + make build [2021-02-03T20:25:49.936Z] 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-02-03T20:25:58.756Z] ---> 7648fddee88c [2021-02-03T20:25:58.756Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-03T20:25:58.756Z] ---> 143f274be492 [2021-02-03T20:25:58.756Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T20:25:58.757Z] ---> Running in dca0f38f177e [2021-02-03T20:25:58.757Z] ---> b483979fd06e [2021-02-03T20:25:58.757Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-02-03T20:25:58.757Z] ---> Running in 2078f1055370 [2021-02-03T20:25:58.757Z] ---> d0068554271d [2021-02-03T20:25:58.757Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-02-03T20:25:58.757Z] ---> Running in 0e0d5e487591 [2021-02-03T20:25:58.757Z] ---> Running in cdcbc1fa8056 [2021-02-03T20:25:58.757Z] ---> d9989d10d448 [2021-02-03T20:25:58.757Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T20:25:58.757Z] ---> Running in 55c8447849c5 [2021-02-03T20:25:58.757Z] 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-02-03T20:25:58.757Z] 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-02-03T20:25:58.757Z] 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-02-03T20:25:58.757Z] 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-02-03T20:25:58.757Z] 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-02-03T20:26:16.854Z] 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-02-03T20:26:25.131Z] 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-02-03T20:26:29.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:26:32.846Z] 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-02-03T20:26:38.250Z] 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-02-03T20:26:38.416Z] 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-02-03T20:26:38.846Z] 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-02-03T20:26:44.260Z] 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-02-03T20:26:45.474Z] Removing intermediate container dca0f38f177e [2021-02-03T20:26:45.474Z] ---> 8790a634dd2b [2021-02-03T20:26:45.474Z] [2021-02-03T20:26:45.474Z] Step 10/22 : FROM alpine:3.10 [2021-02-03T20:26:45.808Z] 3.10: Pulling from library/alpine [2021-02-03T20:26:45.808Z] Removing intermediate container 2078f1055370 [2021-02-03T20:26:45.808Z] ---> 4a7bcd2658c3 [2021-02-03T20:26:45.808Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T20:26:46.509Z] ---> Running in e16e7d209cbe [2021-02-03T20:26:47.134Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-03T20:26:47.134Z] Status: Downloaded newer image for alpine:3.10 [2021-02-03T20:26:47.134Z] ---> be4e4bea2c2e [2021-02-03T20:26:47.134Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:26:47.433Z] ---> Running in f042bbbf8b41 [2021-02-03T20:26:47.726Z] 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-02-03T20:26:49.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:26:49.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:26:49.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T20:26:49.889Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:26:49.889Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:26:49.889Z] OK: 10350 distinct packages available [2021-02-03T20:26:50.202Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:26:51.187Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:26:51.187Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:26:51.462Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:26:51.462Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:26:51.462Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:26:51.462Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:26:51.462Z] OK: 7 MiB in 19 packages [2021-02-03T20:26:52.283Z] 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-02-03T20:26:54.124Z] Removing intermediate container 55c8447849c5 [2021-02-03T20:26:54.124Z] ---> 58c791030e57 [2021-02-03T20:26:54.124Z] [2021-02-03T20:26:54.124Z] Step 10/24 : FROM alpine:3.10 [2021-02-03T20:26:54.124Z] ---> be4e4bea2c2e [2021-02-03T20:26:54.124Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:26:54.124Z] Removing intermediate container 0e0d5e487591 [2021-02-03T20:26:54.124Z] ---> f56150ff9e67 [2021-02-03T20:26:54.124Z] [2021-02-03T20:26:54.124Z] Step 10/24 : FROM scratch [2021-02-03T20:26:54.124Z] ---> [2021-02-03T20:26:54.124Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:26:54.124Z] ---> Running in 92ab673d078f [2021-02-03T20:26:54.124Z] ---> Running in e3bb2aad6461 [2021-02-03T20:26:54.517Z] Removing intermediate container e16e7d209cbe [2021-02-03T20:26:54.517Z] ---> b60c38dc04c3 [2021-02-03T20:26:54.517Z] [2021-02-03T20:26:54.517Z] Step 11/27 : FROM docker:latest [2021-02-03T20:26:54.517Z] ---> 6e081696197d [2021-02-03T20:26:54.517Z] Step 12/27 : RUN apk add --no-cache bash [2021-02-03T20:26:54.882Z] Removing intermediate container f042bbbf8b41 [2021-02-03T20:26:54.882Z] ---> d18c9d7e679e [2021-02-03T20:26:54.882Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-02-03T20:26:55.278Z] Removing intermediate container e3bb2aad6461 [2021-02-03T20:26:55.278Z] ---> cd8e902f455d [2021-02-03T20:26:55.278Z] Step 12/24 : ENV APP_PORT=48060 [2021-02-03T20:26:55.602Z] ---> Running in 6596e9301009 [2021-02-03T20:26:55.602Z] ---> Running in bb9af1e9222f [2021-02-03T20:26:55.602Z] ---> Running in 5c9392549e3d [2021-02-03T20:26:55.678Z] 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-02-03T20:26:55.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:26:56.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:26:56.250Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:26:56.250Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:26:56.250Z] OK: 10350 distinct packages available [2021-02-03T20:26:56.560Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:26:56.911Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:26:56.911Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:26:56.911Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:26:56.911Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:26:56.911Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:26:56.911Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:26:56.911Z] Removing intermediate container 6596e9301009 [2021-02-03T20:26:56.911Z] ---> af6ff85a536b [2021-02-03T20:26:56.911Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-03T20:26:56.911Z] OK: 7 MiB in 19 packages [2021-02-03T20:26:57.198Z] Removing intermediate container bb9af1e9222f [2021-02-03T20:26:57.198Z] ---> d90f83c823af [2021-02-03T20:26:57.198Z] Step 13/22 : WORKDIR / [2021-02-03T20:26:57.470Z] ---> Running in 991fbcbd734c [2021-02-03T20:26:57.751Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:26:57.751Z] ---> Running in de36e69f3a28 [2021-02-03T20:26:58.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:26:58.046Z] Removing intermediate container cdcbc1fa8056 [2021-02-03T20:26:58.046Z] ---> 4f30b57f996a [2021-02-03T20:26:58.046Z] [2021-02-03T20:26:58.046Z] Step 10/22 : FROM scratch [2021-02-03T20:26:58.046Z] ---> [2021-02-03T20:26:58.046Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:26:58.046Z] Removing intermediate container 991fbcbd734c [2021-02-03T20:26:58.046Z] ---> 5b6f7020fd0d [2021-02-03T20:26:58.046Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-02-03T20:26:58.329Z] (1/2) Installing readline (8.1.0-r0) [2021-02-03T20:26:58.329Z] (2/2) Installing bash (5.1.0-r0) [2021-02-03T20:26:58.329Z] Executing bash-5.1.0-r0.post-install [2021-02-03T20:26:58.329Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:26:58.329Z] OK: 13 MiB in 22 packages [2021-02-03T20:26:58.927Z] ---> Running in 95eb674cc624 [2021-02-03T20:26:58.927Z] ---> a3285bb564ae [2021-02-03T20:26:58.927Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-02-03T20:26:58.927Z] Removing intermediate container de36e69f3a28 [2021-02-03T20:26:58.927Z] ---> 79a635dee47a [2021-02-03T20:26:58.927Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-02-03T20:26:58.927Z] Removing intermediate container 92ab673d078f [2021-02-03T20:26:58.927Z] ---> 7c850c9e295b [2021-02-03T20:26:58.927Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:26:59.236Z] ---> Running in e12aadf3e571 [2021-02-03T20:26:59.236Z] Removing intermediate container 95eb674cc624 [2021-02-03T20:26:59.236Z] ---> a32e1e83e330 [2021-02-03T20:26:59.236Z] Step 12/22 : ENV APP_PORT=48081 [2021-02-03T20:26:59.542Z] ---> Running in d4891793ab1c [2021-02-03T20:26:59.849Z] Removing intermediate container e12aadf3e571 [2021-02-03T20:26:59.849Z] ---> 5be6a806077d [2021-02-03T20:26:59.849Z] Step 13/24 : WORKDIR / [2021-02-03T20:26:59.849Z] ---> 21e89f111a3a [2021-02-03T20:26:59.849Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-02-03T20:26:59.979Z] 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-02-03T20:27:00.139Z] Removing intermediate container 5c9392549e3d [2021-02-03T20:27:00.139Z] ---> bfa9db405c9c [2021-02-03T20:27:00.139Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-02-03T20:27:00.139Z] ---> Running in 8a5625ff8c6c [2021-02-03T20:27:00.139Z] ---> Running in 81c987f07fe4 [2021-02-03T20:27:00.437Z] Removing intermediate container d4891793ab1c [2021-02-03T20:27:00.437Z] ---> 8835b344cbf0 [2021-02-03T20:27:00.437Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:27:00.437Z] ---> 2458d1eef3e9 [2021-02-03T20:27:00.437Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-02-03T20:27:00.437Z] ---> Running in 0156eab0c39a [2021-02-03T20:27:00.720Z] Removing intermediate container 8a5625ff8c6c [2021-02-03T20:27:00.720Z] ---> 089a71aa1373 [2021-02-03T20:27:00.720Z] 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-02-03T20:27:01.022Z] ---> 04af09952266 [2021-02-03T20:27:01.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-02-03T20:27:01.022Z] Removing intermediate container 0156eab0c39a [2021-02-03T20:27:01.022Z] ---> 4955ab943a8b [2021-02-03T20:27:01.022Z] Step 14/22 : WORKDIR / [2021-02-03T20:27:01.297Z] ---> Running in 1ccdf04bbb74 [2021-02-03T20:27:01.579Z] ---> 2204b547a2af [2021-02-03T20:27:01.579Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-02-03T20:27:01.579Z] ---> ca377079c030 [2021-02-03T20:27:01.579Z] 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-02-03T20:27:01.579Z] ---> 9b8ff9a1ec19 [2021-02-03T20:27:01.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-02-03T20:27:01.894Z] Removing intermediate container 1ccdf04bbb74 [2021-02-03T20:27:01.894Z] ---> 23383bb9a510 [2021-02-03T20:27:01.894Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-02-03T20:27:02.193Z] ---> ea5d62a89e6f [2021-02-03T20:27:02.193Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T20:27:02.193Z] ---> 83c80903c86e [2021-02-03T20:27:02.193Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T20:27:02.193Z] Removing intermediate container 81c987f07fe4 [2021-02-03T20:27:02.193Z] ---> 603bf56f61f4 [2021-02-03T20:27:02.525Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T20:27:02.525Z] ---> b4b100cbb516 [2021-02-03T20:27:02.525Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-02-03T20:27:02.525Z] ---> d593ef1c5828 [2021-02-03T20:27:02.525Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T20:27:02.525Z] ---> Running in aea65b3e3e8f [2021-02-03T20:27:02.794Z] ---> Running in f4fd9b223e14 [2021-02-03T20:27:03.076Z] ---> 0549d2374176 [2021-02-03T20:27:03.076Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T20:27:03.076Z] Removing intermediate container aea65b3e3e8f [2021-02-03T20:27:03.076Z] ---> 374c882ead56 [2021-02-03T20:27:03.076Z] Step 15/27 : ENV APP_PORT=48090 [2021-02-03T20:27:03.368Z] 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-02-03T20:27:03.375Z] ---> Running in 3e317eec1817 [2021-02-03T20:27:03.375Z] ---> b2634beb5af7 [2021-02-03T20:27:03.375Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T20:27:03.668Z] ---> 6180c31c86a7 [2021-02-03T20:27:03.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T20:27:04.271Z] Removing intermediate container 3e317eec1817 [2021-02-03T20:27:04.271Z] ---> 9a89c6ae73bc [2021-02-03T20:27:04.271Z] Step 16/27 : EXPOSE $APP_PORT [2021-02-03T20:27:04.271Z] ---> c280c5a8d9f1 [2021-02-03T20:27:04.271Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T20:27:04.271Z] ---> Running in 5283197c7933 [2021-02-03T20:27:04.271Z] ---> cb30dec5b512 [2021-02-03T20:27:04.271Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-02-03T20:27:04.576Z] ---> 19976da637ac [2021-02-03T20:27:04.576Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-02-03T20:27:04.576Z] ---> Running in 00c1ef462ac5 [2021-02-03T20:27:04.576Z] ---> Running in 9d87e90e05fc [2021-02-03T20:27:04.878Z] Removing intermediate container 5283197c7933 [2021-02-03T20:27:04.878Z] ---> 6695184c6bd9 [2021-02-03T20:27:04.878Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T20:27:05.171Z] Removing intermediate container 00c1ef462ac5 [2021-02-03T20:27:05.171Z] ---> 5e28ff5947f3 [2021-02-03T20:27:05.171Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:27:05.171Z] Removing intermediate container 9d87e90e05fc [2021-02-03T20:27:05.171Z] ---> 991cd9741aca [2021-02-03T20:27:05.171Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:27:05.477Z] ---> Running in d8418efe46da [2021-02-03T20:27:05.477Z] Removing intermediate container f4fd9b223e14 [2021-02-03T20:27:05.477Z] ---> 890f4946b2bf [2021-02-03T20:27:05.477Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T20:27:05.477Z] ---> Running in a8edb197f483 [2021-02-03T20:27:05.477Z] ---> b5913cacb07b [2021-02-03T20:27:05.477Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:27:05.784Z] ---> Running in 798d2898b398 [2021-02-03T20:27:06.053Z] Removing intermediate container d8418efe46da [2021-02-03T20:27:06.053Z] ---> 0b5ad7216f3c [2021-02-03T20:27:06.053Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T20:27:06.325Z] Removing intermediate container a8edb197f483 [2021-02-03T20:27:06.325Z] ---> 1b6267784b8c [2021-02-03T20:27:06.325Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:27:06.325Z] ---> Running in c288ddd15963 [2021-02-03T20:27:06.325Z] ---> b325fc4189f0 [2021-02-03T20:27:06.325Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T20:27:06.325Z] Removing intermediate container 798d2898b398 [2021-02-03T20:27:06.325Z] ---> 92deeb3c5c22 [2021-02-03T20:27:06.325Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:27:06.651Z] ---> 773ca950a239 [2021-02-03T20:27:06.651Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:27:06.651Z] ---> Running in ee33579f5c7d [2021-02-03T20:27:06.651Z] ---> Running in a00030914756 [Pipeline] } [2021-02-03T20:27:06.768Z] $ docker stop --time=1 4e829d1a854b50ee2099a355f65bda15e7ee49748f75115edf1b7aa5f2844e95 [2021-02-03T20:27:06.964Z] ---> Running in 093fcf95a266 [2021-02-03T20:27:06.964Z] Removing intermediate container c288ddd15963 [2021-02-03T20:27:06.964Z] ---> cca5c1c5269e [2021-02-03T20:27:06.964Z] Step 23/24 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:27:06.964Z] ---> Running in dc38de672b47 [2021-02-03T20:27:07.277Z] Removing intermediate container ee33579f5c7d [2021-02-03T20:27:07.277Z] ---> 590253fda635 [2021-02-03T20:27:07.277Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:27:07.277Z] ---> a214f5e620d9 [2021-02-03T20:27:07.277Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T20:27:07.277Z] Removing intermediate container a00030914756 [2021-02-03T20:27:07.277Z] ---> cb93ceced054 [2021-02-03T20:27:07.277Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:27:07.277Z] ---> Running in 567680613db6 [2021-02-03T20:27:07.568Z] ---> Running in 781e859f5d64 [2021-02-03T20:27:07.568Z] Removing intermediate container dc38de672b47 [2021-02-03T20:27:07.568Z] ---> 8f1c2aaacba4 [2021-02-03T20:27:07.568Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T20:27:07.568Z] ---> Running in 400af9abd2bf [2021-02-03T20:27:07.839Z] Removing intermediate container 567680613db6 [2021-02-03T20:27:07.839Z] ---> 56cf08fffba6 [2021-02-03T20:27:07.839Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:27:07.839Z] Removing intermediate container 781e859f5d64 [2021-02-03T20:27:07.839Z] ---> 0a6a0ea6c638 [2021-02-03T20:27:07.839Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:27:07.839Z] ---> Running in 56ff426c188a [2021-02-03T20:27:08.117Z] ---> Running in 1dfcb3b24ad6 [2021-02-03T20:27:08.117Z] ---> 49a6d22f2fe9 [2021-02-03T20:27:08.117Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-02-03T20:27:08.117Z] Removing intermediate container 400af9abd2bf [2021-02-03T20:27:08.117Z] ---> e8b5d6668ace [2021-02-03T20:27:08.117Z] [2021-02-03T20:27:08.456Z] ---> Running in cfe48af7d445 [2021-02-03T20:27:08.733Z] Removing intermediate container 56ff426c188a [2021-02-03T20:27:08.733Z] ---> 9d803cd12bb1 [2021-02-03T20:27:08.733Z] [2021-02-03T20:27:09.066Z] Removing intermediate container 1dfcb3b24ad6 [2021-02-03T20:27:09.066Z] ---> 80efc8bddabb [2021-02-03T20:27:09.066Z] [2021-02-03T20:27:09.232Z] $ docker rm -f 4e829d1a854b50ee2099a355f65bda15e7ee49748f75115edf1b7aa5f2844e95 [2021-02-03T20:27:09.379Z] Successfully built e8b5d6668ace [2021-02-03T20:27:09.379Z] Successfully built 9d803cd12bb1 [2021-02-03T20:27:09.379Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-02-03T20:27:09.379Z] Successfully tagged docker-support-notifications-go:latest [2021-02-03T20:27:09.379Z] Building docker-support-scheduler-go [2021-02-03T20:27:09.379Z] Building docker-core-command-go [2021-02-03T20:27:09.693Z]  Building docker-security-bootstrap-redis-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 093fcf95a266 [2021-02-03T20:27:09.693Z] ---> d8e5c4911edb [2021-02-03T20:27:09.693Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:27:09.693Z] Successfully built 80efc8bddabb [2021-02-03T20:27:09.693Z] Successfully tagged docker-core-metadata-go:latest [2021-02-03T20:27:09.693Z] Building docker-security-secrets-setup-go [2021-02-03T20:27:09.693Z]  Building docker-core-metadata-go ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:27:09.693Z] ---> Running in c4834046fa04 [2021-02-03T20:27:10.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:27:10.376Z] Removing intermediate container c4834046fa04 [2021-02-03T20:27:10.376Z] ---> 8edd318d0644 [2021-02-03T20:27:10.376Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T20:27:10.376Z] ---> Running in 71d06c9f8f20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-03T20:27:10.692Z] (1/32) Installing libbz2 (1.0.8-r1) [2021-02-03T20:27:10.692Z] (2/32) Installing expat (2.2.10-r1) [2021-02-03T20:27:10.692Z] (3/32) Installing libffi (3.3-r2) [2021-02-03T20:27:10.692Z] (4/32) Installing gdbm (1.19-r0) [2021-02-03T20:27:10.692Z] (5/32) Installing xz-libs (5.2.5-r0) [2021-02-03T20:27:10.692Z] (6/32) Installing sqlite-libs (3.34.1-r0) [2021-02-03T20:27:10.692Z] (7/32) Installing python3 (3.8.7-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:27:10.975Z] Removing intermediate container 71d06c9f8f20 [2021-02-03T20:27:10.975Z] ---> bb496f96017e [2021-02-03T20:27:10.975Z] Step 23/24 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:27:11.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:27:11.252Z] [2021-02-03T20:27:11.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:27:11.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:27:12.178Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-03T20:27:12.178Z] 29e5d40040c1: Pulling fs layer [2021-02-03T20:27:12.178Z] 1ce36da41761: Pulling fs layer [2021-02-03T20:27:12.178Z] 25b303627fd3: Pulling fs layer [2021-02-03T20:27:12.178Z] 29e5d40040c1: Download complete [2021-02-03T20:27:12.774Z] 1ce36da41761: Verifying Checksum [2021-02-03T20:27:12.774Z] 1ce36da41761: Download complete [2021-02-03T20:27:12.774Z] 29e5d40040c1: Pull complete [2021-02-03T20:27:14.209Z] 1ce36da41761: Pull complete [2021-02-03T20:27:14.676Z] ---> Running in 3e8161f987b0 [2021-02-03T20:27:14.804Z] 25b303627fd3: Verifying Checksum [2021-02-03T20:27:14.804Z] 25b303627fd3: Download complete [2021-02-03T20:27:16.667Z] (8/32) Installing py3-appdirs (1.4.4-r1) [2021-02-03T20:27:16.667Z] (9/32) Installing py3-ordered-set (4.0.2-r0) [2021-02-03T20:27:16.667Z] Removing intermediate container 3e8161f987b0 [2021-02-03T20:27:16.667Z] ---> e857c3038c6a [2021-02-03T20:27:16.667Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T20:27:16.667Z] (10/32) Installing py3-parsing (2.4.7-r1) [2021-02-03T20:27:16.667Z] (11/32) Installing py3-six (1.15.0-r0) [2021-02-03T20:27:16.667Z] (12/32) Installing py3-packaging (20.9-r0) [2021-02-03T20:27:16.667Z] (13/32) Installing py3-setuptools (51.3.3-r0) [2021-02-03T20:27:16.667Z] ---> Running in 1dccf3320e8e [2021-02-03T20:27:16.667Z] (14/32) Installing py3-chardet (4.0.0-r0) [2021-02-03T20:27:16.667Z] (15/32) Installing py3-idna (3.1-r0) [2021-02-03T20:27:17.308Z] (16/32) Installing py3-urllib3 (1.26.2-r1) [2021-02-03T20:27:17.986Z] (17/32) Installing py3-requests (2.25.1-r1) [2021-02-03T20:27:17.986Z] (18/32) Installing py3-msgpack (1.0.2-r0) [2021-02-03T20:27:18.647Z] (19/32) Installing py3-lockfile (0.12.2-r3) [2021-02-03T20:27:19.642Z] (20/32) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T20:27:19.642Z] (21/32) Installing py3-colorama (0.4.4-r0) [2021-02-03T20:27:19.922Z] (22/32) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T20:27:19.922Z] (23/32) Installing py3-distlib (0.3.1-r1) [2021-02-03T20:27:20.203Z] (24/32) Installing py3-distro (1.5.0-r1) [2021-02-03T20:27:20.203Z] (25/32) Installing py3-webencodings (0.5.1-r3) [2021-02-03T20:27:20.203Z] (26/32) Installing py3-html5lib (1.1-r0) [2021-02-03T20:27:20.203Z] Removing intermediate container 1dccf3320e8e [2021-02-03T20:27:20.203Z] ---> 0d6cff094cf9 [2021-02-03T20:27:20.203Z] [2021-02-03T20:27:20.203Z] (27/32) Installing py3-pytoml (0.1.21-r0) [2021-02-03T20:27:20.203Z] (28/32) Installing py3-pep517 (0.9.1-r0) [2021-02-03T20:27:20.203Z] (29/32) Installing py3-progress (1.5-r0) [2021-02-03T20:27:20.203Z] (30/32) Installing py3-retrying (1.3.3-r0) [2021-02-03T20:27:20.502Z] (31/32) Installing py3-toml (0.10.2-r0) [2021-02-03T20:27:20.799Z] (32/32) Installing py3-pip (20.3.4-r0) [2021-02-03T20:27:21.071Z] Successfully built 0d6cff094cf9 [2021-02-03T20:27:21.071Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-03T20:27:21.071Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2021-02-03T20:27:22.597Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:27:22.597Z] OK: 80 MiB in 54 packages [2021-02-03T20:27:24.960Z] 25b303627fd3: Pull complete [2021-02-03T20:27:24.960Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-03T20:27:24.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:27:24.960Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-03T20:27:25.230Z] prd-ubuntu18.04-docker-arm64-4c-16g-24772 does not seem to be running inside a container [2021-02-03T20:27:25.310Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T20:27:28.475Z] $ docker top e3375d584d587bda3d60f40dceb324873987d2209b89c6cb6bf290f59957d21e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:27:29.468Z] + docker-compose build --help [2021-02-03T20:27:29.468Z] + grep parallel [2021-02-03T20:27:32.837Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T20:27:32.860Z] $ docker stop --time=1 e3375d584d587bda3d60f40dceb324873987d2209b89c6cb6bf290f59957d21e [2021-02-03T20:27:34.841Z] $ docker rm -f e3375d584d587bda3d60f40dceb324873987d2209b89c6cb6bf290f59957d21e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:27:35.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T20:27:35.690Z] . [Pipeline] withDockerContainer [2021-02-03T20:27:35.953Z] prd-ubuntu18.04-docker-arm64-4c-16g-24772 does not seem to be running inside a container [2021-02-03T20:27:36.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T20:27:37.414Z] $ docker top 647f571345c7ad7dc9f868cce17c9e951eb6d5b025db9f936e6ce191180f2faf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:27:38.425Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T20:27:42.708Z] Building docker-core-command-go ... [2021-02-03T20:27:42.708Z] Building docker-core-data-go ... [2021-02-03T20:27:42.708Z] Building docker-core-metadata-go ... [2021-02-03T20:27:42.708Z] Building docker-security-bootstrap-redis-go ... [2021-02-03T20:27:42.708Z] Building docker-security-proxy-setup-go ... [2021-02-03T20:27:42.708Z] Building docker-security-secrets-setup-go ... [2021-02-03T20:27:42.708Z] Building docker-security-secretstore-setup-go ... [2021-02-03T20:27:42.708Z] Building docker-support-logging-go ... [2021-02-03T20:27:42.708Z] Building docker-support-notifications-go ... [2021-02-03T20:27:42.708Z] Building docker-support-scheduler-go ... [2021-02-03T20:27:42.708Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T20:27:42.708Z] Building docker-security-secrets-setup-go [2021-02-03T20:27:42.708Z] Building docker-support-logging-go [2021-02-03T20:27:42.708Z] Building docker-support-notifications-go [2021-02-03T20:27:42.708Z] Building docker-core-command-go [2021-02-03T20:27:42.708Z] Building docker-support-scheduler-go [2021-02-03T20:27:55.991Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:27:55.992Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:27:55.992Z] ---> 30e5512016be [2021-02-03T20:27:55.992Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> e4a4f0b5138e [2021-02-03T20:27:55.992Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> b900c69c9d80 [2021-02-03T20:27:55.992Z] Step 5/21 : RUN apk update && apk add make git [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> a63bbdf7ccc3 [2021-02-03T20:27:55.992Z] Step 6/21 : COPY go.mod . [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> 298580fe229b [2021-02-03T20:27:55.992Z] Step 7/21 : RUN go mod download [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> a13cfc01c1ad [2021-02-03T20:27:55.992Z] Step 8/21 : COPY . . [2021-02-03T20:27:55.992Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:27:55.992Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:27:55.992Z] ---> 30e5512016be [2021-02-03T20:27:55.992Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> e4a4f0b5138e [2021-02-03T20:27:55.992Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> b900c69c9d80 [2021-02-03T20:27:55.992Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> a63bbdf7ccc3 [2021-02-03T20:27:55.992Z] Step 6/22 : COPY go.mod . [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> 298580fe229b [2021-02-03T20:27:55.992Z] Step 7/22 : RUN go mod download [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> a13cfc01c1ad [2021-02-03T20:27:55.992Z] Step 8/22 : COPY . . [2021-02-03T20:27:55.992Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:27:55.992Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-02-03T20:27:55.992Z] ---> 30e5512016be [2021-02-03T20:27:55.992Z] Step 3/29 : WORKDIR /edgex-go [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> e4a4f0b5138e [2021-02-03T20:27:55.992Z] Step 4/29 : RUN apk update && apk add make git [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> d0068554271d [2021-02-03T20:27:55.992Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T20:27:55.992Z] ---> Using cache [2021-02-03T20:27:55.992Z] ---> d0068554271d [2021-02-03T20:27:55.992Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-02-03T20:27:55.992Z] ---> Running in 17320c23492f [2021-02-03T20:27:55.992Z] ---> Running in c916e4b276c4 [2021-02-03T20:27:55.992Z] ---> Running in 20fb735f0335 [2021-02-03T20:27:58.274Z] Removing intermediate container cfe48af7d445 [2021-02-03T20:27:58.274Z] ---> 2d6d2482c029 [2021-02-03T20:27:58.274Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-02-03T20:27:58.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:27:58.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:27:58.552Z] ---> 30e5512016be [2021-02-03T20:27:58.552Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:27:58.552Z] ---> Using cache [2021-02-03T20:27:58.552Z] ---> e4a4f0b5138e [2021-02-03T20:27:58.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:27:58.552Z] ---> Using cache [2021-02-03T20:27:58.552Z] ---> b900c69c9d80 [2021-02-03T20:27:58.552Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-02-03T20:27:58.552Z] 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-02-03T20:27:58.552Z] 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-02-03T20:27:58.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:27:58.845Z] ---> Running in 0b5c234dfefc [2021-02-03T20:27:58.845Z] ---> Running in 3bb098da15dc [2021-02-03T20:27:59.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:28:00.219Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:28:00.219Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:28:00.219Z] OK: 12752 distinct packages available [2021-02-03T20:28:00.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:28:00.813Z] OK: 233 MiB in 51 packages [2021-02-03T20:28:01.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:28:02.292Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:28:02.292Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:28:02.292Z] OK: 12752 distinct packages available [2021-02-03T20:28:02.616Z] Removing intermediate container 20fb735f0335 [2021-02-03T20:28:02.616Z] ---> 90d8cb91e5b3 [2021-02-03T20:28:02.616Z] Step 5/29 : COPY go.mod . [2021-02-03T20:28:02.924Z] OK: 233 MiB in 51 packages [2021-02-03T20:28:03.553Z] OK: 233 MiB in 51 packages [2021-02-03T20:28:04.584Z] ---> 8533de4aba7f [2021-02-03T20:28:04.584Z] Step 6/29 : RUN go mod download [2021-02-03T20:28:04.584Z] ---> Running in 49bf4f521aa3 [2021-02-03T20:28:06.054Z] Removing intermediate container 3bb098da15dc [2021-02-03T20:28:06.054Z] ---> 7cbf154e2015 [2021-02-03T20:28:06.054Z] Step 6/22 : COPY go.mod . [2021-02-03T20:28:07.174Z] ---> 16d766a3be3d [2021-02-03T20:28:07.174Z] Step 7/22 : RUN go mod download [2021-02-03T20:28:07.547Z] ---> Running in 080f3abc14a9 [2021-02-03T20:28:10.584Z] Removing intermediate container 49bf4f521aa3 [2021-02-03T20:28:10.584Z] ---> 590bb8765882 [2021-02-03T20:28:10.584Z] Step 7/29 : COPY . . [2021-02-03T20:28:12.501Z] Removing intermediate container 080f3abc14a9 [2021-02-03T20:28:12.501Z] ---> 27314fc7c913 [2021-02-03T20:28:12.501Z] Step 8/22 : COPY . . [2021-02-03T20:28:14.919Z] Collecting docker-compose==1.23.2 [2021-02-03T20:28:14.919Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T20:28:16.294Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T20:28:16.294Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T20:28:16.681Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T20:28:16.681Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T20:28:24.174Z] 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-02-03T20:28:24.174Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T20:28:24.174Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T20:28:31.321Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T20:28:31.321Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T20:28:32.028Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T20:28:32.028Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T20:28:32.331Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T20:28:32.331Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T20:28:33.880Z] Collecting PyYAML<4,>=3.10 [2021-02-03T20:28:33.880Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T20:28:35.827Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T20:28:35.827Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T20:28:36.541Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T20:28:36.541Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T20:28:38.039Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T20:28:38.039Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T20:28:39.055Z] Collecting idna<2.8,>=2.5 [2021-02-03T20:28:39.055Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T20:28:40.065Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T20:28:40.065Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T20:28:41.128Z] Collecting certifi>=2017.4.17 [2021-02-03T20:28:41.128Z] Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) [2021-02-03T20:28:41.439Z] Collecting chardet<3.1.0,>=3.0.2 [2021-02-03T20:28:41.439Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-02-03T20:28:42.063Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-02-03T20:28:42.063Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-02-03T20:28:42.063Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-02-03T20:28:42.063Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-02-03T20:28:42.675Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-02-03T20:28:42.675Z] Attempting uninstall: urllib3 [2021-02-03T20:28:42.675Z] Found existing installation: urllib3 1.26.2 [2021-02-03T20:28:42.675Z] Uninstalling urllib3-1.26.2: [2021-02-03T20:28:43.704Z] Successfully uninstalled urllib3-1.26.2 [2021-02-03T20:28:45.782Z] Attempting uninstall: idna [2021-02-03T20:28:45.782Z] Found existing installation: idna 3.1 [2021-02-03T20:28:45.782Z] Uninstalling idna-3.1: [2021-02-03T20:28:46.480Z] Successfully uninstalled idna-3.1 [2021-02-03T20:28:47.451Z] Attempting uninstall: chardet [2021-02-03T20:28:47.451Z] Found existing installation: chardet 4.0.0 [2021-02-03T20:28:47.451Z] Uninstalling chardet-4.0.0: [2021-02-03T20:28:48.929Z] Successfully uninstalled chardet-4.0.0 [2021-02-03T20:28:54.469Z] Attempting uninstall: requests [2021-02-03T20:28:54.469Z] Found existing installation: requests 2.25.1 [2021-02-03T20:28:54.469Z] Uninstalling requests-2.25.1: [2021-02-03T20:28:54.769Z] Successfully uninstalled requests-2.25.1 [2021-02-03T20:28:54.769Z] Removing intermediate container c916e4b276c4 [2021-02-03T20:28:54.769Z] ---> c7dc8ecb2bf4 [2021-02-03T20:28:54.769Z] [2021-02-03T20:28:54.769Z] Step 10/22 : FROM scratch [2021-02-03T20:28:54.769Z] ---> [2021-02-03T20:28:54.769Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:28:55.057Z] Removing intermediate container 17320c23492f [2021-02-03T20:28:55.057Z] ---> c813e2e32426 [2021-02-03T20:28:55.057Z] [2021-02-03T20:28:55.057Z] Step 10/21 : FROM scratch [2021-02-03T20:28:55.057Z] ---> [2021-02-03T20:28:55.057Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:28:55.664Z] Running setup.py install for texttable: started [2021-02-03T20:28:57.088Z] ---> Using cache [2021-02-03T20:28:57.088Z] ---> a32e1e83e330 [2021-02-03T20:28:57.088Z] Step 12/22 : ENV APP_PORT=48082 [2021-02-03T20:28:57.088Z] ---> Using cache [2021-02-03T20:28:57.088Z] ---> a32e1e83e330 [2021-02-03T20:28:57.088Z] Step 12/21 : ENV APP_PORT=48085 [2021-02-03T20:28:58.528Z] ---> Running in 4fb99cdd14f9 [2021-02-03T20:28:58.528Z] ---> Running in ed5b07a4bea5 [2021-02-03T20:28:59.130Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T20:28:59.130Z] Running setup.py install for PyYAML: started [2021-02-03T20:28:59.498Z] ---> 8124d09729e2 [2021-02-03T20:28:59.498Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-02-03T20:29:00.105Z] Removing intermediate container 4fb99cdd14f9 [2021-02-03T20:29:00.105Z] ---> e288bec1e480 [2021-02-03T20:29:00.105Z] Step 13/21 : EXPOSE $APP_PORT [2021-02-03T20:29:00.105Z] Removing intermediate container ed5b07a4bea5 [2021-02-03T20:29:00.105Z] ---> 8df842aeb5a7 [2021-02-03T20:29:00.105Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:29:00.105Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T20:29:00.411Z] ---> Running in 8081b4baeb3c [2021-02-03T20:29:00.411Z] ---> Running in a80e9a463338 [2021-02-03T20:29:00.411Z] ---> Running in 8ed19f33e103 [2021-02-03T20:29:00.411Z] Running setup.py install for docopt: started [2021-02-03T20:29:00.698Z] ---> 70e2392086ee [2021-02-03T20:29:00.698Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-02-03T20:29:00.995Z] ---> Running in aa9b9f9d8cbd [2021-02-03T20:29:00.995Z] Removing intermediate container 8081b4baeb3c [2021-02-03T20:29:00.995Z] ---> b0dc46b263bd [2021-02-03T20:29:00.995Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-02-03T20:29:00.995Z] Removing intermediate container 8ed19f33e103 [2021-02-03T20:29:00.995Z] ---> b59f1a5064a2 [2021-02-03T20:29:00.995Z] Step 14/22 : WORKDIR / [2021-02-03T20:29:01.314Z] ---> Running in ae1505f7c477 [2021-02-03T20:29:01.660Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T20:29:01.660Z] Running setup.py install for dockerpty: started [2021-02-03T20:29:01.660Z] ---> 690b406532ff [2021-02-03T20:29:01.660Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T20:29:01.943Z] Removing intermediate container ae1505f7c477 [2021-02-03T20:29:01.943Z] ---> 7fd27903c9f3 [2021-02-03T20:29:01.943Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-02-03T20:29:02.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T20:29:02.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:29:02.554Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T20:29:02.865Z] ---> 7e76d5567b72 [2021-02-03T20:29:02.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T20:29:03.547Z] ---> 53f789a9065f [2021-02-03T20:29:03.547Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T20:29:04.163Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2020.12.5 chardet-3.0.4 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-02-03T20:29:04.491Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:04.491Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:29:04.491Z] ---> 3c920cdc7ede [2021-02-03T20:29:04.491Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:29:04.491Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:04.491Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:29:04.491Z] ---> 3c920cdc7ede [2021-02-03T20:29:04.491Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:29:04.491Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:04.491Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:29:04.491Z] ---> 3c920cdc7ede [2021-02-03T20:29:04.491Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T20:29:04.491Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:04.491Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-02-03T20:29:04.491Z] ---> 3c920cdc7ede [2021-02-03T20:29:04.491Z] Step 3/29 : WORKDIR /edgex-go [2021-02-03T20:29:04.491Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:04.491Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:29:04.491Z] ---> 3c920cdc7ede [2021-02-03T20:29:04.491Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:29:04.491Z] ---> Running in 70aec94f80de [2021-02-03T20:29:04.491Z] ---> Running in 78a104e5058f [2021-02-03T20:29:04.491Z] ---> Running in e1e8590bba08 [2021-02-03T20:29:04.491Z] ---> Running in 173353a4104c [2021-02-03T20:29:04.491Z] ---> Running in daf89b3ab478 [2021-02-03T20:29:04.491Z] Removing intermediate container daf89b3ab478 [2021-02-03T20:29:04.491Z] ---> f26fe64d9699 [2021-02-03T20:29:04.491Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:29:04.491Z] Removing intermediate container e1e8590bba08 [2021-02-03T20:29:04.491Z] ---> 880c83e900c4 [2021-02-03T20:29:04.491Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:29:04.491Z] Removing intermediate container 78a104e5058f [2021-02-03T20:29:04.491Z] ---> 11799321fc64 [2021-02-03T20:29:04.491Z] Step 4/29 : RUN apk update && apk add make git [2021-02-03T20:29:04.491Z] Removing intermediate container 70aec94f80de [2021-02-03T20:29:04.491Z] ---> fda2546eb5f4 [2021-02-03T20:29:04.491Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:29:04.491Z] Removing intermediate container 173353a4104c [2021-02-03T20:29:04.491Z] ---> f2d81cb2334c [2021-02-03T20:29:04.491Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:29:04.491Z] ---> Running in 92f495d29fd7 [2021-02-03T20:29:04.491Z] ---> Running in 5ce2cb3d4894 [2021-02-03T20:29:04.491Z] ---> Running in 1bb6ca1d528c [2021-02-03T20:29:04.491Z] ---> Running in 88a88822be89 [2021-02-03T20:29:04.491Z] ---> Running in e5cfc95230a6 [2021-02-03T20:29:04.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:04.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:04.491Z] Removing intermediate container 5ce2cb3d4894 [2021-02-03T20:29:04.491Z] ---> 825e371b11db [2021-02-03T20:29:04.491Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:29:04.491Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:29:04.491Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:29:04.491Z] OK: 12622 distinct packages available [2021-02-03T20:29:04.491Z] ---> Running in 7ff1c259aae7 [2021-02-03T20:29:04.491Z] Removing intermediate container 1bb6ca1d528c [2021-02-03T20:29:04.491Z] ---> 14187a402829 [2021-02-03T20:29:04.491Z] Step 5/21 : RUN apk update && apk add make git [2021-02-03T20:29:04.491Z] Removing intermediate container e5cfc95230a6 [2021-02-03T20:29:04.491Z] ---> a9d277f31b4e [2021-02-03T20:29:04.491Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-02-03T20:29:04.491Z] Removing intermediate container 88a88822be89 [2021-02-03T20:29:04.491Z] ---> cee4800a1c4a [2021-02-03T20:29:04.491Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-02-03T20:29:04.491Z] ---> Running in 87a1a5d92eed [2021-02-03T20:29:04.491Z] ---> Running in f7b92bb73aad [2021-02-03T20:29:04.491Z] ---> Running in 906ca42c5ed7 [2021-02-03T20:29:04.491Z] OK: 217 MiB in 51 packages [2021-02-03T20:29:04.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:04.785Z] ---> cc770895f208 [2021-02-03T20:29:04.785Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T20:29:04.785Z] ---> 6bcb56e27413 [2021-02-03T20:29:04.785Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T20:29:04.785Z] ---> Running in 41df98aa57a4 [2021-02-03T20:29:05.067Z] Removing intermediate container 41df98aa57a4 [2021-02-03T20:29:05.067Z] ---> b4f05c08c6f5 [2021-02-03T20:29:05.067Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:29:05.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:05.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:05.642Z] Removing intermediate container 92f495d29fd7 [2021-02-03T20:29:05.642Z] ---> 75769097ad16 [2021-02-03T20:29:05.642Z] Step 5/29 : COPY go.mod . [2021-02-03T20:29:05.760Z] ---> Running in 9a8397875818 [2021-02-03T20:29:05.760Z] ---> 435f422781a5 [2021-02-03T20:29:05.760Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-02-03T20:29:05.760Z] ---> Running in 1e06970d7a15 [2021-02-03T20:29:05.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:05.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:06.035Z] Removing intermediate container 9a8397875818 [2021-02-03T20:29:06.035Z] ---> 4c5ef19f7816 [2021-02-03T20:29:06.035Z] Step 19/21 : LABEL arch=x86_64 [2021-02-03T20:29:06.324Z] Removing intermediate container 1e06970d7a15 [2021-02-03T20:29:06.324Z] ---> 320cf3ee747e [2021-02-03T20:29:06.324Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:29:06.324Z] ---> Running in c006d5c6f717 [2021-02-03T20:29:06.324Z] ---> Running in 15727038b7f6 [2021-02-03T20:29:06.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:06.529Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:29:06.529Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:29:06.529Z] OK: 12622 distinct packages available [2021-02-03T20:29:06.529Z] ---> 40cad50f1ef6 [2021-02-03T20:29:06.529Z] Step 6/29 : RUN go mod download [2021-02-03T20:29:06.529Z] ---> Running in c6ce7e6e57ce [2021-02-03T20:29:06.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:06.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:29:07.410Z] OK: 217 MiB in 51 packages [2021-02-03T20:29:07.410Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:29:07.410Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:29:07.410Z] OK: 12622 distinct packages available [2021-02-03T20:29:07.701Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:29:07.701Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:29:07.701Z] OK: 12622 distinct packages available [2021-02-03T20:29:08.005Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:29:08.005Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:29:08.005Z] OK: 12622 distinct packages available [2021-02-03T20:29:08.414Z] Removing intermediate container c006d5c6f717 [2021-02-03T20:29:08.414Z] ---> 297e1eafa089 [2021-02-03T20:29:08.414Z] Step 20/21 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:29:08.414Z] Removing intermediate container 15727038b7f6 [2021-02-03T20:29:08.414Z] ---> 2884b9057fca [2021-02-03T20:29:08.414Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:29:08.608Z] OK: 217 MiB in 51 packages [2021-02-03T20:29:08.608Z] OK: 217 MiB in 51 packages [2021-02-03T20:29:08.764Z] ---> Running in fff3d41b7a0d [2021-02-03T20:29:08.891Z] OK: 217 MiB in 51 packages [2021-02-03T20:29:09.093Z] ---> Running in 22cae6615e51 [2021-02-03T20:29:09.168Z] Removing intermediate container 7ff1c259aae7 [2021-02-03T20:29:09.168Z] ---> d132c4f12850 [2021-02-03T20:29:09.168Z] Step 6/22 : COPY go.mod . [2021-02-03T20:29:09.443Z] OK: 217 MiB in 51 packages [2021-02-03T20:29:10.433Z] Removing intermediate container f7b92bb73aad [2021-02-03T20:29:10.433Z] ---> d64de6c11689 [2021-02-03T20:29:10.433Z] Step 6/21 : COPY go.mod . [2021-02-03T20:29:10.433Z] ---> 721e14c30756 [2021-02-03T20:29:10.433Z] Step 7/22 : RUN go mod download [2021-02-03T20:29:10.711Z] ---> Running in 9a8cb706d751 [2021-02-03T20:29:10.988Z] Removing intermediate container 87a1a5d92eed [2021-02-03T20:29:10.988Z] ---> 6708bf01e783 [2021-02-03T20:29:10.988Z] Step 6/24 : COPY go.mod . [2021-02-03T20:29:11.166Z] Removing intermediate container 22cae6615e51 [2021-02-03T20:29:11.166Z] ---> 2648d7795498 [2021-02-03T20:29:11.166Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T20:29:11.263Z] Removing intermediate container c6ce7e6e57ce [2021-02-03T20:29:11.263Z] ---> f99371c9daa4 [2021-02-03T20:29:11.263Z] Step 7/29 : COPY . . [2021-02-03T20:29:11.450Z] Removing intermediate container fff3d41b7a0d [2021-02-03T20:29:11.450Z] ---> 73c75895d951 [2021-02-03T20:29:11.450Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:29:11.450Z] ---> Running in bc44d618ad3b [2021-02-03T20:29:11.535Z] ---> 59310fa32e85 [2021-02-03T20:29:11.535Z] Step 7/21 : RUN go mod download [2021-02-03T20:29:11.535Z] Removing intermediate container 906ca42c5ed7 [2021-02-03T20:29:11.535Z] ---> e7bcb2ca4271 [2021-02-03T20:29:11.535Z] Step 6/22 : COPY go.mod . [2021-02-03T20:29:11.757Z] ---> Running in 71dbdaafb7a5 [2021-02-03T20:29:11.813Z] ---> Running in 59ae28391de2 [2021-02-03T20:29:12.065Z] Removing intermediate container 0b5c234dfefc [2021-02-03T20:29:12.065Z] ---> 2ca5e662ce00 [2021-02-03T20:29:12.065Z] Step 22/27 : RUN apk --no-cache add curl [2021-02-03T20:29:12.089Z] ---> c5f0e5bd8995 [2021-02-03T20:29:12.089Z] Step 7/24 : RUN go mod download [2021-02-03T20:29:12.362Z] ---> Running in f6a8bd3d3ea9 [2021-02-03T20:29:12.362Z] Removing intermediate container 71dbdaafb7a5 [2021-02-03T20:29:12.362Z] ---> 73c3a847f380 [2021-02-03T20:29:12.362Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:29:12.362Z] Removing intermediate container bc44d618ad3b [2021-02-03T20:29:12.362Z] ---> ba169969ef78 [2021-02-03T20:29:12.362Z] [2021-02-03T20:29:12.376Z] ---> Running in 6a8200b93866 [2021-02-03T20:29:12.695Z] ---> Running in e22c2afc3608 [2021-02-03T20:29:13.006Z] ---> 5973aa3d5ebe [2021-02-03T20:29:13.006Z] Step 7/22 : RUN go mod download [2021-02-03T20:29:13.279Z] ---> Running in 52a11949fc41 [2021-02-03T20:29:13.410Z] Successfully built ba169969ef78 [2021-02-03T20:29:13.768Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-03T20:29:13.768Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-03T20:29:13.768Z] Removing intermediate container e22c2afc3608 [2021-02-03T20:29:13.768Z] ---> e1bb28c98bd9 [2021-02-03T20:29:13.768Z] [2021-02-03T20:29:14.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:29:14.399Z] Successfully built e1bb28c98bd9 [2021-02-03T20:29:14.399Z] Successfully tagged docker-core-command-go:latest [2021-02-03T20:29:14.399Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-03T20:29:14.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:29:15.022Z] (1/4) Installing brotli-libs (1.0.9-r3) [2021-02-03T20:29:15.322Z] (2/4) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T20:29:15.322Z] (3/4) Installing libcurl (7.74.0-r0) [2021-02-03T20:29:15.322Z] (4/4) Installing curl (7.74.0-r0) [2021-02-03T20:29:15.322Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:29:15.322Z] OK: 82 MiB in 58 packages [2021-02-03T20:29:15.904Z] Removing intermediate container 9a8cb706d751 [2021-02-03T20:29:15.904Z] ---> ad0522bb81f4 [2021-02-03T20:29:15.904Z] Step 8/22 : COPY . . [2021-02-03T20:29:16.509Z] Removing intermediate container 59ae28391de2 [2021-02-03T20:29:16.509Z] ---> 181ec56c4b79 [2021-02-03T20:29:16.509Z] Step 8/21 : COPY . . [2021-02-03T20:29:17.497Z] Removing intermediate container 6a8200b93866 [2021-02-03T20:29:17.497Z] ---> c4d1dbb1fdf6 [2021-02-03T20:29:17.497Z] Step 8/24 : COPY . . [2021-02-03T20:29:18.951Z] Removing intermediate container 52a11949fc41 [2021-02-03T20:29:18.951Z] ---> efa5d141e4e1 [2021-02-03T20:29:18.951Z] Step 8/22 : COPY . . [2021-02-03T20:29:19.722Z] Removing intermediate container f6a8bd3d3ea9 [2021-02-03T20:29:19.722Z] ---> 5f5d48b90cfb [2021-02-03T20:29:19.722Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T20:29:20.082Z] ---> Running in 11f30768990f [2021-02-03T20:29:20.723Z] Removing intermediate container 11f30768990f [2021-02-03T20:29:20.723Z] ---> 4e35ec9e0962 [2021-02-03T20:29:20.723Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:29:21.354Z] ---> Running in c650993b4001 [2021-02-03T20:29:22.991Z] Removing intermediate container c650993b4001 [2021-02-03T20:29:22.991Z] ---> d56d242634a2 [2021-02-03T20:29:22.991Z] Step 25/27 : LABEL arch=x86_64 [2021-02-03T20:29:23.271Z] ---> Running in a1460145e860 [2021-02-03T20:29:24.912Z] Removing intermediate container a1460145e860 [2021-02-03T20:29:24.912Z] ---> 01015993d179 [2021-02-03T20:29:24.912Z] Step 26/27 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:29:24.912Z] ---> Running in aded12d6498d [2021-02-03T20:29:26.984Z] Removing intermediate container aded12d6498d [2021-02-03T20:29:26.984Z] ---> 8f4ad2b2ce5c [2021-02-03T20:29:26.984Z] Step 27/27 : LABEL version=0.0.0 [2021-02-03T20:29:26.984Z] ---> Running in 2cceef7ef749 [2021-02-03T20:29:28.627Z] Removing intermediate container 2cceef7ef749 [2021-02-03T20:29:28.627Z] ---> 3337dbff3752 [2021-02-03T20:29:28.627Z] [2021-02-03T20:29:29.310Z] Successfully built 3337dbff3752 [2021-02-03T20:29:29.310Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-03T20:29:41.138Z] ---> 26f1da7bc049 [2021-02-03T20:29:41.138Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-02-03T20:29:41.138Z] ---> Running in faa9a5d0469b [2021-02-03T20:29:41.138Z] ---> 9582ef7a2dce [2021-02-03T20:29:41.138Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-02-03T20:29:41.138Z] ---> 21bd757fc633 [2021-02-03T20:29:41.138Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T20:29:41.138Z] ---> 7a8f5124dd3b [2021-02-03T20:29:41.138Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-02-03T20:29:41.410Z] ---> af3df15d7126 [2021-02-03T20:29:41.410Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-02-03T20:29:41.683Z] ---> Running in 76b5b6aa7a23 [2021-02-03T20:29:41.683Z] ---> Running in 98c1436328e9 [2021-02-03T20:29:41.683Z] ---> Running in a54d9620dc8c [2021-02-03T20:29:41.683Z] ---> Running in e986eaf3b1c1 [2021-02-03T20:29:41.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T20:29:43.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:29:43.951Z] 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-02-03T20:29:44.226Z] 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-02-03T20:29:44.226Z] 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-02-03T20:29:48.068Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a80e9a463338 [2021-02-03T20:29:48.068Z] ---> 5a4d6a6770b7 [2021-02-03T20:29:48.068Z] [2021-02-03T20:29:48.068Z] Step 9/29 : FROM alpine:latest [2021-02-03T20:29:48.068Z] Removing intermediate container aa9b9f9d8cbd [2021-02-03T20:29:48.068Z] ---> 436b435938c2 [2021-02-03T20:29:48.068Z] [2021-02-03T20:29:48.068Z] Step 10/22 : FROM scratch [2021-02-03T20:29:48.068Z] ---> [2021-02-03T20:29:48.068Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:29:48.068Z] latest: Pulling from library/alpine [2021-02-03T20:29:50.081Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-03T20:29:50.081Z] ---> Using cache [2021-02-03T20:29:50.081Z] ---> cd8e902f455d [2021-02-03T20:29:50.081Z] Step 12/22 : ENV APP_PORT=48061 [2021-02-03T20:29:50.081Z] Status: Downloaded newer image for alpine:latest [2021-02-03T20:29:50.081Z] ---> e50c909a8df2 [2021-02-03T20:29:50.081Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-02-03T20:29:50.376Z] ---> Running in d69d0f490d98 [2021-02-03T20:29:51.046Z] ---> Running in d206cdcf08e3 [2021-02-03T20:29:51.693Z] Removing intermediate container d69d0f490d98 [2021-02-03T20:29:51.693Z] ---> d01b7f1db3b6 [2021-02-03T20:29:51.693Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:29:52.917Z] ---> Running in 798c5c92dc16 [2021-02-03T20:29:52.917Z] Removing intermediate container d206cdcf08e3 [2021-02-03T20:29:52.917Z] ---> fd686c2ce856 [2021-02-03T20:29:52.917Z] Step 11/29 : USER root [2021-02-03T20:29:54.185Z] ---> Running in 89f87e9180d0 [2021-02-03T20:29:55.002Z] Removing intermediate container 798c5c92dc16 [2021-02-03T20:29:55.002Z] ---> 0ca1ca5a7e16 [2021-02-03T20:29:55.002Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-02-03T20:29:57.109Z] Removing intermediate container 89f87e9180d0 [2021-02-03T20:29:57.109Z] ---> d565d101dc5b [2021-02-03T20:29:57.109Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-02-03T20:29:57.109Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:57.109Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:29:57.109Z] ---> 30e5512016be [2021-02-03T20:29:57.109Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T20:29:57.109Z] ---> Using cache [2021-02-03T20:29:57.109Z] ---> e4a4f0b5138e [2021-02-03T20:29:57.109Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:29:57.109Z] ---> Using cache [2021-02-03T20:29:57.109Z] ---> b900c69c9d80 [2021-02-03T20:29:57.109Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T20:29:57.438Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:29:57.438Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:29:57.438Z] ---> 30e5512016be [2021-02-03T20:29:57.438Z] Step 3/20 : WORKDIR /edgex-go [2021-02-03T20:29:57.438Z] ---> Using cache [2021-02-03T20:29:57.438Z] ---> e4a4f0b5138e [2021-02-03T20:29:57.438Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:29:57.438Z] ---> Using cache [2021-02-03T20:29:57.438Z] ---> b900c69c9d80 [2021-02-03T20:29:57.438Z] Step 5/20 : RUN apk update && apk add make git [2021-02-03T20:29:57.438Z] ---> Using cache [2021-02-03T20:29:57.438Z] ---> a63bbdf7ccc3 [2021-02-03T20:29:57.438Z] Step 6/20 : COPY go.mod . [2021-02-03T20:29:57.438Z] ---> Using cache [2021-02-03T20:29:57.438Z] ---> 298580fe229b [2021-02-03T20:29:57.438Z] Step 7/20 : RUN go mod download [2021-02-03T20:29:57.438Z] ---> Using cache [2021-02-03T20:29:57.438Z] ---> a13cfc01c1ad [2021-02-03T20:29:57.438Z] Step 8/20 : COPY . . [2021-02-03T20:29:57.710Z] ---> Using cache [2021-02-03T20:29:57.710Z] ---> d0068554271d [2021-02-03T20:29:57.710Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-02-03T20:29:58.001Z] ---> Running in 9bbe106c65ec [2021-02-03T20:29:58.001Z] ---> Running in e435408bed2a [2021-02-03T20:29:58.001Z] ---> d83bf3b60db9 [2021-02-03T20:29:58.001Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-02-03T20:29:58.301Z] ---> Running in ed03cf4f715b [2021-02-03T20:29:58.912Z] ---> 61c4c617cc59 [2021-02-03T20:29:58.912Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-02-03T20:29:59.960Z] 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-02-03T20:29:59.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:29:59.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:30:00.245Z] ---> 5a665542fd8a [2021-02-03T20:30:00.245Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-02-03T20:30:00.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:30:00.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:30:00.893Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T20:30:00.893Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T20:30:00.893Z] OK: 13878 distinct packages available [2021-02-03T20:30:00.893Z] ---> 492ec40e1c28 [2021-02-03T20:30:00.893Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-02-03T20:30:00.893Z] ---> Running in a4cace952786 [2021-02-03T20:30:01.584Z] (1/2) Installing ca-certificates (20191127-r5) [2021-02-03T20:30:01.584Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-02-03T20:30:01.584Z] Removing intermediate container a4cace952786 [2021-02-03T20:30:01.584Z] ---> 8faa52f162f9 [2021-02-03T20:30:01.584Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:30:01.584Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:30:01.879Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T20:30:01.879Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:30:01.879Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:30:01.879Z] OK: 12752 distinct packages available [2021-02-03T20:30:01.879Z] OK: 6 MiB in 16 packages [2021-02-03T20:30:02.264Z] ---> Running in 29aa989d6d04 [2021-02-03T20:30:03.010Z] OK: 233 MiB in 51 packages [2021-02-03T20:30:03.351Z] Removing intermediate container 29aa989d6d04 [2021-02-03T20:30:03.351Z] ---> e1b5dd7f3db3 [2021-02-03T20:30:03.351Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T20:30:03.683Z] ---> Running in 003e28cbb524 [2021-02-03T20:30:04.729Z] Removing intermediate container 003e28cbb524 [2021-02-03T20:30:04.729Z] ---> 2ed971701cbc [2021-02-03T20:30:04.729Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:30:05.049Z] ---> Running in f83bbfc4df0f [2021-02-03T20:30:05.049Z] Removing intermediate container 9bbe106c65ec [2021-02-03T20:30:05.049Z] ---> 56a9140e1292 [2021-02-03T20:30:05.049Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-02-03T20:30:05.049Z] Removing intermediate container e435408bed2a [2021-02-03T20:30:05.049Z] ---> c06d36594f30 [2021-02-03T20:30:05.049Z] Step 6/23 : COPY go.mod . [2021-02-03T20:30:05.452Z] ---> Running in fe629c429ccf [2021-02-03T20:30:05.761Z] Removing intermediate container f83bbfc4df0f [2021-02-03T20:30:05.761Z] ---> 2b679dff12e4 [2021-02-03T20:30:05.761Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:30:06.393Z] ---> 6649d693cff5 [2021-02-03T20:30:06.393Z] Step 7/23 : RUN go mod download [2021-02-03T20:30:06.393Z] ---> Running in 7e549e328631 [2021-02-03T20:30:06.393Z] Removing intermediate container fe629c429ccf [2021-02-03T20:30:06.393Z] ---> 7bd30955244e [2021-02-03T20:30:06.393Z] Step 14/29 : WORKDIR $BASE_DIR [2021-02-03T20:30:06.393Z] ---> Running in b94091628187 [2021-02-03T20:30:06.671Z] ---> Running in b55d20b61404 [2021-02-03T20:30:06.671Z] Removing intermediate container 7e549e328631 [2021-02-03T20:30:06.671Z] ---> e3ae7864d9fe [2021-02-03T20:30:06.671Z] [2021-02-03T20:30:07.688Z] Removing intermediate container b55d20b61404 [2021-02-03T20:30:07.688Z] ---> 8cdda26445b4 [2021-02-03T20:30:07.688Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-02-03T20:30:07.688Z] ---> Running in 754149dfa5c2 [2021-02-03T20:30:07.688Z] Successfully built e3ae7864d9fe [2021-02-03T20:30:07.688Z] Successfully tagged docker-support-logging-go:latest [2021-02-03T20:30:09.745Z]  Building docker-support-logging-go ... done Removing intermediate container 754149dfa5c2 [2021-02-03T20:30:09.745Z] ---> 3a02bee005b8 [2021-02-03T20:30:09.745Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-02-03T20:30:10.373Z] Removing intermediate container b94091628187 [2021-02-03T20:30:10.373Z] ---> 34198a71e9e0 [2021-02-03T20:30:10.373Z] Step 8/23 : COPY . . [2021-02-03T20:30:13.925Z] ---> e5ded345661e [2021-02-03T20:30:13.925Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-02-03T20:30:16.653Z] ---> 06b507a505b3 [2021-02-03T20:30:16.653Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-02-03T20:30:17.245Z] ---> bf143fc8d9ca [2021-02-03T20:30:17.245Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-02-03T20:30:19.887Z] ---> caaf1eb72a23 [2021-02-03T20:30:19.887Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-02-03T20:30:20.498Z] ---> 076c18431ba7 [2021-02-03T20:30:20.498Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-02-03T20:30:21.094Z] ---> Running in ee0c57611056 [2021-02-03T20:30:24.599Z] Removing intermediate container ed03cf4f715b [2021-02-03T20:30:24.599Z] ---> 20d2489aa3b7 [2021-02-03T20:30:24.599Z] [2021-02-03T20:30:24.599Z] Step 10/20 : FROM alpine [2021-02-03T20:30:24.599Z] ---> e50c909a8df2 [2021-02-03T20:30:24.599Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-02-03T20:30:25.208Z] ---> Running in 520de82ef38f [2021-02-03T20:30:26.681Z] Removing intermediate container ee0c57611056 [2021-02-03T20:30:26.681Z] ---> 672fdac946d0 [2021-02-03T20:30:26.681Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:30:27.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:30:27.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:30:28.046Z] ---> 971250d02371 [2021-02-03T20:30:28.046Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:30:28.345Z] ---> Running in 285c5c9b3437 [2021-02-03T20:30:28.345Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T20:30:28.345Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T20:30:28.345Z] OK: 13878 distinct packages available [2021-02-03T20:30:28.982Z] (1/5) Installing ca-certificates (20191127-r5) [2021-02-03T20:30:28.982Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-02-03T20:30:29.289Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T20:30:29.567Z] (4/5) Installing libcurl (7.74.0-r0) [2021-02-03T20:30:29.567Z] (5/5) Installing curl (7.74.0-r0) [2021-02-03T20:30:29.857Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:30:29.857Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T20:30:29.857Z] OK: 8 MiB in 19 packages [2021-02-03T20:30:32.558Z] Removing intermediate container 520de82ef38f [2021-02-03T20:30:32.558Z] ---> 6aea11ca570c [2021-02-03T20:30:32.558Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:30:32.847Z] Removing intermediate container 285c5c9b3437 [2021-02-03T20:30:32.847Z] ---> c24134eaad64 [2021-02-03T20:30:32.847Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-02-03T20:30:33.125Z] ---> Running in 9d97f6836fdc [2021-02-03T20:30:33.420Z] ---> Running in 790ae5f8ed35 [2021-02-03T20:30:33.732Z] Removing intermediate container 9d97f6836fdc [2021-02-03T20:30:33.732Z] ---> d5511d419e87 [2021-02-03T20:30:33.732Z] Step 13/20 : WORKDIR /edgex [2021-02-03T20:30:34.815Z] ---> Running in 26b749a18c44 [2021-02-03T20:30:35.840Z] Removing intermediate container 26b749a18c44 [2021-02-03T20:30:35.840Z] ---> 0f6f6b59126b [2021-02-03T20:30:35.840Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T20:30:36.452Z] ---> a20b9c8ac5d0 [2021-02-03T20:30:36.452Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T20:30:37.462Z] Removing intermediate container 790ae5f8ed35 [2021-02-03T20:30:37.462Z] ---> 0c5c2b79584a [2021-02-03T20:30:37.462Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:30:38.440Z] ---> d72453e13084 [2021-02-03T20:30:38.440Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T20:30:38.440Z] ---> Running in dc091eee0d2d [2021-02-03T20:30:38.440Z] ---> Running in cb7904e4ffca [2021-02-03T20:30:38.714Z] ---> 364fba80e75f [2021-02-03T20:30:38.714Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T20:30:38.992Z] Removing intermediate container dc091eee0d2d [2021-02-03T20:30:38.992Z] ---> e976fd04c351 [2021-02-03T20:30:38.993Z] Step 26/29 : CMD [ "generate" ] [2021-02-03T20:30:38.993Z] ---> Running in 1e9e78be3b2c [2021-02-03T20:30:38.993Z] Removing intermediate container cb7904e4ffca [2021-02-03T20:30:38.993Z] ---> 4f08efda1a3b [2021-02-03T20:30:38.993Z] Step 17/20 : CMD ["--init=true"] [2021-02-03T20:30:39.265Z] ---> Running in f6e48fe675b2 [2021-02-03T20:30:39.265Z] ---> Running in 5a4bacaff420 [2021-02-03T20:30:39.548Z] Removing intermediate container f6e48fe675b2 [2021-02-03T20:30:39.548Z] ---> b514562c2755 [2021-02-03T20:30:39.548Z] Step 27/29 : LABEL arch=x86_64 [2021-02-03T20:30:39.859Z] ---> Running in 53da5285e4c9 [2021-02-03T20:30:39.859Z] Removing intermediate container 5a4bacaff420 [2021-02-03T20:30:39.859Z] ---> cfdccc058e28 [2021-02-03T20:30:39.859Z] Step 18/20 : LABEL arch=x86_64 [2021-02-03T20:30:40.133Z] ---> Running in cf7eafe08bf8 [2021-02-03T20:30:40.133Z] Removing intermediate container 53da5285e4c9 [2021-02-03T20:30:40.133Z] ---> abc836c16c33 [2021-02-03T20:30:40.133Z] Step 28/29 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:30:40.133Z] 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-02-03T20:30:40.410Z] ---> Running in 8be5f65f576d [2021-02-03T20:30:40.410Z] Removing intermediate container cf7eafe08bf8 [2021-02-03T20:30:40.410Z] ---> 7928b1662327 [2021-02-03T20:30:40.410Z] Step 19/20 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:30:40.705Z] ---> Running in 0c9441771a9a [2021-02-03T20:30:40.974Z] Removing intermediate container 8be5f65f576d [2021-02-03T20:30:40.974Z] ---> 06fe66048e11 [2021-02-03T20:30:40.974Z] Step 29/29 : LABEL version=0.0.0 [2021-02-03T20:30:41.241Z] ---> Running in 4e9676de8658 [2021-02-03T20:30:41.241Z] Removing intermediate container 0c9441771a9a [2021-02-03T20:30:41.241Z] ---> f88d9af3e6ff [2021-02-03T20:30:41.241Z] Step 20/20 : LABEL version=0.0.0 [2021-02-03T20:30:41.526Z] ---> Running in c3453c00fed1 [2021-02-03T20:30:41.526Z] Removing intermediate container 4e9676de8658 [2021-02-03T20:30:41.526Z] ---> 8a0a06ec465e [2021-02-03T20:30:41.526Z] [2021-02-03T20:30:42.121Z] Successfully built 8a0a06ec465e [2021-02-03T20:30:42.121Z] Removing intermediate container c3453c00fed1 [2021-02-03T20:30:42.121Z] ---> 6d9b30e3a5f0 [2021-02-03T20:30:42.121Z] [2021-02-03T20:30:42.121Z] Successfully tagged docker-security-secrets-setup-go:latest [2021-02-03T20:30:42.796Z]  Building docker-security-secrets-setup-go ... done Successfully built 6d9b30e3a5f0 [2021-02-03T20:30:42.796Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-03T20:31:06.094Z] Removing intermediate container faa9a5d0469b [2021-02-03T20:31:06.094Z] ---> 2071d8f56f7e [2021-02-03T20:31:06.094Z] [2021-02-03T20:31:06.094Z] Step 9/29 : FROM alpine:latest [2021-02-03T20:31:06.094Z] latest: Pulling from library/alpine [2021-02-03T20:31:06.094Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-03T20:31:06.094Z] Status: Downloaded newer image for alpine:latest [2021-02-03T20:31:06.094Z] ---> 85b71a783ad3 [2021-02-03T20:31:06.094Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-02-03T20:31:06.094Z] ---> Running in 5c31e50ed44d [2021-02-03T20:31:06.094Z] Removing intermediate container 5c31e50ed44d [2021-02-03T20:31:06.094Z] ---> 36f6fcc3ff59 [2021-02-03T20:31:06.094Z] Step 11/29 : USER root [2021-02-03T20:31:06.094Z] ---> Running in a454099ee8b7 [2021-02-03T20:31:06.094Z] Removing intermediate container a454099ee8b7 [2021-02-03T20:31:06.094Z] ---> 859da0adde30 [2021-02-03T20:31:06.094Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-02-03T20:31:06.094Z] ---> Running in cbfbd8f78e70 [2021-02-03T20:31:07.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:31:07.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:31:08.815Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T20:31:08.815Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T20:31:08.815Z] OK: 13724 distinct packages available [2021-02-03T20:31:09.804Z] (1/2) Installing ca-certificates (20191127-r5) [2021-02-03T20:31:10.082Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-02-03T20:31:10.082Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:31:10.082Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T20:31:10.688Z] OK: 6 MiB in 16 packages [2021-02-03T20:31:11.270Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1e9e78be3b2c [2021-02-03T20:31:11.270Z] ---> bb33eb850207 [2021-02-03T20:31:11.270Z] [2021-02-03T20:31:11.270Z] Step 10/23 : FROM alpine [2021-02-03T20:31:11.270Z] ---> e50c909a8df2 [2021-02-03T20:31:11.270Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:31:11.270Z] ---> Running in 42ce04914c1a [2021-02-03T20:31:11.270Z] Removing intermediate container 42ce04914c1a [2021-02-03T20:31:11.270Z] ---> 31e63be311bf [2021-02-03T20:31:11.270Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T20:31:11.270Z] ---> Running in 96591f0398e0 [2021-02-03T20:31:11.270Z] Removing intermediate container 96591f0398e0 [2021-02-03T20:31:11.270Z] ---> c18ac45e0ff3 [2021-02-03T20:31:11.270Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T20:31:11.270Z] ---> Running in 3386be21ca90 [2021-02-03T20:31:11.542Z] Removing intermediate container 3386be21ca90 [2021-02-03T20:31:11.542Z] ---> b0aa8f8fd9e7 [2021-02-03T20:31:11.542Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:31:11.835Z] ---> Running in 6466b507a245 [2021-02-03T20:31:13.262Z] Removing intermediate container 6466b507a245 [2021-02-03T20:31:13.262Z] ---> 73e71cebc652 [2021-02-03T20:31:13.262Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-02-03T20:31:13.262Z] ---> Running in 76ee655a0a9a [2021-02-03T20:31:13.322Z] Removing intermediate container cbfbd8f78e70 [2021-02-03T20:31:13.322Z] ---> 8f1e3d29769e [2021-02-03T20:31:13.322Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-02-03T20:31:13.322Z] ---> Running in 18f72f16e126 [2021-02-03T20:31:13.845Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-03T20:31:13.924Z] Removing intermediate container 18f72f16e126 [2021-02-03T20:31:13.924Z] ---> 33703792bc60 [2021-02-03T20:31:13.924Z] Step 14/29 : WORKDIR $BASE_DIR [2021-02-03T20:31:14.204Z] ---> Running in 8bafcad94829 [2021-02-03T20:31:14.815Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-03T20:31:15.193Z] Removing intermediate container 8bafcad94829 [2021-02-03T20:31:15.193Z] ---> ea8518b41d62 [2021-02-03T20:31:15.193Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-02-03T20:31:15.405Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-02-03T20:31:15.405Z] (2/5) Installing libsodium (1.0.18-r0) [2021-02-03T20:31:15.405Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-03T20:31:15.479Z] ---> Running in c8bed993f5b0 [2021-02-03T20:31:15.674Z] (4/5) Installing libzmq (4.3.3-r1) [2021-02-03T20:31:15.963Z] (5/5) Installing zeromq (4.3.3-r1) [2021-02-03T20:31:15.963Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:31:15.963Z] OK: 8 MiB in 19 packages [2021-02-03T20:31:16.934Z] Removing intermediate container 76ee655a0a9a [2021-02-03T20:31:16.934Z] ---> a6fe515c0c6f [2021-02-03T20:31:16.934Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-02-03T20:31:17.559Z] ---> 5244b2b04b14 [2021-02-03T20:31:17.559Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T20:31:18.542Z] ---> d4f506555768 [2021-02-03T20:31:18.542Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T20:31:19.135Z] ---> 7a3ec7b48e37 [2021-02-03T20:31:19.135Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T20:31:19.135Z] ---> Running in dcf1352f8476 [2021-02-03T20:31:19.411Z] Removing intermediate container dcf1352f8476 [2021-02-03T20:31:19.411Z] ---> 1b852cb6a318 [2021-02-03T20:31:19.411Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:31:19.411Z] ---> Running in af5ab763f5e4 [2021-02-03T20:31:19.681Z] Removing intermediate container af5ab763f5e4 [2021-02-03T20:31:19.681Z] ---> 6b59dc7372c8 [2021-02-03T20:31:19.681Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T20:31:19.681Z] ---> Running in 9fa1ee9574b3 [2021-02-03T20:31:19.954Z] Removing intermediate container 9fa1ee9574b3 [2021-02-03T20:31:19.954Z] ---> 82b8f45ee70c [2021-02-03T20:31:19.954Z] Step 22/23 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:31:20.265Z] ---> Running in c9a44a0809e8 [2021-02-03T20:31:20.880Z] Removing intermediate container c9a44a0809e8 [2021-02-03T20:31:20.880Z] ---> c4a25b352ce0 [2021-02-03T20:31:20.880Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T20:31:20.880Z] ---> Running in cad220b7c749 [2021-02-03T20:31:20.937Z] Removing intermediate container c8bed993f5b0 [2021-02-03T20:31:20.937Z] ---> f23b14f83844 [2021-02-03T20:31:20.937Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-02-03T20:31:20.937Z] Removing intermediate container 98c1436328e9 [2021-02-03T20:31:20.937Z] ---> e3ad81c7a5aa [2021-02-03T20:31:20.937Z] [2021-02-03T20:31:20.937Z] Step 10/22 : FROM scratch [2021-02-03T20:31:20.937Z] ---> [2021-02-03T20:31:20.937Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:31:20.937Z] ---> Running in 0235db55ea19 [2021-02-03T20:31:21.545Z] Removing intermediate container 0235db55ea19 [2021-02-03T20:31:21.545Z] ---> 7e9bae12b0bb [2021-02-03T20:31:21.545Z] Step 12/22 : ENV APP_PORT=48061 [2021-02-03T20:31:22.153Z] ---> Running in 58c41f253a74 [2021-02-03T20:31:22.286Z] Removing intermediate container cad220b7c749 [2021-02-03T20:31:22.286Z] ---> c4a8614ba0c0 [2021-02-03T20:31:22.286Z] [2021-02-03T20:31:22.286Z] Successfully built c4a8614ba0c0 [2021-02-03T20:31:22.286Z] Successfully tagged docker-core-data-go:latest [2021-02-03T20:31:22.434Z] ---> 485bc435af9c [2021-02-03T20:31:22.434Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-02-03T20:31:22.722Z] Removing intermediate container 58c41f253a74 [2021-02-03T20:31:22.722Z] ---> 3dc896033a80 [2021-02-03T20:31:22.722Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:31:22.891Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-03T20:31:22.937Z] $ docker stop --time=1 20564e04dd46868a682d465f6275bf7977ef2e3c08d739caade4e99244b05af0 [2021-02-03T20:31:23.009Z] ---> Running in 409eb7655fa7 [2021-02-03T20:31:24.003Z] ---> fc736bddbd0d [2021-02-03T20:31:24.003Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-02-03T20:31:24.003Z] Removing intermediate container 409eb7655fa7 [2021-02-03T20:31:24.003Z] ---> cf9ba3260db4 [2021-02-03T20:31:24.003Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-02-03T20:31:25.158Z] $ docker rm -f 20564e04dd46868a682d465f6275bf7977ef2e3c08d739caade4e99244b05af0 [Pipeline] // withDockerContainer [2021-02-03T20:31:25.470Z] ---> ed34fb3cc7d2 [2021-02-03T20:31:25.470Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-02-03T20:31:25.470Z] ---> b168df2226a0 [2021-02-03T20:31:25.470Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [Pipeline] sh [2021-02-03T20:31:25.900Z] + docker images [2021-02-03T20:31:25.900Z] + grep docker [2021-02-03T20:31:26.172Z] docker-core-data-go latest c4a8614ba0c0 5 seconds ago 23.8MB [2021-02-03T20:31:26.173Z] docker-security-proxy-setup-go latest 6d9b30e3a5f0 45 seconds ago 16.7MB [2021-02-03T20:31:26.173Z] docker-security-secrets-setup-go latest 8a0a06ec465e 45 seconds ago 24MB [2021-02-03T20:31:26.173Z] docker-support-logging-go latest e3ae7864d9fe About a minute ago 11.1MB [2021-02-03T20:31:26.173Z] docker-sys-mgmt-agent-go latest 3337dbff3752 About a minute ago 326MB [2021-02-03T20:31:26.173Z] docker-core-command-go latest e1bb28c98bd9 2 minutes ago 12.2MB [2021-02-03T20:31:26.173Z] docker-support-scheduler-go latest ba169969ef78 2 minutes ago 12.3MB [2021-02-03T20:31:26.173Z] docker-security-secretstore-setup-go latest 0d6cff094cf9 4 minutes ago 24.7MB [2021-02-03T20:31:26.173Z] docker-core-metadata-go latest 80efc8bddabb 4 minutes ago 14.5MB [2021-02-03T20:31:26.173Z] docker-security-bootstrap-redis-go latest 9d803cd12bb1 4 minutes ago 15.8MB [2021-02-03T20:31:26.173Z] docker-support-notifications-go latest e8b5d6668ace 4 minutes ago 13.6MB [2021-02-03T20:31:26.173Z] docker latest 6e081696197d 42 hours ago 241MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-03T20:31:26.499Z] ---> e4308c51ef68 [2021-02-03T20:31:26.499Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-02-03T20:31:26.794Z] ---> 85144e3e2cc3 [2021-02-03T20:31:26.794Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-03T20:31:27.888Z] ---> 925c42e46cb9 [2021-02-03T20:31:27.888Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-02-03T20:31:28.602Z] ---> Running in 7a7d8d42be8f [2021-02-03T20:31:28.895Z] ---> 7828a5966b0d [2021-02-03T20:31:28.895Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-02-03T20:31:30.986Z] ---> 03b13462e794 [2021-02-03T20:31:30.986Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-02-03T20:31:31.606Z] ---> Running in 8c9dd5452731 [2021-02-03T20:31:33.111Z] Removing intermediate container 8c9dd5452731 [2021-02-03T20:31:33.111Z] ---> effbc422ada3 [2021-02-03T20:31:33.111Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:31:33.705Z] ---> Running in 9489bdd25ae5 [2021-02-03T20:31:33.705Z] Removing intermediate container 7a7d8d42be8f [2021-02-03T20:31:33.705Z] ---> 697c45747244 [2021-02-03T20:31:33.705Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:31:34.313Z] Removing intermediate container 9489bdd25ae5 [2021-02-03T20:31:34.313Z] ---> 08bfcff0b007 [2021-02-03T20:31:34.313Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T20:31:35.299Z] ---> Running in e5fe4b63b63d [2021-02-03T20:31:35.906Z] ---> f1d604d984ab [2021-02-03T20:31:35.906Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:31:36.504Z] Removing intermediate container a54d9620dc8c [2021-02-03T20:31:36.504Z] ---> 76aa2a4e8cc6 [2021-02-03T20:31:36.504Z] [2021-02-03T20:31:36.504Z] Step 10/21 : FROM scratch [2021-02-03T20:31:36.504Z] ---> [2021-02-03T20:31:36.504Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:31:36.504Z] ---> Running in d74165cb1da2 [2021-02-03T20:31:36.504Z] Removing intermediate container e5fe4b63b63d [2021-02-03T20:31:36.504Z] ---> 29cd45dc9a7e [2021-02-03T20:31:36.504Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:31:36.781Z] ---> Running in 9f733e410b0a [2021-02-03T20:31:36.781Z] ---> Running in 6ab7486a2afb [2021-02-03T20:31:37.383Z] Removing intermediate container 76b5b6aa7a23 [2021-02-03T20:31:37.383Z] ---> c8a334be02e5 [2021-02-03T20:31:37.383Z] [2021-02-03T20:31:37.383Z] Step 10/24 : FROM scratch [2021-02-03T20:31:37.383Z] ---> [2021-02-03T20:31:37.383Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-02-03T20:31:37.383Z] Removing intermediate container e986eaf3b1c1 [2021-02-03T20:31:37.383Z] ---> 989cf2ec61fe [2021-02-03T20:31:37.383Z] [2021-02-03T20:31:37.383Z] Step 10/22 : FROM scratch [2021-02-03T20:31:37.383Z] ---> [2021-02-03T20:31:37.383Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:31:37.383Z] ---> Using cache [2021-02-03T20:31:37.383Z] ---> 7e9bae12b0bb [2021-02-03T20:31:37.383Z] Step 12/24 : ENV APP_PORT=48060 [2021-02-03T20:31:37.383Z] ---> Using cache [2021-02-03T20:31:37.383Z] ---> 19ef1f9f5d0e [2021-02-03T20:31:37.383Z] Step 12/22 : ENV APP_PORT=48082 [2021-02-03T20:31:37.653Z] Removing intermediate container 9f733e410b0a [2021-02-03T20:31:37.653Z] ---> 19ef1f9f5d0e [2021-02-03T20:31:37.653Z] Step 12/21 : ENV APP_PORT=48085 [2021-02-03T20:31:37.653Z] ---> Running in 66b817fcb218 [2021-02-03T20:31:37.653Z] ---> Running in 800f8fa74242 [2021-02-03T20:31:37.926Z] ---> Running in dd1f4940b39c [2021-02-03T20:31:37.926Z] Removing intermediate container 6ab7486a2afb [2021-02-03T20:31:37.926Z] ---> 4a5175cb58c7 [2021-02-03T20:31:37.926Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:31:37.926Z] ---> Running in 467224d5532a [2021-02-03T20:31:38.207Z] Removing intermediate container 800f8fa74242 [2021-02-03T20:31:38.207Z] Removing intermediate container 66b817fcb218 [2021-02-03T20:31:38.207Z] ---> 5be9254a4c16 [2021-02-03T20:31:38.207Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-03T20:31:38.207Z] ---> 902f3582f08f [2021-02-03T20:31:38.207Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:31:38.494Z] ---> Running in 4e3fe27a8c91 [2021-02-03T20:31:38.494Z] ---> Running in a4991d47c771 [2021-02-03T20:31:38.773Z] Removing intermediate container dd1f4940b39c [2021-02-03T20:31:38.773Z] ---> 96b8d53c2e8a [2021-02-03T20:31:38.773Z] Step 13/21 : EXPOSE $APP_PORT [2021-02-03T20:31:38.773Z] Removing intermediate container 467224d5532a [2021-02-03T20:31:38.773Z] ---> dc5470884594 [2021-02-03T20:31:38.773Z] [2021-02-03T20:31:38.773Z] ---> Running in d00da5fd8b32 [2021-02-03T20:31:39.048Z] Removing intermediate container a4991d47c771 [2021-02-03T20:31:39.048Z] ---> 5798e4fb0e06 [2021-02-03T20:31:39.048Z] Step 14/22 : WORKDIR / [2021-02-03T20:31:39.048Z] Removing intermediate container 4e3fe27a8c91 [2021-02-03T20:31:39.048Z] ---> 6f680b3078f2 [2021-02-03T20:31:39.048Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-02-03T20:31:39.319Z] ---> Running in b1dd2da5e976 [2021-02-03T20:31:39.319Z] Successfully built dc5470884594 [2021-02-03T20:31:39.319Z] Removing intermediate container d74165cb1da2 [2021-02-03T20:31:39.319Z] ---> a7f901855fcf [2021-02-03T20:31:39.319Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-02-03T20:31:39.319Z] Successfully tagged docker-support-logging-go-arm64:latest [2021-02-03T20:31:39.319Z] Removing intermediate container d00da5fd8b32 [2021-02-03T20:31:39.319Z] Building docker-security-proxy-setup-go [2021-02-03T20:31:39.319Z] ---> 3dae989e9b69 [2021-02-03T20:31:39.319Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-02-03T20:31:39.594Z]  Building docker-support-logging-go ... done  ---> Running in 57e9a3ea37cc [2021-02-03T20:31:39.864Z] Removing intermediate container b1dd2da5e976 [2021-02-03T20:31:39.864Z] ---> 4107f98159c6 [2021-02-03T20:31:39.864Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-02-03T20:31:40.136Z] ---> 2be1fd0d0e75 [2021-02-03T20:31:40.136Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-02-03T20:31:40.727Z] ---> 09d2d034beb7 [2021-02-03T20:31:40.727Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T20:31:41.324Z] ---> ead128d010b4 [2021-02-03T20:31:41.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T20:31:42.395Z] Still waiting to schedule task [2021-02-03T20:31:42.395Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-03T20:31:43.323Z] ---> 6458a083f412 [2021-02-03T20:31:43.323Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-02-03T20:31:44.305Z] ---> baf79b8b4c11 [2021-02-03T20:31:44.305Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T20:31:44.305Z] ---> 6439b93d8e55 [2021-02-03T20:31:44.305Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T20:31:46.300Z] ---> 5014155f25cd [2021-02-03T20:31:46.300Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-02-03T20:31:46.300Z] Removing intermediate container 57e9a3ea37cc [2021-02-03T20:31:46.300Z] ---> 08976dd94498 [2021-02-03T20:31:46.300Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:31:46.300Z] ---> 2e67c4ef1f56 [2021-02-03T20:31:46.300Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-02-03T20:31:46.300Z] ---> cc0c005b8f61 [2021-02-03T20:31:46.300Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T20:31:46.300Z] ---> Running in 8164a7c25837 [2021-02-03T20:31:46.300Z] ---> Running in 72825c902f63 [2021-02-03T20:31:46.300Z] ---> Running in a68a48b6a6cb [2021-02-03T20:31:46.907Z] ---> 3b60727e0cf2 [2021-02-03T20:31:46.907Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T20:31:46.907Z] Removing intermediate container 72825c902f63 [2021-02-03T20:31:46.907Z] ---> c6f5253a3308 [2021-02-03T20:31:46.907Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:31:47.189Z] Removing intermediate container 8164a7c25837 [2021-02-03T20:31:47.189Z] ---> 6f7bd92453fd [2021-02-03T20:31:47.189Z] Step 26/29 : CMD [ "generate" ] [2021-02-03T20:31:47.189Z] Removing intermediate container a68a48b6a6cb [2021-02-03T20:31:47.189Z] ---> bb7a86f4d0af [2021-02-03T20:31:47.189Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:31:47.189Z] ---> Running in 9992276bf8c0 [2021-02-03T20:31:47.460Z] ---> Running in 1a62be84c0e2 [2021-02-03T20:31:47.460Z] ---> Running in eddb3b13a12a [2021-02-03T20:31:48.447Z] Removing intermediate container 9992276bf8c0 [2021-02-03T20:31:48.447Z] ---> 38c52f5869e4 [2021-02-03T20:31:48.447Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T20:31:49.047Z] Removing intermediate container 1a62be84c0e2 [2021-02-03T20:31:49.047Z] ---> 6097c8e81b94 [2021-02-03T20:31:49.047Z] Step 27/29 : LABEL arch=arm64 [2021-02-03T20:31:49.047Z] ---> Running in f60c1ad96fcc [2021-02-03T20:31:49.047Z] Removing intermediate container eddb3b13a12a [2021-02-03T20:31:49.047Z] ---> c0d106cadbf3 [2021-02-03T20:31:49.047Z] Step 19/21 : LABEL arch=arm64 [2021-02-03T20:31:49.660Z] ---> c0ee4133090e [2021-02-03T20:31:49.660Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T20:31:49.660Z] ---> Running in edaedf843234 [2021-02-03T20:31:49.943Z] ---> Running in b02fa20d6340 [2021-02-03T20:31:50.541Z] Removing intermediate container f60c1ad96fcc [2021-02-03T20:31:50.541Z] ---> 219a48a62258 [2021-02-03T20:31:50.541Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:31:50.541Z] Removing intermediate container edaedf843234 [2021-02-03T20:31:50.541Z] ---> 867c1a30bda6 [2021-02-03T20:31:50.541Z] Step 20/21 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:31:51.133Z] ---> Running in c196eded727a [2021-02-03T20:31:51.133Z] Removing intermediate container b02fa20d6340 [2021-02-03T20:31:51.133Z] ---> 679d675dc9e7 [2021-02-03T20:31:51.133Z] Step 28/29 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:31:51.732Z] ---> dafde48c1387 [2021-02-03T20:31:51.732Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-02-03T20:31:52.008Z] ---> Running in 696f97e01d84 [2021-02-03T20:31:52.008Z] ---> Running in 96c6793adac4 [2021-02-03T20:31:52.281Z] ---> Running in 3383076dc459 [2021-02-03T20:31:52.281Z] Removing intermediate container c196eded727a [2021-02-03T20:31:52.281Z] ---> eaf35a0c77c6 [2021-02-03T20:31:52.281Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:31:52.874Z] ---> Running in 029b7e785b56 [2021-02-03T20:31:53.149Z] Removing intermediate container 96c6793adac4 [2021-02-03T20:31:53.149Z] ---> d618e13b0c90 [2021-02-03T20:31:53.149Z] Step 29/29 : LABEL version=0.0.0 [2021-02-03T20:31:53.149Z] Removing intermediate container 696f97e01d84 [2021-02-03T20:31:53.149Z] ---> 98c13d6459a3 [2021-02-03T20:31:53.149Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T20:31:53.421Z] Removing intermediate container 3383076dc459 [2021-02-03T20:31:53.421Z] ---> 113d4c1a653e [2021-02-03T20:31:53.421Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:31:53.694Z] ---> Running in ec9d25ece8bd [2021-02-03T20:31:53.694Z] ---> Running in d54312bf7d3e [2021-02-03T20:31:53.694Z] Removing intermediate container 029b7e785b56 [2021-02-03T20:31:53.694Z] ---> e53346a864ba [2021-02-03T20:31:53.694Z] [2021-02-03T20:31:53.966Z] ---> Running in 10c67df9e7ba [2021-02-03T20:31:54.237Z] Removing intermediate container ec9d25ece8bd [2021-02-03T20:31:54.237Z] ---> 35b65e54ba32 [2021-02-03T20:31:54.237Z] [2021-02-03T20:31:54.237Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:31:54.237Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:31:54.237Z] ---> 3c920cdc7ede [2021-02-03T20:31:54.237Z] Step 3/20 : WORKDIR /edgex-go [2021-02-03T20:31:54.237Z] ---> Using cache [2021-02-03T20:31:54.237Z] ---> f2d81cb2334c [2021-02-03T20:31:54.237Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:31:54.237Z] ---> Using cache [2021-02-03T20:31:54.237Z] ---> a9d277f31b4e [2021-02-03T20:31:54.237Z] Step 5/20 : RUN apk update && apk add make git [2021-02-03T20:31:54.237Z] Successfully built e53346a864ba [2021-02-03T20:31:54.514Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-03T20:31:54.514Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-03T20:31:54.514Z] ---> Running in dcd203cf3c67 [2021-02-03T20:31:54.514Z] Removing intermediate container d54312bf7d3e [2021-02-03T20:31:54.514Z] ---> 6a4031013331 [2021-02-03T20:31:54.514Z] [2021-02-03T20:31:54.514Z] Removing intermediate container 10c67df9e7ba [2021-02-03T20:31:54.514Z] ---> 29b3598a09ab [2021-02-03T20:31:54.514Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T20:31:54.787Z] Successfully built 35b65e54ba32 [2021-02-03T20:31:55.058Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2021-02-03T20:31:55.058Z]  Building docker-security-secrets-setup-go ... done Building docker-core-data-go [2021-02-03T20:31:55.058Z] ---> Running in 6f33d73a6f24 [2021-02-03T20:31:55.058Z] Successfully built 6a4031013331 [2021-02-03T20:31:55.058Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-03T20:31:55.058Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-03T20:31:55.333Z] Removing intermediate container 6f33d73a6f24 [2021-02-03T20:31:55.333Z] ---> c3e9de5b045a [2021-02-03T20:31:55.333Z] Step 23/24 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:31:55.606Z] ---> Running in 4c7b0d4c0e5c [2021-02-03T20:31:55.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:31:56.195Z] Removing intermediate container 4c7b0d4c0e5c [2021-02-03T20:31:56.195Z] ---> 14f559c89dbc [2021-02-03T20:31:56.195Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T20:31:56.195Z] ---> Running in 51b7e2e7831a [2021-02-03T20:31:56.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:31:56.465Z] Removing intermediate container 51b7e2e7831a [2021-02-03T20:31:56.465Z] ---> 4d06bab1d9bd [2021-02-03T20:31:56.465Z] [2021-02-03T20:31:57.059Z] Successfully built 4d06bab1d9bd [2021-02-03T20:31:57.060Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-03T20:31:57.060Z] Building docker-security-bootstrap-redis-go [2021-02-03T20:31:57.330Z]  Building docker-support-notifications-go ... done v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:31:57.330Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:31:57.330Z] OK: 12622 distinct packages available [2021-02-03T20:31:57.922Z] OK: 217 MiB in 51 packages [2021-02-03T20:31:59.904Z] Removing intermediate container dcd203cf3c67 [2021-02-03T20:31:59.904Z] ---> e9d510c4af35 [2021-02-03T20:31:59.904Z] Step 6/20 : COPY go.mod . [2021-02-03T20:32:01.902Z] ---> 9e72117d9dc8 [2021-02-03T20:32:01.902Z] Step 7/20 : RUN go mod download [2021-02-03T20:32:02.881Z] ---> Running in 9fcd50d7b102 [2021-02-03T20:32:07.199Z] Removing intermediate container 9fcd50d7b102 [2021-02-03T20:32:07.199Z] ---> 5ddc7bc5f316 [2021-02-03T20:32:07.199Z] Step 8/20 : COPY . . [2021-02-03T20:32:22.300Z] ---> 6250e46d191b [2021-02-03T20:32:22.300Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-02-03T20:32:22.300Z] ---> Running in 63793fc988ee [2021-02-03T20:32:23.736Z] 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-02-03T20:32:32.575Z] Running on prd-ubuntu18.04-docker-8c-8g-24773 in /w/workspace/edgexfoundry_edgex-go_PR-3102 [Pipeline] { [Pipeline] ws [2021-02-03T20:32:32.680Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-03T20:32:34.943Z] using credential edgex-jenkins-ssh [2021-02-03T20:32:35.004Z] Cloning the remote Git repository [2021-02-03T20:32:35.032Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:32:35.105Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-03T20:32:35.134Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:32:35.134Z] > git --version # timeout=10 [2021-02-03T20:32:35.142Z] > git --version # 'git version 2.17.1' [2021-02-03T20:32:35.142Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:32:35.172Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T20:32:50.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:32:50.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:32:50.552Z] ---> 3c920cdc7ede [2021-02-03T20:32:50.552Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> f2d81cb2334c [2021-02-03T20:32:50.552Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> a9d277f31b4e [2021-02-03T20:32:50.552Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T20:32:50.552Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:32:50.552Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:32:50.552Z] ---> 3c920cdc7ede [2021-02-03T20:32:50.552Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> f2d81cb2334c [2021-02-03T20:32:50.552Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> a9d277f31b4e [2021-02-03T20:32:50.552Z] Step 5/24 : RUN apk update && apk add make git [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> e9d510c4af35 [2021-02-03T20:32:50.552Z] Step 6/24 : COPY go.mod . [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 9e72117d9dc8 [2021-02-03T20:32:50.552Z] Step 7/24 : RUN go mod download [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 5ddc7bc5f316 [2021-02-03T20:32:50.552Z] Step 8/24 : COPY . . [2021-02-03T20:32:50.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:32:50.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:32:50.552Z] ---> 3c920cdc7ede [2021-02-03T20:32:50.552Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> f2d81cb2334c [2021-02-03T20:32:50.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> a9d277f31b4e [2021-02-03T20:32:50.552Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> e9d510c4af35 [2021-02-03T20:32:50.552Z] Step 6/22 : COPY go.mod . [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 9e72117d9dc8 [2021-02-03T20:32:50.552Z] Step 7/22 : RUN go mod download [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 5ddc7bc5f316 [2021-02-03T20:32:50.552Z] Step 8/22 : COPY . . [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 6250e46d191b [2021-02-03T20:32:50.552Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 6250e46d191b [2021-02-03T20:32:50.552Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-02-03T20:32:50.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:32:50.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:32:50.552Z] ---> 3c920cdc7ede [2021-02-03T20:32:50.552Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> f2d81cb2334c [2021-02-03T20:32:50.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> a9d277f31b4e [2021-02-03T20:32:50.552Z] Step 5/22 : RUN apk update && apk add make git [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> e9d510c4af35 [2021-02-03T20:32:50.552Z] Step 6/22 : COPY go.mod . [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 9e72117d9dc8 [2021-02-03T20:32:50.552Z] Step 7/22 : RUN go mod download [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 5ddc7bc5f316 [2021-02-03T20:32:50.552Z] Step 8/22 : COPY . . [2021-02-03T20:32:50.552Z] ---> Using cache [2021-02-03T20:32:50.552Z] ---> 6250e46d191b [2021-02-03T20:32:50.552Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-03T20:32:51.542Z] ---> Running in 74a3ae55b657 [2021-02-03T20:32:51.542Z] ---> Running in 7e7f58fd2a6d [2021-02-03T20:32:51.542Z] ---> Running in 2ad8e8048781 [2021-02-03T20:32:51.542Z] ---> Running in e7359186bedf [2021-02-03T20:32:53.525Z] 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-02-03T20:32:53.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:32:53.957Z] Merging remotes/origin/hanoi commit b46b7e8111e4043173f976c96fadf622ec12f3cd into PR head commit 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:32:54.069Z] 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-02-03T20:32:54.070Z] 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-02-03T20:32:54.082Z] Merge succeeded, producing 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:32:54.083Z] Checking out Revision 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 (PR-3102) [2021-02-03T20:32:53.268Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T20:32:53.277Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T20:32:53.288Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T20:32:53.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T20:32:53.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:32:53.306Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3102/head:refs/remotes/origin/PR-3102 +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-03T20:32:53.976Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T20:32:53.982Z] > git checkout -f 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 # timeout=10 [2021-02-03T20:32:54.056Z] > git remote # timeout=10 [2021-02-03T20:32:54.063Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T20:32:54.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T20:32:54.073Z] > git merge b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 [2021-02-03T20:32:54.081Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T20:32:54.089Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T20:32:54.104Z] > git checkout -f 99ee5d8e949bc54c6a1b06b06a0925d9c6008346 # timeout=10 [2021-02-03T20:32:55.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:32:56.023Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:32:56.023Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:32:56.023Z] OK: 12622 distinct packages available [2021-02-03T20:32:56.624Z] OK: 217 MiB in 51 packages [2021-02-03T20:32:57.787Z] Commit message: "fix(snap): update snap to redis 6.0.9" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:32:58.625Z] Removing intermediate container 7e7f58fd2a6d [2021-02-03T20:32:58.625Z] ---> 9848a2a43eea [2021-02-03T20:32:58.625Z] Step 6/23 : COPY go.mod . [2021-02-03T20:32:59.065Z] + echo snap-build.sh [2021-02-03T20:32:59.065Z] snap-build.sh [2021-02-03T20:32:59.065Z] + SNAP_BASE_DIR=. [2021-02-03T20:32:59.065Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-03T20:32:59.065Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-03T20:32:59.065Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-03T20:32:59.065Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-03T20:32:59.065Z] + cd /w/workspace/edgex-go/2 [2021-02-03T20:32:59.065Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-03T20:32:59.065Z] Reading package lists... [2021-02-03T20:32:59.065Z] Building dependency tree... [2021-02-03T20:32:59.065Z] Reading state information... [2021-02-03T20:32:59.329Z] The following packages were automatically installed and are no longer required: [2021-02-03T20:32:59.329Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-03T20:32:59.329Z] uidmap xdelta3 [2021-02-03T20:32:59.329Z] Use 'sudo apt autoremove' to remove them. [2021-02-03T20:32:59.329Z] The following packages will be REMOVED: [2021-02-03T20:32:59.329Z] lxd* lxd-client* [2021-02-03T20:32:59.608Z] ---> cb7a32734cf8 [2021-02-03T20:32:59.609Z] Step 7/23 : RUN go mod download [2021-02-03T20:32:59.883Z] ---> Running in b7545776dba6 [2021-02-03T20:32:59.905Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-03T20:32:59.905Z] After this operation, 31.7 MB disk space will be freed. [2021-02-03T20:33:00.954Z] (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-02-03T20:33:00.954Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T20:33:01.899Z] Removing lxd dnsmasq configuration [2021-02-03T20:33:01.900Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T20:33:01.900Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-03T20:33:02.845Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-03T20:33:03.109Z] (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-02-03T20:33:03.109Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T20:33:04.203Z] Removing intermediate container 63793fc988ee [2021-02-03T20:33:04.203Z] ---> 7dfb1fdfb54b [2021-02-03T20:33:04.203Z] [2021-02-03T20:33:04.203Z] Step 10/20 : FROM alpine [2021-02-03T20:33:04.203Z] ---> 85b71a783ad3 [2021-02-03T20:33:04.203Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-02-03T20:33:04.203Z] ---> Running in 1d68bb7d67bd [2021-02-03T20:33:04.493Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-03T20:33:04.493Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-03T20:33:05.183Z] Removing intermediate container b7545776dba6 [2021-02-03T20:33:05.183Z] ---> 43b98307e937 [2021-02-03T20:33:05.183Z] Step 8/23 : COPY . . [2021-02-03T20:33:05.879Z] + sudo snap remove --purge lxd [2021-02-03T20:33:05.879Z] snap "lxd" is not installed [2021-02-03T20:33:05.879Z] + sudo groupadd --force --system lxd [2021-02-03T20:33:05.879Z] ++ whoami [2021-02-03T20:33:05.879Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-03T20:33:05.879Z] + newgrp - lxd [2021-02-03T20:33:06.140Z] + sudo snap install lxd [2021-02-03T20:33:06.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:33:06.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:33:08.202Z] v3.13.1-43-gc72f0fa02c [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-02-03T20:33:08.202Z] v3.13.1-46-g3d66bdf2e8 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-02-03T20:33:08.202Z] OK: 13724 distinct packages available [2021-02-03T20:33:08.806Z] (1/5) Installing ca-certificates (20191127-r5) [2021-02-03T20:33:09.083Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-02-03T20:33:09.083Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T20:33:09.083Z] (4/5) Installing libcurl (7.74.0-r0) [2021-02-03T20:33:09.083Z] (5/5) Installing curl (7.74.0-r0) [2021-02-03T20:33:09.359Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:33:09.359Z] Executing ca-certificates-20191127-r5.trigger [2021-02-03T20:33:09.637Z] OK: 8 MiB in 19 packages [2021-02-03T20:33:13.984Z] Removing intermediate container 1d68bb7d67bd [2021-02-03T20:33:13.984Z] ---> d8bc06000972 [2021-02-03T20:33:13.984Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:33:14.268Z] ---> Running in 18b0ba02dddb [2021-02-03T20:33:14.293Z] 2021-02-03T20:33:11Z INFO Waiting for automatic snapd restart... [2021-02-03T20:33:15.714Z] Removing intermediate container 18b0ba02dddb [2021-02-03T20:33:15.714Z] ---> 874eccb5332e [2021-02-03T20:33:15.714Z] Step 13/20 : WORKDIR /edgex [2021-02-03T20:33:15.991Z] ---> Running in 3510e93a0ef1 [2021-02-03T20:33:17.436Z] Removing intermediate container 3510e93a0ef1 [2021-02-03T20:33:17.436Z] ---> f51fb86edf6e [2021-02-03T20:33:17.436Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T20:33:19.415Z] ---> 1e5967d67d27 [2021-02-03T20:33:19.416Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T20:33:22.808Z] ---> 9b439ffb32bd [2021-02-03T20:33:22.808Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T20:33:22.808Z] ---> Running in e8dcee8cc9f1 [2021-02-03T20:33:23.792Z] Removing intermediate container e8dcee8cc9f1 [2021-02-03T20:33:23.792Z] ---> 8a2585fb2b4c [2021-02-03T20:33:23.792Z] Step 17/20 : CMD ["--init=true"] [2021-02-03T20:33:24.385Z] ---> Running in 3b7c899cd3e8 [2021-02-03T20:33:25.362Z] Removing intermediate container 3b7c899cd3e8 [2021-02-03T20:33:25.362Z] ---> 8bad5e925ca8 [2021-02-03T20:33:25.362Z] Step 18/20 : LABEL arch=arm64 [2021-02-03T20:33:25.635Z] ---> Running in d17d3c321f20 [2021-02-03T20:33:25.907Z] ---> 2c6ddaaaf018 [2021-02-03T20:33:25.907Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T20:33:25.907Z] ---> Running in 0433d209c87b [2021-02-03T20:33:26.502Z] Removing intermediate container d17d3c321f20 [2021-02-03T20:33:26.502Z] ---> 196a27ded3e2 [2021-02-03T20:33:26.502Z] Step 19/20 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:33:26.775Z] ---> Running in 995879f009fa [2021-02-03T20:33:27.754Z] Removing intermediate container 995879f009fa [2021-02-03T20:33:27.754Z] ---> 3330713be062 [2021-02-03T20:33:27.754Z] Step 20/20 : LABEL version=0.0.0 [2021-02-03T20:33:28.029Z] ---> Running in 2376a9bd65ac [2021-02-03T20:33:28.303Z] 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-02-03T20:33:28.901Z] Removing intermediate container 2376a9bd65ac [2021-02-03T20:33:28.901Z] ---> 5e3e92eec12e [2021-02-03T20:33:28.901Z] [2021-02-03T20:33:29.213Z] lxd 4.10 from Canonical* installed [2021-02-03T20:33:29.213Z] + sudo lxd init --auto [2021-02-03T20:33:29.503Z] Successfully built 5e3e92eec12e [2021-02-03T20:33:29.504Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-03T20:33:29.504Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-03T20:33:37.439Z] + sudo snap install --classic snapcraft [2021-02-03T20:33:45.683Z] snapcraft 4.4.4 from Canonical* installed [2021-02-03T20:33:45.683Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-03T20:33:45.683Z] + patch --verbose -p1 [2021-02-03T20:33:45.683Z] Hmm... Looks like a unified diff to me... [2021-02-03T20:33:45.683Z] The text leading up to this was: [2021-02-03T20:33:45.683Z] -------------------------- [2021-02-03T20:33:45.683Z] |From ef7e4b7ed23e3d1fe7a246914d4dcde63262eca0 Mon Sep 17 00:00:00 2001 [2021-02-03T20:33:45.683Z] |From: Tony Espy [2021-02-03T20:33:45.683Z] |Date: Wed, 27 Jan 2021 12:55:10 -0500 [2021-02-03T20:33:45.683Z] |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check [2021-02-03T20:33:45.683Z] | [2021-02-03T20:33:45.683Z] |--- [2021-02-03T20:33:45.683Z] | snap/snapcraft.yaml | 474 +------------------------------------------- [2021-02-03T20:33:45.683Z] | 1 file changed, 2 insertions(+), 472 deletions(-) [2021-02-03T20:33:45.683Z] | [2021-02-03T20:33:45.683Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-03T20:33:45.683Z] |index 4f322fc4..a1dfb449 100644 [2021-02-03T20:33:45.683Z] |--- a/snap/snapcraft.yaml [2021-02-03T20:33:45.683Z] |+++ b/snap/snapcraft.yaml [2021-02-03T20:33:45.683Z] -------------------------- [2021-02-03T20:33:45.683Z] patching file snap/snapcraft.yaml [2021-02-03T20:33:45.683Z] Using Plan A... [2021-02-03T20:33:45.683Z] Hunk #1 succeeded at 75. [2021-02-03T20:33:45.683Z] Hunk #2 succeeded at 84 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hunk #3 succeeded at 218 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hunk #4 succeeded at 226 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hunk #5 succeeded at 233 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hunk #6 succeeded at 260 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hunk #7 succeeded at 294 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hunk #8 succeeded at 341 (offset 2 lines). [2021-02-03T20:33:45.683Z] Hmm... Ignoring the trailing garbage. [2021-02-03T20:33:45.683Z] done [2021-02-03T20:33:45.683Z] + sudo snapcraft prime --use-lxd [2021-02-03T20:33:45.683Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-03T20:33:45.945Z] 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-02-03T20:33:45.945Z] - README.md [2021-02-03T20:33:45.945Z] - snapcraft.yaml.orig [2021-02-03T20:33:45.945Z] [2021-02-03T20:33:45.945Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-03T20:33:46.518Z] Launching a container. [2021-02-03T20:33:56.332Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-02-03T20:33:56.333Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-02-03T20:33:56.333Z] ---> 3c920cdc7ede [2021-02-03T20:33:56.333Z] Step 3/27 : WORKDIR /edgex-go [2021-02-03T20:33:56.333Z] ---> Using cache [2021-02-03T20:33:56.333Z] ---> f2d81cb2334c [2021-02-03T20:33:56.333Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:33:56.333Z] ---> Using cache [2021-02-03T20:33:56.333Z] ---> a9d277f31b4e [2021-02-03T20:33:56.333Z] Step 5/27 : RUN apk update && apk add make bash git [2021-02-03T20:33:56.333Z] ---> Running in 44d2030494c0 [2021-02-03T20:33:57.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:33:58.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:33:58.760Z] Waiting for container to be ready [2021-02-03T20:33:58.760Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-03T20:33:58.760Z] [2021-02-03T20:33:59.755Z] v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-02-03T20:33:59.755Z] v3.12.3-85-ga0bd2102c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-02-03T20:33:59.755Z] OK: 12622 distinct packages available [2021-02-03T20:34:01.196Z] OK: 217 MiB in 51 packages [2021-02-03T20:34:02.063Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-03T20:34:02.063Z] Waiting for network to be ready... [2021-02-03T20:34:02.326Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-03T20:34:02.587Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-03T20:34:02.587Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-03T20:34:02.587Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-03T20:34:02.587Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-03T20:34:02.587Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-03T20:34:02.587Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-03T20:34:02.587Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-03T20:34:02.587Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-03T20:34:02.645Z] Removing intermediate container 44d2030494c0 [2021-02-03T20:34:02.645Z] ---> 19f5adda9a4b [2021-02-03T20:34:02.645Z] Step 6/27 : COPY go.mod . [2021-02-03T20:34:02.848Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-03T20:34:03.110Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-03T20:34:03.110Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-03T20:34:03.370Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-03T20:34:03.629Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-03T20:34:03.629Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-03T20:34:03.630Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-03T20:34:03.630Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-03T20:34:03.630Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-03T20:34:03.893Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-03T20:34:04.095Z] ---> a1c165e673f8 [2021-02-03T20:34:04.095Z] Step 7/27 : RUN go mod download [2021-02-03T20:34:04.095Z] ---> Running in 472a7e8206bd [2021-02-03T20:34:04.153Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-03T20:34:04.153Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-03T20:34:04.153Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-03T20:34:04.153Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-03T20:34:04.153Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-03T20:34:04.153Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-03T20:34:04.153Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-03T20:34:04.413Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-03T20:34:06.331Z] Fetched 23.9 MB in 4s (6003 kB/s) [2021-02-03T20:34:07.276Z] Reading package lists... [2021-02-03T20:34:07.276Z] Reading package lists... [2021-02-03T20:34:07.537Z] Building dependency tree... [2021-02-03T20:34:07.537Z] Reading state information... [2021-02-03T20:34:07.537Z] The following additional packages will be installed: [2021-02-03T20:34:07.537Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-03T20:34:07.537Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-03T20:34:07.537Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-03T20:34:07.537Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-03T20:34:07.537Z] Suggested packages: [2021-02-03T20:34:07.537Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-03T20:34:07.537Z] Recommended packages: [2021-02-03T20:34:07.537Z] gnupg libsasl2-modules [2021-02-03T20:34:07.537Z] The following NEW packages will be installed: [2021-02-03T20:34:07.537Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-03T20:34:07.537Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-03T20:34:07.537Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-03T20:34:07.537Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-03T20:34:07.537Z] The following packages will be upgraded: [2021-02-03T20:34:07.537Z] gpg gpg-agent gpgconf libudev1 [2021-02-03T20:34:07.798Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-03T20:34:07.798Z] Need to get 3533 kB of archives. [2021-02-03T20:34:07.798Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-03T20:34:07.798Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-03T20:34:07.798Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-03T20:34:08.371Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-03T20:34:08.371Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-03T20:34:08.371Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-03T20:34:08.635Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-03T20:34:08.635Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-03T20:34:08.635Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-03T20:34:08.635Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-03T20:34:08.635Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-03T20:34:08.635Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-03T20:34:08.635Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-03T20:34:08.635Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-03T20:34:08.635Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-03T20:34:08.635Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-03T20:34:08.635Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-03T20:34:08.635Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-03T20:34:08.635Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-03T20:34:08.635Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-03T20:34:08.635Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-03T20:34:08.901Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-03T20:34:08.901Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-03T20:34:08.901Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-03T20:34:08.901Z] Fetched 3533 kB in 1s (2733 kB/s) [2021-02-03T20:34:08.901Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-03T20:34:08.901Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-03T20:34:09.161Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-03T20:34:09.161Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-03T20:34:09.161Z] Selecting previously unselected package udev. [2021-02-03T20:34:09.161Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-03T20:34:09.161Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-03T20:34:09.424Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-03T20:34:09.519Z] Removing intermediate container 472a7e8206bd [2021-02-03T20:34:09.519Z] ---> b3be18ae0172 [2021-02-03T20:34:09.519Z] Step 8/27 : COPY . . [2021-02-03T20:34:09.685Z] Selecting previously unselected package libfuse2:amd64. [2021-02-03T20:34:09.685Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-03T20:34:09.685Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-03T20:34:09.685Z] Selecting previously unselected package fuse. [2021-02-03T20:34:09.685Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-03T20:34:09.685Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-03T20:34:09.685Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:09.946Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-03T20:34:09.946Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:09.946Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-03T20:34:09.946Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:10.207Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-03T20:34:10.207Z] Selecting previously unselected package libksba8:amd64. [2021-02-03T20:34:10.207Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-03T20:34:10.207Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-03T20:34:10.207Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-03T20:34:10.207Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.207Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.471Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-03T20:34:10.471Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.471Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.471Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-03T20:34:10.471Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.471Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.471Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-03T20:34:10.471Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.733Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.733Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-03T20:34:10.733Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.733Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.733Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-03T20:34:10.733Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.733Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.994Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-03T20:34:10.994Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.994Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:10.994Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-03T20:34:10.994Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:10.994Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:11.256Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-03T20:34:11.256Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-03T20:34:11.256Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:11.256Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-03T20:34:11.256Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-03T20:34:11.256Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-03T20:34:11.256Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-03T20:34:11.518Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-03T20:34:11.518Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-03T20:34:11.518Z] Selecting previously unselected package libldap-common. [2021-02-03T20:34:11.518Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-03T20:34:11.518Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-03T20:34:11.518Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-03T20:34:11.518Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-03T20:34:11.518Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-03T20:34:11.778Z] Selecting previously unselected package dirmngr. [2021-02-03T20:34:11.778Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:11.778Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-03T20:34:11.778Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-03T20:34:11.778Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-03T20:34:12.042Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-03T20:34:12.042Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-03T20:34:12.042Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-03T20:34:12.042Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-03T20:34:12.042Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:12.042Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-03T20:34:12.042Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-03T20:34:12.305Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-03T20:34:12.567Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-03T20:34:12.829Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:12.829Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-03T20:34:12.829Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-03T20:34:12.829Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-03T20:34:12.829Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-03T20:34:13.091Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-03T20:34:13.091Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-03T20:34:13.353Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-03T20:34:13.615Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-03T20:34:13.615Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-03T20:34:13.615Z] This means they are not meant to be enabled using systemctl. [2021-02-03T20:34:13.615Z] Possible reasons for having this kind of units are: [2021-02-03T20:34:13.615Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-03T20:34:13.615Z] .wants/ or .requires/ directory. [2021-02-03T20:34:13.615Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-03T20:34:13.615Z] a requirement dependency on it. [2021-02-03T20:34:13.615Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-03T20:34:13.615Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-03T20:34:13.615Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-03T20:34:13.615Z] instance name specified. [2021-02-03T20:34:13.876Z] Reading package lists... [2021-02-03T20:34:14.138Z] Building dependency tree... [2021-02-03T20:34:14.138Z] Reading state information... [2021-02-03T20:34:14.138Z] The following additional packages will be installed: [2021-02-03T20:34:14.138Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-03T20:34:14.138Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-03T20:34:14.138Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-03T20:34:14.138Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-03T20:34:14.138Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-03T20:34:14.138Z] Suggested packages: [2021-02-03T20:34:14.138Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-03T20:34:14.138Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-03T20:34:14.138Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-03T20:34:14.138Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-03T20:34:14.138Z] systemd-container policykit-1 [2021-02-03T20:34:14.138Z] Recommended packages: [2021-02-03T20:34:14.138Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-03T20:34:14.402Z] The following NEW packages will be installed: [2021-02-03T20:34:14.402Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-03T20:34:14.402Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-03T20:34:14.402Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-03T20:34:14.402Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-03T20:34:14.402Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-03T20:34:14.402Z] The following packages will be upgraded: [2021-02-03T20:34:14.402Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-03T20:34:14.402Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-03T20:34:14.402Z] Need to get 35.2 MB of archives. [2021-02-03T20:34:14.402Z] After this operation, 141 MB of additional disk space will be used. [2021-02-03T20:34:14.402Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-03T20:34:14.402Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-03T20:34:14.402Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-03T20:34:14.402Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-03T20:34:14.663Z] 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-02-03T20:34:14.663Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-03T20:34:14.663Z] 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-02-03T20:34:14.663Z] 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-02-03T20:34:14.663Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-03T20:34:14.663Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-03T20:34:14.663Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-03T20:34:14.663Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-03T20:34:14.663Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-03T20:34:14.663Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-03T20:34:14.663Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-03T20:34:14.663Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-03T20:34:14.663Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-03T20:34:14.663Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-03T20:34:15.608Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-03T20:34:15.608Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-03T20:34:15.608Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-03T20:34:15.608Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-03T20:34:15.608Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-03T20:34:15.608Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-03T20:34:15.608Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-03T20:34:15.608Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-03T20:34:15.608Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-03T20:34:15.608Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-03T20:34:15.608Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-03T20:34:15.608Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-03T20:34:17.000Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-03T20:34:17.000Z] Fetched 35.2 MB in 2s (15.2 MB/s) [2021-02-03T20:34:17.000Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-03T20:34:17.000Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-03T20:34:17.000Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-03T20:34:17.575Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-03T20:34:17.575Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-03T20:34:17.837Z] 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-02-03T20:34:17.838Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-03T20:34:17.838Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-03T20:34:17.838Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-03T20:34:17.838Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-03T20:34:18.100Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-03T20:34:18.361Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-03T20:34:18.361Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-03T20:34:18.361Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-03T20:34:18.936Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-03T20:34:18.936Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-03T20:34:19.199Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-03T20:34:19.199Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-03T20:34:19.199Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-03T20:34:19.463Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-03T20:34:19.725Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-03T20:34:19.725Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-03T20:34:19.725Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:19.725Z] Selecting previously unselected package libexpat1:amd64. [2021-02-03T20:34:19.725Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-03T20:34:19.725Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-03T20:34:19.987Z] Selecting previously unselected package python3.6-minimal. [2021-02-03T20:34:19.987Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-03T20:34:19.987Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:20.248Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-03T20:34:20.248Z] Checking for services that may need to be restarted...done. [2021-02-03T20:34:20.248Z] Checking for services that may need to be restarted...done. [2021-02-03T20:34:20.509Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:20.509Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-03T20:34:20.509Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:21.083Z] Selecting previously unselected package python3-minimal. [2021-02-03T20:34:21.083Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-03T20:34:21.083Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-03T20:34:21.083Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-03T20:34:21.083Z] Selecting previously unselected package mime-support. [2021-02-03T20:34:21.083Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-03T20:34:21.083Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-03T20:34:21.083Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-03T20:34:21.083Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-03T20:34:21.083Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-03T20:34:21.343Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-03T20:34:21.343Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-03T20:34:21.343Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:21.604Z] Selecting previously unselected package python3.6. [2021-02-03T20:34:21.604Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-03T20:34:21.604Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:21.604Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-03T20:34:21.604Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-03T20:34:21.604Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-03T20:34:21.866Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-03T20:34:21.866Z] Selecting previously unselected package python3. [2021-02-03T20:34:22.127Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-03T20:34:22.127Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-03T20:34:22.127Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-03T20:34:22.127Z] Selecting previously unselected package multiarch-support. [2021-02-03T20:34:22.127Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-03T20:34:22.127Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-03T20:34:22.127Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-03T20:34:22.390Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-03T20:34:22.390Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-03T20:34:22.390Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-03T20:34:22.390Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-03T20:34:22.390Z] Selecting previously unselected package libbsd0:amd64. [2021-02-03T20:34:22.390Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-03T20:34:22.390Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-03T20:34:22.652Z] Selecting previously unselected package sudo. [2021-02-03T20:34:22.652Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-03T20:34:22.652Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-03T20:34:22.652Z] Selecting previously unselected package apparmor. [2021-02-03T20:34:22.652Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-03T20:34:22.652Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-03T20:34:22.914Z] Selecting previously unselected package libedit2:amd64. [2021-02-03T20:34:22.914Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-03T20:34:22.914Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-03T20:34:22.914Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-03T20:34:22.914Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-03T20:34:22.914Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:23.175Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-03T20:34:23.175Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-03T20:34:23.175Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:23.175Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-03T20:34:23.175Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-03T20:34:23.175Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-03T20:34:23.437Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-03T20:34:23.437Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-03T20:34:23.437Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:23.437Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-03T20:34:23.437Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-03T20:34:23.437Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:23.700Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-03T20:34:23.700Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-03T20:34:23.700Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-03T20:34:23.700Z] Selecting previously unselected package openssh-client. [2021-02-03T20:34:23.700Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-03T20:34:23.700Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-03T20:34:23.960Z] Selecting previously unselected package squashfs-tools. [2021-02-03T20:34:23.960Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-03T20:34:23.960Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-03T20:34:24.226Z] Selecting previously unselected package snapd. [2021-02-03T20:34:24.226Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-03T20:34:24.226Z] Unpacking snapd (2.48+18.04) ... [2021-02-03T20:34:26.146Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-03T20:34:26.146Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-03T20:34:26.146Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-03T20:34:26.409Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-03T20:34:26.409Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-03T20:34:26.409Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:26.670Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-03T20:34:26.670Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-03T20:34:26.670Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-03T20:34:27.615Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-03T20:34:27.615Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-03T20:34:27.616Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-03T20:34:27.616Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:27.616Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:27.616Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-03T20:34:28.036Z] ---> 6187e469d9d8 [2021-02-03T20:34:28.036Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T20:34:28.036Z] ---> Running in 88a74a163cf5 [2021-02-03T20:34:28.200Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-03T20:34:28.200Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:28.200Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-03T20:34:28.200Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-03T20:34:28.200Z] running python rtupdate hooks for python3.6... [2021-02-03T20:34:28.200Z] running python post-rtupdate hooks for python3.6... [2021-02-03T20:34:28.504Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-03T20:34:28.639Z] Removing intermediate container 2ad8e8048781 [2021-02-03T20:34:28.639Z] ---> 8ae96233d776 [2021-02-03T20:34:28.639Z] [2021-02-03T20:34:28.639Z] Step 10/22 : FROM alpine:3.10 [2021-02-03T20:34:28.639Z] 3.10: Pulling from library/alpine [2021-02-03T20:34:28.917Z] 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-02-03T20:34:30.370Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-02-03T20:34:30.370Z] Status: Downloaded newer image for alpine:3.10 [2021-02-03T20:34:30.370Z] ---> 536a684cf733 [2021-02-03T20:34:30.370Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:34:30.666Z] ---> Running in 388767a29416 [2021-02-03T20:34:31.067Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-03T20:34:31.067Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-03T20:34:31.067Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-03T20:34:31.328Z] Setting up snapd (2.48+18.04) ... [2021-02-03T20:34:31.901Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-03T20:34:31.901Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-03T20:34:32.161Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-03T20:34:32.161Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-03T20:34:32.422Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-03T20:34:32.422Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-03T20:34:32.681Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-03T20:34:32.681Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-03T20:34:32.943Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-03T20:34:32.943Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-03T20:34:33.205Z] /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-02-03T20:34:33.205Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-03T20:34:33.205Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-03T20:34:33.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:34:33.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:34:34.148Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-03T20:34:34.148Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-03T20:34:34.148Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-03T20:34:34.175Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:34:34.175Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:34:34.175Z] OK: 10171 distinct packages available [2021-02-03T20:34:34.409Z] Fetched 88.7 kB in 0s (193 kB/s) [2021-02-03T20:34:34.776Z] Removing intermediate container 74a3ae55b657 [2021-02-03T20:34:34.777Z] ---> a864e05c88d7 [2021-02-03T20:34:34.777Z] [2021-02-03T20:34:34.777Z] Step 10/24 : FROM alpine:3.10 [2021-02-03T20:34:34.777Z] ---> 536a684cf733 [2021-02-03T20:34:34.777Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-02-03T20:34:34.777Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:34:35.053Z] ---> Running in 9670984ab6bb [2021-02-03T20:34:35.053Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:34:35.053Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:34:35.053Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:34:35.053Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:34:35.053Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:34:35.053Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:34:35.356Z] Reading package lists... [2021-02-03T20:34:35.356Z] Reading package lists... [2021-02-03T20:34:35.617Z] Building dependency tree... [2021-02-03T20:34:35.617Z] Reading state information... [2021-02-03T20:34:35.617Z] Calculating upgrade... [2021-02-03T20:34:35.653Z] OK: 7 MiB in 19 packages [2021-02-03T20:34:35.878Z] The following packages will be upgraded: [2021-02-03T20:34:35.878Z] advancecomp base-files bash binutils binutils-common [2021-02-03T20:34:35.878Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-03T20:34:35.878Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-03T20:34:35.878Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-03T20:34:35.878Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-03T20:34:35.878Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-03T20:34:35.878Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-03T20:34:35.878Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-03T20:34:35.878Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-03T20:34:35.878Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-03T20:34:35.878Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-03T20:34:35.878Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-03T20:34:35.878Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-03T20:34:35.878Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-03T20:34:35.878Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-03T20:34:36.139Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-03T20:34:36.139Z] Need to get 63.8 MB of archives. [2021-02-03T20:34:36.139Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-03T20:34:36.139Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-03T20:34:36.139Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-03T20:34:36.721Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-03T20:34:36.721Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-03T20:34:36.721Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-03T20:34:36.721Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-03T20:34:36.721Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-03T20:34:36.721Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-03T20:34:36.721Z] 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-02-03T20:34:36.721Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-03T20:34:36.721Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-03T20:34:36.721Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-03T20:34:36.721Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-03T20:34:36.721Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-03T20:34:36.721Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-03T20:34:36.721Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-03T20:34:36.721Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-03T20:34:36.982Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-03T20:34:36.982Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-03T20:34:36.982Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-03T20:34:36.982Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-03T20:34:36.982Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-03T20:34:36.982Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-03T20:34:36.982Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-03T20:34:36.982Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-03T20:34:36.982Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-03T20:34:36.982Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-03T20:34:36.982Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-03T20:34:36.982Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-03T20:34:36.982Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-03T20:34:36.982Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-03T20:34:36.982Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-03T20:34:36.982Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-03T20:34:36.982Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-03T20:34:37.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:34:37.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:34:37.244Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-03T20:34:37.244Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-03T20:34:37.244Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-03T20:34:37.244Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-03T20:34:37.244Z] Get:39 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-02-03T20:34:37.244Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-03T20:34:37.244Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-03T20:34:37.244Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-03T20:34:37.244Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-03T20:34:37.506Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-03T20:34:37.506Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-03T20:34:37.506Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-03T20:34:37.506Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-03T20:34:37.506Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-03T20:34:37.506Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-03T20:34:37.506Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-03T20:34:37.506Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-03T20:34:37.506Z] Get:52 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-02-03T20:34:37.506Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-03T20:34:37.506Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-03T20:34:37.506Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-03T20:34:37.506Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-03T20:34:37.506Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-03T20:34:37.506Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-03T20:34:37.506Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-03T20:34:37.506Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-03T20:34:37.506Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-03T20:34:37.506Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-03T20:34:37.506Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-03T20:34:37.506Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-03T20:34:37.506Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-03T20:34:37.506Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-03T20:34:37.506Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-03T20:34:37.506Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-03T20:34:37.506Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-03T20:34:37.506Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-03T20:34:37.506Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-03T20:34:37.506Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-03T20:34:37.506Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-03T20:34:37.506Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-03T20:34:37.696Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-02-03T20:34:37.696Z] v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-02-03T20:34:37.696Z] OK: 10171 distinct packages available [2021-02-03T20:34:37.768Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-03T20:34:37.768Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-03T20:34:37.768Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-03T20:34:37.768Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-03T20:34:37.768Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-03T20:34:37.768Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-03T20:34:37.768Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-03T20:34:37.768Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-03T20:34:37.768Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-03T20:34:37.768Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-03T20:34:37.768Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-03T20:34:37.768Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-03T20:34:38.028Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-03T20:34:38.028Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-03T20:34:38.028Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-03T20:34:38.028Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-03T20:34:38.289Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-03T20:34:38.297Z] Removing intermediate container 388767a29416 [2021-02-03T20:34:38.297Z] ---> fddc8b83c9a5 [2021-02-03T20:34:38.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-02-03T20:34:38.297Z] (1/5) Installing ca-certificates (20191127-r2) [2021-02-03T20:34:38.574Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-02-03T20:34:38.574Z] (3/5) Installing libcurl (7.66.0-r3) [2021-02-03T20:34:38.574Z] (4/5) Installing curl (7.66.0-r3) [2021-02-03T20:34:38.574Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T20:34:38.574Z] Executing busybox-1.30.1-r3.trigger [2021-02-03T20:34:38.574Z] ---> Running in cfc028b96cea [2021-02-03T20:34:38.574Z] Executing ca-certificates-20191127-r2.trigger [2021-02-03T20:34:38.862Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-03T20:34:38.862Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-03T20:34:38.862Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-03T20:34:39.174Z] OK: 7 MiB in 19 packages [2021-02-03T20:34:39.435Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-03T20:34:39.435Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-03T20:34:39.435Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-03T20:34:39.435Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-03T20:34:39.435Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-03T20:34:39.435Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-03T20:34:39.448Z] Removing intermediate container cfc028b96cea [2021-02-03T20:34:39.448Z] ---> 5e0ef6ec82fd [2021-02-03T20:34:39.448Z] Step 13/22 : WORKDIR / [2021-02-03T20:34:39.696Z] Fetched 63.8 MB in 4s (17.9 MB/s) [2021-02-03T20:34:39.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:39.696Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-03T20:34:39.696Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-03T20:34:39.723Z] ---> Running in 345acfcf938f [2021-02-03T20:34:40.272Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-03T20:34:40.272Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-03T20:34:40.533Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-03T20:34:40.533Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-03T20:34:40.708Z] Removing intermediate container 345acfcf938f [2021-02-03T20:34:40.708Z] ---> 3e1ef25f4650 [2021-02-03T20:34:40.708Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-02-03T20:34:41.106Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.106Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:41.368Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.368Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:41.368Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.630Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:41.630Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.630Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:41.699Z] Removing intermediate container 9670984ab6bb [2021-02-03T20:34:41.699Z] ---> a9450c626b53 [2021-02-03T20:34:41.699Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T20:34:41.893Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.893Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:41.893Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.893Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:41.893Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:41.984Z] ---> 53bc9d789c95 [2021-02-03T20:34:41.984Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-02-03T20:34:41.984Z] ---> Running in b3db5425495e [2021-02-03T20:34:42.153Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:42.153Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:34:42.153Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-03T20:34:42.153Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:42.416Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-03T20:34:42.416Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:34:42.416Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-03T20:34:42.416Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:42.416Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:42.679Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:42.679Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:42.679Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-03T20:34:42.938Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-03T20:34:42.938Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:34:42.963Z] Removing intermediate container b3db5425495e [2021-02-03T20:34:42.963Z] ---> da2aaba54e7a [2021-02-03T20:34:42.963Z] Step 13/24 : WORKDIR / [2021-02-03T20:34:43.200Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-03T20:34:43.200Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-03T20:34:43.200Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-03T20:34:43.236Z] ---> Running in 930a0d124fbf [2021-02-03T20:34:43.772Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-03T20:34:43.833Z] ---> afe8e6ac2b0f [2021-02-03T20:34:43.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-02-03T20:34:44.035Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-03T20:34:44.035Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-03T20:34:44.035Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-03T20:34:44.035Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-03T20:34:44.035Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-03T20:34:44.107Z] Removing intermediate container 930a0d124fbf [2021-02-03T20:34:44.107Z] ---> 26e14e75f4a8 [2021-02-03T20:34:44.107Z] 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-02-03T20:34:44.298Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-03T20:34:44.298Z] Installing new version of config file /etc/issue ... [2021-02-03T20:34:44.298Z] Installing new version of config file /etc/issue.net ... [2021-02-03T20:34:44.298Z] Installing new version of config file /etc/lsb-release ... [2021-02-03T20:34:44.298Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-03T20:34:44.559Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-03T20:34:44.559Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-03T20:34:44.559Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-03T20:34:44.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:44.820Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-03T20:34:44.820Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-03T20:34:45.088Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-03T20:34:45.088Z] 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-02-03T20:34:45.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:45.088Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:45.088Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:45.088Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:45.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:45.349Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-03T20:34:45.349Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-03T20:34:45.349Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-03T20:34:45.544Z] ---> 2240b3f6008f [2021-02-03T20:34:45.544Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-02-03T20:34:45.544Z] ---> 010c012fabe3 [2021-02-03T20:34:45.544Z] 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-02-03T20:34:45.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:45.610Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-03T20:34:45.610Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-03T20:34:45.871Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-03T20:34:45.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:45.871Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:46.133Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-03T20:34:46.133Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-03T20:34:46.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:46.395Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:46.656Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-03T20:34:46.656Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-03T20:34:46.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:46.918Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-03T20:34:46.918Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-03T20:34:46.918Z] Setting up grep (3.1-2build1) ... [2021-02-03T20:34:46.984Z] ---> e9895671f821 [2021-02-03T20:34:46.984Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-02-03T20:34:46.984Z] ---> 6500cc20512e [2021-02-03T20:34:46.984Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T20:34:46.984Z] ---> Running in b9f91421bb28 [2021-02-03T20:34:47.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:47.180Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-03T20:34:47.180Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-03T20:34:47.180Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-03T20:34:47.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:47.441Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-03T20:34:47.441Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-03T20:34:47.441Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-03T20:34:47.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:47.701Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-03T20:34:47.701Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-03T20:34:48.276Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-03T20:34:48.276Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-03T20:34:48.276Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-03T20:34:48.427Z] ---> cc70fdc79e38 [2021-02-03T20:34:48.427Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T20:34:48.538Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-03T20:34:49.111Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-03T20:34:49.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:49.111Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-03T20:34:49.111Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-03T20:34:50.056Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-03T20:34:50.056Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-03T20:34:50.318Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-03T20:34:50.318Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-03T20:34:50.318Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-03T20:34:50.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:50.318Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-03T20:34:50.579Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-03T20:34:50.579Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-03T20:34:50.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:50.840Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:50.840Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:50.840Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:50.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:50.840Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:51.065Z] ---> 01c398acaa7b [2021-02-03T20:34:51.065Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T20:34:51.065Z] Removing intermediate container b9f91421bb28 [2021-02-03T20:34:51.065Z] ---> 6342d6f9b328 [2021-02-03T20:34:51.065Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T20:34:51.065Z] ---> Running in 2b9db84cbb24 [2021-02-03T20:34:51.101Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:51.101Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:51.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:51.101Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:51.101Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:51.362Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:51.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:51.362Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:51.362Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:51.623Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:51.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:51.623Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-03T20:34:51.623Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-03T20:34:51.884Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-03T20:34:51.884Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-03T20:34:51.884Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-03T20:34:52.052Z] Removing intermediate container 2b9db84cbb24 [2021-02-03T20:34:52.052Z] ---> 0e23eaa84ad5 [2021-02-03T20:34:52.052Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T20:34:52.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:52.145Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-03T20:34:52.145Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-03T20:34:52.145Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-03T20:34:52.329Z] ---> Running in d7f06dcbe8a7 [2021-02-03T20:34:52.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:52.407Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:52.407Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:52.407Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:52.604Z] ---> 4dbfe3672bc3 [2021-02-03T20:34:52.604Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T20:34:52.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:52.669Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:52.669Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:52.669Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:52.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:52.930Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:52.930Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:53.209Z] Removing intermediate container d7f06dcbe8a7 [2021-02-03T20:34:53.209Z] ---> 197ebf1bbe45 [2021-02-03T20:34:53.209Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:34:53.489Z] ---> Running in 81c5730d1ebe [2021-02-03T20:34:53.504Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:34:53.764Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-03T20:34:53.777Z] ---> 0945deb2c652 [2021-02-03T20:34:53.777Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-02-03T20:34:54.027Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-03T20:34:54.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:54.027Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-03T20:34:54.027Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-03T20:34:54.057Z] ---> Running in e3bc6bc63fc7 [2021-02-03T20:34:54.289Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-03T20:34:54.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-03T20:34:54.289Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-03T20:34:54.336Z] Removing intermediate container 81c5730d1ebe [2021-02-03T20:34:54.336Z] ---> 25a329f36d7f [2021-02-03T20:34:54.336Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:34:54.551Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-03T20:34:54.551Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-03T20:34:54.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:54.551Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-03T20:34:54.609Z] ---> Running in 06358cef4efd [2021-02-03T20:34:54.811Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-03T20:34:54.811Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-03T20:34:55.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:55.077Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-03T20:34:55.077Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-03T20:34:55.077Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-03T20:34:55.215Z] Removing intermediate container 06358cef4efd [2021-02-03T20:34:55.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:55.338Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-03T20:34:55.338Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-03T20:34:55.339Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-03T20:34:55.488Z] ---> 13164cecec0a [2021-02-03T20:34:55.488Z] [2021-02-03T20:34:55.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:55.599Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-03T20:34:55.599Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-03T20:34:55.599Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-03T20:34:55.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:55.860Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-03T20:34:55.860Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-03T20:34:56.087Z] Successfully built 13164cecec0a [2021-02-03T20:34:56.087Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-02-03T20:34:56.123Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-03T20:34:56.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:56.123Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-03T20:34:56.385Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-03T20:34:56.385Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-03T20:34:56.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:56.648Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-03T20:34:56.648Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-03T20:34:56.908Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-03T20:34:56.908Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-03T20:34:56.908Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:57.169Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-03T20:34:57.169Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-03T20:34:57.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:57.169Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-03T20:34:57.169Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-03T20:34:57.429Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-03T20:34:57.429Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:57.429Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-03T20:34:57.690Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-03T20:34:57.690Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-03T20:34:57.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:57.951Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:57.951Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-03T20:34:58.211Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-03T20:34:58.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:58.211Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-03T20:34:58.211Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-03T20:34:58.385Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container e3bc6bc63fc7 [2021-02-03T20:34:58.385Z] ---> 0892662dc0e5 [2021-02-03T20:34:58.385Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T20:34:58.385Z] ---> Running in 9427fe549907 [2021-02-03T20:34:58.472Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-03T20:34:58.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:58.472Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-03T20:34:58.472Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-03T20:34:58.732Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-03T20:34:58.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:58.992Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-03T20:34:58.992Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-03T20:34:59.012Z] Removing intermediate container 9427fe549907 [2021-02-03T20:34:59.012Z] ---> 894d81986a95 [2021-02-03T20:34:59.012Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T20:34:59.253Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-03T20:34:59.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:59.253Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-03T20:34:59.253Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-03T20:34:59.301Z] ---> Running in 04e7c87a87a2 [2021-02-03T20:34:59.515Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-03T20:34:59.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:59.515Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-03T20:34:59.776Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-03T20:34:59.776Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-03T20:34:59.776Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:34:59.776Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-03T20:35:00.036Z] Removing intermediate container 04e7c87a87a2 [2021-02-03T20:35:00.036Z] ---> 0233e5b41c66 [2021-02-03T20:35:00.036Z] Step 23/24 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:35:00.037Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-03T20:35:00.037Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-03T20:35:00.037Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:35:00.037Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-03T20:35:00.037Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-03T20:35:00.299Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-03T20:35:00.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:35:00.299Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-03T20:35:00.329Z] ---> Running in 1c3b3ff484c9 [2021-02-03T20:35:00.560Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-03T20:35:00.560Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-03T20:35:00.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-03T20:35:00.822Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-03T20:35:00.822Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-03T20:35:00.822Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-03T20:35:00.957Z] Removing intermediate container 1c3b3ff484c9 [2021-02-03T20:35:00.957Z] ---> 7542f00f5eb0 [2021-02-03T20:35:00.957Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T20:35:01.083Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-03T20:35:01.083Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-03T20:35:01.083Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-03T20:35:01.083Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-03T20:35:01.083Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-03T20:35:01.271Z] ---> Running in 96fc1ebcd8d0 [2021-02-03T20:35:01.358Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-03T20:35:01.358Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-03T20:35:01.621Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-03T20:35:01.621Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-03T20:35:01.885Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-03T20:35:01.885Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-03T20:35:01.885Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-03T20:35:01.885Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-03T20:35:01.903Z] Removing intermediate container 96fc1ebcd8d0 [2021-02-03T20:35:01.903Z] ---> 5c79128db938 [2021-02-03T20:35:01.903Z] [2021-02-03T20:35:02.147Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-03T20:35:02.147Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-03T20:35:02.147Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-03T20:35:02.408Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-03T20:35:02.408Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-03T20:35:02.408Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-03T20:35:02.578Z] Successfully built 5c79128db938 [2021-02-03T20:35:02.578Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-03T20:35:02.710Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-03T20:35:02.711Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-03T20:35:02.711Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-03T20:35:02.711Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-03T20:35:02.972Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-03T20:35:02.972Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-03T20:35:03.929Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-03T20:35:03.929Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-03T20:35:03.929Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-03T20:35:03.929Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-03T20:35:04.189Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-03T20:35:04.189Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-03T20:35:04.450Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-03T20:35:04.450Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-03T20:35:04.712Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-03T20:35:04.712Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-03T20:35:04.712Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-03T20:35:04.712Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-03T20:35:04.972Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:04.972Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:05.234Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:05.234Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:05.234Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:05.234Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:05.496Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:05.496Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:06.438Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:06.438Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:07.382Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:07.382Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:07.953Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:07.953Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:08.214Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:08.214Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:09.155Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-03T20:35:09.155Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-03T20:35:09.155Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-03T20:35:09.155Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-03T20:35:09.156Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-03T20:35:09.416Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-03T20:35:09.416Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-03T20:35:09.417Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-03T20:35:09.678Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-03T20:35:09.678Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-03T20:35:09.678Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-03T20:35:09.678Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-03T20:35:09.939Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-03T20:35:09.939Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-03T20:35:09.939Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-03T20:35:10.201Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-03T20:35:10.201Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.201Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-03T20:35:10.201Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.201Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.201Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.201Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-03T20:35:10.201Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-03T20:35:10.201Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-03T20:35:10.462Z] [2021-02-03T20:35:10.462Z] Current default time zone: 'Etc/UTC' [2021-02-03T20:35:10.462Z] Local time is now: Wed Feb 3 20:35:10 UTC 2021. [2021-02-03T20:35:10.462Z] Universal Time is now: Wed Feb 3 20:35:10 UTC 2021. [2021-02-03T20:35:10.462Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-03T20:35:10.462Z] [2021-02-03T20:35:10.462Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-03T20:35:10.462Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.462Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-03T20:35:10.462Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-03T20:35:10.462Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-03T20:35:10.462Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-03T20:35:10.723Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-03T20:35:10.723Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-03T20:35:10.723Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-03T20:35:10.723Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-03T20:35:10.723Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.723Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-03T20:35:10.984Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:10.985Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-03T20:35:10.985Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:10.985Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-03T20:35:10.985Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-03T20:35:10.985Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-03T20:35:11.246Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-03T20:35:11.246Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-03T20:35:11.246Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-03T20:35:11.246Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-03T20:35:11.246Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-03T20:35:13.160Z] Updating certificates in /etc/ssl/certs... [2021-02-03T20:35:13.732Z] 23 added, 27 removed; done. [2021-02-03T20:35:13.732Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-03T20:35:13.732Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-03T20:35:13.732Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-03T20:35:13.993Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-03T20:35:13.993Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-03T20:35:13.993Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:13.993Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-03T20:35:13.993Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:13.993Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:14.256Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:14.256Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:14.256Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:14.256Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-03T20:35:14.256Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-03T20:35:14.256Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-03T20:35:14.519Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-03T20:35:14.519Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-03T20:35:14.519Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:14.519Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-03T20:35:14.519Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-03T20:35:14.519Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-03T20:35:14.519Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-03T20:35:14.780Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-03T20:35:14.780Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-03T20:35:14.780Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-03T20:35:14.780Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-03T20:35:14.780Z] Updating certificates in /etc/ssl/certs... [2021-02-03T20:35:15.351Z] 0 added, 0 removed; done. [2021-02-03T20:35:15.351Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-03T20:35:15.351Z] done. [2021-02-03T20:35:15.924Z] Reading package lists... [2021-02-03T20:35:15.924Z] Building dependency tree... [2021-02-03T20:35:15.924Z] Reading state information... [2021-02-03T20:35:16.185Z] The following NEW packages will be installed: [2021-02-03T20:35:16.185Z] apt-transport-https [2021-02-03T20:35:16.185Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-03T20:35:16.185Z] Need to get 1696 B of archives. [2021-02-03T20:35:16.185Z] After this operation, 153 kB of additional disk space will be used. [2021-02-03T20:35:16.185Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-03T20:35:16.447Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-03T20:35:16.447Z] Fetched 1696 B in 0s (27.6 kB/s) [2021-02-03T20:35:16.447Z] Selecting previously unselected package apt-transport-https. [2021-02-03T20:35:16.447Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-03T20:35:16.447Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-03T20:35:16.447Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-03T20:35:16.447Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-03T20:35:16.709Z] Waiting for network to be ready... [2021-02-03T20:35:17.719Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e7359186bedf [2021-02-03T20:35:17.719Z] ---> 1e14147b634f [2021-02-03T20:35:17.719Z] [2021-02-03T20:35:17.719Z] Step 10/22 : FROM scratch [2021-02-03T20:35:17.719Z] ---> [2021-02-03T20:35:17.719Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:35:17.719Z] ---> Using cache [2021-02-03T20:35:17.719Z] ---> 19ef1f9f5d0e [2021-02-03T20:35:17.719Z] Step 12/22 : ENV APP_PORT=48081 [2021-02-03T20:35:17.719Z] ---> Running in 3498ae8b260b [2021-02-03T20:35:17.719Z] Removing intermediate container 3498ae8b260b [2021-02-03T20:35:17.719Z] ---> 37d7e4547faa [2021-02-03T20:35:17.719Z] Step 13/22 : EXPOSE $APP_PORT [2021-02-03T20:35:17.719Z] ---> Running in 9e168d32cdfe [2021-02-03T20:35:18.320Z] Removing intermediate container 9e168d32cdfe [2021-02-03T20:35:18.320Z] ---> 81e8012f05d8 [2021-02-03T20:35:18.320Z] Step 14/22 : WORKDIR / [2021-02-03T20:35:18.320Z] ---> Running in 9eccf7832bf9 [2021-02-03T20:35:19.307Z] Removing intermediate container 9eccf7832bf9 [2021-02-03T20:35:19.308Z] ---> 3b0293e70a2a [2021-02-03T20:35:19.308Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-02-03T20:35:20.298Z] ---> f28d8b2dd16d [2021-02-03T20:35:20.298Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T20:35:22.005Z] 2021-02-03T20:35:19Z INFO Waiting for automatic snapd restart... [2021-02-03T20:35:22.266Z] snapd 2.48.2 from Canonical* installed [2021-02-03T20:35:22.294Z] ---> eda9e5cd10be [2021-02-03T20:35:22.294Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T20:35:23.207Z] "snapd" switched to the "latest/stable" channel [2021-02-03T20:35:23.207Z] [2021-02-03T20:35:23.745Z] ---> 29781d08da1c [2021-02-03T20:35:23.745Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-02-03T20:35:23.745Z] ---> Running in 86feb9313560 [2021-02-03T20:35:24.346Z] Removing intermediate container 86feb9313560 [2021-02-03T20:35:24.346Z] ---> e3b454242797 [2021-02-03T20:35:24.346Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:35:24.618Z] ---> Running in 9cae3e03fad8 [2021-02-03T20:35:25.230Z] Removing intermediate container 9cae3e03fad8 [2021-02-03T20:35:25.230Z] ---> 5d8fe77ca456 [2021-02-03T20:35:25.230Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T20:35:25.230Z] ---> Running in 1ac3dcacf2d2 [2021-02-03T20:35:25.759Z] core18 20201210 from Canonical* installed [2021-02-03T20:35:25.838Z] Removing intermediate container 1ac3dcacf2d2 [2021-02-03T20:35:25.838Z] ---> 1c95a649a871 [2021-02-03T20:35:25.838Z] Step 21/22 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:35:26.020Z] "core18" switched to the "latest/stable" channel [2021-02-03T20:35:26.020Z] [2021-02-03T20:35:26.116Z] ---> Running in 46a4ba1b025e [2021-02-03T20:35:26.726Z] Removing intermediate container 46a4ba1b025e [2021-02-03T20:35:26.726Z] ---> 8b24a11afc2c [2021-02-03T20:35:26.726Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T20:35:27.014Z] ---> Running in 23938731db4d [2021-02-03T20:35:27.618Z] Removing intermediate container 23938731db4d [2021-02-03T20:35:27.618Z] ---> 8169469a40d3 [2021-02-03T20:35:27.618Z] [2021-02-03T20:35:27.901Z] Successfully built 8169469a40d3 [2021-02-03T20:35:28.172Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-03T20:35:29.325Z] snapcraft 4.4.4 from Canonical* installed [2021-02-03T20:35:29.326Z] "snapcraft" switched to the "latest/stable" channel [2021-02-03T20:35:29.326Z] [2021-02-03T20:35:32.632Z] 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-02-03T20:35:32.632Z] - README.md [2021-02-03T20:35:32.632Z] - snapcraft.yaml.orig [2021-02-03T20:35:32.632Z] [2021-02-03T20:35:32.632Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-03T20:35:34.872Z]  Building docker-core-metadata-go ... done Removing intermediate container 88a74a163cf5 [2021-02-03T20:35:34.872Z] ---> e41c971ff621 [2021-02-03T20:35:34.872Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T20:35:34.872Z] ---> Running in 71722cff8af9 [2021-02-03T20:35:35.145Z] 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-02-03T20:35:38.536Z] Removing intermediate container 0433d209c87b [2021-02-03T20:35:38.536Z] ---> 64f74176fc26 [2021-02-03T20:35:38.536Z] [2021-02-03T20:35:38.536Z] Step 10/23 : FROM alpine [2021-02-03T20:35:38.536Z] ---> 85b71a783ad3 [2021-02-03T20:35:38.536Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T20:35:38.536Z] ---> Running in 2119f229a180 [2021-02-03T20:35:38.812Z] Removing intermediate container 2119f229a180 [2021-02-03T20:35:38.812Z] ---> 78c59a15a76d [2021-02-03T20:35:38.812Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T20:35:38.812Z] Removing intermediate container 71722cff8af9 [2021-02-03T20:35:38.812Z] ---> 923c6ea8d14c [2021-02-03T20:35:38.812Z] [2021-02-03T20:35:38.812Z] Step 11/27 : FROM docker:latest [2021-02-03T20:35:38.812Z] ---> c9ce399bb54c [2021-02-03T20:35:38.812Z] Step 12/27 : RUN apk add --no-cache bash [2021-02-03T20:35:38.812Z] ---> Running in b460812aa651 [2021-02-03T20:35:38.812Z] ---> Running in 38a94735715f [2021-02-03T20:35:39.228Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-03T20:35:39.229Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-03T20:35:39.229Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-03T20:35:39.410Z] Removing intermediate container b460812aa651 [2021-02-03T20:35:39.410Z] ---> f8bd1d62dca7 [2021-02-03T20:35:39.410Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T20:35:39.497Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-03T20:35:39.683Z] ---> Running in 3ca31b0bdbaf [2021-02-03T20:35:39.758Z] Fetched 88.7 kB in 1s (161 kB/s) [2021-02-03T20:35:40.278Z] Removing intermediate container 3ca31b0bdbaf [2021-02-03T20:35:40.278Z] ---> b6cb7850c3d1 [2021-02-03T20:35:40.278Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T20:35:40.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:35:40.278Z] ---> Running in e720a47df301 [2021-02-03T20:35:40.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:35:40.702Z] Reading package lists... [2021-02-03T20:35:40.963Z] 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-02-03T20:35:41.147Z] (1/2) Installing readline (8.1.0-r0) [2021-02-03T20:35:41.418Z] (2/2) Installing bash (5.1.0-r0) [2021-02-03T20:35:41.418Z] Executing bash-5.1.0-r0.post-install [2021-02-03T20:35:41.418Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:35:41.418Z] OK: 12 MiB in 22 packages [2021-02-03T20:35:42.849Z] Removing intermediate container e720a47df301 [2021-02-03T20:35:42.849Z] ---> d71cc26b9a0a [2021-02-03T20:35:42.849Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-02-03T20:35:42.849Z] ---> Running in 8c24f1bc690c [2021-02-03T20:35:42.849Z] Removing intermediate container 38a94735715f [2021-02-03T20:35:42.849Z] ---> e37c4966362d [2021-02-03T20:35:42.849Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-02-03T20:35:43.122Z] ---> Running in 4f3bf4408e6e [2021-02-03T20:35:44.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:35:45.546Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:35:45.546Z] Removing intermediate container 4f3bf4408e6e [2021-02-03T20:35:45.546Z] ---> 043a4d171c5f [2021-02-03T20:35:45.546Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T20:35:45.546Z] ---> Running in a0f7503846e8 [2021-02-03T20:35:46.139Z] Removing intermediate container a0f7503846e8 [2021-02-03T20:35:46.139Z] ---> a340b439b35e [2021-02-03T20:35:46.139Z] Step 15/27 : ENV APP_PORT=48090 [2021-02-03T20:35:46.139Z] ---> Running in a44876bd2d79 [2021-02-03T20:35:46.734Z] Removing intermediate container a44876bd2d79 [2021-02-03T20:35:46.734Z] ---> f0d577fe60d0 [2021-02-03T20:35:46.734Z] Step 16/27 : EXPOSE $APP_PORT [2021-02-03T20:35:46.734Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-02-03T20:35:46.734Z] ---> Running in 5ad53c89805d [2021-02-03T20:35:46.734Z] (2/5) Installing libsodium (1.0.18-r0) [2021-02-03T20:35:47.006Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-03T20:35:47.006Z] Removing intermediate container 5ad53c89805d [2021-02-03T20:35:47.006Z] ---> 158da53ba53c [2021-02-03T20:35:47.006Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T20:35:47.278Z] (4/5) Installing libzmq (4.3.3-r1) [2021-02-03T20:35:47.554Z] (5/5) Installing zeromq (4.3.3-r1) [2021-02-03T20:35:47.554Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:35:47.566Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-03T20:35:47.566Z] Reading package lists... [2021-02-03T20:35:47.566Z] Building dependency tree... [2021-02-03T20:35:47.566Z] Reading state information... [2021-02-03T20:35:47.566Z] Suggested packages: [2021-02-03T20:35:47.566Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-03T20:35:47.566Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-03T20:35:47.566Z] Recommended packages: [2021-02-03T20:35:47.566Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-03T20:35:47.566Z] The following NEW packages will be installed: [2021-02-03T20:35:47.566Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-03T20:35:47.566Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-03T20:35:47.566Z] pkg-config zip [2021-02-03T20:35:47.566Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-03T20:35:47.566Z] Need to get 7655 kB of archives. [2021-02-03T20:35:47.566Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-03T20:35:47.566Z] 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-02-03T20:35:47.566Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-03T20:35:47.566Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-03T20:35:47.566Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-03T20:35:47.566Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-03T20:35:47.566Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-03T20:35:47.566Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-03T20:35:47.566Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-03T20:35:47.826Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-03T20:35:47.826Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-03T20:35:47.826Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-03T20:35:47.826Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-03T20:35:47.826Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-03T20:35:47.829Z] OK: 8 MiB in 19 packages [2021-02-03T20:35:48.088Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-03T20:35:48.088Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-03T20:35:48.088Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-03T20:35:48.088Z] Fetched 7655 kB in 1s (9889 kB/s) [2021-02-03T20:35:48.088Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-03T20:35:48.348Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-03T20:35:48.348Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-03T20:35:48.348Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-03T20:35:48.348Z] Selecting previously unselected package libpsl5:amd64. [2021-02-03T20:35:48.348Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-03T20:35:48.348Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-03T20:35:48.437Z] ---> 8b5ae46a5019 [2021-02-03T20:35:48.437Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T20:35:48.611Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-03T20:35:48.611Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-03T20:35:48.611Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-03T20:35:48.611Z] Selecting previously unselected package librtmp1:amd64. [2021-02-03T20:35:48.611Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-03T20:35:48.611Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-03T20:35:48.872Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-03T20:35:48.872Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-03T20:35:48.872Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-03T20:35:48.872Z] Selecting previously unselected package liberror-perl. [2021-02-03T20:35:48.872Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-03T20:35:48.872Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-03T20:35:48.872Z] Selecting previously unselected package git-man. [2021-02-03T20:35:48.872Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-03T20:35:48.872Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-03T20:35:49.037Z] ---> 641f473ea602 [2021-02-03T20:35:49.037Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T20:35:49.037Z] Removing intermediate container 8c24f1bc690c [2021-02-03T20:35:49.037Z] ---> 0a4f78f8f250 [2021-02-03T20:35:49.037Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-02-03T20:35:49.134Z] Selecting previously unselected package git. [2021-02-03T20:35:49.134Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-03T20:35:49.134Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-03T20:35:50.018Z] ---> ea3b451eb402 [2021-02-03T20:35:50.019Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T20:35:50.019Z] ---> 80bb15c3aaca [2021-02-03T20:35:50.019Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-02-03T20:35:50.083Z] Selecting previously unselected package libnorm1:amd64. [2021-02-03T20:35:50.083Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-03T20:35:50.083Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-03T20:35:50.083Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-03T20:35:50.083Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-03T20:35:50.083Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-03T20:35:50.083Z] Selecting previously unselected package libsodium23:amd64. [2021-02-03T20:35:50.083Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-03T20:35:50.083Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-03T20:35:50.289Z] ---> Running in 38889932a8c8 [2021-02-03T20:35:50.345Z] Selecting previously unselected package libzmq5:amd64. [2021-02-03T20:35:50.345Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-03T20:35:50.345Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-03T20:35:50.345Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-03T20:35:50.345Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-03T20:35:50.345Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-03T20:35:50.607Z] Selecting previously unselected package pkg-config. [2021-02-03T20:35:50.607Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-03T20:35:50.607Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-03T20:35:50.607Z] Selecting previously unselected package zip. [2021-02-03T20:35:50.607Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-03T20:35:50.607Z] Unpacking zip (3.0-11build1) ... [2021-02-03T20:35:50.869Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-03T20:35:50.869Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-03T20:35:50.869Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-03T20:35:50.869Z] Setting up liberror-perl (0.17025-1) ... [2021-02-03T20:35:50.869Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-03T20:35:50.869Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-03T20:35:50.870Z] No schema files found: doing nothing. [2021-02-03T20:35:50.870Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-03T20:35:50.870Z] Setting up zip (3.0-11build1) ... [2021-02-03T20:35:50.870Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-03T20:35:51.130Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-03T20:35:51.130Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-03T20:35:51.130Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-03T20:35:51.131Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-03T20:35:51.131Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-03T20:35:51.131Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-03T20:35:51.131Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-03T20:35:51.722Z] ---> e8f856e53a6d [2021-02-03T20:35:51.722Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T20:35:51.722Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:35:51.722Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:35:52.325Z] ---> 78817cb133fa [2021-02-03T20:35:52.325Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T20:35:52.325Z] ---> Running in 3911601d27bb [2021-02-03T20:35:52.601Z] (1/32) Installing libbz2 (1.0.8-r1) [2021-02-03T20:35:52.602Z] (2/32) Installing expat (2.2.10-r1) [2021-02-03T20:35:52.602Z] (3/32) Installing libffi (3.3-r2) [2021-02-03T20:35:52.602Z] (4/32) Installing gdbm (1.19-r0) [2021-02-03T20:35:52.602Z] (5/32) Installing xz-libs (5.2.5-r0) [2021-02-03T20:35:52.602Z] (6/32) Installing sqlite-libs (3.34.1-r0) [2021-02-03T20:35:52.602Z] (7/32) Installing python3 (3.8.7-r0) [2021-02-03T20:35:52.876Z] Removing intermediate container 3911601d27bb [2021-02-03T20:35:52.876Z] ---> 98632088a8d1 [2021-02-03T20:35:52.876Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:35:53.160Z] ---> Running in 313170cede58 [2021-02-03T20:35:54.135Z] Removing intermediate container 313170cede58 [2021-02-03T20:35:54.135Z] ---> 51f68645da1d [2021-02-03T20:35:54.135Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T20:35:54.407Z] ---> Running in 9b3a4c90e1aa [2021-02-03T20:35:55.004Z] (8/32) Installing py3-appdirs (1.4.4-r1) [2021-02-03T20:35:55.004Z] (9/32) Installing py3-ordered-set (4.0.2-r0) [2021-02-03T20:35:55.004Z] (10/32) Installing py3-parsing (2.4.7-r1) [2021-02-03T20:35:55.004Z] (11/32) Installing py3-six (1.15.0-r0) [2021-02-03T20:35:55.004Z] (12/32) Installing py3-packaging (20.9-r0) [2021-02-03T20:35:55.004Z] (13/32) Installing py3-setuptools (51.3.3-r0) [2021-02-03T20:35:55.004Z] Removing intermediate container 9b3a4c90e1aa [2021-02-03T20:35:55.004Z] ---> 7e623515b979 [2021-02-03T20:35:55.004Z] Step 22/23 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:35:55.280Z] ---> Running in 9d40bd9b2d44 [2021-02-03T20:35:55.280Z] (14/32) Installing py3-chardet (4.0.0-r0) [2021-02-03T20:35:55.280Z] (15/32) Installing py3-idna (3.1-r0) [2021-02-03T20:35:55.280Z] (16/32) Installing py3-urllib3 (1.26.2-r1) [2021-02-03T20:35:55.552Z] (17/32) Installing py3-requests (2.25.1-r1) [2021-02-03T20:35:55.552Z] (18/32) Installing py3-msgpack (1.0.2-r0) [2021-02-03T20:35:55.552Z] (19/32) Installing py3-lockfile (0.12.2-r3) [2021-02-03T20:35:55.552Z] (20/32) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T20:35:55.552Z] (21/32) Installing py3-colorama (0.4.4-r0) [2021-02-03T20:35:55.552Z] (22/32) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T20:35:55.552Z] (23/32) Installing py3-distlib (0.3.1-r1) [2021-02-03T20:35:55.830Z] (24/32) Installing py3-distro (1.5.0-r1) [2021-02-03T20:35:55.830Z] (25/32) Installing py3-webencodings (0.5.1-r3) [2021-02-03T20:35:55.830Z] Removing intermediate container 9d40bd9b2d44 [2021-02-03T20:35:55.830Z] (26/32) Installing py3-html5lib (1.1-r0) [2021-02-03T20:35:55.830Z] ---> 93ff99cd358a [2021-02-03T20:35:55.830Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T20:35:55.830Z] (27/32) Installing py3-pytoml (0.1.21-r0) [2021-02-03T20:35:55.830Z] (28/32) Installing py3-pep517 (0.9.1-r0) [2021-02-03T20:35:55.830Z] (29/32) Installing py3-progress (1.5-r0) [2021-02-03T20:35:55.830Z] (30/32) Installing py3-retrying (1.3.3-r0) [2021-02-03T20:35:55.830Z] (31/32) Installing py3-toml (0.10.2-r0) [2021-02-03T20:35:55.830Z] (32/32) Installing py3-pip (20.3.4-r0) [2021-02-03T20:35:55.830Z] ---> Running in c8aed7c6186a [2021-02-03T20:35:56.429Z] Removing intermediate container c8aed7c6186a [2021-02-03T20:35:56.429Z] ---> 0e6bd9fd048c [2021-02-03T20:35:56.429Z] [2021-02-03T20:35:56.429Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:35:56.429Z] OK: 80 MiB in 54 packages [2021-02-03T20:35:57.027Z] Successfully built 0e6bd9fd048c [2021-02-03T20:35:57.027Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-03T20:35:57.727Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-03T20:35:57.727Z] git set to automatically installed. [2021-02-03T20:35:57.727Z] git-man set to automatically installed. [2021-02-03T20:35:57.727Z] libcurl3-gnutls set to automatically installed. [2021-02-03T20:35:57.727Z] liberror-perl set to automatically installed. [2021-02-03T20:35:57.727Z] libglib2.0-0 set to automatically installed. [2021-02-03T20:35:57.727Z] libnghttp2-14 set to automatically installed. [2021-02-03T20:35:57.727Z] libnorm1 set to automatically installed. [2021-02-03T20:35:57.727Z] libpgm-5.2-0 set to automatically installed. [2021-02-03T20:35:57.727Z] libpsl5 set to automatically installed. [2021-02-03T20:35:57.727Z] librtmp1 set to automatically installed. [2021-02-03T20:35:57.727Z] libsodium23 set to automatically installed. [2021-02-03T20:35:57.727Z] libzmq3-dev set to automatically installed. [2021-02-03T20:35:57.727Z] libzmq5 set to automatically installed. [2021-02-03T20:35:57.727Z] pkg-config set to automatically installed. [2021-02-03T20:35:57.727Z] zip set to automatically installed. [2021-02-03T20:36:00.275Z] snapd is not logged in, snap install commands will use sudo [2021-02-03T20:36:03.726Z]  Building docker-core-data-go ... done Removing intermediate container 38889932a8c8 [2021-02-03T20:36:03.726Z] ---> 83b702688cfd [2021-02-03T20:36:03.726Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-02-03T20:36:03.726Z] ---> Running in 82ea892d9836 [2021-02-03T20:36:06.866Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-03T20:36:07.126Z] snap "core18" has no updates available [2021-02-03T20:36:07.699Z] Pulling config-common [2021-02-03T20:36:08.641Z] Pulling go-build-helper [2021-02-03T20:36:10.415Z] Collecting docker-compose==1.23.2 [2021-02-03T20:36:10.415Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T20:36:11.003Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T20:36:11.003Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T20:36:11.003Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T20:36:11.273Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T20:36:11.273Z] 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-02-03T20:36:11.273Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T20:36:11.273Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T20:36:13.880Z] Collecting PyYAML<4,>=3.10 [2021-02-03T20:36:13.880Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T20:36:16.489Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T20:36:16.489Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T20:36:17.461Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T20:36:17.461Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T20:36:17.732Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T20:36:17.732Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T20:36:19.698Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T20:36:19.698Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T20:36:19.698Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T20:36:19.698Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T20:36:21.666Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T20:36:21.666Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T20:36:22.259Z] Collecting certifi>=2017.4.17 [2021-02-03T20:36:22.259Z] Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) [2021-02-03T20:36:22.531Z] Collecting idna<2.8,>=2.5 [2021-02-03T20:36:22.531Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T20:36:22.531Z] Collecting chardet<3.1.0,>=3.0.2 [2021-02-03T20:36:22.799Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-02-03T20:36:23.068Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T20:36:23.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T20:36:23.608Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-02-03T20:36:23.608Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-02-03T20:36:23.608Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-02-03T20:36:23.608Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-02-03T20:36:24.197Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-02-03T20:36:24.197Z] Attempting uninstall: urllib3 [2021-02-03T20:36:24.197Z] Found existing installation: urllib3 1.26.2 [2021-02-03T20:36:24.197Z] Uninstalling urllib3-1.26.2: [2021-02-03T20:36:24.468Z] Successfully uninstalled urllib3-1.26.2 [2021-02-03T20:36:25.058Z] Attempting uninstall: idna [2021-02-03T20:36:25.058Z] Found existing installation: idna 3.1 [2021-02-03T20:36:25.058Z] Uninstalling idna-3.1: [2021-02-03T20:36:25.058Z] Successfully uninstalled idna-3.1 [2021-02-03T20:36:25.651Z] Attempting uninstall: chardet [2021-02-03T20:36:25.651Z] Found existing installation: chardet 4.0.0 [2021-02-03T20:36:25.651Z] Uninstalling chardet-4.0.0: [2021-02-03T20:36:25.921Z] Successfully uninstalled chardet-4.0.0 [2021-02-03T20:36:27.346Z] Attempting uninstall: requests [2021-02-03T20:36:27.346Z] Found existing installation: requests 2.25.1 [2021-02-03T20:36:27.346Z] Uninstalling requests-2.25.1: [2021-02-03T20:36:27.346Z] Successfully uninstalled requests-2.25.1 [2021-02-03T20:36:27.617Z] Running setup.py install for texttable: started [2021-02-03T20:36:29.580Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T20:36:29.580Z] Running setup.py install for PyYAML: started [2021-02-03T20:36:30.618Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-03T20:36:30.618Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-03T20:36:30.618Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-03T20:36:30.618Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-03T20:36:30.618Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-03T20:36:30.618Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-03T20:36:30.618Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-03T20:36:30.618Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-03T20:36:30.618Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-03T20:36:30.618Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-03T20:36:30.618Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-03T20:36:30.618Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-03T20:36:30.618Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-03T20:36:30.618Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-03T20:36:30.618Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-03T20:36:30.618Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-03T20:36:30.618Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-03T20:36:30.618Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-03T20:36:30.618Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-03T20:36:30.618Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-03T20:36:30.618Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-03T20:36:30.618Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-03T20:36:30.618Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-03T20:36:30.618Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-03T20:36:30.618Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-03T20:36:30.618Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-03T20:36:30.618Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-03T20:36:30.618Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-03T20:36:30.618Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-03T20:36:30.618Z] Fetched 279 kB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-03T20:36:30.618Z] Fetched 122 kB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-03T20:36:30.618Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-03T20:36:30.618Z] Fetched 8848 B in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-03T20:36:30.618Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-03T20:36:30.618Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-03T20:36:30.618Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-03T20:36:30.619Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-03T20:36:30.619Z] Fetched 214 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-03T20:36:30.619Z] Fetched 155 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-03T20:36:30.619Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-03T20:36:30.619Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-03T20:36:30.619Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-03T20:36:30.619Z] Fetched 499 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-03T20:36:30.619Z] Fetched 111 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-03T20:36:30.619Z] Fetched 240 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-03T20:36:30.619Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-03T20:36:30.619Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-03T20:36:30.619Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-03T20:36:30.619Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-03T20:36:30.619Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-03T20:36:30.619Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-03T20:36:30.619Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-03T20:36:30.619Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-03T20:36:30.619Z] Fetched 8720 B in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-03T20:36:30.619Z] Fetched 137 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-03T20:36:30.619Z] Fetched 119 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-03T20:36:30.619Z] Fetched 109 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-03T20:36:30.619Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-03T20:36:30.619Z] Fetched 645 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-03T20:36:30.619Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-03T20:36:30.619Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-03T20:36:30.619Z] Fetched 368 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-03T20:36:30.619Z] Fetched 187 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-03T20:36:30.619Z] Fetched 175 kB in 0s (0 B/s) [2021-02-03T20:36:30.619Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-03T20:36:31.539Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T20:36:31.811Z] Running setup.py install for docopt: started [2021-02-03T20:36:33.782Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T20:36:33.782Z] Running setup.py install for dockerpty: started [2021-02-03T20:36:33.925Z] Fetched 206 kB in 0s (0 B/s) [2021-02-03T20:36:33.925Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-03T20:36:33.925Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-03T20:36:33.925Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-03T20:36:33.925Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-03T20:36:33.925Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-03T20:36:33.925Z] Fetched 159 kB in 0s (0 B/s) [2021-02-03T20:36:33.925Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-03T20:36:33.925Z] Fetched 107 kB in 0s (0 B/s) [2021-02-03T20:36:33.925Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-03T20:36:33.925Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-03T20:36:33.925Z] Pulling static-packages [2021-02-03T20:36:34.868Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-03T20:36:34.868Z] Skipping pull go-build-helper (already ran) [2021-02-03T20:36:34.868Z] Skipping pull static-packages (already ran) [2021-02-03T20:36:34.868Z] Building go-build-helper [2021-02-03T20:36:35.205Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T20:36:36.630Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2020.12.5 chardet-3.0.4 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-02-03T20:36:38.171Z] Building static-packages [2021-02-03T20:36:40.088Z] Staging go-build-helper [2021-02-03T20:36:40.926Z] Removing intermediate container 82ea892d9836 [2021-02-03T20:36:40.926Z] ---> 9e4a78c0a966 [2021-02-03T20:36:40.926Z] Step 22/27 : RUN apk --no-cache add curl [2021-02-03T20:36:40.926Z] ---> Running in cd6103e7e4cb [2021-02-03T20:36:41.033Z] Staging static-packages [2021-02-03T20:36:41.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-03T20:36:41.982Z] Pulling go115 [2021-02-03T20:36:42.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-03T20:36:42.707Z] (1/4) Installing brotli-libs (1.0.9-r3) [2021-02-03T20:36:42.707Z] (2/4) Installing nghttp2-libs (1.42.0-r1) [2021-02-03T20:36:42.707Z] (3/4) Installing libcurl (7.74.0-r0) [2021-02-03T20:36:42.707Z] (4/4) Installing curl (7.74.0-r0) [2021-02-03T20:36:42.707Z] Executing busybox-1.32.1-r2.trigger [2021-02-03T20:36:42.707Z] OK: 81 MiB in 58 packages [2021-02-03T20:36:42.935Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-03T20:36:42.935Z] Skipping pull go115 (already ran) [2021-02-03T20:36:42.935Z] Building go115 [2021-02-03T20:36:42.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T20:36:42.935Z] Dload Upload Total Spent Left Speed [2021-02-03T20:36:44.146Z] Removing intermediate container cd6103e7e4cb [2021-02-03T20:36:44.147Z] ---> 9dcd8c687fab [2021-02-03T20:36:44.147Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T20:36:44.419Z] ---> Running in 4607bb66c8c2 [2021-02-03T20:36:45.010Z] Removing intermediate container 4607bb66c8c2 [2021-02-03T20:36:45.011Z] ---> 625c28b59f28 [2021-02-03T20:36:45.011Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T20:36:45.282Z] ---> Running in a6ed7d52f328 [2021-02-03T20:36:45.552Z] Removing intermediate container a6ed7d52f328 [2021-02-03T20:36:45.552Z] ---> 7df87d448689 [2021-02-03T20:36:45.552Z] Step 25/27 : LABEL arch=arm64 [2021-02-03T20:36:45.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.8M 0 0 27.1M 0 0:00:04 --:--:-- 0:00:04 27.1M 53 115M 53 61.9M 0 0 40.7M 0 0:00:02 0:00:01 0:00:01 40.7M 88 115M 88 101M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M 100 115M 100 115M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M [2021-02-03T20:36:45.823Z] ---> Running in 23406df17cff [2021-02-03T20:36:46.094Z] Removing intermediate container 23406df17cff [2021-02-03T20:36:46.094Z] ---> dcb7c4658511 [2021-02-03T20:36:46.094Z] Step 26/27 : LABEL git_sha=99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [2021-02-03T20:36:46.253Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-03T20:36:46.364Z] ---> Running in 1fdc9f3c51e3 [2021-02-03T20:36:46.958Z] Removing intermediate container 1fdc9f3c51e3 [2021-02-03T20:36:46.958Z] ---> 29e6c92bf34e [2021-02-03T20:36:46.958Z] Step 27/27 : LABEL version=0.0.0 [2021-02-03T20:36:46.958Z] ---> Running in 922813b0824d [2021-02-03T20:36:47.549Z] Removing intermediate container 922813b0824d [2021-02-03T20:36:47.549Z] ---> 1402d27dadf2 [2021-02-03T20:36:47.549Z] [2021-02-03T20:36:47.821Z] Successfully built 1402d27dadf2 [2021-02-03T20:36:47.822Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-03T20:36:48.108Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-03T20:36:48.115Z] $ docker stop --time=1 647f571345c7ad7dc9f868cce17c9e951eb6d5b025db9f936e6ce191180f2faf [2021-02-03T20:36:49.970Z] $ docker rm -f 647f571345c7ad7dc9f868cce17c9e951eb6d5b025db9f936e6ce191180f2faf [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T20:36:50.462Z] Staging go115 [2021-02-03T20:36:50.763Z] + docker images [2021-02-03T20:36:50.763Z] + grep docker [2021-02-03T20:36:51.034Z] docker-sys-mgmt-agent-go-arm64 latest 1402d27dadf2 3 seconds ago 313MB [2021-02-03T20:36:51.034Z] docker-core-data-go-arm64 latest 0e6bd9fd048c 54 seconds ago 22.4MB [2021-02-03T20:36:51.034Z] docker-core-metadata-go-arm64 latest 8169469a40d3 About a minute ago 13.6MB [2021-02-03T20:36:51.034Z] docker-security-secretstore-setup-go-arm64 latest 5c79128db938 About a minute ago 23.5MB [2021-02-03T20:36:51.034Z] docker-security-bootstrap-redis-go-arm64 latest 13164cecec0a About a minute ago 15.2MB [2021-02-03T20:36:51.034Z] docker-security-proxy-setup-go-arm64 latest 5e3e92eec12e 3 minutes ago 15.9MB [2021-02-03T20:36:51.034Z] docker-support-notifications-go-arm64 latest 4d06bab1d9bd 4 minutes ago 12.9MB [2021-02-03T20:36:51.034Z] docker-support-scheduler-go-arm64 latest 6a4031013331 4 minutes ago 11.5MB [2021-02-03T20:36:51.034Z] docker-core-command-go-arm64 latest e53346a864ba 4 minutes ago 11.3MB [2021-02-03T20:36:51.034Z] docker-security-secrets-setup-go-arm64 latest 35b65e54ba32 4 minutes ago 22.7MB [2021-02-03T20:36:51.034Z] docker-support-logging-go-arm64 latest dc5470884594 5 minutes ago 10.6MB [2021-02-03T20:36:51.034Z] docker latest c9ce399bb54c 43 hours ago 229MB [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] } [2021-02-03T20:36:54.678Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-03T20:36:54.678Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-03T20:36:54.678Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-03T20:36:54.678Z] Fetched 0 B in 0s (0 B/s) [2021-02-03T20:36:54.678Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-03T20:36:54.678Z] Fetched 224 kB in 0s (0 B/s) [2021-02-03T20:36:54.678Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-03T20:36:54.678Z] Fetched 157 kB in 0s (0 B/s) [2021-02-03T20:36:54.678Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-03T20:36:54.678Z] Fetched 221 kB in 0s (0 B/s) [2021-02-03T20:36:54.678Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-03T20:36:54.678Z] Fetched 143 kB in 0s (0 B/s) [2021-02-03T20:36:54.678Z] Pulling edgex-go [2021-02-03T20:36:56.066Z] Pulling version [2021-02-03T20:36:56.636Z] Building config-common [2021-02-03T20:36:58.545Z] Skipping build go-build-helper (already ran) [2021-02-03T20:36:58.545Z] Skipping build static-packages (already ran) [2021-02-03T20:36:58.545Z] Skipping build go115 (already ran) [2021-02-03T20:36:58.806Z] Building edgex-go [2021-02-03T20:36:58.806Z] 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-02-03T20:37:00.724Z] go: downloading github.com/gorilla/mux v1.7.1 [2021-02-03T20:37:00.724Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.57 [2021-02-03T20:37:00.724Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.112 [2021-02-03T20:37:00.724Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-03T20:37:00.724Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2021-02-03T20:37:00.724Z] go: downloading github.com/google/uuid v1.1.2 [2021-02-03T20:37:00.724Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-03T20:37:00.724Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2021-02-03T20:37:00.724Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2021-02-03T20:37:00.724Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-03T20:37:00.724Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2021-02-03T20:37:00.986Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-03T20:37:00.986Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-03T20:37:00.986Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-02-03T20:37:00.986Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-03T20:37:00.986Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-03T20:37:00.986Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-03T20:37:00.986Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-03T20:37:00.986Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-03T20:37:00.986Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-03T20:37:00.986Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-03T20:37:00.986Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-03T20:37:00.986Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-03T20:37:01.246Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-03T20:37:01.246Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-03T20:37:01.246Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-03T20:37:07.827Z] 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-02-03T20:37:07.827Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-03T20:37:07.827Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-02-03T20:37:07.827Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-03T20:37:07.827Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-03T20:37:07.827Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-03T20:37:07.827Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-03T20:37:12.031Z] 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-02-03T20:37:12.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-02-03T20:37:13.917Z] 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-02-03T20:37:14.856Z] 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-02-03T20:37:15.116Z] 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-02-03T20:37:15.116Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-02-03T20:37:15.376Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-03T20:37:15.376Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-03T20:37:16.761Z] 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-02-03T20:37:16.761Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-03T20:37:16.761Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-03T20:37:17.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-02-03T20:37:18.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T20:37:18.732Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-03T20:37:19.673Z] 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-02-03T20:37:19.673Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-03T20:37:21.061Z] 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-02-03T20:37:22.016Z] 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-02-03T20:37:23.929Z] Building version [2021-02-03T20:37:25.842Z] Staging config-common [2021-02-03T20:37:26.415Z] Skipping stage go-build-helper (already ran) [2021-02-03T20:37:26.415Z] Skipping stage static-packages (already ran) [2021-02-03T20:37:26.415Z] Skipping stage go115 (already ran) [2021-02-03T20:37:26.415Z] Staging edgex-go [2021-02-03T20:37:27.454Z] Staging version [2021-02-03T20:37:28.566Z] Priming config-common [2021-02-03T20:37:29.220Z] Priming go-build-helper [2021-02-03T20:37:30.223Z] Priming static-packages [2021-02-03T20:37:32.371Z] Priming go115 [2021-02-03T20:37:33.313Z] Priming edgex-go [2021-02-03T20:37:34.700Z] Priming version [2021-02-03T20:37:35.271Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-03T20:37:38.763Z] provisioning config files... [2021-02-03T20:37:38.781Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1608334997063522940tmp [Pipeline] { [Pipeline] sh [2021-02-03T20:37:39.197Z] + set +x [2021-02-03T20:37:39.198Z] + curl -s https://codecov.io/bash [2021-02-03T20:37:39.198Z] + bash -s -- [2021-02-03T20:37:39.800Z] [2021-02-03T20:37:39.801Z] _____ _ [2021-02-03T20:37:39.801Z] / ____| | | [2021-02-03T20:37:39.801Z] | | ___ __| | ___ ___ _____ __ [2021-02-03T20:37:39.801Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-03T20:37:39.801Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-03T20:37:39.801Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-03T20:37:39.801Z] Bash-20210129-7c25fce [2021-02-03T20:37:39.801Z] [2021-02-03T20:37:39.801Z] [2021-02-03T20:37:39.801Z] ==> git version 2.24.3 found [2021-02-03T20:37:39.801Z] ==> 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-02-03T20:37:39.801Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-03T20:37:39.801Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-03T20:37:39.801Z] ==> Jenkins CI detected. [2021-02-03T20:37:39.801Z] project root: . [2021-02-03T20:37:39.801Z] --> token set from env [2021-02-03T20:37:39.801Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-03T20:37:39.801Z] ==> Running gcov in . (disable via -X gcov) [2021-02-03T20:37:40.078Z] ==> Python coveragepy not found [2021-02-03T20:37:40.078Z] ==> Searching for coverage reports in: [2021-02-03T20:37:40.078Z] + . [2021-02-03T20:37:40.078Z] -> Found 1 reports [2021-02-03T20:37:40.078Z] ==> Detecting git/mercurial file structure [2021-02-03T20:37:40.078Z] ==> Reading reports [2021-02-03T20:37:40.078Z] + ./coverage.out bytes=541382 [2021-02-03T20:37:40.354Z] ==> Appending adjustments [2021-02-03T20:37:40.354Z] https://docs.codecov.io/docs/fixing-reports [2021-02-03T20:37:45.772Z] + Found adjustments [2021-02-03T20:37:45.772Z] ==> Gzipping contents [2021-02-03T20:37:45.772Z] 84K /tmp/codecov.VPAdWt.gz [2021-02-03T20:37:45.772Z] ==> Uploading reports [2021-02-03T20:37:45.772Z] url: https://codecov.io [2021-02-03T20:37:45.772Z] query: branch=PR-3102&commit=99ee5d8e949bc54c6a1b06b06a0925d9c6008346&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3102%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3102&job=&cmd_args= [2021-02-03T20:37:45.772Z] -> Pinging Codecov [2021-02-03T20:37:45.773Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3102&commit=99ee5d8e949bc54c6a1b06b06a0925d9c6008346&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3102%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3102&job=&cmd_args= [2021-02-03T20:37:46.351Z] -> Uploading to [2021-02-03T20:37:46.351Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-03/00271124DB129430A58F1EEE437C3FCB/99ee5d8e949bc54c6a1b06b06a0925d9c6008346/9b9b23fc-ee61-42d9-8953-5979b55800ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T203746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8df502d4346d86d99614f0ff772c67c033c655f2041ab0e590fd2947e06cb0b [2021-02-03T20:37:46.351Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T20:37:46.351Z] Dload Upload Total Spent Left Speed [2021-02-03T20:37:47.307Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85189 0 0 100 85189 0 132k --:--:-- --:--:-- --:--:-- 132k [2021-02-03T20:37:47.307Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/99ee5d8e949bc54c6a1b06b06a0925d9c6008346 [Pipeline] } [2021-02-03T20:37:47.321Z] 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-02-03T20:37:49.590Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:37:50.538Z] ---> package-listing.sh [2021-02-03T20:37:50.538Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T20:37:50.538Z] ++ facter osfamily [2021-02-03T20:37:50.804Z] + OS_FAMILY=redhat [2021-02-03T20:37:50.804Z] + workspace=/w/workspace/edgex-go/2 [2021-02-03T20:37:50.804Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T20:37:50.804Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T20:37:50.804Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T20:37:50.804Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T20:37:50.804Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-03T20:37:50.804Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T20:37:50.804Z] + case "${OS_FAMILY}" in [2021-02-03T20:37:50.804Z] + rpm -qa [2021-02-03T20:37:50.804Z] + sort [2021-02-03T20:37:56.174Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T20:37:56.174Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T20:37:56.174Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T20:37:56.174Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-03T20:37:56.174Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-03T20:37:56.174Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-03T20:37:56.191Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T20:37:56.527Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:37:56.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T20:37:57.126Z] [2021-02-03T20:37:57.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T20:37:57.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T20:37:57.515Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T20:37:57.515Z] df20fa9351a1: Pulling fs layer [2021-02-03T20:37:57.515Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T20:37:57.516Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T20:37:57.516Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T20:37:57.516Z] 93b61091891f: Pulling fs layer [2021-02-03T20:37:57.516Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T20:37:57.516Z] 5e14af77c1be: Pulling fs layer [2021-02-03T20:37:57.516Z] 01666e4c0597: Pulling fs layer [2021-02-03T20:37:57.516Z] aa168da1d23b: Pulling fs layer [2021-02-03T20:37:57.516Z] 93b9cdb0e59b: Waiting [2021-02-03T20:37:57.516Z] 5e14af77c1be: Waiting [2021-02-03T20:37:57.516Z] 46f8f816bc3b: Waiting [2021-02-03T20:37:57.516Z] 93b61091891f: Waiting [2021-02-03T20:37:57.516Z] 01666e4c0597: Waiting [2021-02-03T20:37:57.516Z] aa168da1d23b: Waiting [2021-02-03T20:37:57.516Z] 36b3adc4ff6f: Download complete [2021-02-03T20:37:57.516Z] 46f8f816bc3b: Verifying Checksum [2021-02-03T20:37:57.516Z] 46f8f816bc3b: Download complete [2021-02-03T20:37:57.791Z] df20fa9351a1: Verifying Checksum [2021-02-03T20:37:57.791Z] df20fa9351a1: Download complete [2021-02-03T20:37:57.791Z] 93b61091891f: Verifying Checksum [2021-02-03T20:37:57.791Z] 93b61091891f: Download complete [2021-02-03T20:37:57.791Z] 5e14af77c1be: Verifying Checksum [2021-02-03T20:37:57.791Z] 5e14af77c1be: Download complete [2021-02-03T20:37:57.791Z] 01666e4c0597: Verifying Checksum [2021-02-03T20:37:57.791Z] 01666e4c0597: Download complete [2021-02-03T20:37:58.424Z] df20fa9351a1: Pull complete [2021-02-03T20:37:58.702Z] 36b3adc4ff6f: Pull complete [2021-02-03T20:37:58.702Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T20:37:58.702Z] 93b9cdb0e59b: Download complete [2021-02-03T20:37:58.702Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T20:37:58.702Z] 8ad3a11d3b57: Download complete [2021-02-03T20:38:00.160Z] 8ad3a11d3b57: Pull complete [2021-02-03T20:38:00.439Z] 46f8f816bc3b: Pull complete [2021-02-03T20:38:01.892Z] 93b61091891f: Pull complete [2021-02-03T20:38:01.892Z] aa168da1d23b: Verifying Checksum [2021-02-03T20:38:01.892Z] aa168da1d23b: Download complete [2021-02-03T20:38:04.008Z] 93b9cdb0e59b: Pull complete [2021-02-03T20:38:04.357Z] 5e14af77c1be: Pull complete [2021-02-03T20:38:04.357Z] 01666e4c0597: Pull complete [2021-02-03T20:38:16.790Z] aa168da1d23b: Pull complete [2021-02-03T20:38:16.790Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T20:38:16.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T20:38:16.790Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T20:38:17.353Z] prd-centos7-docker-4c-2g-24771 does not seem to be running inside a container [2021-02-03T20:38:17.477Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-03T20:38:22.062Z] $ docker top 4bfe828f74a8b9945d3d3864692d6acc6ca4f7b9dea13c952f0bba164f74b2e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T20:38:22.999Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T20:38:23.430Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T20:38:24.098Z] + ls /var/log/sa-host [2021-02-03T20:38:24.099Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T20:38:24.099Z] file_magic: OK [2021-02-03T20:38:24.099Z] HZ: Using current value: 100 [2021-02-03T20:38:24.099Z] file_header: OK [2021-02-03T20:38:24.099Z] 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-02-03T20:38:24.099Z] Statistics: [2021-02-03T20:38:24.099Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-03T20:38:24.099Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T20:38:24.099Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T20:38:24.099Z] file_magic: OK [2021-02-03T20:38:24.099Z] HZ: Using current value: 100 [2021-02-03T20:38:24.099Z] file_header: OK [2021-02-03T20:38:24.099Z] 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-02-03T20:38:24.099Z] Statistics: [2021-02-03T20:38:24.099Z] Hnuu...uuuununununu... [2021-02-03T20:38:24.099Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T20:38:24.784Z] provisioning config files... [2021-02-03T20:38:24.810Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7150884537305009545tmp [Pipeline] { [Pipeline] echo [2021-02-03T20:38:24.885Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:38:25.233Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T20:38:25.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T20:38:25.347Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:38:25.689Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T20:38:25.703Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:38:26.044Z] ---> sudo-logs.sh [2021-02-03T20:38:26.044Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T20:38:26.060Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:38:26.398Z] ---> job-cost.sh [2021-02-03T20:38:26.667Z] lf-activate-venv: SKIPPING [2021-02-03T20:38:26.668Z] INFO: No Stack... [2021-02-03T20:38:27.629Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T20:38:27.896Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T20:38:27.912Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T20:38:28.601Z] ---> logs-deploy.sh [2021-02-03T20:38:28.601Z] lf-activate-venv: SKIPPING [2021-02-03T20:38:28.601Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3102/2 [2021-02-03T20:38:28.601Z] INFO: archiving workspace using pattern(s): [2021-02-03T20:38:30.567Z] Archives upload complete. [2021-02-03T20:38:30.857Z] INFO: archiving logs to Nexus