Pull request #2940 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 rather than b116ed2c3666a71abee49cd31488bd2e8787a89d Obtained Jenkinsfile from f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-15590 in /w/workspace/edgexfoundry_edgex-go_PR-2940 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b116ed2c3666a71abee49cd31488bd2e8787a89d Merge succeeded, producing b116ed2c3666a71abee49cd31488bd2e8787a89d Checking out Revision b116ed2c3666a71abee49cd31488bd2e8787a89d (PR-2940) > 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/2940/head:refs/remotes/origin/PR-2940 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # 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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 Commit message: "feat(security): kong cert paths are now optional" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-11T16:48:34.734Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-11T16:48:35.031Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-11T16:48:35.140Z] ========================================================= [2020-12-11T16:48:35.140Z] EdgeX Global Pipelines Version Info [2020-12-11T16:48:35.140Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bcd61694c4a1872f5065da0c5a7b1166ea2ee547 # timeout=10 [2020-12-11T16:48:37.487Z] ------------------- [2020-12-11T16:48:37.487Z] stable info: [2020-12-11T16:48:37.487Z] ------------------- [2020-12-11T16:48:37.487Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-11T16:48:37.487Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-11T16:48:37.487Z] Message: update stable to v1.0.172 [2020-12-11T16:48:38.447Z] ------------------- [2020-12-11T16:48:38.447Z] experimental info: [2020-12-11T16:48:38.447Z] ------------------- [2020-12-11T16:48:38.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-11T16:48:38.447Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-11T16:48:38.447Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-11T16:48:38.890Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-11T16:48:39.044Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-11T16:48:39.216Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-11T16:48:39.330Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-11T16:48:39.433Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-11T16:48:39.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-11T16:48:39.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-11T16:48:39.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-11T16:48:39.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-11T16:48:40.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-11T16:48:40.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-11T16:48:40.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-11T16:48:40.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-11T16:48:40.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-11T16:48:40.838Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-11T16:48:40.932Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-11T16:48:41.234Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-11T16:48:41.329Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-11T16:48:41.497Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-11T16:48:41.589Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-11T16:48:41.685Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-11T16:48:41.794Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-11T16:48:41.906Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2940 [Pipeline] echo [2020-12-11T16:48:42.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2940 [Pipeline] echo [2020-12-11T16:48:42.112Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2940 [Pipeline] echo [2020-12-11T16:48:42.203Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b116ed2c3666a71abee49cd31488bd2e8787a89d [Pipeline] echo [2020-12-11T16:48:42.297Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b116ed2 [Pipeline] echo [2020-12-11T16:48:42.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-11T16:48:42.562Z] provisioning config files... [2020-12-11T16:48:42.603Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5264057738949542147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T16:48:43.018Z] ---> docker-login.sh [2020-12-11T16:48:43.018Z] nexus3.edgexfoundry.org:10001 [2020-12-11T16:48:43.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:48:43.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:48:43.936Z] Configure a credential helper to remove this warning. See [2020-12-11T16:48:43.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:48:43.936Z] [2020-12-11T16:48:43.936Z] Login Succeeded [2020-12-11T16:48:43.936Z] nexus3.edgexfoundry.org:10002 [2020-12-11T16:48:44.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:48:44.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:48:44.216Z] Configure a credential helper to remove this warning. See [2020-12-11T16:48:44.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:48:44.216Z] [2020-12-11T16:48:44.216Z] Login Succeeded [2020-12-11T16:48:44.216Z] nexus3.edgexfoundry.org:10003 [2020-12-11T16:48:44.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:48:44.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:48:44.485Z] Configure a credential helper to remove this warning. See [2020-12-11T16:48:44.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:48:44.485Z] [2020-12-11T16:48:44.485Z] Login Succeeded [2020-12-11T16:48:44.485Z] nexus3.edgexfoundry.org:10004 [2020-12-11T16:48:44.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:48:44.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:48:44.778Z] Configure a credential helper to remove this warning. See [2020-12-11T16:48:44.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:48:44.778Z] [2020-12-11T16:48:44.778Z] Login Succeeded [2020-12-11T16:48:44.778Z] docker.io [2020-12-11T16:48:45.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:48:45.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:48:45.390Z] Configure a credential helper to remove this warning. See [2020-12-11T16:48:45.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:48:45.390Z] [2020-12-11T16:48:45.390Z] Login Succeeded [2020-12-11T16:48:45.390Z] ---> docker-login.sh ends [Pipeline] } [2020-12-11T16:48:45.435Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-11T16:48:46.006Z] ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/core-command/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/core-data/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-11T16:48:46.006Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-11T16:48:46.006Z] ++ cut -d/ -f2 [2020-12-11T16:48:46.006Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-11T16:48:46.006Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-11T16:48:46.110Z] 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-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 [2020-12-11T16:48:47.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T16:48:47.672Z] [2020-12-11T16:48:47.672Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:48:48.069Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T16:48:48.069Z] latest: Pulling from edgex-devops/git-semver [2020-12-11T16:48:48.069Z] 31603596830f: Pulling fs layer [2020-12-11T16:48:48.069Z] 2a8b12db71e7: Pulling fs layer [2020-12-11T16:48:48.069Z] 6ca5941a6612: Pulling fs layer [2020-12-11T16:48:48.069Z] ecc8261a40a4: Pulling fs layer [2020-12-11T16:48:48.069Z] ecc8261a40a4: Waiting [2020-12-11T16:48:48.069Z] 2a8b12db71e7: Download complete [2020-12-11T16:48:48.356Z] 31603596830f: Verifying Checksum [2020-12-11T16:48:48.356Z] 31603596830f: Download complete [2020-12-11T16:48:48.671Z] ecc8261a40a4: Verifying Checksum [2020-12-11T16:48:48.671Z] ecc8261a40a4: Download complete [2020-12-11T16:48:48.955Z] 6ca5941a6612: Verifying Checksum [2020-12-11T16:48:48.955Z] 6ca5941a6612: Download complete [2020-12-11T16:48:48.955Z] 31603596830f: Pull complete [2020-12-11T16:48:49.243Z] 2a8b12db71e7: Pull complete [2020-12-11T16:48:50.695Z] 6ca5941a6612: Pull complete [2020-12-11T16:48:50.961Z] ecc8261a40a4: Pull complete [2020-12-11T16:48:50.961Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-11T16:48:50.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-11T16:48:50.961Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-11T16:48:51.318Z] prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container [2020-12-11T16:48:51.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-11T16:48:54.365Z] $ docker top 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-11T16:48:54.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-11T16:48:54.707Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-11T16:48:55.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-11T16:48:55.168Z] $ docker exec 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent [2020-12-11T16:48:55.444Z] SSH_AUTH_SOCK=/tmp/ssh-hFRxtqDhSgUt/agent.11 [2020-12-11T16:48:55.444Z] SSH_AGENT_PID=16 [2020-12-11T16:48:55.466Z] Running ssh-add (command line suppressed) [2020-12-11T16:48:55.664Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3647177299019945660.key (/w/workspace/edgex-go/3@tmp/private_key_3647177299019945660.key) [2020-12-11T16:48:55.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-11T16:48:56.191Z] + git tag --points-at HEAD [Pipeline] } [2020-12-11T16:48:56.240Z] $ docker exec --env ******** --env ******** 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent -k [2020-12-11T16:48:56.471Z] unset SSH_AUTH_SOCK; [2020-12-11T16:48:56.472Z] unset SSH_AGENT_PID; [2020-12-11T16:48:56.472Z] echo Agent pid 16 killed; [2020-12-11T16:48:56.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-11T16:48:56.704Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-11T16:48:56.704Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-11T16:48:56.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-11T16:48:56.982Z] $ docker exec 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent [2020-12-11T16:48:57.258Z] SSH_AUTH_SOCK=/tmp/ssh-hTxZYBVj7ijA/agent.45 [2020-12-11T16:48:57.258Z] SSH_AGENT_PID=51 [2020-12-11T16:48:57.418Z] Running ssh-add (command line suppressed) [2020-12-11T16:48:57.655Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7097364375176309703.key (/w/workspace/edgex-go/3@tmp/private_key_7097364375176309703.key) [2020-12-11T16:48:57.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-11T16:48:58.121Z] + git semver init [2020-12-11T16:48:58.121Z] # -> Open(): unable to determine branch for HEAD [2020-12-11T16:48:58.121Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-11T16:48:58.121Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-11T16:48:58.121Z] # $SEMVER_REMOTE_NAME = origin [2020-12-11T16:48:58.121Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-11T16:48:58.121Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-11T16:48:58.121Z] # $SEMVER_BRANCH = PR-2940 [2020-12-11T16:48:58.121Z] # $SEMVER_TEMP = /tmp/semver-818959621 [2020-12-11T16:48:58.121Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-11T16:49:30.688Z] # '/tmp/semver-818959621' -> '/w/workspace/edgex-go/3/.semver' [2020-12-11T16:49:30.688Z] # -> Force: false [2020-12-11T16:49:30.688Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-11T16:49:30.709Z] $ docker exec --env ******** --env ******** 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent -k [2020-12-11T16:49:31.125Z] unset SSH_AUTH_SOCK; [2020-12-11T16:49:31.126Z] unset SSH_AGENT_PID; [2020-12-11T16:49:31.126Z] echo Agent pid 51 killed; [2020-12-11T16:49:31.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-11T16:49:31.871Z] + git semver [Pipeline] } [2020-12-11T16:49:31.902Z] $ docker stop --time=1 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 [2020-12-11T16:49:33.769Z] $ docker rm -f 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T16:49:34.385Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-11T16:49:35.205Z] Stashed 1 file(s) [Pipeline] echo [2020-12-11T16:49:35.207Z] [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 [2020-12-11T16:49:36.174Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-11T16:49:36.503Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-11T16:49:36.829Z] + sudo service docker restart [2020-12-11T16:49:36.829Z] + true [2020-12-11T16:49:36.829Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-11T16:49:38.274Z] ========================================================= [2020-12-11T16:49:38.274Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-11T16:49:38.274Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:49:38.640Z] + 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 . [2020-12-11T16:49:44.079Z] Sending build context to Docker daemon 326.4MB [2020-12-11T16:49:44.079Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-11T16:49:44.079Z] Step 2/7 : FROM ${BASE} [2020-12-11T16:49:44.079Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-11T16:49:44.079Z] 188c0c94c7c5: Pulling fs layer [2020-12-11T16:49:44.079Z] 0ef7d3d256c8: Pulling fs layer [2020-12-11T16:49:44.079Z] de9db76c5a1d: Pulling fs layer [2020-12-11T16:49:44.079Z] bca2f99d35d6: Pulling fs layer [2020-12-11T16:49:44.079Z] 93359f2a8cfa: Pulling fs layer [2020-12-11T16:49:44.079Z] 7c6f9722023f: Pulling fs layer [2020-12-11T16:49:44.079Z] a35cf1a2eb13: Pulling fs layer [2020-12-11T16:49:44.079Z] 93359f2a8cfa: Waiting [2020-12-11T16:49:44.079Z] 7c6f9722023f: Waiting [2020-12-11T16:49:44.079Z] a35cf1a2eb13: Waiting [2020-12-11T16:49:44.079Z] bca2f99d35d6: Waiting [2020-12-11T16:49:44.358Z] de9db76c5a1d: Verifying Checksum [2020-12-11T16:49:44.358Z] de9db76c5a1d: Download complete [2020-12-11T16:49:44.358Z] 0ef7d3d256c8: Download complete [2020-12-11T16:49:44.358Z] 93359f2a8cfa: Verifying Checksum [2020-12-11T16:49:44.358Z] 93359f2a8cfa: Download complete [2020-12-11T16:49:44.358Z] 188c0c94c7c5: Verifying Checksum [2020-12-11T16:49:44.358Z] 188c0c94c7c5: Download complete [2020-12-11T16:49:44.358Z] 7c6f9722023f: Verifying Checksum [2020-12-11T16:49:44.358Z] 7c6f9722023f: Download complete [2020-12-11T16:49:44.973Z] 188c0c94c7c5: Pull complete [2020-12-11T16:49:45.245Z] 0ef7d3d256c8: Pull complete [2020-12-11T16:49:45.520Z] de9db76c5a1d: Pull complete [2020-12-11T16:49:48.159Z] a35cf1a2eb13: Verifying Checksum [2020-12-11T16:49:48.159Z] a35cf1a2eb13: Download complete [2020-12-11T16:49:49.189Z] bca2f99d35d6: Verifying Checksum [2020-12-11T16:49:49.189Z] bca2f99d35d6: Download complete [2020-12-11T16:49:50.657Z] Still waiting to schedule task [2020-12-11T16:49:50.657Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-11T16:49:57.541Z] bca2f99d35d6: Pull complete [2020-12-11T16:49:57.541Z] 93359f2a8cfa: Pull complete [2020-12-11T16:49:57.824Z] 7c6f9722023f: Pull complete [2020-12-11T16:50:03.448Z] a35cf1a2eb13: Pull complete [2020-12-11T16:50:03.448Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-11T16:50:03.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-11T16:50:03.716Z] ---> a62c8e92a672 [2020-12-11T16:50:03.716Z] 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 [2020-12-11T16:50:03.986Z] ---> Running in c216e69f1146 [2020-12-11T16:50:04.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:50:06.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:50:06.309Z] (1/12) Installing libmagic (5.38-r0) [2020-12-11T16:50:06.581Z] (2/12) Installing file (5.38-r0) [2020-12-11T16:50:06.581Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-11T16:50:06.581Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-11T16:50:13.297Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-11T16:50:13.297Z] (6/12) Installing patch (2.7.6-r6) [2020-12-11T16:50:13.297Z] (7/12) Installing build-base (0.5-r2) [2020-12-11T16:50:13.297Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-11T16:50:13.297Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-11T16:50:13.297Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-11T16:50:13.297Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-11T16:50:13.297Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-11T16:50:13.297Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T16:50:13.297Z] OK: 233 MiB in 51 packages [2020-12-11T16:50:17.670Z] Removing intermediate container c216e69f1146 [2020-12-11T16:50:17.670Z] ---> 95e2cb299f16 [2020-12-11T16:50:17.670Z] Step 4/7 : WORKDIR /edgex-go [2020-12-11T16:50:17.670Z] ---> Running in ef94ff809a85 [2020-12-11T16:50:17.670Z] Removing intermediate container ef94ff809a85 [2020-12-11T16:50:17.670Z] ---> 192ddd5f03d5 [2020-12-11T16:50:17.670Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-11T16:50:17.938Z] latest: Pulling from library/docker [2020-12-11T16:50:17.939Z] 05e7bc50f07f: Pulling fs layer [2020-12-11T16:50:17.939Z] 6db28d0fdbf6: Pulling fs layer [2020-12-11T16:50:17.939Z] 292df0bc6bf3: Pulling fs layer [2020-12-11T16:50:17.939Z] 2e060f4bd70b: Pulling fs layer [2020-12-11T16:50:17.939Z] 80e8d568a223: Pulling fs layer [2020-12-11T16:50:17.939Z] 8dc6ef1a942a: Pulling fs layer [2020-12-11T16:50:17.939Z] 2312dd95470a: Pulling fs layer [2020-12-11T16:50:17.939Z] 2e060f4bd70b: Waiting [2020-12-11T16:50:17.939Z] 80e8d568a223: Waiting [2020-12-11T16:50:17.939Z] 8dc6ef1a942a: Waiting [2020-12-11T16:50:17.939Z] 2312dd95470a: Waiting [2020-12-11T16:50:18.237Z] 292df0bc6bf3: Verifying Checksum [2020-12-11T16:50:18.237Z] 292df0bc6bf3: Download complete [2020-12-11T16:50:18.237Z] 6db28d0fdbf6: Verifying Checksum [2020-12-11T16:50:18.237Z] 6db28d0fdbf6: Download complete [2020-12-11T16:50:18.237Z] 05e7bc50f07f: Verifying Checksum [2020-12-11T16:50:18.237Z] 05e7bc50f07f: Download complete [2020-12-11T16:50:18.564Z] 80e8d568a223: Verifying Checksum [2020-12-11T16:50:18.564Z] 80e8d568a223: Download complete [2020-12-11T16:50:18.564Z] 8dc6ef1a942a: Verifying Checksum [2020-12-11T16:50:18.564Z] 8dc6ef1a942a: Download complete [2020-12-11T16:50:18.564Z] 2312dd95470a: Verifying Checksum [2020-12-11T16:50:18.564Z] 2312dd95470a: Download complete [2020-12-11T16:50:19.179Z] 05e7bc50f07f: Pull complete [2020-12-11T16:50:19.480Z] 6db28d0fdbf6: Pull complete [2020-12-11T16:50:19.758Z] 292df0bc6bf3: Pull complete [2020-12-11T16:50:19.758Z] 2e060f4bd70b: Verifying Checksum [2020-12-11T16:50:19.758Z] 2e060f4bd70b: Download complete [2020-12-11T16:50:24.072Z] 2e060f4bd70b: Pull complete [2020-12-11T16:50:24.072Z] 80e8d568a223: Pull complete [2020-12-11T16:50:24.371Z] 8dc6ef1a942a: Pull complete [2020-12-11T16:50:24.642Z] 2312dd95470a: Pull complete [2020-12-11T16:50:24.642Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-11T16:50:24.642Z] Status: Downloaded newer image for docker:latest [2020-12-11T16:50:26.604Z] ---> b743cfd18dee [2020-12-11T16:50:26.604Z] Step 6/7 : COPY go.mod . [2020-12-11T16:50:26.871Z] ---> 8c2212274364 [2020-12-11T16:50:26.871Z] Step 7/7 : RUN go mod download [2020-12-11T16:50:26.871Z] ---> Running in 6ab6879cd825 [2020-12-11T16:50:53.766Z] Removing intermediate container 6ab6879cd825 [2020-12-11T16:50:53.766Z] ---> 5b038c109341 [2020-12-11T16:50:53.766Z] Successfully built 5b038c109341 [2020-12-11T16:50:53.766Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:50:54.161Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-11T16:50:54.427Z] . [Pipeline] withDockerContainer [2020-12-11T16:50:54.682Z] prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container [2020-12-11T16:50:54.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-11T16:50:56.273Z] $ docker top ed11d44454c96b3df5e8c212cd451fd18fcdfae0f1ae231ebc0732d4b6b7d001 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T16:50:56.927Z] + go version [2020-12-11T16:50:57.245Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-11T16:50:57.295Z] $ docker stop --time=1 ed11d44454c96b3df5e8c212cd451fd18fcdfae0f1ae231ebc0732d4b6b7d001 [2020-12-11T16:50:59.236Z] $ docker rm -f ed11d44454c96b3df5e8c212cd451fd18fcdfae0f1ae231ebc0732d4b6b7d001 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:51:00.162Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-11T16:51:00.162Z] . [Pipeline] withDockerContainer [2020-12-11T16:51:00.354Z] prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container [2020-12-11T16:51:00.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-11T16:51:01.840Z] $ docker top 661eab902fc0482911150b89735d7bbda4c2f8618630099a633aa76235ac7420 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-11T16:51:02.185Z] ========================================================= [2020-12-11T16:51:02.185Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-11T16:51:02.185Z] ========================================================= [Pipeline] sh [2020-12-11T16:51:02.507Z] + make test [2020-12-11T16:51:02.507Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-11T16:51:17.715Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-11T16:51:40.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-11T16:51:41.467Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15591 in /w/workspace/edgexfoundry_edgex-go_PR-2940 [Pipeline] { [Pipeline] ws [2020-12-11T16:51:41.524Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-11T16:51:46.550Z] using credential edgex-jenkins-ssh [2020-12-11T16:51:46.610Z] Cloning the remote Git repository [2020-12-11T16:51:46.673Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-11T16:51:46.781Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-11T16:51:46.857Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T16:51:46.858Z] > git --version # timeout=10 [2020-12-11T16:51:46.875Z] > git --version # 'git version 2.17.1' [2020-12-11T16:51:46.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T16:51:46.976Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T16:51:53.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-11T16:51:53.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-11T16:51:53.375Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-11T16:51:53.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-11T16:51:53.739Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-11T16:51:54.635Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-11T16:51:58.398Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-12-11T16:51:58.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-11T16:51:58.685Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-11T16:52:00.201Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-11T16:52:00.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-11T16:52:00.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-11T16:52:00.201Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-11T16:52:03.643Z] Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:52:02.015Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T16:52:02.035Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T16:52:02.060Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T16:52:02.098Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T16:52:02.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T16:52:02.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2940/head:refs/remotes/origin/PR-2940 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T16:52:03.671Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T16:52:03.685Z] > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 [2020-12-11T16:52:04.063Z] Merge succeeded, producing b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:52:04.063Z] Checking out Revision b116ed2c3666a71abee49cd31488bd2e8787a89d (PR-2940) [2020-12-11T16:52:03.988Z] > git remote # timeout=10 [2020-12-11T16:52:04.005Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T16:52:04.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T16:52:04.038Z] > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-11T16:52:04.061Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T16:52:04.081Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T16:52:04.091Z] > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 [2020-12-11T16:52:07.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.205s coverage: 46.6% of statements [2020-12-11T16:52:07.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-11T16:52:07.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-11T16:52:07.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-11T16:52:07.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-11T16:52:07.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-11T16:52:08.554Z] Commit message: "feat(security): kong cert paths are now optional" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-11T16:52:10.292Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-11T16:52:10.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-11T16:52:11.112Z] + sudo service docker restart [2020-12-11T16:52:11.112Z] + true [2020-12-11T16:52:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.1% of statements [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-11T16:52:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.115s coverage: 100.0% of statements [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-11T16:52:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-11T16:52:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.518s coverage: 68.5% of statements [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-11T16:52:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-11T16:52:12.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.531s coverage: 82.3% of statements [2020-12-11T16:52:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-11T16:52:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T16:52:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-11T16:52:12.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-11T16:52:13.170Z] provisioning config files... [2020-12-11T16:52:13.214Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5573523550374068261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T16:52:13.650Z] ---> docker-login.sh [2020-12-11T16:52:13.650Z] nexus3.edgexfoundry.org:10001 [2020-12-11T16:52:14.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:52:14.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:52:14.850Z] Configure a credential helper to remove this warning. See [2020-12-11T16:52:14.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:52:14.850Z] [2020-12-11T16:52:14.851Z] Login Succeeded [2020-12-11T16:52:14.851Z] nexus3.edgexfoundry.org:10002 [2020-12-11T16:52:15.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:52:15.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:52:15.399Z] Configure a credential helper to remove this warning. See [2020-12-11T16:52:15.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:52:15.399Z] [2020-12-11T16:52:15.399Z] Login Succeeded [2020-12-11T16:52:15.399Z] nexus3.edgexfoundry.org:10003 [2020-12-11T16:52:15.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:52:15.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:52:15.951Z] Configure a credential helper to remove this warning. See [2020-12-11T16:52:15.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:52:15.951Z] [2020-12-11T16:52:15.951Z] Login Succeeded [2020-12-11T16:52:15.951Z] nexus3.edgexfoundry.org:10004 [2020-12-11T16:52:16.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:52:16.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:52:16.499Z] Configure a credential helper to remove this warning. See [2020-12-11T16:52:16.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:52:16.499Z] [2020-12-11T16:52:16.499Z] Login Succeeded [2020-12-11T16:52:16.499Z] docker.io [2020-12-11T16:52:16.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.687s coverage: 28.6% of statements [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-11T16:52:16.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-11T16:52:16.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-11T16:52:16.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements [2020-12-11T16:52:16.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-11T16:52:16.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-11T16:52:17.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2020-12-11T16:52:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-11T16:52:17.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-11T16:52:17.375Z] Configure a credential helper to remove this warning. See [2020-12-11T16:52:17.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-11T16:52:17.375Z] [2020-12-11T16:52:17.375Z] Login Succeeded [2020-12-11T16:52:17.375Z] ---> docker-login.sh ends [Pipeline] } [2020-12-11T16:52:17.393Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-11T16:52:17.823Z] ========================================================= [2020-12-11T16:52:17.823Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-11T16:52:17.823Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:52:18.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2020-12-11T16:52:18.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-11T16:52:18.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-11T16:52:18.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-11T16:52:18.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-11T16:52:18.199Z] + 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 . [2020-12-11T16:52:20.847Z] Sending build context to Docker daemon 165.7MB [2020-12-11T16:52:20.847Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-11T16:52:20.847Z] Step 2/7 : FROM ${BASE} [2020-12-11T16:52:20.847Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-11T16:52:20.847Z] 5f621e34cdf4: Pulling fs layer [2020-12-11T16:52:20.847Z] a4357932f1b6: Pulling fs layer [2020-12-11T16:52:20.847Z] 18c013af1878: Pulling fs layer [2020-12-11T16:52:20.847Z] 00ac8860ef70: Pulling fs layer [2020-12-11T16:52:20.847Z] 63d7cb157983: Pulling fs layer [2020-12-11T16:52:20.847Z] b116817d02f9: Pulling fs layer [2020-12-11T16:52:20.847Z] 745a02a5169b: Pulling fs layer [2020-12-11T16:52:20.847Z] b116817d02f9: Waiting [2020-12-11T16:52:20.847Z] 745a02a5169b: Waiting [2020-12-11T16:52:20.847Z] 00ac8860ef70: Waiting [2020-12-11T16:52:20.847Z] 63d7cb157983: Waiting [2020-12-11T16:52:20.847Z] 18c013af1878: Download complete [2020-12-11T16:52:20.847Z] a4357932f1b6: Verifying Checksum [2020-12-11T16:52:20.847Z] a4357932f1b6: Download complete [2020-12-11T16:52:21.441Z] 63d7cb157983: Verifying Checksum [2020-12-11T16:52:21.441Z] 63d7cb157983: Download complete [2020-12-11T16:52:21.441Z] b116817d02f9: Verifying Checksum [2020-12-11T16:52:21.441Z] b116817d02f9: Download complete [2020-12-11T16:52:21.441Z] 5f621e34cdf4: Verifying Checksum [2020-12-11T16:52:21.441Z] 5f621e34cdf4: Download complete [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.674s coverage: 93.8% of statements [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2020-12-11T16:52:21.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements [2020-12-11T16:52:21.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.174s coverage: 87.2% of statements [2020-12-11T16:52:21.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2020-12-11T16:52:22.049Z] 5f621e34cdf4: Pull complete [2020-12-11T16:52:22.651Z] a4357932f1b6: Pull complete [2020-12-11T16:52:22.923Z] 18c013af1878: Pull complete [2020-12-11T16:52:23.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.4% of statements [2020-12-11T16:52:23.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-11T16:52:23.902Z] 745a02a5169b: Verifying Checksum [2020-12-11T16:52:23.902Z] 745a02a5169b: Download complete [2020-12-11T16:52:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 63.5% of statements [2020-12-11T16:52:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-11T16:52:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-11T16:52:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements [2020-12-11T16:52:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements [2020-12-11T16:52:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2020-12-11T16:52:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.141s coverage: 73.7% of statements [2020-12-11T16:52:25.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [2020-12-11T16:52:25.338Z] 00ac8860ef70: Verifying Checksum [2020-12-11T16:52:25.338Z] 00ac8860ef70: Download complete [2020-12-11T16:52:29.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.005s coverage: 55.9% of statements [2020-12-11T16:52:29.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-11T16:52:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-11T16:52:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-11T16:52:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-11T16:52:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-11T16:52:29.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-11T16:52:35.491Z] 00ac8860ef70: Pull complete [2020-12-11T16:52:35.766Z] 63d7cb157983: Pull complete [2020-12-11T16:52:36.037Z] b116817d02f9: Pull complete [2020-12-11T16:52:40.362Z] 745a02a5169b: Pull complete [2020-12-11T16:52:40.362Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-11T16:52:40.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-11T16:52:40.362Z] ---> b7e6874047d6 [2020-12-11T16:52:40.362Z] 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 [2020-12-11T16:52:42.978Z] ---> Running in e3dc36824ad3 [2020-12-11T16:52:44.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T16:52:45.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T16:52:45.978Z] (1/12) Installing libmagic (5.38-r0) [2020-12-11T16:52:46.248Z] (2/12) Installing file (5.38-r0) [2020-12-11T16:52:46.248Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-11T16:52:46.248Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.802s coverage: 86.3% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.194s coverage: 72.2% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.079s coverage: 72.1% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.090s coverage: 48.4% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.059s coverage: 28.8% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.124s coverage: 96.8% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.383s coverage: 37.1% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.772s coverage: 84.0% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 47.1% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.263s coverage: 29.1% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.083s coverage: 0.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-11T16:52:52.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.249s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.087s coverage: 32.1% of statements [2020-12-11T16:52:52.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2020-12-11T16:52:52.762Z] GO111MODULE=on go vet ./... [2020-12-11T16:52:52.930Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-11T16:52:52.930Z] (6/12) Installing patch (2.7.6-r6) [2020-12-11T16:52:52.930Z] (7/12) Installing build-base (0.5-r2) [2020-12-11T16:52:52.930Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-11T16:52:52.930Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-11T16:52:52.930Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-11T16:52:52.930Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-11T16:52:52.930Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-11T16:52:52.930Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T16:52:52.930Z] OK: 217 MiB in 51 packages [2020-12-11T16:52:57.224Z] Removing intermediate container e3dc36824ad3 [2020-12-11T16:52:57.224Z] ---> 9a482afabef2 [2020-12-11T16:52:57.224Z] Step 4/7 : WORKDIR /edgex-go [2020-12-11T16:52:57.224Z] ---> Running in fd9b264a0820 [2020-12-11T16:52:57.224Z] Removing intermediate container fd9b264a0820 [2020-12-11T16:52:57.224Z] ---> 01335de09320 [2020-12-11T16:52:57.224Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-11T16:52:57.818Z] latest: Pulling from library/docker [2020-12-11T16:52:58.091Z] a3cc7d3b244e: Pulling fs layer [2020-12-11T16:52:58.091Z] 02a3295e0d61: Pulling fs layer [2020-12-11T16:52:58.091Z] 0f4f2e6d8100: Pulling fs layer [2020-12-11T16:52:58.091Z] 330b718f631f: Pulling fs layer [2020-12-11T16:52:58.091Z] a93816041522: Pulling fs layer [2020-12-11T16:52:58.091Z] bdb6da89ff94: Pulling fs layer [2020-12-11T16:52:58.091Z] 2a70c0c122f4: Pulling fs layer [2020-12-11T16:52:58.091Z] 330b718f631f: Waiting [2020-12-11T16:52:58.091Z] 2a70c0c122f4: Waiting [2020-12-11T16:52:58.091Z] bdb6da89ff94: Waiting [2020-12-11T16:52:58.091Z] a93816041522: Waiting [2020-12-11T16:52:58.364Z] 0f4f2e6d8100: Download complete [2020-12-11T16:52:58.364Z] 02a3295e0d61: Verifying Checksum [2020-12-11T16:52:58.364Z] 02a3295e0d61: Download complete [2020-12-11T16:52:58.364Z] a3cc7d3b244e: Verifying Checksum [2020-12-11T16:52:58.364Z] a3cc7d3b244e: Download complete [2020-12-11T16:52:58.648Z] a93816041522: Verifying Checksum [2020-12-11T16:52:58.648Z] a93816041522: Download complete [2020-12-11T16:52:58.648Z] bdb6da89ff94: Verifying Checksum [2020-12-11T16:52:58.648Z] bdb6da89ff94: Download complete [2020-12-11T16:52:58.648Z] 2a70c0c122f4: Verifying Checksum [2020-12-11T16:52:58.648Z] 2a70c0c122f4: Download complete [2020-12-11T16:52:59.252Z] a3cc7d3b244e: Pull complete [2020-12-11T16:52:59.853Z] 02a3295e0d61: Pull complete [2020-12-11T16:53:00.127Z] 330b718f631f: Verifying Checksum [2020-12-11T16:53:00.127Z] 330b718f631f: Download complete [2020-12-11T16:53:00.127Z] 0f4f2e6d8100: Pull complete [2020-12-11T16:53:04.471Z] 330b718f631f: Pull complete [2020-12-11T16:53:04.471Z] a93816041522: Pull complete [2020-12-11T16:53:04.471Z] bdb6da89ff94: Pull complete [2020-12-11T16:53:04.741Z] 2a70c0c122f4: Pull complete [2020-12-11T16:53:04.741Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-11T16:53:04.741Z] Status: Downloaded newer image for docker:latest [2020-12-11T16:53:08.127Z] ---> 3aa8191aa4f9 [2020-12-11T16:53:08.127Z] Step 6/7 : COPY go.mod . [2020-12-11T16:53:08.723Z] ---> 45134878b663 [2020-12-11T16:53:08.723Z] Step 7/7 : RUN go mod download [2020-12-11T16:53:08.995Z] ---> Running in 8fb6bf975ea2 [2020-12-11T16:53:35.785Z] Removing intermediate container 8fb6bf975ea2 [2020-12-11T16:53:35.785Z] ---> bfd150ed0102 [2020-12-11T16:53:36.057Z] Successfully built bfd150ed0102 [2020-12-11T16:53:36.329Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:53:36.672Z] + docker inspect -f . ci-base-image-arm64 [2020-12-11T16:53:36.672Z] . [Pipeline] withDockerContainer [2020-12-11T16:53:36.906Z] prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container [2020-12-11T16:53:37.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-11T16:53:38.564Z] $ docker top 59fcd4e242895f75bd91935c1ba6b16768cf7d48b6dd9790449a9481cf713236 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T16:53:39.541Z] + go version [2020-12-11T16:53:39.541Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-11T16:53:39.594Z] $ docker stop --time=1 59fcd4e242895f75bd91935c1ba6b16768cf7d48b6dd9790449a9481cf713236 [2020-12-11T16:53:40.452Z] gofmt -l . [2020-12-11T16:53:40.452Z] [ "`gofmt -l .`" = "" ] [2020-12-11T16:53:41.065Z] ./bin/test-go-mod-tidy.sh [2020-12-11T16:53:41.468Z] $ docker rm -f 59fcd4e242895f75bd91935c1ba6b16768cf7d48b6dd9790449a9481cf713236 [2020-12-11T16:53:41.685Z] ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:53:42.470Z] + docker inspect -f . ci-base-image-arm64 [2020-12-11T16:53:42.470Z] . [Pipeline] withDockerContainer [2020-12-11T16:53:42.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container [2020-12-11T16:53:42.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-11T16:53:44.207Z] $ docker top 1c157c9b502dd6fbef7235be9c00f0c8ad9dbf6f61675454a7b61642acfb168c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-11T16:53:44.569Z] ========================================================= [2020-12-11T16:53:44.569Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-11T16:53:44.569Z] ========================================================= [Pipeline] sh [Pipeline] sh [2020-12-11T16:53:45.218Z] + make test [2020-12-11T16:53:45.218Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-11T16:53:45.833Z] + ls -al . [2020-12-11T16:53:45.833Z] total 668 [2020-12-11T16:53:45.833Z] drwxrwxr-x 10 1001 1001 4096 Dec 11 16:53 . [2020-12-11T16:53:45.833Z] drwxr-xr-x 4 root root 28 Dec 11 16:51 .. [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 11 Dec 11 16:48 .dockerignore [2020-12-11T16:53:45.833Z] drwxrwxr-x 8 1001 1001 179 Dec 11 16:48 .git [2020-12-11T16:53:45.833Z] drwxrwxr-x 3 1001 1001 125 Dec 11 16:48 .github [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 943 Dec 11 16:48 .gitignore [2020-12-11T16:53:45.833Z] drwx------ 3 1001 1001 47 Dec 11 16:49 .semver [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 166 Dec 11 16:48 .sonarcloud.properties [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 3804 Dec 11 16:48 CONTRIBUTING.md [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 1035 Dec 11 16:48 Dockerfile.build [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 863 Dec 11 16:48 Jenkinsfile [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 10775 Dec 11 16:48 LICENSE [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 6318 Dec 11 16:48 Makefile [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 6447 Dec 11 16:48 README.md [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 7286 Dec 11 16:48 SECURITY.md [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 5 Dec 11 16:49 VERSION [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 4131 Dec 11 16:48 ZMQWindows.md [2020-12-11T16:53:45.833Z] drwxrwxr-x 2 1001 1001 117 Dec 11 16:48 bin [2020-12-11T16:53:45.833Z] drwxrwxr-x 15 1001 1001 4096 Dec 11 16:48 cmd [2020-12-11T16:53:45.833Z] -rw-r--r-- 1 root root 569828 Dec 11 16:52 coverage.out [2020-12-11T16:53:45.833Z] -rw-r--r-- 1 root root 1041 Dec 11 16:53 go.mod [2020-12-11T16:53:45.833Z] -rw-r--r-- 1 root root 18856 Dec 11 16:53 go.sum [2020-12-11T16:53:45.833Z] drwxrwxr-x 8 1001 1001 127 Dec 11 16:48 internal [2020-12-11T16:53:45.833Z] drwxrwxr-x 4 1001 1001 26 Dec 11 16:48 openapi [2020-12-11T16:53:45.833Z] drwxrwxr-x 4 1001 1001 71 Dec 11 16:48 snap [2020-12-11T16:53:45.833Z] -rw-rw-r-- 1 1001 1001 168 Dec 11 16:48 version.go [Pipeline] sh [2020-12-11T16:53:46.157Z] + '[' -e coverage.out ] [2020-12-11T16:53:46.157Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-11T16:53:46.495Z] Stashed 1 file(s) [Pipeline] sh [2020-12-11T16:53:46.842Z] + make build [2020-12-11T16:53:46.842Z] 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 [2020-12-11T16:53:52.245Z] 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 [2020-12-11T16:54:07.405Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-11T16:54:07.610Z] 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 [2020-12-11T16:54:08.588Z] 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 [2020-12-11T16:54:11.258Z] 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 [2020-12-11T16:54:11.853Z] 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 [2020-12-11T16:54:14.516Z] 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 [2020-12-11T16:54:17.177Z] 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 [2020-12-11T16:54:18.677Z] 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 [2020-12-11T16:54:21.414Z] 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 [2020-12-11T16:54:23.390Z] 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 [2020-12-11T16:54:25.427Z] 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 [2020-12-11T16:54:27.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-11T16:54:29.012Z] $ docker stop --time=1 661eab902fc0482911150b89735d7bbda4c2f8618630099a633aa76235ac7420 [2020-12-11T16:54:31.179Z] $ docker rm -f 661eab902fc0482911150b89735d7bbda4c2f8618630099a633aa76235ac7420 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:54:35.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T16:54:35.039Z] [2020-12-11T16:54:35.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:54:35.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T16:54:35.430Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-11T16:54:35.430Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-11T16:54:35.430Z] ca9280d653b3: Pulling fs layer [2020-12-11T16:54:35.430Z] 7e9c9ca2126c: Pulling fs layer [2020-12-11T16:54:36.036Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-11T16:54:36.036Z] cbdbe7a5bc2a: Download complete [2020-12-11T16:54:36.638Z] ca9280d653b3: Verifying Checksum [2020-12-11T16:54:36.638Z] ca9280d653b3: Download complete [2020-12-11T16:54:36.913Z] cbdbe7a5bc2a: Pull complete [2020-12-11T16:54:38.908Z] 7e9c9ca2126c: Verifying Checksum [2020-12-11T16:54:38.908Z] 7e9c9ca2126c: Download complete [2020-12-11T16:54:38.908Z] ca9280d653b3: Pull complete [2020-12-11T16:54:46.555Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-11T16:54:49.015Z] 7e9c9ca2126c: Pull complete [2020-12-11T16:54:49.015Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-11T16:54:49.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T16:54:49.015Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-11T16:54:49.272Z] prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container [2020-12-11T16:54:49.350Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-11T16:54:52.476Z] $ docker top c3f359a725d25ce4ba0d36b28b8bb9505a057c500ce834e2d26aec2fc026d1df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T16:54:53.595Z] + grep parallel [2020-12-11T16:54:53.595Z] + docker-compose build --help [2020-12-11T16:54:55.063Z] --parallel Build images in parallel. [Pipeline] } [2020-12-11T16:54:55.087Z] $ docker stop --time=1 c3f359a725d25ce4ba0d36b28b8bb9505a057c500ce834e2d26aec2fc026d1df [2020-12-11T16:54:56.667Z] $ docker rm -f c3f359a725d25ce4ba0d36b28b8bb9505a057c500ce834e2d26aec2fc026d1df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:54:57.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-11T16:54:57.405Z] . [Pipeline] withDockerContainer [2020-12-11T16:54:57.624Z] prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container [2020-12-11T16:54:57.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-11T16:54:58.817Z] $ docker top 22f77454ad3ac03c33b95ee623c6fecc75ca8368a6802ac76da5e87b6a7c1158 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T16:54:59.384Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-11T16:55:00.795Z] Building docker-core-command-go ... [2020-12-11T16:55:00.795Z] Building docker-core-data-go ... [2020-12-11T16:55:00.795Z] Building docker-core-metadata-go ... [2020-12-11T16:55:00.795Z] Building docker-security-bootstrap-redis-go ... [2020-12-11T16:55:00.795Z] Building docker-security-proxy-setup-go ... [2020-12-11T16:55:00.795Z] Building docker-security-secrets-setup-go ... [2020-12-11T16:55:00.795Z] Building docker-security-secretstore-setup-go ... [2020-12-11T16:55:00.795Z] Building docker-support-notifications-go ... [2020-12-11T16:55:00.795Z] Building docker-support-scheduler-go ... [2020-12-11T16:55:00.795Z] Building docker-sys-mgmt-agent-go ... [2020-12-11T16:55:00.795Z] Building docker-core-data-go [2020-12-11T16:55:00.795Z] Building docker-support-notifications-go [2020-12-11T16:55:00.795Z] Building docker-security-bootstrap-redis-go [2020-12-11T16:55:00.795Z] Building docker-security-secrets-setup-go [2020-12-11T16:55:00.795Z] Building docker-core-command-go [2020-12-11T16:55:08.803Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-11T16:55:08.803Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-11T16:55:08.803Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-11T16:55:08.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-11T16:55:08.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-11T16:55:08.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-11T16:55:13.146Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s [2020-12-11T16:55:13.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-11T16:55:13.146Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-11T16:55:14.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-11T16:55:14.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-11T16:55:14.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-11T16:55:14.593Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-11T16:55:22.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements [2020-12-11T16:55:22.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-11T16:55:22.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-11T16:55:22.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-11T16:55:22.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-11T16:55:22.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-11T16:55:31.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.0% of statements [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-11T16:55:31.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-11T16:55:31.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-11T16:55:31.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.525s coverage: 68.5% of statements [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-11T16:55:31.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 82.3% of statements [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-11T16:55:31.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-11T16:55:37.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-11T16:55:37.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-11T16:55:37.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-11T16:55:37.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements [2020-12-11T16:55:37.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-11T16:55:40.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.454s coverage: 97.5% of statements [2020-12-11T16:55:40.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-11T16:55:40.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2020-12-11T16:55:40.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-11T16:55:40.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-11T16:55:40.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-11T16:55:40.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-11T16:55:46.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.053s coverage: 93.8% of statements [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-11T16:55:46.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-11T16:55:46.058Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-11T16:55:46.059Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-11T16:55:46.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-11T16:55:46.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements [2020-12-11T16:55:46.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-11T16:55:46.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2020-12-11T16:55:46.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2020-12-11T16:55:48.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2020-12-11T16:55:48.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.4% of statements [2020-12-11T16:55:48.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-11T16:55:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 63.5% of statements [2020-12-11T16:55:51.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-11T16:55:51.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-11T16:55:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2020-12-11T16:55:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2020-12-11T16:55:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2020-12-11T16:55:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2020-12-11T16:55:53.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2020-12-11T16:55:57.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 55.9% of statements [2020-12-11T16:55:57.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-11T16:55:57.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-11T16:55:57.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-11T16:55:57.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-11T16:55:57.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-11T16:55:57.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-11T16:55:58.029Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:55:58.029Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-11T16:55:58.029Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:55:58.029Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:55:58.029Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:55:58.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:55:58.029Z] ---> 5b038c109341 [2020-12-11T16:55:58.029Z] Step 3/23 : WORKDIR /edgex-go [2020-12-11T16:55:58.029Z] ---> 5b038c109341 [2020-12-11T16:55:58.029Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T16:55:58.029Z] ---> 5b038c109341 [2020-12-11T16:55:58.029Z] Step 3/29 : WORKDIR /edgex-go [2020-12-11T16:55:58.029Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:55:58.029Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:55:58.029Z] ---> 5b038c109341 [2020-12-11T16:55:58.029Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T16:55:58.029Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:55:58.029Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:55:58.029Z] ---> 5b038c109341 [2020-12-11T16:55:58.029Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T16:55:58.029Z] ---> Running in 83f585e4f315 [2020-12-11T16:55:58.029Z] ---> Running in eb47db38f693 [2020-12-11T16:55:58.029Z] ---> Running in b83a914f76eb [2020-12-11T16:55:58.029Z] ---> Running in 9733a1ae9f4c [2020-12-11T16:55:58.029Z] ---> Running in 9ee63f787cdc [2020-12-11T16:55:58.029Z] Removing intermediate container 83f585e4f315 [2020-12-11T16:55:58.029Z] ---> f793b825d95a [2020-12-11T16:55:58.029Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:55:58.029Z] Removing intermediate container 9733a1ae9f4c [2020-12-11T16:55:58.029Z] ---> 91ef067d7538 [2020-12-11T16:55:58.029Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:55:58.029Z] Removing intermediate container eb47db38f693 [2020-12-11T16:55:58.029Z] ---> dde8877ac58f [2020-12-11T16:55:58.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:55:58.029Z] Removing intermediate container 9ee63f787cdc [2020-12-11T16:55:58.029Z] ---> c65ffcddbf80 [2020-12-11T16:55:58.029Z] Step 4/29 : RUN apk update && apk add make git [2020-12-11T16:55:58.029Z] Removing intermediate container b83a914f76eb [2020-12-11T16:55:58.029Z] ---> 5986e1318a0a [2020-12-11T16:55:58.029Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:55:58.029Z] ---> Running in d2d9f1fe16a1 [2020-12-11T16:55:58.029Z] ---> Running in 88ce182f0b83 [2020-12-11T16:55:58.029Z] ---> Running in 4738ac51fe1a [2020-12-11T16:55:58.029Z] ---> Running in 8ff34529447f [2020-12-11T16:55:58.029Z] ---> Running in 2bf21ec7c31f [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] Removing intermediate container 2bf21ec7c31f [2020-12-11T16:55:58.029Z] ---> c891ebc7180d [2020-12-11T16:55:58.029Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T16:55:58.029Z] Removing intermediate container d2d9f1fe16a1 [2020-12-11T16:55:58.029Z] ---> 4946541c83b6 [2020-12-11T16:55:58.029Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T16:55:58.029Z] Removing intermediate container 88ce182f0b83 [2020-12-11T16:55:58.029Z] ---> 732caf236b74 [2020-12-11T16:55:58.029Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-11T16:55:58.029Z] Removing intermediate container 4738ac51fe1a [2020-12-11T16:55:58.029Z] ---> 06fe0f0127e0 [2020-12-11T16:55:58.029Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-11T16:55:58.029Z] ---> Running in 64d714f9c11f [2020-12-11T16:55:58.029Z] ---> Running in 9d77eb7be552 [2020-12-11T16:55:58.029Z] ---> Running in 38fc7f4d4b9e [2020-12-11T16:55:58.029Z] ---> Running in 60fe8f74b16c [2020-12-11T16:55:58.029Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:55:58.029Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:55:58.029Z] OK: 12748 distinct packages available [2020-12-11T16:55:58.029Z] OK: 233 MiB in 51 packages [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] Removing intermediate container 8ff34529447f [2020-12-11T16:55:58.029Z] ---> 7ef82a524172 [2020-12-11T16:55:58.029Z] Step 5/29 : COPY go.mod . [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] ---> 47f472ddd734 [2020-12-11T16:55:58.029Z] Step 6/29 : RUN go mod download [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:55:58.029Z] ---> Running in 3bc38293355c [2020-12-11T16:55:58.657Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:55:58.657Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:55:58.657Z] OK: 12748 distinct packages available [2020-12-11T16:55:58.657Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:55:58.657Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:55:58.657Z] OK: 12748 distinct packages available [2020-12-11T16:55:58.657Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:55:58.657Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:55:58.657Z] OK: 12748 distinct packages available [2020-12-11T16:55:58.960Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:55:58.960Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:55:58.960Z] OK: 12748 distinct packages available [2020-12-11T16:55:59.256Z] OK: 233 MiB in 51 packages [2020-12-11T16:55:59.256Z] OK: 233 MiB in 51 packages [2020-12-11T16:55:59.256Z] OK: 233 MiB in 51 packages [2020-12-11T16:55:59.256Z] OK: 233 MiB in 51 packages [2020-12-11T16:56:00.782Z] Removing intermediate container 9d77eb7be552 [2020-12-11T16:56:00.782Z] ---> d8164ec50147 [2020-12-11T16:56:00.782Z] Step 6/22 : COPY go.mod . [2020-12-11T16:56:00.782Z] Removing intermediate container 64d714f9c11f [2020-12-11T16:56:00.782Z] ---> ec2d28668006 [2020-12-11T16:56:00.782Z] Step 6/22 : COPY go.mod . [2020-12-11T16:56:00.782Z] Removing intermediate container 60fe8f74b16c [2020-12-11T16:56:00.782Z] ---> ef31799347fd [2020-12-11T16:56:00.782Z] Step 6/23 : COPY go.mod . [2020-12-11T16:56:00.782Z] Removing intermediate container 38fc7f4d4b9e [2020-12-11T16:56:00.782Z] ---> ddf811a5beb8 [2020-12-11T16:56:00.782Z] Step 6/24 : COPY go.mod . [2020-12-11T16:56:01.421Z] ---> 40242fb7e4d0 [2020-12-11T16:56:01.421Z] Step 7/22 : RUN go mod download [2020-12-11T16:56:01.421Z] ---> e6bb76662df0 [2020-12-11T16:56:01.421Z] Step 7/22 : RUN go mod download [2020-12-11T16:56:01.421Z] ---> 3fabebc15d6e [2020-12-11T16:56:01.421Z] Step 7/23 : RUN go mod download [2020-12-11T16:56:01.421Z] ---> Running in ae6c7e52889f [2020-12-11T16:56:01.421Z] ---> Running in e23ef89e8d6b [2020-12-11T16:56:01.700Z] ---> 5456050b13c4 [2020-12-11T16:56:01.700Z] Step 7/24 : RUN go mod download [2020-12-11T16:56:01.700Z] ---> Running in 1382474fbdd7 [2020-12-11T16:56:01.700Z] Removing intermediate container 3bc38293355c [2020-12-11T16:56:01.700Z] ---> b897ef991163 [2020-12-11T16:56:01.700Z] Step 7/29 : COPY . . [2020-12-11T16:56:02.012Z] ---> Running in 0f63f18f0cbd [2020-12-11T16:56:07.558Z] Removing intermediate container e23ef89e8d6b [2020-12-11T16:56:07.558Z] ---> 95d5f07cd08e [2020-12-11T16:56:07.558Z] Step 8/22 : COPY . . [2020-12-11T16:56:07.558Z] Removing intermediate container ae6c7e52889f [2020-12-11T16:56:07.558Z] ---> 38f194849fd8 [2020-12-11T16:56:07.558Z] Step 8/22 : COPY . . [2020-12-11T16:56:07.558Z] Removing intermediate container 0f63f18f0cbd [2020-12-11T16:56:07.558Z] ---> 76ac9e5b4688 [2020-12-11T16:56:07.558Z] Step 8/24 : COPY . . [2020-12-11T16:56:07.558Z] Removing intermediate container 1382474fbdd7 [2020-12-11T16:56:07.558Z] ---> 245214eb75f9 [2020-12-11T16:56:07.558Z] Step 8/23 : COPY . . [2020-12-11T16:56:07.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.674s coverage: 86.3% of statements [2020-12-11T16:56:07.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-11T16:56:07.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.377s coverage: 72.2% of statements [2020-12-11T16:56:07.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.513s coverage: 72.1% of statements [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.110s coverage: 82.4% of statements [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.085s coverage: 48.4% of statements [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.067s coverage: 28.8% of statements [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.110s coverage: 96.8% of statements [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.337s coverage: 37.1% of statements [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-11T16:56:07.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.672s coverage: 84.0% of statements [2020-12-11T16:56:07.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements [2020-12-11T16:56:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-11T16:56:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-11T16:56:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.180s coverage: 100.0% of statements [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-11T16:56:14.436Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2020-12-11T16:56:14.436Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.986s coverage: 29.1% of statements [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-11T16:56:21.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-11T16:56:21.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-11T16:56:22.140Z] GO111MODULE=on go vet ./... [2020-12-11T16:57:04.610Z] ---> a4bbcbf9f3bb [2020-12-11T16:57:04.610Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-11T16:57:04.610Z] ---> d3355572b9fb [2020-12-11T16:57:04.610Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-11T16:57:04.610Z] ---> aaaae25d0039 [2020-12-11T16:57:04.610Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-11T16:57:04.610Z] ---> Running in a0b6da552a0c [2020-12-11T16:57:04.610Z] ---> Running in ff34070888b2 [2020-12-11T16:57:04.610Z] ---> Running in 608202b9f15a [2020-12-11T16:57:04.610Z] ---> 2362bbc6df0a [2020-12-11T16:57:04.610Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-11T16:57:04.610Z] ---> d786d3bb57ac [2020-12-11T16:57:04.610Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-11T16:57:04.610Z] ---> Running in bd0cdac804be [2020-12-11T16:57:04.610Z] ---> Running in 0d5307fff142 [2020-12-11T16:57:04.610Z] 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 [2020-12-11T16:57:04.610Z] 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 [2020-12-11T16:57:04.610Z] 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 [2020-12-11T16:57:04.610Z] 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 [2020-12-11T16:57:04.610Z] 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 [2020-12-11T16:57:30.172Z] gofmt -l . [2020-12-11T16:57:31.144Z] [ "`gofmt -l .`" = "" ] [2020-12-11T16:57:33.751Z] ./bin/test-go-mod-tidy.sh [2020-12-11T16:57:34.346Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-11T16:57:39.310Z] + ls -al . [2020-12-11T16:57:39.310Z] total 696 [2020-12-11T16:57:39.310Z] drwxrwxr-x 9 1001 1001 4096 Dec 11 16:57 . [2020-12-11T16:57:39.310Z] drwxr-xr-x 4 root root 4096 Dec 11 16:53 .. [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 11 Dec 11 16:52 .dockerignore [2020-12-11T16:57:39.310Z] drwxrwxr-x 8 1001 1001 4096 Dec 11 16:52 .git [2020-12-11T16:57:39.310Z] drwxrwxr-x 3 1001 1001 4096 Dec 11 16:52 .github [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 943 Dec 11 16:52 .gitignore [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 166 Dec 11 16:52 .sonarcloud.properties [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 3804 Dec 11 16:52 CONTRIBUTING.md [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 1035 Dec 11 16:52 Dockerfile.build [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 863 Dec 11 16:52 Jenkinsfile [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 10775 Dec 11 16:52 LICENSE [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 6318 Dec 11 16:52 Makefile [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 6447 Dec 11 16:52 README.md [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 7286 Dec 11 16:52 SECURITY.md [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 5 Dec 11 16:49 VERSION [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 4131 Dec 11 16:52 ZMQWindows.md [2020-12-11T16:57:39.310Z] drwxrwxr-x 2 1001 1001 4096 Dec 11 16:52 bin [2020-12-11T16:57:39.310Z] drwxrwxr-x 15 1001 1001 4096 Dec 11 16:52 cmd [2020-12-11T16:57:39.310Z] -rw-r--r-- 1 root root 569828 Dec 11 16:56 coverage.out [2020-12-11T16:57:39.310Z] -rw-r--r-- 1 root root 1041 Dec 11 16:57 go.mod [2020-12-11T16:57:39.310Z] -rw-r--r-- 1 root root 18856 Dec 11 16:57 go.sum [2020-12-11T16:57:39.310Z] drwxrwxr-x 8 1001 1001 4096 Dec 11 16:52 internal [2020-12-11T16:57:39.310Z] drwxrwxr-x 4 1001 1001 4096 Dec 11 16:52 openapi [2020-12-11T16:57:39.310Z] drwxrwxr-x 4 1001 1001 4096 Dec 11 16:52 snap [2020-12-11T16:57:39.310Z] -rw-rw-r-- 1 1001 1001 168 Dec 11 16:52 version.go [Pipeline] sh [2020-12-11T16:57:40.013Z] + '[' -e coverage.out ] [2020-12-11T16:57:40.013Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-11T16:57:40.037Z] Warning: overwriting stash ‘coverage-report’ [2020-12-11T16:57:41.263Z] Stashed 1 file(s) [Pipeline] sh [2020-12-11T16:57:41.950Z] + make build [2020-12-11T16:57:41.950Z] 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 [2020-12-11T16:57:43.881Z] Removing intermediate container ff34070888b2 [2020-12-11T16:57:43.881Z] ---> 4ab2448f23c1 [2020-12-11T16:57:43.881Z] [2020-12-11T16:57:43.881Z] Step 9/29 : FROM alpine:latest [2020-12-11T16:57:43.881Z] latest: Pulling from library/alpine [2020-12-11T16:57:43.881Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-11T16:57:43.881Z] Status: Downloaded newer image for alpine:latest [2020-12-11T16:57:43.881Z] ---> d6e46aa2470d [2020-12-11T16:57:43.881Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-11T16:57:45.053Z] ---> Running in 971073bad98d [2020-12-11T16:57:45.053Z] Removing intermediate container 608202b9f15a [2020-12-11T16:57:45.053Z] ---> 2e11ea7c6742 [2020-12-11T16:57:45.053Z] [2020-12-11T16:57:45.053Z] Step 10/22 : FROM alpine:3.10 [2020-12-11T16:57:45.440Z] 3.10: Pulling from library/alpine [2020-12-11T16:57:45.440Z] Removing intermediate container 971073bad98d [2020-12-11T16:57:45.440Z] ---> 8d2b2d309119 [2020-12-11T16:57:45.440Z] Step 11/29 : USER root [2020-12-11T16:57:45.440Z] ---> Running in 9bc11e51b388 [2020-12-11T16:57:46.082Z] Removing intermediate container 9bc11e51b388 [2020-12-11T16:57:46.082Z] ---> 77bcee3fa096 [2020-12-11T16:57:46.082Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-11T16:57:46.418Z] ---> Running in e6317f953f34 [2020-12-11T16:57:46.712Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-11T16:57:46.712Z] Status: Downloaded newer image for alpine:3.10 [2020-12-11T16:57:46.712Z] ---> be4e4bea2c2e [2020-12-11T16:57:46.712Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T16:57:47.072Z] ---> Running in 5e024d8f3f4d [2020-12-11T16:57:49.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:57:49.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:57:49.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:57:49.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:57:49.985Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T16:57:49.985Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T16:57:49.985Z] OK: 10348 distinct packages available [2020-12-11T16:57:49.985Z] v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:57:49.985Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:57:49.985Z] OK: 12747 distinct packages available [2020-12-11T16:57:49.985Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T16:57:49.985Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T16:57:49.985Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-11T16:57:49.985Z] (4/5) Installing curl (7.66.0-r3) [2020-12-11T16:57:49.985Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T16:57:49.985Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T16:57:49.985Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T16:57:49.985Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-11T16:57:49.985Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-11T16:57:49.985Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T16:57:51.057Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T16:57:51.057Z] OK: 7 MiB in 19 packages [2020-12-11T16:57:51.057Z] OK: 6 MiB in 16 packages [2020-12-11T16:57:52.119Z] 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 [2020-12-11T16:57:55.482Z] Removing intermediate container 0d5307fff142 [2020-12-11T16:57:55.482Z] ---> 0ef0ae3d6bc7 [2020-12-11T16:57:55.482Z] [2020-12-11T16:57:55.482Z] Step 10/24 : FROM scratch [2020-12-11T16:57:55.482Z] ---> [2020-12-11T16:57:55.482Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-11T16:57:55.482Z] Removing intermediate container bd0cdac804be [2020-12-11T16:57:55.482Z] ---> c1eb3f90aa27 [2020-12-11T16:57:55.482Z] [2020-12-11T16:57:55.482Z] Step 10/22 : FROM scratch [2020-12-11T16:57:55.482Z] ---> [2020-12-11T16:57:55.482Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T16:57:56.066Z] Removing intermediate container e6317f953f34 [2020-12-11T16:57:56.066Z] ---> 6cc3beb239be [2020-12-11T16:57:56.066Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-11T16:57:56.066Z] ---> Running in 318240e8c886 [2020-12-11T16:57:56.066Z] ---> Running in 13ebc06fde8a [2020-12-11T16:57:56.066Z] Removing intermediate container 5e024d8f3f4d [2020-12-11T16:57:56.066Z] ---> 9c349e5621a4 [2020-12-11T16:57:56.066Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-11T16:57:56.341Z] ---> Running in 291524329e73 [2020-12-11T16:57:56.341Z] ---> Running in 83ff1aa047b7 [2020-12-11T16:57:56.643Z] Removing intermediate container 318240e8c886 [2020-12-11T16:57:56.643Z] ---> 102e179e7494 [2020-12-11T16:57:56.643Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-11T16:57:56.643Z] Removing intermediate container 13ebc06fde8a [2020-12-11T16:57:56.643Z] ---> f5a6fe68f816 [2020-12-11T16:57:56.643Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-11T16:57:57.001Z] ---> Running in 1539d16cc9de [2020-12-11T16:57:57.001Z] Removing intermediate container 83ff1aa047b7 [2020-12-11T16:57:57.001Z] ---> 90332ab8d8d7 [2020-12-11T16:57:57.001Z] Step 13/22 : WORKDIR / [2020-12-11T16:57:57.001Z] ---> Running in 2bf82fe0f0c4 [2020-12-11T16:57:57.295Z] Removing intermediate container 291524329e73 [2020-12-11T16:57:57.295Z] ---> 3b9aa5e5d25b [2020-12-11T16:57:57.295Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-11T16:57:57.570Z] ---> Running in 95df31f38443 [2020-12-11T16:57:57.570Z] ---> Running in 5ab98d995191 [2020-12-11T16:57:57.570Z] Removing intermediate container 1539d16cc9de [2020-12-11T16:57:57.570Z] ---> 3f6dbf54c052 [2020-12-11T16:57:57.570Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T16:57:57.929Z] Removing intermediate container 2bf82fe0f0c4 [2020-12-11T16:57:57.929Z] ---> b6d3f851ac50 [2020-12-11T16:57:57.929Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-11T16:57:57.929Z] ---> Running in 0ab741c8ed7c [2020-12-11T16:57:57.929Z] ---> Running in 31e61dfca965 [2020-12-11T16:57:58.205Z] Removing intermediate container 5ab98d995191 [2020-12-11T16:57:58.205Z] ---> 2f29b244164f [2020-12-11T16:57:58.205Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-11T16:57:58.205Z] Removing intermediate container 95df31f38443 [2020-12-11T16:57:58.205Z] ---> 20658346005e [2020-12-11T16:57:58.205Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-11T16:57:58.492Z] ---> Running in 2f7826be0912 [2020-12-11T16:57:58.492Z] Removing intermediate container 31e61dfca965 [2020-12-11T16:57:58.492Z] ---> fd6b8706edb9 [2020-12-11T16:57:58.492Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-11T16:57:58.492Z] Removing intermediate container 0ab741c8ed7c [2020-12-11T16:57:58.492Z] ---> d58dc664b5f9 [2020-12-11T16:57:58.492Z] Step 14/22 : WORKDIR / [2020-12-11T16:57:58.785Z] ---> Running in 0ed23896dca1 [2020-12-11T16:57:59.077Z] ---> cf7e8077e125 [2020-12-11T16:57:59.077Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-11T16:57:59.362Z] ---> 95b7bb0259c4 [2020-12-11T16:57:59.362Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-11T16:57:59.362Z] Removing intermediate container 0ed23896dca1 [2020-12-11T16:57:59.362Z] ---> 30598d6050ac [2020-12-11T16:57:59.362Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-11T16:57:59.990Z] ---> 1057f6226450 [2020-12-11T16:57:59.990Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-11T16:58:00.287Z] ---> f7a25d051082 [2020-12-11T16:58:00.287Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-11T16:58:02.975Z] ---> 99c584c3da1b [2020-12-11T16:58:02.975Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-11T16:58:03.253Z] ---> 98a6f291f74c [2020-12-11T16:58:03.253Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-11T16:58:03.592Z] ---> b0842cb048b9 [2020-12-11T16:58:03.592Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-11T16:58:03.592Z] Removing intermediate container 2f7826be0912 [2020-12-11T16:58:03.592Z] ---> ef47e669dd75 [2020-12-11T16:58:03.592Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-11T16:58:03.887Z] Removing intermediate container a0b6da552a0c [2020-12-11T16:58:03.887Z] ---> b0c8b30dc109 [2020-12-11T16:58:03.887Z] [2020-12-11T16:58:03.887Z] Step 10/23 : FROM alpine [2020-12-11T16:58:03.887Z] ---> d6e46aa2470d [2020-12-11T16:58:03.887Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T16:58:03.887Z] ---> 5e661cb0aa85 [2020-12-11T16:58:03.887Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-11T16:58:04.168Z] ---> Running in ed3e18a0e111 [2020-12-11T16:58:04.457Z] ---> 9a8373ce8e7d [2020-12-11T16:58:04.457Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-11T16:58:04.457Z] ---> c9c4ab26bb46 [2020-12-11T16:58:04.457Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-11T16:58:04.457Z] ---> Running in 69ca93d136bb [2020-12-11T16:58:04.457Z] ---> Running in 8380f96cfc10 [2020-12-11T16:58:04.766Z] Removing intermediate container ed3e18a0e111 [2020-12-11T16:58:04.766Z] ---> d49f846a8a0d [2020-12-11T16:58:04.766Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-11T16:58:04.766Z] ---> 97bfce2bae9e [2020-12-11T16:58:04.766Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-11T16:58:04.766Z] ---> 6970ac407404 [2020-12-11T16:58:04.766Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-11T16:58:04.766Z] ---> Running in 16a9a9b5182a [2020-12-11T16:58:05.363Z] Removing intermediate container 69ca93d136bb [2020-12-11T16:58:05.363Z] ---> 62851a67737d [2020-12-11T16:58:05.363Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T16:58:05.364Z] Removing intermediate container 16a9a9b5182a [2020-12-11T16:58:05.364Z] ---> 5f1ee28505ad [2020-12-11T16:58:05.364Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-11T16:58:05.364Z] ---> 54cb97ecc19d [2020-12-11T16:58:05.364Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-11T16:58:05.364Z] ---> Running in e06be1f9f3ba [2020-12-11T16:58:05.633Z] ---> Running in 757ad7225f65 [2020-12-11T16:58:05.633Z] ---> 3d08a6fd3d98 [2020-12-11T16:58:05.633Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-11T16:58:05.913Z] Removing intermediate container e06be1f9f3ba [2020-12-11T16:58:05.913Z] ---> 794b3d40127f [2020-12-11T16:58:05.913Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T16:58:05.913Z] Removing intermediate container 757ad7225f65 [2020-12-11T16:58:05.913Z] ---> 190d56722bca [2020-12-11T16:58:05.913Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:58:06.261Z] ---> Running in a1cad9937a06 [2020-12-11T16:58:06.261Z] ---> Running in 539bf41e65f2 [2020-12-11T16:58:06.261Z] ---> 6a4ec98ae6ae [2020-12-11T16:58:06.261Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-11T16:58:06.540Z] ---> a21e5a3b3942 [2020-12-11T16:58:06.540Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-11T16:58:06.824Z] ---> Running in 1021f0868e93 [2020-12-11T16:58:07.106Z] Removing intermediate container 8380f96cfc10 [2020-12-11T16:58:07.106Z] ---> 054a102bc640 [2020-12-11T16:58:07.106Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-11T16:58:07.106Z] Removing intermediate container a1cad9937a06 [2020-12-11T16:58:07.106Z] ---> a2023ff06774 [2020-12-11T16:58:07.106Z] Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:58:07.106Z] ---> 6f536e44ac7f [2020-12-11T16:58:07.106Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-11T16:58:07.404Z] ---> Running in a6d4409ff0a3 [2020-12-11T16:58:07.404Z] ---> Running in 9cc46359c8a5 [2020-12-11T16:58:07.679Z] Removing intermediate container 1021f0868e93 [2020-12-11T16:58:07.679Z] ---> 9dfb2aaf08b7 [2020-12-11T16:58:07.679Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T16:58:07.679Z] ---> 3102bccf89d5 [2020-12-11T16:58:07.679Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-11T16:58:07.679Z] ---> Running in e0bf84dbfa9a [2020-12-11T16:58:07.982Z] ---> Running in eb1e8adcec1c [2020-12-11T16:58:07.982Z] Removing intermediate container a6d4409ff0a3 [2020-12-11T16:58:07.982Z] ---> 5116811164db [2020-12-11T16:58:07.982Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T16:58:07.982Z] Removing intermediate container 9cc46359c8a5 [2020-12-11T16:58:07.982Z] ---> 53d2f10f712b [2020-12-11T16:58:07.982Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T16:58:08.275Z] ---> Running in 07cc667ee40b [2020-12-11T16:58:08.275Z] ---> Running in 6b1ad982e66f [2020-12-11T16:58:08.275Z] Removing intermediate container e0bf84dbfa9a [2020-12-11T16:58:08.275Z] ---> 4300accbf17f [2020-12-11T16:58:08.275Z] Step 22/24 : LABEL arch=x86_64 [2020-12-11T16:58:08.577Z] Removing intermediate container 539bf41e65f2 [2020-12-11T16:58:08.577Z] ---> c7b2cd8fa377 [2020-12-11T16:58:08.577Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-11T16:58:08.577Z] ---> Running in 54f0a03c2e28 [2020-12-11T16:58:08.577Z] ---> Running in 9551793f5db0 [2020-12-11T16:58:08.577Z] Removing intermediate container 07cc667ee40b [2020-12-11T16:58:08.577Z] ---> c9350cf3ab6a [2020-12-11T16:58:08.577Z] [2020-12-11T16:58:08.848Z] Removing intermediate container 6b1ad982e66f [2020-12-11T16:58:08.848Z] ---> 72092c6a0553 [2020-12-11T16:58:08.848Z] Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:58:09.469Z] Successfully built c9350cf3ab6a [2020-12-11T16:58:09.469Z] ---> Running in d2d1860aff9e [2020-12-11T16:58:09.469Z] Successfully tagged docker-core-command-go:latest [2020-12-11T16:58:09.469Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-12-11T16:58:09.469Z] Removing intermediate container 54f0a03c2e28 [2020-12-11T16:58:09.469Z] ---> ff192b644135 [2020-12-11T16:58:09.469Z] Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:58:09.743Z] ---> Running in 710fc6f840e1 [2020-12-11T16:58:09.743Z] Removing intermediate container d2d1860aff9e [2020-12-11T16:58:09.743Z] ---> 3ff81edfc045 [2020-12-11T16:58:09.743Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T16:58:10.017Z] ---> Running in be77217fe084 [2020-12-11T16:58:10.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:58:10.017Z] Removing intermediate container 710fc6f840e1 [2020-12-11T16:58:10.017Z] ---> 8ff0f5176a7a [2020-12-11T16:58:10.017Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T16:58:10.304Z] ---> Running in e35783e0d9c3 [2020-12-11T16:58:10.304Z] Removing intermediate container eb1e8adcec1c [2020-12-11T16:58:10.304Z] ---> 00a20a9e31c3 [2020-12-11T16:58:10.304Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T16:58:10.304Z] Removing intermediate container be77217fe084 [2020-12-11T16:58:10.304Z] ---> 9709e24d6a85 [2020-12-11T16:58:10.304Z] [2020-12-11T16:58:10.903Z] Successfully built 9709e24d6a85 [2020-12-11T16:58:10.903Z] Removing intermediate container e35783e0d9c3 [2020-12-11T16:58:10.903Z] ---> 1cf5697a913d [2020-12-11T16:58:10.903Z] [2020-12-11T16:58:10.903Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-11T16:58:10.903Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2020-12-11T16:58:10.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:58:11.202Z] ---> 544a30158d1f [2020-12-11T16:58:11.202Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T16:58:11.493Z] Successfully built 1cf5697a913d [2020-12-11T16:58:11.493Z] ---> Running in 9d6d73f37942 [2020-12-11T16:58:11.493Z] Successfully tagged docker-support-notifications-go:latest [2020-12-11T16:58:11.494Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-12-11T16:58:11.785Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-11T16:58:11.785Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-11T16:58:12.163Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-11T16:58:12.163Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-11T16:58:12.797Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-11T16:58:13.073Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T16:58:13.073Z] OK: 8 MiB in 19 packages [2020-12-11T16:58:17.516Z] Removing intermediate container 9d6d73f37942 [2020-12-11T16:58:17.516Z] ---> 65a6bacb78c4 [2020-12-11T16:58:17.516Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-11T16:58:17.516Z] Removing intermediate container 9551793f5db0 [2020-12-11T16:58:17.516Z] ---> 7d085b75ee50 [2020-12-11T16:58:17.517Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-11T16:58:17.517Z] ---> Running in 4639094324d6 [2020-12-11T16:58:17.787Z] ---> 1355f9b90785 [2020-12-11T16:58:17.787Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-11T16:58:18.907Z] 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 [2020-12-11T16:58:19.868Z] ---> 3554938970b0 [2020-12-11T16:58:19.869Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-11T16:58:21.403Z] ---> 68bf22a2ba36 [2020-12-11T16:58:21.403Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-11T16:58:21.403Z] ---> Running in e6d775dab1b4 [2020-12-11T16:58:21.403Z] Removing intermediate container 4639094324d6 [2020-12-11T16:58:21.404Z] ---> 009144611aeb [2020-12-11T16:58:21.404Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T16:58:21.717Z] ---> Running in 52558e14225d [2020-12-11T16:58:22.009Z] Removing intermediate container e6d775dab1b4 [2020-12-11T16:58:22.009Z] ---> 358a4b2a55dc [2020-12-11T16:58:22.009Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T16:58:22.009Z] Removing intermediate container 52558e14225d [2020-12-11T16:58:22.009Z] ---> 61ee69247f6e [2020-12-11T16:58:22.009Z] Step 26/29 : CMD [ "generate" ] [2020-12-11T16:58:22.331Z] ---> Running in f24394bf551c [2020-12-11T16:58:22.331Z] ---> Running in e4ea7b9d290b [2020-12-11T16:58:22.683Z] Removing intermediate container f24394bf551c [2020-12-11T16:58:22.683Z] ---> 085dca4cdc33 [2020-12-11T16:58:22.683Z] Step 21/23 : LABEL arch=x86_64 [2020-12-11T16:58:22.683Z] Removing intermediate container e4ea7b9d290b [2020-12-11T16:58:22.683Z] ---> 9bd87e280abe [2020-12-11T16:58:22.683Z] Step 27/29 : LABEL arch=x86_64 [2020-12-11T16:58:22.683Z] ---> Running in 20eddaa2d7cf [2020-12-11T16:58:22.683Z] ---> Running in ab195f744fd3 [2020-12-11T16:58:22.968Z] Removing intermediate container 20eddaa2d7cf [2020-12-11T16:58:22.968Z] ---> c097c23ec7e9 [2020-12-11T16:58:22.968Z] Step 22/23 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:58:23.209Z] 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 [2020-12-11T16:58:23.258Z] Removing intermediate container ab195f744fd3 [2020-12-11T16:58:23.258Z] ---> 12831a9c6696 [2020-12-11T16:58:23.258Z] Step 28/29 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T16:58:23.258Z] ---> Running in f55370924c9b [2020-12-11T16:58:23.258Z] ---> Running in 6ad2ba277ffb [2020-12-11T16:58:23.566Z] Removing intermediate container f55370924c9b [2020-12-11T16:58:23.566Z] ---> e2270930e798 [2020-12-11T16:58:23.566Z] Step 23/23 : LABEL version=0.0.0 [2020-12-11T16:58:23.566Z] Removing intermediate container 6ad2ba277ffb [2020-12-11T16:58:23.566Z] ---> 367dfa5f38fa [2020-12-11T16:58:23.566Z] Step 29/29 : LABEL version=0.0.0 [2020-12-11T16:58:23.566Z] ---> Running in c3c9ec749966 [2020-12-11T16:58:23.566Z] ---> Running in 79fdee4fc91a [2020-12-11T16:58:24.571Z] Removing intermediate container c3c9ec749966 [2020-12-11T16:58:24.571Z] ---> a9bdb73fb743 [2020-12-11T16:58:24.571Z] [2020-12-11T16:58:25.573Z] Successfully built a9bdb73fb743 [2020-12-11T16:58:25.573Z] Successfully tagged docker-core-data-go:latest [2020-12-11T16:58:25.573Z] Building docker-security-secretstore-setup-go [2020-12-11T16:58:26.223Z]  Building docker-core-data-go ... done Removing intermediate container 79fdee4fc91a [2020-12-11T16:58:26.223Z] ---> 1412f145150f [2020-12-11T16:58:26.223Z] [2020-12-11T16:58:27.838Z] Successfully built 1412f145150f [2020-12-11T16:58:27.838Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-11T16:58:27.838Z] Building docker-core-metadata-go [2020-12-11T16:58:28.608Z] 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 [2020-12-11T16:58:29.204Z] 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 [2020-12-11T16:58:35.918Z] 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 [2020-12-11T16:58:40.233Z] 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 [2020-12-11T16:58:43.619Z] 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 [2020-12-11T16:58:47.921Z] 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 [2020-12-11T16:58:51.311Z] 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 [2020-12-11T16:58:52.530Z]  Building docker-security-secrets-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:58:52.530Z] Step 2/27 : FROM ${BUILDER_BASE} AS builderStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:58:52.530Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:58:52.530Z] ---> 5b038c109341 [2020-12-11T16:58:52.530Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T16:58:52.530Z] [2020-12-11T16:58:52.531Z] ---> 5b038c109341 [2020-12-11T16:58:52.531Z] Step 3/27 : WORKDIR /edgex-go [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 5986e1318a0a [2020-12-11T16:58:52.531Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> c891ebc7180d [2020-12-11T16:58:52.531Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 5986e1318a0a [2020-12-11T16:58:52.531Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> c891ebc7180d [2020-12-11T16:58:52.531Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> ec2d28668006 [2020-12-11T16:58:52.531Z] Step 6/21 : COPY go.mod . [2020-12-11T16:58:52.531Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:58:52.531Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:58:52.531Z] ---> 5b038c109341 [2020-12-11T16:58:52.531Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 5986e1318a0a [2020-12-11T16:58:52.531Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> c891ebc7180d [2020-12-11T16:58:52.531Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> ec2d28668006 [2020-12-11T16:58:52.531Z] Step 6/21 : COPY go.mod . [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 40242fb7e4d0 [2020-12-11T16:58:52.531Z] Step 7/21 : RUN go mod download [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 40242fb7e4d0 [2020-12-11T16:58:52.531Z] Step 7/21 : RUN go mod download [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 38f194849fd8 [2020-12-11T16:58:52.531Z] Step 8/21 : COPY . . [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 38f194849fd8 [2020-12-11T16:58:52.531Z] Step 8/21 : COPY . . [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 2362bbc6df0a [2020-12-11T16:58:52.531Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-11T16:58:52.531Z] ---> Using cache [2020-12-11T16:58:52.531Z] ---> 2362bbc6df0a [2020-12-11T16:58:52.531Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-11T16:58:52.531Z] ---> Running in 34e43590f211 [2020-12-11T16:58:52.531Z] ---> Running in 220fe5b742e1 [2020-12-11T16:58:52.531Z] ---> Running in 961b5f8cc531 [2020-12-11T16:58:54.697Z] 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 [2020-12-11T16:58:56.853Z] 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 [2020-12-11T16:58:56.853Z] 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 [2020-12-11T16:58:56.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T16:58:57.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T16:58:58.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T16:58:58.466Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T16:58:58.466Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T16:58:58.466Z] OK: 12748 distinct packages available [2020-12-11T16:58:58.990Z] OK: 233 MiB in 51 packages [Pipeline] } [2020-12-11T16:59:02.528Z] $ docker stop --time=1 1c157c9b502dd6fbef7235be9c00f0c8ad9dbf6f61675454a7b61642acfb168c [2020-12-11T16:59:03.231Z] Removing intermediate container 220fe5b742e1 [2020-12-11T16:59:03.231Z] ---> cff7daacf653 [2020-12-11T16:59:03.231Z] Step 6/27 : COPY go.mod . [2020-12-11T16:59:04.934Z] $ docker rm -f 1c157c9b502dd6fbef7235be9c00f0c8ad9dbf6f61675454a7b61642acfb168c [2020-12-11T16:59:05.177Z] ---> 8cf3d5023f94 [2020-12-11T16:59:05.177Z] Step 7/27 : RUN go mod download [2020-12-11T16:59:05.718Z] ---> Running in 6c638687fbed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:59:06.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T16:59:06.810Z] [2020-12-11T16:59:06.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:59:07.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T16:59:07.237Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-11T16:59:07.237Z] 29e5d40040c1: Pulling fs layer [2020-12-11T16:59:07.237Z] 1ce36da41761: Pulling fs layer [2020-12-11T16:59:07.237Z] 25b303627fd3: Pulling fs layer [2020-12-11T16:59:08.221Z] 29e5d40040c1: Verifying Checksum [2020-12-11T16:59:08.221Z] 29e5d40040c1: Download complete [2020-12-11T16:59:08.821Z] 29e5d40040c1: Pull complete [2020-12-11T16:59:08.821Z] 1ce36da41761: Verifying Checksum [2020-12-11T16:59:08.821Z] 1ce36da41761: Download complete [2020-12-11T16:59:09.184Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:59:09.184Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:59:09.184Z] ---> 5b038c109341 [2020-12-11T16:59:09.184Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T16:59:09.184Z] ---> Using cache [2020-12-11T16:59:09.184Z] ---> 5986e1318a0a [2020-12-11T16:59:09.184Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:59:09.184Z] ---> Using cache [2020-12-11T16:59:09.184Z] ---> c891ebc7180d [2020-12-11T16:59:09.184Z] Step 5/24 : RUN apk update && apk add make git [2020-12-11T16:59:09.184Z] ---> Using cache [2020-12-11T16:59:09.184Z] ---> ec2d28668006 [2020-12-11T16:59:09.184Z] Step 6/24 : COPY go.mod . [2020-12-11T16:59:09.184Z] ---> Using cache [2020-12-11T16:59:09.184Z] ---> 40242fb7e4d0 [2020-12-11T16:59:09.184Z] Step 7/24 : RUN go mod download [2020-12-11T16:59:09.184Z] ---> Using cache [2020-12-11T16:59:09.184Z] ---> 38f194849fd8 [2020-12-11T16:59:09.184Z] Step 8/24 : COPY . . [2020-12-11T16:59:09.184Z] ---> Using cache [2020-12-11T16:59:09.184Z] ---> 2362bbc6df0a [2020-12-11T16:59:09.184Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-11T16:59:10.257Z] 1ce36da41761: Pull complete [2020-12-11T16:59:10.257Z] 25b303627fd3: Verifying Checksum [2020-12-11T16:59:10.257Z] 25b303627fd3: Download complete [2020-12-11T16:59:10.536Z] ---> Running in 9c4030053a86 [2020-12-11T16:59:11.356Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T16:59:11.356Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T16:59:11.356Z] ---> 5b038c109341 [2020-12-11T16:59:11.356Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T16:59:11.356Z] ---> Using cache [2020-12-11T16:59:11.356Z] ---> 5986e1318a0a [2020-12-11T16:59:11.356Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T16:59:11.356Z] ---> Using cache [2020-12-11T16:59:11.356Z] ---> c891ebc7180d [2020-12-11T16:59:11.356Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T16:59:11.356Z] ---> Using cache [2020-12-11T16:59:11.356Z] ---> ec2d28668006 [2020-12-11T16:59:11.356Z] Step 6/22 : COPY go.mod . [2020-12-11T16:59:11.356Z] ---> Using cache [2020-12-11T16:59:11.356Z] ---> 40242fb7e4d0 [2020-12-11T16:59:11.356Z] Step 7/22 : RUN go mod download [2020-12-11T16:59:11.356Z] ---> Using cache [2020-12-11T16:59:11.356Z] ---> 38f194849fd8 [2020-12-11T16:59:11.356Z] Step 8/22 : COPY . . [2020-12-11T16:59:11.356Z] ---> Using cache [2020-12-11T16:59:11.356Z] ---> 2362bbc6df0a [2020-12-11T16:59:11.356Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-11T16:59:12.239Z] ---> Running in e919c89bfe4a [2020-12-11T16:59:12.754Z] Removing intermediate container 6c638687fbed [2020-12-11T16:59:12.754Z] ---> 647c050ee084 [2020-12-11T16:59:12.754Z] Step 8/27 : COPY . . [2020-12-11T16:59:13.206Z] 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 [2020-12-11T16:59:13.716Z] 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 [2020-12-11T16:59:20.394Z] 25b303627fd3: Pull complete [2020-12-11T16:59:20.394Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-11T16:59:20.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T16:59:20.394Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-11T16:59:20.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container [2020-12-11T16:59:20.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-11T16:59:23.796Z] $ docker top dc464787d2459b1fe7870b75a45d7dc509feee1e9acc6d040031c67986b4d6b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T16:59:24.718Z] + + docker-composegrep build parallel --help [2020-12-11T16:59:24.718Z] [2020-12-11T16:59:28.093Z] --parallel Build images in parallel. [Pipeline] } [2020-12-11T16:59:28.247Z] $ docker stop --time=1 dc464787d2459b1fe7870b75a45d7dc509feee1e9acc6d040031c67986b4d6b4 [2020-12-11T16:59:30.180Z] $ docker rm -f dc464787d2459b1fe7870b75a45d7dc509feee1e9acc6d040031c67986b4d6b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-11T16:59:30.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-11T16:59:30.895Z] . [Pipeline] withDockerContainer [2020-12-11T16:59:31.123Z] prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container [2020-12-11T16:59:31.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-11T16:59:32.732Z] $ docker top 2d766e2825fa1f10d684a81a0a19f9da81a724029874a68718d9444a8591f925 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T16:59:33.657Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-11T16:59:37.044Z] Building docker-core-command-go ... [2020-12-11T16:59:37.044Z] Building docker-core-data-go ... [2020-12-11T16:59:37.044Z] Building docker-core-metadata-go ... [2020-12-11T16:59:37.044Z] Building docker-security-bootstrap-redis-go ... [2020-12-11T16:59:37.044Z] Building docker-security-proxy-setup-go ... [2020-12-11T16:59:37.044Z] Building docker-security-secrets-setup-go ... [2020-12-11T16:59:37.044Z] Building docker-security-secretstore-setup-go ... [2020-12-11T16:59:37.044Z] Building docker-support-notifications-go ... [2020-12-11T16:59:37.044Z] Building docker-support-scheduler-go ... [2020-12-11T16:59:37.044Z] Building docker-sys-mgmt-agent-go ... [2020-12-11T16:59:37.044Z] Building docker-security-bootstrap-redis-go [2020-12-11T16:59:37.044Z] Building docker-security-proxy-setup-go [2020-12-11T16:59:37.044Z] Building docker-support-notifications-go [2020-12-11T16:59:37.044Z] Building docker-core-data-go [2020-12-11T16:59:37.044Z] Building docker-security-secrets-setup-go [2020-12-11T16:59:44.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T16:59:52.408Z] 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 [2020-12-11T16:59:53.026Z] ---> cd0d82df4705 [2020-12-11T16:59:53.027Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-11T16:59:54.593Z] ---> Running in d81b7e5b957d [2020-12-11T16:59:55.228Z] Removing intermediate container 34e43590f211 [2020-12-11T16:59:55.228Z] ---> 9e6daa1d5195 [2020-12-11T16:59:55.228Z] [2020-12-11T16:59:55.228Z] Step 10/21 : FROM scratch [2020-12-11T16:59:55.228Z] ---> [2020-12-11T16:59:55.228Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T16:59:56.315Z] 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 [2020-12-11T16:59:57.335Z] ---> Using cache [2020-12-11T16:59:57.335Z] ---> 102e179e7494 [2020-12-11T16:59:57.335Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-11T16:59:58.018Z] ---> Running in efa94c9d4406 [2020-12-11T16:59:58.635Z] Removing intermediate container 961b5f8cc531 [2020-12-11T16:59:58.635Z] ---> 6ff0c01ea2e5 [2020-12-11T16:59:58.635Z] [2020-12-11T16:59:58.635Z] Step 10/21 : FROM alpine [2020-12-11T16:59:58.635Z] ---> d6e46aa2470d [2020-12-11T16:59:58.635Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-11T16:59:58.635Z] Removing intermediate container efa94c9d4406 [2020-12-11T16:59:58.635Z] ---> fe34222736a3 [2020-12-11T16:59:58.635Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-11T16:59:58.931Z] ---> Running in 451f196fd883 [2020-12-11T16:59:58.931Z] ---> Running in 5d3e0b0b0b54 [2020-12-11T16:59:59.640Z] Removing intermediate container 5d3e0b0b0b54 [2020-12-11T16:59:59.640Z] ---> 0e46cf4a8976 [2020-12-11T16:59:59.640Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-11T17:00:01.039Z] ---> 14e037a1a4e7 [2020-12-11T17:00:01.039Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-11T17:00:01.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T17:00:01.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T17:00:02.549Z] v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:00:02.549Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:00:02.549Z] OK: 12747 distinct packages available [2020-12-11T17:00:02.875Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-11T17:00:03.227Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T17:00:03.227Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-11T17:00:03.227Z] Removing intermediate container 9c4030053a86 [2020-12-11T17:00:03.227Z] ---> 83d0fb2fe37b [2020-12-11T17:00:03.227Z] [2020-12-11T17:00:03.227Z] Step 10/24 : FROM alpine:3.10 [2020-12-11T17:00:03.227Z] ---> be4e4bea2c2e [2020-12-11T17:00:03.227Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T17:00:03.227Z] ---> Using cache [2020-12-11T17:00:03.227Z] ---> 9c349e5621a4 [2020-12-11T17:00:03.227Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T17:00:03.227Z] (4/4) Installing curl (7.69.1-r3) [2020-12-11T17:00:03.227Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:00:03.595Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T17:00:03.595Z] ---> 9d044655a6c7 [2020-12-11T17:00:03.595Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-11T17:00:03.595Z] OK: 7 MiB in 18 packages [2020-12-11T17:00:03.595Z] ---> Running in 7cd1ec5a990a [2020-12-11T17:00:04.266Z] Removing intermediate container 7cd1ec5a990a [2020-12-11T17:00:04.266Z] ---> 5345c32906b1 [2020-12-11T17:00:04.266Z] Step 13/24 : WORKDIR / [2020-12-11T17:00:05.627Z] ---> 57f21e7ff306 [2020-12-11T17:00:05.627Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-11T17:00:06.062Z] ---> Running in 577f9486fbd8 [2020-12-11T17:00:06.062Z] ---> Running in 5ec96ba201a2 [2020-12-11T17:00:06.640Z] Removing intermediate container 451f196fd883 [2020-12-11T17:00:06.640Z] ---> bb5b6e68f317 [2020-12-11T17:00:06.640Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T17:00:06.640Z] Removing intermediate container 577f9486fbd8 [2020-12-11T17:00:06.640Z] ---> e39a146f52bb [2020-12-11T17:00:06.640Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-11T17:00:06.640Z] ---> Running in 7f5daa6313de [2020-12-11T17:00:06.640Z] Removing intermediate container 5ec96ba201a2 [2020-12-11T17:00:06.640Z] ---> c3b0031c8235 [2020-12-11T17:00:06.640Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:00:07.477Z] ---> Running in 0e8982354024 [2020-12-11T17:00:07.477Z] Removing intermediate container 7f5daa6313de [2020-12-11T17:00:07.477Z] ---> dd7cf32f5494 [2020-12-11T17:00:07.477Z] Step 13/21 : WORKDIR /edgex [2020-12-11T17:00:07.839Z] ---> Running in de8b394583b0 [2020-12-11T17:00:07.839Z] Removing intermediate container 0e8982354024 [2020-12-11T17:00:07.839Z] ---> 0eabb0c86c80 [2020-12-11T17:00:07.839Z] Step 19/21 : LABEL arch=x86_64 [2020-12-11T17:00:08.144Z] ---> bce982fa37fe [2020-12-11T17:00:08.144Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-11T17:00:08.144Z] ---> Running in 9eebb68b18d5 [2020-12-11T17:00:08.751Z] Removing intermediate container de8b394583b0 [2020-12-11T17:00:08.751Z] ---> a83cf229cef0 [2020-12-11T17:00:08.751Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-11T17:00:10.452Z] ---> 7d7543ebe239 [2020-12-11T17:00:10.452Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-11T17:00:10.452Z] Removing intermediate container 9eebb68b18d5 [2020-12-11T17:00:10.452Z] ---> 6bd079070986 [2020-12-11T17:00:10.452Z] Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:00:10.452Z] ---> 58d4a0797771 [2020-12-11T17:00:10.452Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-11T17:00:10.452Z] ---> Running in 996783e51cef [2020-12-11T17:00:11.579Z] ---> 1bbfa5470291 [2020-12-11T17:00:11.579Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-11T17:00:12.034Z] Removing intermediate container 996783e51cef [2020-12-11T17:00:12.034Z] ---> d19d763e78e7 [2020-12-11T17:00:12.034Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T17:00:12.515Z] Removing intermediate container e919c89bfe4a [2020-12-11T17:00:12.515Z] ---> 7678b5c37c20 [2020-12-11T17:00:12.515Z] [2020-12-11T17:00:12.515Z] Step 10/22 : FROM scratch [2020-12-11T17:00:12.515Z] ---> [2020-12-11T17:00:12.515Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T17:00:12.515Z] ---> Running in 561982e9aa43 [2020-12-11T17:00:12.882Z] ---> Using cache [2020-12-11T17:00:12.882Z] ---> 102e179e7494 [2020-12-11T17:00:12.882Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-11T17:00:13.217Z] ---> 5df4a85b70f2 [2020-12-11T17:00:13.217Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-11T17:00:13.523Z] ---> Running in 60e2cab45d66 [2020-12-11T17:00:13.836Z] Removing intermediate container 561982e9aa43 [2020-12-11T17:00:13.836Z] ---> 264375e7c3fa [2020-12-11T17:00:13.836Z] [2020-12-11T17:00:13.836Z] ---> 92aa10d730af [2020-12-11T17:00:13.836Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-11T17:00:14.514Z] Removing intermediate container 60e2cab45d66 [2020-12-11T17:00:14.514Z] ---> 8c81526dcbc2 [2020-12-11T17:00:14.514Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T17:00:15.257Z] ---> Running in 55bdee32f01e [2020-12-11T17:00:15.577Z] Successfully built 264375e7c3fa [2020-12-11T17:00:15.577Z] ---> bc2376294ee7 [2020-12-11T17:00:15.577Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-11T17:00:15.577Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-11T17:00:15.873Z]  Building docker-support-scheduler-go ... done  ---> 6b61cf7d22fb [2020-12-11T17:00:15.873Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T17:00:15.873Z] ---> Running in 4e2ad2464e0d [2020-12-11T17:00:16.180Z] Removing intermediate container 55bdee32f01e [2020-12-11T17:00:16.180Z] ---> 5697f905139f [2020-12-11T17:00:16.180Z] Step 14/22 : WORKDIR / [2020-12-11T17:00:16.493Z] ---> Running in 1f4661e8b8d5 [2020-12-11T17:00:16.777Z] Removing intermediate container 4e2ad2464e0d [2020-12-11T17:00:16.777Z] ---> 076729b152ae [2020-12-11T17:00:16.777Z] Step 18/21 : CMD ["--init=true"] [2020-12-11T17:00:16.777Z] ---> 0d770f7696f3 [2020-12-11T17:00:16.777Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T17:00:17.066Z] ---> Running in 141226e11593 [2020-12-11T17:00:17.066Z] ---> Running in dc401f423ffa [2020-12-11T17:00:17.066Z] Removing intermediate container 1f4661e8b8d5 [2020-12-11T17:00:17.066Z] ---> 5d9f0200479d [2020-12-11T17:00:17.066Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-11T17:00:17.672Z] Removing intermediate container 141226e11593 [2020-12-11T17:00:17.672Z] ---> 1008efbc54c1 [2020-12-11T17:00:17.672Z] Step 19/21 : LABEL arch=x86_64 [2020-12-11T17:00:17.672Z] ---> 7708af79f254 [2020-12-11T17:00:17.672Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-11T17:00:17.962Z] ---> Running in e2c69f0be016 [2020-12-11T17:00:18.660Z] Removing intermediate container e2c69f0be016 [2020-12-11T17:00:18.660Z] ---> 242588348014 [2020-12-11T17:00:18.660Z] Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:00:18.986Z] ---> Running in 19669e254b5e [2020-12-11T17:00:18.986Z] ---> 38ef7e2ea4fb [2020-12-11T17:00:18.986Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-11T17:00:19.285Z] Removing intermediate container 19669e254b5e [2020-12-11T17:00:19.285Z] ---> 0a4b12c94e58 [2020-12-11T17:00:19.285Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T17:00:20.321Z] ---> Running in cb6f09a42eff [2020-12-11T17:00:20.321Z] Removing intermediate container dc401f423ffa [2020-12-11T17:00:20.321Z] ---> ea5e12ac0b28 [2020-12-11T17:00:20.321Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T17:00:20.321Z] ---> Running in ec19d81e0808 [2020-12-11T17:00:20.321Z] ---> 617778b30d40 [2020-12-11T17:00:20.321Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-11T17:00:20.619Z] Removing intermediate container cb6f09a42eff [2020-12-11T17:00:20.619Z] ---> 3d1a9d5de6a0 [2020-12-11T17:00:20.619Z] [2020-12-11T17:00:20.619Z] ---> Running in b5fe4608d813 [2020-12-11T17:00:20.958Z] Successfully built 3d1a9d5de6a0 [2020-12-11T17:00:20.958Z] Removing intermediate container ec19d81e0808 [2020-12-11T17:00:20.958Z] ---> 00466f230a81 [2020-12-11T17:00:20.958Z] Step 22/24 : LABEL arch=x86_64 [2020-12-11T17:00:21.265Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-11T17:00:21.265Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 812b959cb3b0 [2020-12-11T17:00:21.265Z] Removing intermediate container b5fe4608d813 [2020-12-11T17:00:21.265Z] ---> b312d79d40c5 [2020-12-11T17:00:21.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:00:21.563Z] ---> Running in a1056a0dfee1 [2020-12-11T17:00:23.547Z] Removing intermediate container 812b959cb3b0 [2020-12-11T17:00:23.547Z] ---> 6b4b19b7de14 [2020-12-11T17:00:23.547Z] Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:00:24.134Z] ---> Running in 019d7a1c04a9 [2020-12-11T17:00:24.404Z] Removing intermediate container a1056a0dfee1 [2020-12-11T17:00:24.404Z] ---> 8a99dd6db0ca [2020-12-11T17:00:24.404Z] Step 20/22 : LABEL arch=x86_64 [2020-12-11T17:00:24.404Z] Removing intermediate container d81b7e5b957d [2020-12-11T17:00:24.404Z] ---> 76cc8e2e1416 [2020-12-11T17:00:24.404Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-11T17:00:24.404Z] ---> Running in 78c9fe5dac12 [2020-12-11T17:00:24.404Z] ---> Running in b55839c38adb [2020-12-11T17:00:24.690Z] Removing intermediate container 019d7a1c04a9 [2020-12-11T17:00:24.690Z] ---> 754315ea6e2b [2020-12-11T17:00:24.690Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T17:00:24.690Z] ---> Running in cc1d091bbeec [2020-12-11T17:00:24.690Z] Removing intermediate container 78c9fe5dac12 [2020-12-11T17:00:24.690Z] ---> 69e574eb85ae [2020-12-11T17:00:24.690Z] Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:00:24.967Z] ---> Running in 8486745299b5 [2020-12-11T17:00:25.251Z] Removing intermediate container cc1d091bbeec [2020-12-11T17:00:25.251Z] ---> f579c184a509 [2020-12-11T17:00:25.251Z] [2020-12-11T17:00:25.251Z] Removing intermediate container 8486745299b5 [2020-12-11T17:00:25.251Z] ---> 7c12fb8a4585 [2020-12-11T17:00:25.251Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T17:00:25.251Z] ---> Running in 08d06c767877 [2020-12-11T17:00:25.553Z] Successfully built f579c184a509 [2020-12-11T17:00:25.553Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-11T17:00:25.553Z]  Building docker-security-secretstore-setup-go ... done 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 [2020-12-11T17:00:25.844Z] Removing intermediate container 08d06c767877 [2020-12-11T17:00:25.844Z] ---> 970c3a82c5be [2020-12-11T17:00:25.844Z] [2020-12-11T17:00:26.136Z] Successfully built 970c3a82c5be [2020-12-11T17:00:26.136Z] Successfully tagged docker-core-metadata-go:latest [2020-12-11T17:00:27.590Z]  Building docker-core-metadata-go ... done Removing intermediate container b55839c38adb [2020-12-11T17:00:27.590Z] ---> c0c006c3582e [2020-12-11T17:00:27.590Z] [2020-12-11T17:00:27.590Z] Step 11/27 : FROM docker:latest [2020-12-11T17:00:27.590Z] ---> aefe523efa57 [2020-12-11T17:00:27.590Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-11T17:00:27.590Z] ---> Running in 3d1314e15f23 [2020-12-11T17:00:28.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T17:00:28.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T17:00:28.896Z] (1/2) Installing readline (8.0.4-r0) [2020-12-11T17:00:28.896Z] (2/2) Installing bash (5.0.17-r0) [2020-12-11T17:00:28.896Z] Executing bash-5.0.17-r0.post-install [2020-12-11T17:00:28.896Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:00:28.896Z] OK: 12 MiB in 22 packages [2020-12-11T17:00:29.880Z] Removing intermediate container 3d1314e15f23 [2020-12-11T17:00:29.880Z] ---> fc3252781fef [2020-12-11T17:00:29.880Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-11T17:00:29.880Z] ---> Running in ea451c0d0151 [2020-12-11T17:00:31.300Z] Removing intermediate container ea451c0d0151 [2020-12-11T17:00:31.300Z] ---> 0b5c01b49602 [2020-12-11T17:00:31.300Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-11T17:00:31.300Z] ---> Running in 93021a9f076b [2020-12-11T17:00:31.300Z] Removing intermediate container 93021a9f076b [2020-12-11T17:00:31.300Z] ---> 91d2fa5b64c5 [2020-12-11T17:00:31.300Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-11T17:00:31.300Z] ---> Running in a25d0b399b52 [2020-12-11T17:00:31.571Z] Removing intermediate container a25d0b399b52 [2020-12-11T17:00:31.571Z] ---> 2a407cc61410 [2020-12-11T17:00:31.571Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-11T17:00:31.840Z] ---> Running in 8c3a0634be63 [2020-12-11T17:00:32.107Z] Removing intermediate container 8c3a0634be63 [2020-12-11T17:00:32.107Z] ---> 5f2cfcd3e510 [2020-12-11T17:00:32.107Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-11T17:00:32.708Z] ---> 7ec7e493ca74 [2020-12-11T17:00:32.708Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-11T17:00:33.313Z] ---> 03acdab86868 [2020-12-11T17:00:33.313Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-11T17:00:33.950Z] ---> 60193a9c10e6 [2020-12-11T17:00:33.950Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-11T17:00:33.950Z] ---> Running in 9e5d82813e59 [2020-12-11T17:00:34.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T17:00:34.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T17:00:35.225Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-11T17:00:35.225Z] (2/33) Installing expat (2.2.9-r1) [2020-12-11T17:00:35.225Z] (3/33) Installing libffi (3.3-r2) [2020-12-11T17:00:35.225Z] (4/33) Installing gdbm (1.13-r1) [2020-12-11T17:00:35.225Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-11T17:00:35.225Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-11T17:00:35.225Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-11T17:00:36.723Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-11T17:00:36.723Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-11T17:00:36.723Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-11T17:00:36.723Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-11T17:00:36.723Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-11T17:00:37.001Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-11T17:00:37.001Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-11T17:00:37.001Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-11T17:00:37.001Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-11T17:00:37.001Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-11T17:00:37.001Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-11T17:00:37.001Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-11T17:00:37.001Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-11T17:00:37.268Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-11T17:00:37.268Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-11T17:00:37.268Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-11T17:00:37.268Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-11T17:00:37.268Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-11T17:00:37.268Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-11T17:00:37.268Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-11T17:00:37.268Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-11T17:00:37.268Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-11T17:00:37.268Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-11T17:00:37.268Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-11T17:00:37.538Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-11T17:00:37.538Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-11T17:00:37.538Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:00:37.538Z] OK: 71 MiB in 55 packages [2020-12-11T17:00:47.700Z] Removing intermediate container 9e5d82813e59 [2020-12-11T17:00:47.700Z] ---> 015b38e57c36 [2020-12-11T17:00:47.700Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-11T17:00:47.700Z] ---> Running in 9114b0e75c20 [2020-12-11T17:00:50.367Z] Collecting docker-compose==1.23.2 [2020-12-11T17:00:50.367Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-11T17:00:50.645Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-11T17:00:50.645Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-11T17:00:51.626Z] Collecting docker<4.0,>=3.6.0 [2020-12-11T17:00:51.626Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-11T17:00:51.900Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-11T17:00:51.900Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-11T17:00:52.173Z] Collecting jsonschema<3,>=2.5.1 [2020-12-11T17:00:52.173Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-11T17:00:52.445Z] Collecting cached-property<2,>=1.2.0 [2020-12-11T17:00:52.445Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-11T17:00:53.419Z] Collecting docopt<0.7,>=0.6.1 [2020-12-11T17:00:53.419Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-11T17:00:55.035Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-11T17:00:55.035Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-11T17:00:55.035Z] Collecting texttable<0.10,>=0.9.0 [2020-12-11T17:00:55.035Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-11T17:00:55.682Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-11T17:00:55.990Z] Collecting PyYAML<4,>=3.10 [2020-12-11T17:00:55.990Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-11T17:00:57.559Z] Collecting docker-pycreds>=0.4.0 [2020-12-11T17:00:57.559Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-11T17:00:57.559Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-11T17:00:57.559Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-11T17:00:57.559Z] Collecting idna<2.8,>=2.5 [2020-12-11T17:00:57.559Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-11T17:00:57.870Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-11T17:00:57.870Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-11T17:00:57.870Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-11T17:00:57.870Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-11T17:00:57.870Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-11T17:00:57.870Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-11T17:00:58.147Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, cached-property, docopt, texttable, PyYAML, docker-compose [2020-12-11T17:00:58.147Z] Running setup.py install for dockerpty: started [2020-12-11T17:00:58.799Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:00:58.799Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:00:58.799Z] ---> bfd150ed0102 [2020-12-11T17:00:58.799Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T17:00:58.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:00:58.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:00:58.799Z] ---> bfd150ed0102 [2020-12-11T17:00:58.799Z] Step 3/23 : WORKDIR /edgex-go [2020-12-11T17:00:58.799Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:00:58.799Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-11T17:00:58.799Z] ---> bfd150ed0102 [2020-12-11T17:00:58.799Z] Step 3/29 : WORKDIR /edgex-go [2020-12-11T17:00:58.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:00:58.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:00:58.799Z] ---> bfd150ed0102 [2020-12-11T17:00:58.799Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T17:00:58.799Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:00:58.799Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:00:58.799Z] ---> bfd150ed0102 [2020-12-11T17:00:58.799Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T17:00:58.799Z] ---> Running in 5aed8de98dde [2020-12-11T17:00:58.799Z] ---> Running in 08c93715f2ea [2020-12-11T17:00:58.799Z] ---> Running in e25b35f0313a [2020-12-11T17:00:58.799Z] ---> Running in ee3554e5f486 [2020-12-11T17:00:58.799Z] ---> Running in 34d6f347bc8e [2020-12-11T17:00:58.799Z] Removing intermediate container ee3554e5f486 [2020-12-11T17:00:58.799Z] ---> bb7debe88cfe [2020-12-11T17:00:58.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:00:58.799Z] Removing intermediate container 08c93715f2ea [2020-12-11T17:00:58.799Z] ---> 8e8562cb7531 [2020-12-11T17:00:58.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:00:58.799Z] ---> Running in 4195a19f156a [2020-12-11T17:00:58.799Z] Removing intermediate container 34d6f347bc8e [2020-12-11T17:00:58.799Z] ---> 373234ceb810 [2020-12-11T17:00:58.799Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:00:58.799Z] Removing intermediate container e25b35f0313a [2020-12-11T17:00:58.799Z] ---> 2d072ba845b0 [2020-12-11T17:00:58.799Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:00:58.799Z] Removing intermediate container 5aed8de98dde [2020-12-11T17:00:58.799Z] ---> 96ebfbccc5f2 [2020-12-11T17:00:58.799Z] Step 4/29 : RUN apk update && apk add make git [2020-12-11T17:00:58.799Z] ---> Running in 60ea224c5899 [2020-12-11T17:00:58.799Z] ---> Running in e991649c1535 [2020-12-11T17:00:58.799Z] ---> Running in 1ff0d9be9f95 [2020-12-11T17:00:58.799Z] ---> Running in 3e1d47a5ad53 [2020-12-11T17:00:58.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:00:58.799Z] Removing intermediate container 4195a19f156a [2020-12-11T17:00:58.799Z] ---> 68a46f2df99a [2020-12-11T17:00:58.799Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T17:00:58.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:00:58.799Z] ---> Running in 9561e738be38 [2020-12-11T17:00:58.799Z] Removing intermediate container 60ea224c5899 [2020-12-11T17:00:58.799Z] ---> a40e4427f821 [2020-12-11T17:00:58.799Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-11T17:00:58.799Z] Removing intermediate container e991649c1535 [2020-12-11T17:00:58.799Z] ---> f6a61c811ac4 [2020-12-11T17:00:58.799Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T17:00:58.799Z] ---> Running in 9a990f4fe472 [2020-12-11T17:00:58.799Z] Removing intermediate container 1ff0d9be9f95 [2020-12-11T17:00:58.799Z] ---> 401b6d35bb63 [2020-12-11T17:00:58.799Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-11T17:00:58.799Z] ---> Running in d02b1aaa0d54 [2020-12-11T17:00:58.799Z] ---> Running in 19da6002096f [2020-12-11T17:00:58.799Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:00:58.799Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:00:58.799Z] OK: 12618 distinct packages available [2020-12-11T17:00:59.166Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-11T17:00:59.166Z] Attempting uninstall: urllib3 [2020-12-11T17:00:59.166Z] Found existing installation: urllib3 1.25.9 [2020-12-11T17:00:59.166Z] Uninstalling urllib3-1.25.9: [2020-12-11T17:00:59.166Z] Successfully uninstalled urllib3-1.25.9 [2020-12-11T17:00:59.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:00:59.459Z] Attempting uninstall: idna [2020-12-11T17:00:59.459Z] Found existing installation: idna 2.9 [2020-12-11T17:00:59.459Z] Uninstalling idna-2.9: [2020-12-11T17:00:59.459Z] Successfully uninstalled idna-2.9 [2020-12-11T17:00:59.684Z] OK: 217 MiB in 51 packages [2020-12-11T17:00:59.775Z] Attempting uninstall: requests [2020-12-11T17:00:59.775Z] Found existing installation: requests 2.23.0 [2020-12-11T17:00:59.775Z] Uninstalling requests-2.23.0: [2020-12-11T17:00:59.775Z] Successfully uninstalled requests-2.23.0 [2020-12-11T17:00:59.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:00.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:00.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:00.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:00.776Z] Running setup.py install for docopt: started [2020-12-11T17:01:00.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:00.880Z] Removing intermediate container 3e1d47a5ad53 [2020-12-11T17:01:00.880Z] ---> 3ba6a0cc85b6 [2020-12-11T17:01:00.880Z] Step 5/29 : COPY go.mod . [2020-12-11T17:01:01.155Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:01:01.155Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:01:01.155Z] OK: 12618 distinct packages available [2020-12-11T17:01:01.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:01.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:01:01.399Z] Running setup.py install for docopt: finished with status 'done' [2020-12-11T17:01:01.399Z] Running setup.py install for texttable: started [2020-12-11T17:01:01.758Z] OK: 217 MiB in 51 packages [2020-12-11T17:01:01.758Z] ---> 845391b78287 [2020-12-11T17:01:01.758Z] Step 6/29 : RUN go mod download [2020-12-11T17:01:02.034Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:01:02.034Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:01:02.034Z] OK: 12618 distinct packages available [2020-12-11T17:01:02.034Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:01:02.034Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:01:02.034Z] OK: 12618 distinct packages available [2020-12-11T17:01:02.034Z] ---> Running in 26b1f9a1743a [2020-12-11T17:01:02.314Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:01:02.314Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:01:02.314Z] OK: 12618 distinct packages available [2020-12-11T17:01:02.878Z] Running setup.py install for texttable: finished with status 'done' [2020-12-11T17:01:02.878Z] Running setup.py install for PyYAML: started [2020-12-11T17:01:02.920Z] OK: 217 MiB in 51 packages [2020-12-11T17:01:03.197Z] OK: 217 MiB in 51 packages [2020-12-11T17:01:03.197Z] OK: 217 MiB in 51 packages [2020-12-11T17:01:03.805Z] Removing intermediate container 9561e738be38 [2020-12-11T17:01:03.805Z] ---> 1f73093af62c [2020-12-11T17:01:03.805Z] Step 6/22 : COPY go.mod . [2020-12-11T17:01:03.863Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-11T17:01:04.134Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-11T17:01:04.810Z] Removing intermediate container 9a990f4fe472 [2020-12-11T17:01:04.810Z] ---> 67f57cb66772 [2020-12-11T17:01:04.810Z] Step 6/23 : COPY go.mod . [2020-12-11T17:01:05.084Z] Removing intermediate container d02b1aaa0d54 [2020-12-11T17:01:05.084Z] ---> 603a3e323d11 [2020-12-11T17:01:05.084Z] Step 6/21 : COPY go.mod . [2020-12-11T17:01:05.084Z] ---> fc0793e02229 [2020-12-11T17:01:05.084Z] Step 7/22 : RUN go mod download [2020-12-11T17:01:05.357Z] ---> Running in e0aecea8d72d [2020-12-11T17:01:05.357Z] Removing intermediate container 19da6002096f [2020-12-11T17:01:05.357Z] ---> 5d13c69dcf92 [2020-12-11T17:01:05.357Z] Step 6/24 : COPY go.mod . [2020-12-11T17:01:05.964Z] ---> 4fbfec9c5264 [2020-12-11T17:01:05.964Z] Step 7/23 : RUN go mod download [2020-12-11T17:01:05.964Z] ---> 806293a17cfe [2020-12-11T17:01:05.964Z] Step 7/21 : RUN go mod download [2020-12-11T17:01:05.964Z] ---> Running in c03e73ffb14c [2020-12-11T17:01:06.245Z] Removing intermediate container 26b1f9a1743a [2020-12-11T17:01:06.245Z] ---> 59a5426f311d [2020-12-11T17:01:06.245Z] Step 7/29 : COPY . . [2020-12-11T17:01:06.245Z] ---> Running in 0ec0b4a1768f [2020-12-11T17:01:06.850Z] ---> a375c4b44475 [2020-12-11T17:01:06.850Z] Step 7/24 : RUN go mod download [2020-12-11T17:01:06.850Z] ---> Running in 3b686c94b9a6 [2020-12-11T17:01:08.585Z] Removing intermediate container 9114b0e75c20 [2020-12-11T17:01:08.586Z] ---> b567f1189eb9 [2020-12-11T17:01:08.586Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-11T17:01:08.586Z] ---> Running in e16301e6f397 [2020-12-11T17:01:08.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-11T17:01:08.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-11T17:01:09.221Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T17:01:09.221Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-11T17:01:09.221Z] (3/3) Installing curl (7.69.1-r3) [2020-12-11T17:01:09.221Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:01:09.221Z] OK: 72 MiB in 58 packages [2020-12-11T17:01:09.856Z] Removing intermediate container e16301e6f397 [2020-12-11T17:01:09.856Z] ---> 3f2af8a045c7 [2020-12-11T17:01:09.856Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-11T17:01:10.129Z] ---> Running in ee23805ca91b [2020-12-11T17:01:10.129Z] Removing intermediate container ee23805ca91b [2020-12-11T17:01:10.129Z] ---> af96e91ddafd [2020-12-11T17:01:10.129Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:01:10.255Z] Removing intermediate container e0aecea8d72d [2020-12-11T17:01:10.255Z] ---> cf7a74f5303d [2020-12-11T17:01:10.255Z] Step 8/22 : COPY . . [2020-12-11T17:01:10.403Z] ---> Running in f9fdf9f19da9 [2020-12-11T17:01:10.403Z] Removing intermediate container f9fdf9f19da9 [2020-12-11T17:01:10.403Z] ---> a90de2403aaf [2020-12-11T17:01:10.403Z] Step 25/27 : LABEL arch=x86_64 [2020-12-11T17:01:10.675Z] ---> Running in f937982facf7 [2020-12-11T17:01:10.675Z] Removing intermediate container f937982facf7 [2020-12-11T17:01:10.675Z] ---> e37fe92ac9cf [2020-12-11T17:01:10.675Z] Step 26/27 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:01:10.940Z] ---> Running in d991a1b6b512 [2020-12-11T17:01:11.243Z] Removing intermediate container d991a1b6b512 [2020-12-11T17:01:11.243Z] ---> 4aac7d50dcaa [2020-12-11T17:01:11.243Z] Step 27/27 : LABEL version=0.0.0 [2020-12-11T17:01:11.243Z] ---> Running in 287c09aa9d7e [2020-12-11T17:01:11.248Z] Removing intermediate container c03e73ffb14c [2020-12-11T17:01:11.248Z] ---> 073c394c930c [2020-12-11T17:01:11.248Z] Step 8/23 : COPY . . [2020-12-11T17:01:11.517Z] Removing intermediate container 287c09aa9d7e [2020-12-11T17:01:11.517Z] ---> 1b3897f29ad0 [2020-12-11T17:01:11.517Z] [2020-12-11T17:01:11.517Z] Successfully built 1b3897f29ad0 [2020-12-11T17:01:11.802Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-11T17:01:11.845Z] Removing intermediate container 0ec0b4a1768f [2020-12-11T17:01:11.845Z] ---> f59e45c6d054 [2020-12-11T17:01:11.845Z] Step 8/21 : COPY . . [2020-12-11T17:01:12.119Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-11T17:01:12.122Z] Removing intermediate container 3b686c94b9a6 [2020-12-11T17:01:12.122Z] ---> 4aa4f9513444 [2020-12-11T17:01:12.122Z] Step 8/24 : COPY . . [2020-12-11T17:01:12.276Z] $ docker stop --time=1 22f77454ad3ac03c33b95ee623c6fecc75ca8368a6802ac76da5e87b6a7c1158 [2020-12-11T17:01:14.166Z] $ docker rm -f 22f77454ad3ac03c33b95ee623c6fecc75ca8368a6802ac76da5e87b6a7c1158 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T17:01:15.066Z] + docker images [2020-12-11T17:01:15.066Z] + grep docker [2020-12-11T17:01:15.066Z] docker-sys-mgmt-agent-go latest 1b3897f29ad0 4 seconds ago 313MB [2020-12-11T17:01:15.066Z] docker-core-metadata-go latest 970c3a82c5be 50 seconds ago 14.5MB [2020-12-11T17:01:15.066Z] docker-security-secretstore-setup-go latest f579c184a509 51 seconds ago 24.7MB [2020-12-11T17:01:15.066Z] docker-security-proxy-setup-go latest 3d1a9d5de6a0 55 seconds ago 24.6MB [2020-12-11T17:01:15.066Z] docker-support-scheduler-go latest 264375e7c3fa About a minute ago 12.3MB [2020-12-11T17:01:15.066Z] docker-security-secrets-setup-go latest 1412f145150f 2 minutes ago 23.9MB [2020-12-11T17:01:15.066Z] docker-core-data-go latest a9bdb73fb743 2 minutes ago 23.7MB [2020-12-11T17:01:15.066Z] docker-security-bootstrap-redis-go latest 9709e24d6a85 3 minutes ago 15.8MB [2020-12-11T17:01:15.066Z] docker-support-notifications-go latest 1cf5697a913d 3 minutes ago 13.6MB [2020-12-11T17:01:15.066Z] docker-core-command-go latest c9350cf3ab6a 3 minutes ago 12.2MB [2020-12-11T17:01:15.066Z] docker latest aefe523efa57 12 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-11T17:01:30.894Z] Still waiting to schedule task [2020-12-11T17:01:30.894Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-11T17:01:34.344Z] ---> 9ce246f8a0f1 [2020-12-11T17:01:34.344Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-11T17:01:34.344Z] ---> Running in 4bf0cfc63a37 [2020-12-11T17:01:34.618Z] ---> f895acd32bbe [2020-12-11T17:01:34.618Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-11T17:01:34.896Z] ---> 1b00ed2f98db [2020-12-11T17:01:34.896Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-11T17:01:34.896Z] ---> Running in 2ad6f884f8a0 [2020-12-11T17:01:34.896Z] ---> 9f5341ab8acf [2020-12-11T17:01:34.896Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-11T17:01:35.172Z] ---> 0eb981704efc [2020-12-11T17:01:35.172Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-11T17:01:35.172Z] ---> Running in 16d027300e61 [2020-12-11T17:01:35.172Z] ---> Running in e3674bc13805 [2020-12-11T17:01:35.450Z] ---> Running in 112f54952ace [2020-12-11T17:01:36.051Z] 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 [2020-12-11T17:01:37.044Z] 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 [2020-12-11T17:01:37.327Z] 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 [2020-12-11T17:01:37.611Z] 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 [2020-12-11T17:01:37.887Z] 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 [2020-12-11T17:02:21.495Z] Running on prd-ubuntu18.04-docker-8c-8g-15595 in /w/workspace/edgexfoundry_edgex-go_PR-2940 [Pipeline] { [Pipeline] ws [2020-12-11T17:02:21.549Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-11T17:02:23.551Z] using credential edgex-jenkins-ssh [2020-12-11T17:02:23.632Z] Cloning the remote Git repository [2020-12-11T17:02:23.659Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-11T17:02:23.727Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-11T17:02:23.750Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T17:02:23.750Z] > git --version # timeout=10 [2020-12-11T17:02:23.757Z] > git --version # 'git version 2.17.1' [2020-12-11T17:02:23.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T17:02:23.785Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T17:02:40.850Z] Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:02:40.980Z] Merge succeeded, producing b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:02:40.981Z] Checking out Revision b116ed2c3666a71abee49cd31488bd2e8787a89d (PR-2940) [2020-12-11T17:02:40.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T17:02:40.256Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-11T17:02:40.266Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-11T17:02:40.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-11T17:02:40.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T17:02:40.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2940/head:refs/remotes/origin/PR-2940 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-11T17:02:40.863Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T17:02:40.869Z] > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 [2020-12-11T17:02:40.948Z] > git remote # timeout=10 [2020-12-11T17:02:40.960Z] > git config --get remote.origin.url # timeout=10 [2020-12-11T17:02:40.965Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-11T17:02:40.969Z] > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-11T17:02:40.980Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-11T17:02:40.988Z] > git config core.sparsecheckout # timeout=10 [2020-12-11T17:02:40.996Z] > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 [2020-12-11T17:02:44.747Z] Commit message: "feat(security): kong cert paths are now optional" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:02:45.845Z] + echo snap-build.sh [2020-12-11T17:02:45.845Z] snap-build.sh [2020-12-11T17:02:45.845Z] + SNAP_BASE_DIR=. [2020-12-11T17:02:45.845Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-12-11T17:02:45.845Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-12-11T17:02:45.845Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-12-11T17:02:45.845Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-12-11T17:02:45.845Z] + cd /w/workspace/edgex-go/3 [2020-12-11T17:02:45.845Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-11T17:02:45.845Z] Reading package lists... [2020-12-11T17:02:45.845Z] Building dependency tree... [2020-12-11T17:02:45.845Z] Reading state information... [2020-12-11T17:02:46.106Z] The following packages were automatically installed and are no longer required: [2020-12-11T17:02:46.106Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-11T17:02:46.106Z] uidmap xdelta3 [2020-12-11T17:02:46.106Z] Use 'sudo apt autoremove' to remove them. [2020-12-11T17:02:46.106Z] The following packages will be REMOVED: [2020-12-11T17:02:46.106Z] lxd* lxd-client* [2020-12-11T17:02:46.369Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-11T17:02:46.369Z] After this operation, 31.7 MB disk space will be freed. [2020-12-11T17:02:47.681Z] (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.) [2020-12-11T17:02:47.681Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T17:02:48.641Z] Removing lxd dnsmasq configuration [2020-12-11T17:02:48.641Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T17:02:48.641Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-11T17:02:49.589Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T17:02:49.852Z] (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.) [2020-12-11T17:02:49.852Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-11T17:02:51.241Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-11T17:02:51.241Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-11T17:02:52.632Z] + sudo snap remove --purge lxd [2020-12-11T17:02:52.895Z] snap "lxd" is not installed [2020-12-11T17:02:52.895Z] + sudo groupadd --force --system lxd [2020-12-11T17:02:52.895Z] ++ whoami [2020-12-11T17:02:52.895Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-11T17:02:52.895Z] + newgrp - lxd [2020-12-11T17:02:52.895Z] + sudo snap install lxd [2020-12-11T17:02:59.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T17:02:59.735Z] Removing intermediate container 4bf0cfc63a37 [2020-12-11T17:02:59.735Z] ---> 84fd7e539647 [2020-12-11T17:02:59.735Z] [2020-12-11T17:02:59.735Z] Step 9/29 : FROM alpine:latest [2020-12-11T17:02:59.735Z] latest: Pulling from library/alpine [2020-12-11T17:02:59.735Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-11T17:02:59.735Z] Status: Downloaded newer image for alpine:latest [2020-12-11T17:02:59.735Z] ---> 2e77e061c27f [2020-12-11T17:02:59.735Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-11T17:02:59.735Z] ---> Running in 1101e6f08453 [2020-12-11T17:02:59.735Z] Removing intermediate container 1101e6f08453 [2020-12-11T17:02:59.735Z] ---> 50e73ef611fe [2020-12-11T17:02:59.735Z] Step 11/29 : USER root [2020-12-11T17:02:59.735Z] ---> Running in 7432fab73a4d [2020-12-11T17:02:59.735Z] Removing intermediate container 7432fab73a4d [2020-12-11T17:02:59.735Z] ---> d819cea9fe23 [2020-12-11T17:02:59.735Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-11T17:02:59.735Z] ---> Running in 19cff40d6c75 [2020-12-11T17:03:01.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:01.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:01.678Z] v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:03:01.678Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:03:01.678Z] OK: 12617 distinct packages available [2020-12-11T17:03:02.675Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-11T17:03:02.955Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-11T17:03:02.955Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:03:02.955Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T17:03:03.234Z] OK: 6 MiB in 16 packages [2020-12-11T17:03:03.538Z] 2020-12-11T17:03:00Z INFO Waiting for automatic snapd restart... [2020-12-11T17:03:05.251Z] Removing intermediate container 2ad6f884f8a0 [2020-12-11T17:03:05.251Z] ---> f5fcf289ec0e [2020-12-11T17:03:05.251Z] [2020-12-11T17:03:05.251Z] Step 10/22 : FROM alpine:3.10 [2020-12-11T17:03:05.251Z] 3.10: Pulling from library/alpine [2020-12-11T17:03:06.718Z] Removing intermediate container 19cff40d6c75 [2020-12-11T17:03:06.718Z] ---> 5924dd23ec36 [2020-12-11T17:03:06.718Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-11T17:03:07.009Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-11T17:03:07.009Z] Status: Downloaded newer image for alpine:3.10 [2020-12-11T17:03:07.009Z] ---> 536a684cf733 [2020-12-11T17:03:07.009Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T17:03:07.009Z] ---> Running in ffa5b2346121 [2020-12-11T17:03:07.288Z] ---> Running in 42e4da9ae919 [2020-12-11T17:03:08.289Z] Removing intermediate container ffa5b2346121 [2020-12-11T17:03:08.289Z] ---> f22d290009f5 [2020-12-11T17:03:08.289Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-11T17:03:08.577Z] ---> Running in cebdbac975ea [2020-12-11T17:03:09.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:09.493Z] Removing intermediate container cebdbac975ea [2020-12-11T17:03:09.493Z] ---> 481261b0162a [2020-12-11T17:03:09.493Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-11T17:03:09.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:09.776Z] ---> Running in 4a8bca9ecfe7 [2020-12-11T17:03:10.390Z] v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-11T17:03:10.390Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-11T17:03:10.390Z] OK: 10169 distinct packages available [2020-12-11T17:03:11.581Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-11T17:03:11.581Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-11T17:03:11.581Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-11T17:03:11.581Z] (4/5) Installing curl (7.66.0-r3) [2020-12-11T17:03:11.871Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-11T17:03:11.871Z] Executing busybox-1.30.1-r3.trigger [2020-12-11T17:03:12.155Z] Executing ca-certificates-20191127-r2.trigger [2020-12-11T17:03:12.794Z] OK: 7 MiB in 19 packages [2020-12-11T17:03:14.320Z] Removing intermediate container 112f54952ace [2020-12-11T17:03:14.320Z] ---> 7f0780b0702d [2020-12-11T17:03:14.320Z] [2020-12-11T17:03:14.320Z] Step 10/21 : FROM alpine [2020-12-11T17:03:14.320Z] ---> 2e77e061c27f [2020-12-11T17:03:14.320Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-11T17:03:14.320Z] ---> Running in d4560ac8d387 [2020-12-11T17:03:15.040Z] Removing intermediate container 4a8bca9ecfe7 [2020-12-11T17:03:15.040Z] ---> d5d2f6baee82 [2020-12-11T17:03:15.040Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-11T17:03:16.693Z] Removing intermediate container 42e4da9ae919 [2020-12-11T17:03:16.693Z] ---> 28324f5c7725 [2020-12-11T17:03:16.693Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-11T17:03:17.297Z] ---> Running in 217d463ee0d4 [2020-12-11T17:03:17.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:17.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:17.914Z] ---> 88fbb83f7cd4 [2020-12-11T17:03:17.914Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-11T17:03:18.187Z] Removing intermediate container 217d463ee0d4 [2020-12-11T17:03:18.187Z] ---> 29d85a842a48 [2020-12-11T17:03:18.187Z] Step 13/22 : WORKDIR / [2020-12-11T17:03:18.462Z] ---> Running in 2d6bcb823f38 [2020-12-11T17:03:18.542Z] lxd 4.8 from Canonical* installed [2020-12-11T17:03:18.542Z] + sudo lxd init --auto [2020-12-11T17:03:19.061Z] Removing intermediate container 2d6bcb823f38 [2020-12-11T17:03:19.061Z] ---> 3e3844df04cf [2020-12-11T17:03:19.061Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-11T17:03:19.061Z] v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:03:19.061Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:03:19.061Z] OK: 12617 distinct packages available [2020-12-11T17:03:19.336Z] ---> 9528f9270624 [2020-12-11T17:03:19.336Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-11T17:03:19.944Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-11T17:03:20.225Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T17:03:20.225Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-11T17:03:20.506Z] (4/4) Installing curl (7.69.1-r3) [2020-12-11T17:03:20.506Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:03:20.506Z] Executing ca-certificates-20191127-r4.trigger [2020-12-11T17:03:20.784Z] OK: 7 MiB in 18 packages [2020-12-11T17:03:20.784Z] ---> 88d7bd251062 [2020-12-11T17:03:20.784Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-11T17:03:21.073Z] ---> f1b9b7252fe7 [2020-12-11T17:03:21.073Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-11T17:03:23.107Z] ---> 2000eeddd2f1 [2020-12-11T17:03:23.107Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-11T17:03:23.712Z] ---> 6cb0131feade [2020-12-11T17:03:23.712Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-11T17:03:24.711Z] ---> 1d82cfe1ac91 [2020-12-11T17:03:24.711Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-11T17:03:24.992Z] Removing intermediate container d4560ac8d387 [2020-12-11T17:03:24.992Z] ---> 7d162a5d692e [2020-12-11T17:03:24.992Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T17:03:25.274Z] ---> Running in 615fd2ad4c37 [2020-12-11T17:03:25.274Z] ---> Running in 435bbb8884e2 [2020-12-11T17:03:25.883Z] ---> 8c4c1c9f7e34 [2020-12-11T17:03:25.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-11T17:03:26.883Z] Removing intermediate container 435bbb8884e2 [2020-12-11T17:03:26.883Z] ---> b15fc1f4ef55 [2020-12-11T17:03:26.883Z] Step 13/21 : WORKDIR /edgex [2020-12-11T17:03:26.902Z] + sudo snap install --classic snapcraft [2020-12-11T17:03:27.160Z] ---> Running in cac62c8bb2bc [2020-12-11T17:03:28.172Z] ---> 4ea16fcf297e [2020-12-11T17:03:28.172Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-11T17:03:28.789Z] ---> Running in a2129335f9d6 [2020-12-11T17:03:28.789Z] Removing intermediate container cac62c8bb2bc [2020-12-11T17:03:28.789Z] ---> 5ac507abae53 [2020-12-11T17:03:28.789Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-11T17:03:29.395Z] Removing intermediate container 16d027300e61 [2020-12-11T17:03:29.395Z] ---> e5d54e71468c [2020-12-11T17:03:29.395Z] [2020-12-11T17:03:29.395Z] Step 10/24 : FROM scratch [2020-12-11T17:03:29.395Z] ---> [2020-12-11T17:03:29.395Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-11T17:03:30.001Z] ---> Running in 7471035cc915 [2020-12-11T17:03:30.001Z] Removing intermediate container 615fd2ad4c37 [2020-12-11T17:03:30.001Z] ---> 0d8b477bcc26 [2020-12-11T17:03:30.001Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T17:03:30.597Z] ---> 5e5102f2330c [2020-12-11T17:03:30.597Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-11T17:03:30.597Z] Removing intermediate container 7471035cc915 [2020-12-11T17:03:30.597Z] ---> 765691ab0115 [2020-12-11T17:03:30.597Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-11T17:03:30.871Z] ---> Running in eff9c712fb5a [2020-12-11T17:03:31.854Z] Removing intermediate container eff9c712fb5a [2020-12-11T17:03:31.854Z] ---> 8187aebaa68b [2020-12-11T17:03:31.854Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-11T17:03:31.854Z] ---> 3221acd9c0b4 [2020-12-11T17:03:31.854Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T17:03:32.128Z] ---> Running in 0d42bde39c80 [2020-12-11T17:03:32.201Z] snapcraft 4.4.4 from Canonical* installed [2020-12-11T17:03:32.201Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-11T17:03:32.201Z] + patch --verbose -p1 [2020-12-11T17:03:32.201Z] Hmm... Looks like a unified diff to me... [2020-12-11T17:03:32.201Z] The text leading up to this was: [2020-12-11T17:03:32.201Z] -------------------------- [2020-12-11T17:03:32.201Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-11T17:03:32.201Z] |From: Tony Espy [2020-12-11T17:03:32.201Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-11T17:03:32.201Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-11T17:03:32.201Z] | [2020-12-11T17:03:32.201Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-11T17:03:32.201Z] |optimize the snap CI check run for pull requests. When [2020-12-11T17:03:32.201Z] |applied, it essentially strips out everything (apps and [2020-12-11T17:03:32.201Z] |parts) from the snapcraft.yaml file except those required [2020-12-11T17:03:32.201Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-11T17:03:32.201Z] |catch changes to edgex-go that break the snap build. [2020-12-11T17:03:32.201Z] | [2020-12-11T17:03:32.201Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-11T17:03:32.201Z] |to update this patch file, otherwise it may fail to apply, [2020-12-11T17:03:32.201Z] |resulting in a failed snap build CI check in the associated [2020-12-11T17:03:32.201Z] |pull request. [2020-12-11T17:03:32.201Z] | [2020-12-11T17:03:32.201Z] |Note - in addition to applying this patch, the pipeline also [2020-12-11T17:03:32.201Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-11T17:03:32.201Z] |need to build the finally binary .snap file (and it won't [2020-12-11T17:03:32.201Z] |work with the patch applied). This further reduces the build [2020-12-11T17:03:32.201Z] |time. [2020-12-11T17:03:32.201Z] |--- [2020-12-11T17:03:32.201Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-11T17:03:32.201Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-11T17:03:32.201Z] | [2020-12-11T17:03:32.201Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-11T17:03:32.201Z] |index b265277c..d7e1de37 100644 [2020-12-11T17:03:32.201Z] |--- a/snap/snapcraft.yaml [2020-12-11T17:03:32.201Z] |+++ b/snap/snapcraft.yaml [2020-12-11T17:03:32.201Z] -------------------------- [2020-12-11T17:03:32.201Z] patching file snap/snapcraft.yaml [2020-12-11T17:03:32.201Z] Using Plan A... [2020-12-11T17:03:32.201Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-11T17:03:32.201Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-11T17:03:32.201Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-11T17:03:32.201Z] Hmm... Ignoring the trailing garbage. [2020-12-11T17:03:32.201Z] done [2020-12-11T17:03:32.201Z] + sudo snapcraft prime --use-lxd [2020-12-11T17:03:32.403Z] ---> Running in 5f2793d27976 [2020-12-11T17:03:32.403Z] Removing intermediate container a2129335f9d6 [2020-12-11T17:03:32.403Z] ---> 5e153d9c0a8d [2020-12-11T17:03:32.403Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-11T17:03:32.403Z] ---> 604944b16faf [2020-12-11T17:03:32.403Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-11T17:03:32.685Z] ---> Running in 01a9dea8e8bc [2020-12-11T17:03:32.685Z] Removing intermediate container 0d42bde39c80 [2020-12-11T17:03:32.685Z] ---> c5ff999ed8d5 [2020-12-11T17:03:32.685Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-11T17:03:33.146Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-11T17:03:33.146Z] 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: [2020-12-11T17:03:33.146Z] - README.md [2020-12-11T17:03:33.146Z] - snapcraft.yaml.orig [2020-12-11T17:03:33.146Z] [2020-12-11T17:03:33.146Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-11T17:03:33.723Z] Launching a container. [2020-12-11T17:03:34.149Z] Removing intermediate container 01a9dea8e8bc [2020-12-11T17:03:34.149Z] ---> 49a8538ea657 [2020-12-11T17:03:34.149Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T17:03:34.748Z] ---> Running in 58f73b295506 [2020-12-11T17:03:34.748Z] ---> 87b165211be7 [2020-12-11T17:03:34.748Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-11T17:03:34.748Z] ---> 9587ccec3bf1 [2020-12-11T17:03:34.748Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-11T17:03:35.033Z] ---> Running in 7044b836d56d [2020-12-11T17:03:35.655Z] Removing intermediate container 58f73b295506 [2020-12-11T17:03:35.655Z] ---> 633622de5fdc [2020-12-11T17:03:35.655Z] Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:03:35.655Z] ---> Running in 87856d3bdf91 [2020-12-11T17:03:35.948Z] Removing intermediate container 7044b836d56d [2020-12-11T17:03:35.948Z] ---> 20994c06f193 [2020-12-11T17:03:35.948Z] Step 18/21 : CMD ["--init=true"] [2020-12-11T17:03:35.948Z] Removing intermediate container 5f2793d27976 [2020-12-11T17:03:35.948Z] ---> 0bd2d82ce841 [2020-12-11T17:03:36.227Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-11T17:03:36.227Z] ---> Running in 7a2e446a370e [2020-12-11T17:03:36.227Z] ---> Running in 59533440a148 [2020-12-11T17:03:36.509Z] ---> 9aba00bc5356 [2020-12-11T17:03:36.509Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-11T17:03:36.509Z] Removing intermediate container 87856d3bdf91 [2020-12-11T17:03:36.509Z] ---> b6567fa024ad [2020-12-11T17:03:36.509Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T17:03:36.790Z] ---> Running in 7325258ca1ca [2020-12-11T17:03:37.063Z] Removing intermediate container 7a2e446a370e [2020-12-11T17:03:37.063Z] ---> 742e7f4b5928 [2020-12-11T17:03:37.063Z] Step 19/21 : LABEL arch=arm64 [2020-12-11T17:03:37.063Z] ---> Running in a7e7675bc7f3 [2020-12-11T17:03:37.663Z] Removing intermediate container 7325258ca1ca [2020-12-11T17:03:37.663Z] ---> 5cd21555a4ab [2020-12-11T17:03:37.663Z] [2020-12-11T17:03:37.938Z] Removing intermediate container a7e7675bc7f3 [2020-12-11T17:03:37.938Z] ---> cb501fefd8cc [2020-12-11T17:03:37.938Z] Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:03:38.214Z] Successfully built 5cd21555a4ab [2020-12-11T17:03:38.496Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-11T17:03:38.496Z] Building docker-core-metadata-go [2020-12-11T17:03:38.783Z] ---> Running in 54391ba88aa6 [2020-12-11T17:03:39.075Z]  Building docker-security-bootstrap-redis-go ... done  ---> 82412e5a7d5c [2020-12-11T17:03:39.075Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-11T17:03:39.691Z] Removing intermediate container 54391ba88aa6 [2020-12-11T17:03:39.691Z] ---> 2463b6b9f55a [2020-12-11T17:03:39.691Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T17:03:39.967Z] ---> Running in e4443d07b653 [2020-12-11T17:03:40.577Z] Removing intermediate container 59533440a148 [2020-12-11T17:03:40.578Z] ---> 0a21dc4506ac [2020-12-11T17:03:40.578Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T17:03:40.859Z] ---> 9f8ce8f9b53d [2020-12-11T17:03:40.859Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-11T17:03:41.459Z] Removing intermediate container e4443d07b653 [2020-12-11T17:03:41.459Z] ---> c3fafaecf4b3 [2020-12-11T17:03:41.459Z] [2020-12-11T17:03:41.741Z] ---> Running in 2eb91595730c [2020-12-11T17:03:42.016Z] Successfully built c3fafaecf4b3 [2020-12-11T17:03:42.016Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-11T17:03:42.016Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-12-11T17:03:43.005Z] Removing intermediate container 2eb91595730c [2020-12-11T17:03:43.005Z] ---> 7bc060a47e42 [2020-12-11T17:03:43.005Z] Step 26/29 : CMD [ "generate" ] [2020-12-11T17:03:43.283Z] ---> 4bb7c67951cd [2020-12-11T17:03:43.283Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-11T17:03:43.283Z] ---> Running in b738299ff9b6 [2020-12-11T17:03:44.271Z] Removing intermediate container b738299ff9b6 [2020-12-11T17:03:44.272Z] ---> 36bc197a4d7c [2020-12-11T17:03:44.272Z] Step 27/29 : LABEL arch=arm64 [2020-12-11T17:03:44.876Z] ---> b8986e473768 [2020-12-11T17:03:44.876Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-11T17:03:45.151Z] ---> Running in 1de00a9c1a43 [2020-12-11T17:03:45.764Z] ---> Running in 7847a0931257 [2020-12-11T17:03:45.981Z] Waiting for container to be ready [2020-12-11T17:03:45.982Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-11T17:03:45.982Z] [2020-12-11T17:03:46.491Z] Removing intermediate container 1de00a9c1a43 [2020-12-11T17:03:46.491Z] ---> d80c81868312 [2020-12-11T17:03:46.491Z] Step 28/29 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:03:46.765Z] Removing intermediate container 7847a0931257 [2020-12-11T17:03:46.765Z] ---> 33c8bdf24a6c [2020-12-11T17:03:46.765Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:03:47.039Z] ---> Running in 069a3cd00ab8 [2020-12-11T17:03:47.322Z] ---> Running in 0db1e1047e8d [2020-12-11T17:03:47.925Z] Removing intermediate container 069a3cd00ab8 [2020-12-11T17:03:47.925Z] ---> 86f545f30a48 [2020-12-11T17:03:47.925Z] Step 29/29 : LABEL version=0.0.0 [2020-12-11T17:03:48.529Z] Removing intermediate container 0db1e1047e8d [2020-12-11T17:03:48.529Z] ---> 931079a9e0cf [2020-12-11T17:03:48.529Z] Step 22/24 : LABEL arch=arm64 [2020-12-11T17:03:48.533Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-11T17:03:48.802Z] ---> Running in a86e408eec39 [2020-12-11T17:03:49.077Z] ---> Running in 39aa9fd08001 [2020-12-11T17:03:49.108Z] Waiting for network to be ready... [2020-12-11T17:03:49.358Z] Removing intermediate container a86e408eec39 [2020-12-11T17:03:49.358Z] ---> afdaeceeaa8d [2020-12-11T17:03:49.358Z] [2020-12-11T17:03:49.680Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-11T17:03:49.680Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-11T17:03:49.967Z] Removing intermediate container 39aa9fd08001 [2020-12-11T17:03:49.967Z] ---> 17b1c5d952bf [2020-12-11T17:03:49.967Z] Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:03:49.967Z] Successfully built afdaeceeaa8d [2020-12-11T17:03:50.251Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-11T17:03:50.251Z] Building docker-sys-mgmt-agent-go [2020-12-11T17:03:50.252Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-11T17:03:50.252Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-11T17:03:50.252Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-11T17:03:50.512Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-11T17:03:50.522Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container e3674bc13805 [2020-12-11T17:03:50.523Z] ---> db489768a2af [2020-12-11T17:03:50.523Z] [2020-12-11T17:03:50.523Z] Step 10/23 : FROM alpine [2020-12-11T17:03:50.523Z] ---> 2e77e061c27f [2020-12-11T17:03:50.523Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T17:03:50.523Z] ---> Running in bbbf374ef3a1 [2020-12-11T17:03:50.772Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-11T17:03:50.772Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-11T17:03:50.772Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-11T17:03:50.772Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-11T17:03:50.772Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-11T17:03:50.772Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-11T17:03:50.772Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-11T17:03:50.772Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-11T17:03:50.772Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-11T17:03:50.772Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-11T17:03:50.772Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-11T17:03:50.794Z] ---> Running in 4c5794d94e26 [2020-12-11T17:03:51.034Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-11T17:03:51.034Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-11T17:03:51.301Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-11T17:03:51.301Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-11T17:03:51.301Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-11T17:03:51.301Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-11T17:03:51.301Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-11T17:03:51.301Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-11T17:03:51.301Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-11T17:03:51.391Z] Removing intermediate container bbbf374ef3a1 [2020-12-11T17:03:51.391Z] ---> a3b780f37a93 [2020-12-11T17:03:51.391Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T17:03:51.391Z] Removing intermediate container 4c5794d94e26 [2020-12-11T17:03:51.391Z] ---> 3de83ad0e455 [2020-12-11T17:03:51.391Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-11T17:03:51.391Z] ---> Running in 07b0b4b94305 [2020-12-11T17:03:51.563Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-11T17:03:51.662Z] ---> Running in 65ef0d4497a6 [2020-12-11T17:03:52.257Z] Removing intermediate container 07b0b4b94305 [2020-12-11T17:03:52.257Z] ---> 17944c3cc399 [2020-12-11T17:03:52.257Z] [2020-12-11T17:03:52.535Z] Successfully built 17944c3cc399 [2020-12-11T17:03:52.807Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-11T17:03:52.807Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-12-11T17:03:52.807Z] Removing intermediate container 65ef0d4497a6 [2020-12-11T17:03:52.807Z] ---> d86f7ff73e55 [2020-12-11T17:03:52.807Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-11T17:03:53.081Z] ---> Running in 3af2f7046eb7 [2020-12-11T17:03:53.685Z] Removing intermediate container 3af2f7046eb7 [2020-12-11T17:03:53.685Z] ---> e0e1fd3be841 [2020-12-11T17:03:53.685Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:03:53.963Z] ---> Running in b792eee62cd0 [2020-12-11T17:03:54.116Z] Fetched 23.4 MB in 4s (5546 kB/s) [2020-12-11T17:03:54.693Z] Reading package lists... [2020-12-11T17:03:54.693Z] Reading package lists... [2020-12-11T17:03:54.955Z] Building dependency tree... [2020-12-11T17:03:54.955Z] Reading state information... [2020-12-11T17:03:55.217Z] The following additional packages will be installed: [2020-12-11T17:03:55.217Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-11T17:03:55.217Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-11T17:03:55.217Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-11T17:03:55.217Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-11T17:03:55.217Z] Suggested packages: [2020-12-11T17:03:55.217Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-11T17:03:55.217Z] Recommended packages: [2020-12-11T17:03:55.217Z] gnupg libsasl2-modules [2020-12-11T17:03:55.217Z] The following NEW packages will be installed: [2020-12-11T17:03:55.217Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-11T17:03:55.217Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-11T17:03:55.217Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-11T17:03:55.217Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-11T17:03:55.217Z] The following packages will be upgraded: [2020-12-11T17:03:55.217Z] gpg gpg-agent gpgconf libudev1 [2020-12-11T17:03:55.479Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-11T17:03:55.479Z] Need to get 3531 kB of archives. [2020-12-11T17:03:55.479Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-11T17:03:55.479Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-11T17:03:55.479Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-11T17:03:55.741Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-11T17:03:56.001Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-11T17:03:56.001Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-11T17:03:56.001Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-11T17:03:56.001Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-11T17:03:56.002Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-11T17:03:56.002Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-11T17:03:56.002Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-11T17:03:56.002Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-11T17:03:56.002Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-11T17:03:56.002Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-11T17:03:56.002Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-11T17:03:56.002Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-11T17:03:56.002Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-11T17:03:56.002Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-11T17:03:56.002Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-11T17:03:56.002Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-11T17:03:56.263Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-11T17:03:56.263Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-11T17:03:56.263Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-11T17:03:56.263Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T17:03:56.263Z] Fetched 3531 kB in 1s (3477 kB/s) [2020-12-11T17:03:56.524Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-11T17:03:56.524Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-11T17:03:56.524Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T17:03:56.524Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-11T17:03:56.786Z] Selecting previously unselected package udev. [2020-12-11T17:03:56.786Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-11T17:03:56.786Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-11T17:03:56.786Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-11T17:03:57.049Z] Selecting previously unselected package libfuse2:amd64. [2020-12-11T17:03:57.049Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-11T17:03:57.049Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-11T17:03:57.049Z] Selecting previously unselected package fuse. [2020-12-11T17:03:57.049Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-11T17:03:57.049Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-11T17:03:57.313Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T17:03:57.313Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T17:03:57.313Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T17:03:57.313Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T17:03:57.361Z] Removing intermediate container b792eee62cd0 [2020-12-11T17:03:57.362Z] ---> 1049ebe39ec2 [2020-12-11T17:03:57.362Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-11T17:03:57.574Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T17:03:57.574Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T17:03:57.574Z] Selecting previously unselected package libksba8:amd64. [2020-12-11T17:03:57.574Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-11T17:03:57.574Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-11T17:03:57.837Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-11T17:03:57.837Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:57.837Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:57.837Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-11T17:03:57.837Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:57.837Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:57.837Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-11T17:03:57.837Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:57.837Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:57.960Z] ---> Running in c4e4c6dea724 [2020-12-11T17:03:58.098Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-11T17:03:58.098Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:58.098Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:58.098Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-11T17:03:58.098Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:58.099Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:58.361Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-11T17:03:58.361Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:58.361Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:58.361Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-11T17:03:58.361Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:58.361Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:58.361Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-11T17:03:58.361Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:58.361Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:58.623Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-11T17:03:58.623Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-11T17:03:58.623Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:58.623Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-11T17:03:58.623Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-11T17:03:58.623Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T17:03:58.885Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-11T17:03:58.885Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-11T17:03:58.885Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T17:03:58.885Z] Selecting previously unselected package libldap-common. [2020-12-11T17:03:58.885Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-11T17:03:58.885Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T17:03:58.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:59.146Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-11T17:03:59.146Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-11T17:03:59.146Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T17:03:59.146Z] Selecting previously unselected package dirmngr. [2020-12-11T17:03:59.146Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T17:03:59.146Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-11T17:03:59.408Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T17:03:59.408Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-11T17:03:59.408Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-11T17:03:59.408Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T17:03:59.408Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-11T17:03:59.408Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-11T17:03:59.408Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:59.408Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-11T17:03:59.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T17:03:59.670Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-11T17:03:59.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:03:59.931Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-11T17:03:59.931Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:03:59.931Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-11T17:04:00.191Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-11T17:04:00.191Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-11T17:04:00.191Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.191Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.191Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.191Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.191Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.191Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.452Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-11T17:04:00.452Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-11T17:04:00.452Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-11T17:04:00.452Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T17:04:00.715Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-11T17:04:00.715Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-11T17:04:00.715Z] This means they are not meant to be enabled using systemctl. [2020-12-11T17:04:00.715Z] Possible reasons for having this kind of units are: [2020-12-11T17:04:00.715Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-11T17:04:00.715Z] .wants/ or .requires/ directory. [2020-12-11T17:04:00.715Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-11T17:04:00.715Z] a requirement dependency on it. [2020-12-11T17:04:00.715Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-11T17:04:00.715Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-11T17:04:00.715Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-11T17:04:00.715Z] instance name specified. [2020-12-11T17:04:01.290Z] Reading package lists... [2020-12-11T17:04:01.290Z] Building dependency tree... [2020-12-11T17:04:01.290Z] Reading state information... [2020-12-11T17:04:01.290Z] The following additional packages will be installed: [2020-12-11T17:04:01.290Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-11T17:04:01.290Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-11T17:04:01.290Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-11T17:04:01.290Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-11T17:04:01.290Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-11T17:04:01.290Z] Suggested packages: [2020-12-11T17:04:01.290Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-11T17:04:01.290Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-11T17:04:01.290Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-11T17:04:01.290Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-11T17:04:01.290Z] systemd-container policykit-1 [2020-12-11T17:04:01.290Z] Recommended packages: [2020-12-11T17:04:01.290Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-11T17:04:01.347Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-11T17:04:01.551Z] The following NEW packages will be installed: [2020-12-11T17:04:01.551Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-11T17:04:01.551Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-11T17:04:01.551Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-11T17:04:01.551Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-11T17:04:01.551Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-11T17:04:01.551Z] The following packages will be upgraded: [2020-12-11T17:04:01.551Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-11T17:04:01.551Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-11T17:04:01.551Z] Need to get 35.2 MB of archives. [2020-12-11T17:04:01.551Z] After this operation, 141 MB of additional disk space will be used. [2020-12-11T17:04:01.551Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-11T17:04:01.616Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-11T17:04:01.817Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-11T17:04:01.887Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-11T17:04:02.391Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-11T17:04:02.391Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-11T17:04:02.655Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-11T17:04:02.655Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-11T17:04:02.655Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-11T17:04:02.655Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-11T17:04:02.655Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-11T17:04:02.655Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-11T17:04:02.655Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-11T17:04:02.655Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-11T17:04:02.916Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-11T17:04:02.916Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-11T17:04:02.916Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-11T17:04:02.916Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-11T17:04:02.916Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-11T17:04:02.916Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-11T17:04:02.916Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-11T17:04:02.916Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-11T17:04:02.916Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-11T17:04:02.916Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-11T17:04:02.916Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-11T17:04:02.916Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-11T17:04:02.916Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-11T17:04:02.916Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-11T17:04:02.916Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-11T17:04:02.916Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-11T17:04:02.916Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-11T17:04:03.177Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-11T17:04:03.317Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-11T17:04:03.916Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-11T17:04:03.916Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:04:03.916Z] OK: 8 MiB in 19 packages [2020-12-11T17:04:05.094Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T17:04:05.094Z] Fetched 35.2 MB in 3s (10.8 MB/s) [2020-12-11T17:04:05.094Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T17:04:05.094Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-11T17:04:05.094Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T17:04:05.668Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-11T17:04:05.668Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T17:04:05.668Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-11T17:04:05.929Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T17:04:05.929Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-11T17:04:05.929Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-11T17:04:05.929Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-11T17:04:06.190Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-11T17:04:06.190Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-11T17:04:06.190Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-11T17:04:06.452Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-11T17:04:06.452Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-11T17:04:06.713Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-11T17:04:06.973Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-11T17:04:06.973Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-11T17:04:06.973Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-11T17:04:07.235Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-11T17:04:07.235Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T17:04:07.235Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:07.309Z] Removing intermediate container c4e4c6dea724 [2020-12-11T17:04:07.309Z] ---> 06b27dbb995c [2020-12-11T17:04:07.309Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-11T17:04:07.496Z] Selecting previously unselected package libexpat1:amd64. [2020-12-11T17:04:07.496Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-11T17:04:07.496Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-11T17:04:07.496Z] Selecting previously unselected package python3.6-minimal. [2020-12-11T17:04:07.496Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T17:04:07.496Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:07.763Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-11T17:04:07.763Z] Checking for services that may need to be restarted...done. [2020-12-11T17:04:07.763Z] Checking for services that may need to be restarted...done. [2020-12-11T17:04:07.763Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:07.763Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-11T17:04:08.024Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:08.285Z] Selecting previously unselected package python3-minimal. [2020-12-11T17:04:08.285Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-11T17:04:08.285Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-11T17:04:08.285Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-11T17:04:08.548Z] Selecting previously unselected package mime-support. [2020-12-11T17:04:08.548Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-11T17:04:08.548Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-11T17:04:08.548Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-11T17:04:08.548Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-11T17:04:08.548Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-11T17:04:08.548Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-11T17:04:08.548Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T17:04:08.548Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:08.745Z] ---> 295074466369 [2020-12-11T17:04:08.745Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-11T17:04:08.809Z] Selecting previously unselected package python3.6. [2020-12-11T17:04:08.809Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-11T17:04:08.809Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:08.809Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-11T17:04:08.809Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-11T17:04:08.809Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-11T17:04:09.070Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-11T17:04:09.070Z] Selecting previously unselected package python3. [2020-12-11T17:04:09.335Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-11T17:04:09.335Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-11T17:04:09.335Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-11T17:04:09.335Z] Selecting previously unselected package multiarch-support. [2020-12-11T17:04:09.335Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T17:04:09.335Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-11T17:04:09.335Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-11T17:04:09.335Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-11T17:04:09.335Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-11T17:04:09.335Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-11T17:04:09.335Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-11T17:04:09.597Z] Selecting previously unselected package libbsd0:amd64. [2020-12-11T17:04:09.597Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-11T17:04:09.597Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-11T17:04:09.860Z] Selecting previously unselected package sudo. [2020-12-11T17:04:09.861Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-11T17:04:09.861Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-11T17:04:10.122Z] Selecting previously unselected package apparmor. [2020-12-11T17:04:10.122Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-11T17:04:10.122Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-11T17:04:10.122Z] Selecting previously unselected package libedit2:amd64. [2020-12-11T17:04:10.122Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-11T17:04:10.122Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-11T17:04:10.384Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-11T17:04:10.384Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T17:04:10.384Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:10.384Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-11T17:04:10.384Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T17:04:10.384Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:10.384Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-11T17:04:10.384Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-11T17:04:10.384Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-11T17:04:10.647Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-11T17:04:10.647Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T17:04:10.647Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:10.647Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-11T17:04:10.647Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-11T17:04:10.647Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:10.720Z] ---> b6be46654e70 [2020-12-11T17:04:10.720Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-11T17:04:10.908Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-11T17:04:10.908Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-11T17:04:10.908Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-11T17:04:10.908Z] Selecting previously unselected package openssh-client. [2020-12-11T17:04:10.908Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-11T17:04:10.908Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-11T17:04:11.169Z] Selecting previously unselected package squashfs-tools. [2020-12-11T17:04:11.169Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-11T17:04:11.169Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-11T17:04:11.169Z] Selecting previously unselected package snapd. [2020-12-11T17:04:11.169Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-11T17:04:11.430Z] Unpacking snapd (2.48+18.04) ... [2020-12-11T17:04:11.711Z] ---> 1755c86e020f [2020-12-11T17:04:11.711Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-11T17:04:11.987Z] ---> Running in 90ddddc9ae5f [2020-12-11T17:04:12.585Z] Removing intermediate container 90ddddc9ae5f [2020-12-11T17:04:12.585Z] ---> 5684f73341cd [2020-12-11T17:04:12.585Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:04:12.859Z] ---> Running in 7af0d2762b28 [2020-12-11T17:04:13.341Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-11T17:04:13.341Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-11T17:04:13.460Z] Removing intermediate container 7af0d2762b28 [2020-12-11T17:04:13.461Z] ---> 2ea9d27fe8ae [2020-12-11T17:04:13.461Z] Step 21/23 : LABEL arch=arm64 [2020-12-11T17:04:13.602Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-11T17:04:13.602Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-11T17:04:13.602Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-11T17:04:13.602Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:13.602Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T17:04:13.602Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-11T17:04:13.602Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-11T17:04:14.060Z] ---> Running in c087bb8a7b30 [2020-12-11T17:04:14.547Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-11T17:04:14.547Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-11T17:04:14.547Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-11T17:04:14.658Z] Removing intermediate container c087bb8a7b30 [2020-12-11T17:04:14.658Z] ---> 6fbe38e713e9 [2020-12-11T17:04:14.658Z] Step 22/23 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:04:14.808Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:14.808Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:14.808Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-11T17:04:14.937Z] ---> Running in f2cbfd800cc5 [2020-12-11T17:04:15.380Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-11T17:04:15.545Z] Removing intermediate container f2cbfd800cc5 [2020-12-11T17:04:15.545Z] ---> 29925faaeea8 [2020-12-11T17:04:15.545Z] Step 23/23 : LABEL version=0.0.0 [2020-12-11T17:04:15.545Z] ---> Running in f6dc52245837 [2020-12-11T17:04:15.952Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:15.952Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-11T17:04:15.952Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-11T17:04:15.952Z] running python rtupdate hooks for python3.6... [2020-12-11T17:04:15.952Z] running python post-rtupdate hooks for python3.6... [2020-12-11T17:04:16.213Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-11T17:04:16.530Z] Removing intermediate container f6dc52245837 [2020-12-11T17:04:16.531Z] ---> 2b6f82c85486 [2020-12-11T17:04:16.531Z] [2020-12-11T17:04:16.803Z] Successfully built 2b6f82c85486 [2020-12-11T17:04:16.803Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-11T17:04:16.803Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-12-11T17:04:17.158Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-11T17:04:17.419Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-11T17:04:17.419Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-11T17:04:17.680Z] Setting up snapd (2.48+18.04) ... [2020-12-11T17:04:17.941Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-11T17:04:18.203Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-11T17:04:18.464Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-11T17:04:18.464Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-11T17:04:18.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-11T17:04:18.726Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-11T17:04:18.989Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-11T17:04:18.989Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-11T17:04:19.251Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-11T17:04:19.513Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-11T17:04:19.513Z] /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' [2020-12-11T17:04:19.513Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-11T17:04:19.513Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-11T17:04:20.457Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T17:04:20.457Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T17:04:20.718Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T17:04:21.661Z] Reading package lists... [2020-12-11T17:04:21.924Z] Reading package lists... [2020-12-11T17:04:22.187Z] Building dependency tree... [2020-12-11T17:04:22.187Z] Reading state information... [2020-12-11T17:04:22.187Z] Calculating upgrade... [2020-12-11T17:04:22.451Z] The following packages will be upgraded: [2020-12-11T17:04:22.451Z] advancecomp base-files bash binutils binutils-common [2020-12-11T17:04:22.451Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-11T17:04:22.451Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-11T17:04:22.451Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-11T17:04:22.451Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-11T17:04:22.451Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-11T17:04:22.451Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-11T17:04:22.451Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-11T17:04:22.451Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-11T17:04:22.451Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-11T17:04:22.451Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-11T17:04:22.451Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-11T17:04:22.451Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-11T17:04:22.451Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-11T17:04:22.451Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T17:04:22.451Z] Need to get 63.5 MB of archives. [2020-12-11T17:04:22.451Z] After this operation, 5178 kB of additional disk space will be used. [2020-12-11T17:04:22.451Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-11T17:04:22.451Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-11T17:04:22.712Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-11T17:04:22.712Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-11T17:04:22.712Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-11T17:04:22.712Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-11T17:04:22.712Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-11T17:04:22.712Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-11T17:04:22.712Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-11T17:04:22.712Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-11T17:04:22.712Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-11T17:04:22.712Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-11T17:04:22.712Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-11T17:04:22.712Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-11T17:04:22.712Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-11T17:04:22.712Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-11T17:04:22.712Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-11T17:04:22.712Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-11T17:04:22.712Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-11T17:04:22.712Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-11T17:04:22.713Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-11T17:04:22.713Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-11T17:04:22.713Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-11T17:04:22.713Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-11T17:04:22.713Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-11T17:04:22.713Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-11T17:04:22.713Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-11T17:04:22.713Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-11T17:04:22.713Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-11T17:04:22.713Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-11T17:04:22.713Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-11T17:04:22.713Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-11T17:04:22.713Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-11T17:04:22.713Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-11T17:04:22.976Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-11T17:04:22.976Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-11T17:04:22.976Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-11T17:04:22.976Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-11T17:04:22.976Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-11T17:04:22.976Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-11T17:04:22.976Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-11T17:04:22.976Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-11T17:04:22.976Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-11T17:04:22.976Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-11T17:04:22.976Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-11T17:04:22.976Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-11T17:04:22.976Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-11T17:04:22.976Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-11T17:04:22.976Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-11T17:04:22.976Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-11T17:04:22.976Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-11T17:04:22.976Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-11T17:04:22.976Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-11T17:04:22.976Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-11T17:04:23.240Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-11T17:04:23.240Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-11T17:04:23.522Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-11T17:04:23.523Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-11T17:04:23.523Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-11T17:04:23.523Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-11T17:04:23.523Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-11T17:04:23.523Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-11T17:04:23.786Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-11T17:04:23.786Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] [2020-12-11T17:04:23.786Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-11T17:04:23.786Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-11T17:04:23.786Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-11T17:04:23.786Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-11T17:04:23.786Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-11T17:04:23.786Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-11T17:04:24.049Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-11T17:04:24.049Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-11T17:04:24.049Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-11T17:04:24.049Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-11T17:04:24.049Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-11T17:04:24.049Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-11T17:04:24.049Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-11T17:04:24.049Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-11T17:04:24.049Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-11T17:04:24.049Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-11T17:04:24.049Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-11T17:04:24.049Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-11T17:04:24.049Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-11T17:04:24.049Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-11T17:04:24.310Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-11T17:04:24.310Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-11T17:04:24.310Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-11T17:04:24.310Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-11T17:04:24.310Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-11T17:04:24.310Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-11T17:04:24.310Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-11T17:04:24.310Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-11T17:04:24.310Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-11T17:04:24.310Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-11T17:04:24.572Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-11T17:04:24.572Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-11T17:04:24.572Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T17:04:24.572Z] Fetched 63.5 MB in 2s (30.5 MB/s) [2020-12-11T17:04:24.833Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:24.833Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T17:04:24.833Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T17:04:25.403Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T17:04:25.403Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T17:04:25.403Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... [2020-12-11T17:04:25.403Z] Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... [2020-12-11T17:04:26.788Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:26.788Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:26.788Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:26.788Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:26.788Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:26.788Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:27.050Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:27.050Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:27.050Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:27.050Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:27.314Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:27.314Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:27.314Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:27.314Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:27.576Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:27.576Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T17:04:27.576Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:27.576Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-11T17:04:27.838Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:27.838Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T17:04:27.838Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:27.838Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:28.100Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:28.100Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:28.100Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:28.100Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-11T17:04:28.364Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:28.364Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T17:04:28.364Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T17:04:28.626Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T17:04:28.894Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-11T17:04:29.156Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-11T17:04:29.156Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-11T17:04:29.156Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-11T17:04:29.156Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-11T17:04:29.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:04:29.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:04:29.219Z] ---> bfd150ed0102 [2020-12-11T17:04:29.219Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T17:04:29.219Z] ---> Using cache [2020-12-11T17:04:29.219Z] ---> 96ebfbccc5f2 [2020-12-11T17:04:29.219Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:04:29.421Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-11T17:04:29.684Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-11T17:04:29.684Z] Installing new version of config file /etc/issue ... [2020-12-11T17:04:29.684Z] Installing new version of config file /etc/issue.net ... [2020-12-11T17:04:29.684Z] Installing new version of config file /etc/lsb-release ... [2020-12-11T17:04:29.684Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-11T17:04:29.952Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-11T17:04:29.952Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-11T17:04:29.952Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-11T17:04:29.952Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:29.952Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-11T17:04:29.952Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-11T17:04:30.215Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-11T17:04:30.215Z] 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 [2020-12-11T17:04:30.215Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:30.215Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:30.507Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:30.507Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:30.507Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:30.507Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-11T17:04:30.507Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-11T17:04:30.659Z] ---> Running in 63c2e31ff2a0 [2020-12-11T17:04:30.768Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-11T17:04:30.768Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:30.768Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-11T17:04:30.768Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T17:04:31.031Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-11T17:04:31.291Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:31.291Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T17:04:31.291Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T17:04:31.291Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T17:04:31.291Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:31.291Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T17:04:31.553Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T17:04:31.553Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-11T17:04:31.553Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:31.553Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-11T17:04:31.553Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-11T17:04:31.814Z] Setting up grep (3.1-2build1) ... [2020-12-11T17:04:31.814Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:31.814Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-11T17:04:31.814Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-11T17:04:31.814Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-11T17:04:32.090Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:32.090Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T17:04:32.090Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T17:04:32.090Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-11T17:04:32.351Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:32.351Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T17:04:32.351Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T17:04:32.927Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T17:04:32.927Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T17:04:32.927Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-11T17:04:32.927Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T17:04:33.499Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-11T17:04:33.499Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:33.499Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-11T17:04:33.499Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-11T17:04:34.062Z] Removing intermediate container 63c2e31ff2a0 [2020-12-11T17:04:34.062Z] ---> 4e584d076561 [2020-12-11T17:04:34.062Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T17:04:34.062Z] ---> Running in 74adc3634b7b [2020-12-11T17:04:34.889Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-11T17:04:34.889Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-11T17:04:34.889Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-11T17:04:34.889Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-11T17:04:34.889Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-11T17:04:34.889Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:34.889Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-11T17:04:34.889Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-11T17:04:35.150Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-11T17:04:35.150Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:35.150Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:35.150Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:35.150Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:35.412Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:35.412Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:35.412Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:35.412Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:35.412Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:35.412Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:35.412Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:35.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:04:35.673Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:35.673Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:35.673Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:35.673Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:35.934Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:35.934Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:35.934Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T17:04:35.934Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T17:04:36.198Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T17:04:36.198Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T17:04:36.198Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T17:04:36.198Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:36.198Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-11T17:04:36.198Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T17:04:36.459Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T17:04:36.459Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:36.459Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:36.459Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:36.722Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:36.722Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:36.722Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:36.722Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:36.949Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:04:36.949Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:04:36.949Z] ---> bfd150ed0102 [2020-12-11T17:04:36.949Z] Step 3/22 : WORKDIR /edgex-go [2020-12-11T17:04:36.949Z] ---> Using cache [2020-12-11T17:04:36.949Z] ---> 96ebfbccc5f2 [2020-12-11T17:04:36.949Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:04:36.949Z] ---> Using cache [2020-12-11T17:04:36.949Z] ---> 4e584d076561 [2020-12-11T17:04:36.949Z] Step 5/22 : RUN apk update && apk add make git [2020-12-11T17:04:36.983Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:36.983Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:36.983Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:36.983Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:37.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:04:37.555Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:37.820Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-11T17:04:37.821Z] ---> Running in 4eb28aef34a2 [2020-12-11T17:04:38.081Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-11T17:04:38.081Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:38.081Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-11T17:04:38.081Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-11T17:04:38.342Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T17:04:38.606Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-11T17:04:38.606Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-11T17:04:38.606Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-11T17:04:38.606Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-11T17:04:38.867Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:38.867Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-11T17:04:38.867Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-11T17:04:39.129Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-11T17:04:39.263Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:04:39.263Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:04:39.263Z] OK: 12618 distinct packages available [2020-12-11T17:04:39.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:04:39.390Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:39.390Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T17:04:39.390Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T17:04:39.390Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T17:04:39.651Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:39.651Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T17:04:39.651Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T17:04:39.861Z] OK: 217 MiB in 51 packages [2020-12-11T17:04:39.912Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T17:04:39.912Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:39.912Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-11T17:04:39.912Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T17:04:40.173Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T17:04:40.434Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:40.434Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-11T17:04:40.434Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-11T17:04:40.434Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-11T17:04:40.434Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-11T17:04:40.695Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T17:04:40.695Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T17:04:40.956Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T17:04:40.956Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:40.956Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-11T17:04:40.956Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-11T17:04:41.224Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-11T17:04:41.224Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:41.224Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-11T17:04:41.224Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-11T17:04:41.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:04:41.488Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-11T17:04:41.752Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:41.752Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-11T17:04:41.752Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-11T17:04:41.752Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-11T17:04:42.049Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:42.049Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-11T17:04:42.049Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-11T17:04:42.049Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-11T17:04:42.278Z] Removing intermediate container 74adc3634b7b [2020-12-11T17:04:42.278Z] ---> c529f9d54ec6 [2020-12-11T17:04:42.278Z] Step 6/22 : COPY go.mod . [2020-12-11T17:04:42.310Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:42.310Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-11T17:04:42.310Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-11T17:04:42.571Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-11T17:04:42.833Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:42.833Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-11T17:04:42.833Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-11T17:04:42.833Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-11T17:04:42.874Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:04:42.874Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:04:42.874Z] OK: 12618 distinct packages available [2020-12-11T17:04:43.094Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:43.094Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-11T17:04:43.094Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-11T17:04:43.094Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-11T17:04:43.149Z] ---> b7541e337e5d [2020-12-11T17:04:43.149Z] Step 7/22 : RUN go mod download [2020-12-11T17:04:43.357Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:43.357Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-11T17:04:43.357Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-11T17:04:43.357Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-11T17:04:43.357Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:43.357Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-11T17:04:43.357Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-11T17:04:43.425Z] ---> Running in 44762a4861f1 [2020-12-11T17:04:43.621Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-11T17:04:43.621Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:43.621Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-11T17:04:43.708Z] OK: 217 MiB in 51 packages [2020-12-11T17:04:43.882Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-11T17:04:43.882Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-11T17:04:43.882Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-11T17:04:43.882Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-11T17:04:44.144Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-11T17:04:44.144Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-11T17:04:44.144Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-11T17:04:44.144Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-11T17:04:44.406Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-11T17:04:44.406Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-11T17:04:44.406Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-11T17:04:44.667Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-11T17:04:44.667Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-11T17:04:44.667Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-11T17:04:44.667Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-11T17:04:44.926Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-11T17:04:44.926Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-11T17:04:44.926Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-11T17:04:44.926Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-11T17:04:45.187Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-11T17:04:45.187Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-11T17:04:45.187Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-11T17:04:45.187Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-11T17:04:45.448Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-11T17:04:45.448Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-11T17:04:45.448Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-11T17:04:45.448Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-11T17:04:45.709Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-11T17:04:45.709Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-11T17:04:45.709Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-11T17:04:45.709Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-11T17:04:46.351Z] Removing intermediate container 4eb28aef34a2 [2020-12-11T17:04:46.351Z] ---> 35fbf09a88a8 [2020-12-11T17:04:46.351Z] Step 6/22 : COPY go.mod . [2020-12-11T17:04:46.660Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-11T17:04:46.660Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-11T17:04:46.660Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-11T17:04:46.921Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-11T17:04:46.921Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T17:04:46.921Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T17:04:47.494Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T17:04:47.494Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T17:04:47.757Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T17:04:47.757Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T17:04:47.757Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-11T17:04:47.757Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-11T17:04:47.790Z] ---> e292973e9a4d [2020-12-11T17:04:47.790Z] Step 7/22 : RUN go mod download [2020-12-11T17:04:47.790Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:04:47.790Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:04:47.790Z] ---> bfd150ed0102 [2020-12-11T17:04:47.790Z] Step 3/27 : WORKDIR /edgex-go [2020-12-11T17:04:47.790Z] ---> Using cache [2020-12-11T17:04:47.790Z] ---> 96ebfbccc5f2 [2020-12-11T17:04:47.790Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:04:47.790Z] ---> Using cache [2020-12-11T17:04:47.790Z] ---> 4e584d076561 [2020-12-11T17:04:47.790Z] Step 5/27 : RUN apk update && apk add make bash gitRemoving intermediate container 44762a4861f1 [2020-12-11T17:04:47.790Z] ---> 4ae8b135254c [2020-12-11T17:04:47.790Z] Step 8/22 : COPY . . [2020-12-11T17:04:47.790Z] [2020-12-11T17:04:47.790Z] ---> Running in 21f68e8fc34a [2020-12-11T17:04:47.790Z] ---> Running in 79f42506e009 [2020-12-11T17:04:48.019Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:48.019Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:48.019Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:48.281Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:48.281Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:48.281Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:48.543Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:48.543Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:48.793Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:04:48.793Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:04:48.793Z] ---> bfd150ed0102 [2020-12-11T17:04:48.793Z] Step 3/24 : WORKDIR /edgex-go [2020-12-11T17:04:48.793Z] ---> Using cache [2020-12-11T17:04:48.793Z] ---> 96ebfbccc5f2 [2020-12-11T17:04:48.793Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:04:48.793Z] ---> Using cache [2020-12-11T17:04:48.793Z] ---> 4e584d076561 [2020-12-11T17:04:48.793Z] Step 5/24 : RUN apk update && apk add make git [2020-12-11T17:04:48.793Z] ---> Using cache [2020-12-11T17:04:48.793Z] ---> 35fbf09a88a8 [2020-12-11T17:04:48.793Z] Step 6/24 : COPY go.mod . [2020-12-11T17:04:48.793Z] ---> Using cache [2020-12-11T17:04:48.793Z] ---> e292973e9a4d [2020-12-11T17:04:48.793Z] Step 7/24 : RUN go mod download [2020-12-11T17:04:48.793Z] ---> Running in b36d76cc18e7 [2020-12-11T17:04:49.483Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:49.483Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:49.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:04:50.104Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:50.104Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:50.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:04:51.045Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:51.045Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:51.045Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:51.306Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:52.228Z] v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-11T17:04:52.228Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-11T17:04:52.228Z] OK: 12618 distinct packages available [2020-12-11T17:04:52.249Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-11T17:04:52.249Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-11T17:04:52.249Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T17:04:52.249Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T17:04:52.249Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-11T17:04:52.249Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T17:04:52.820Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-11T17:04:52.820Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-11T17:04:52.820Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-11T17:04:52.820Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-11T17:04:52.820Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T17:04:52.820Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T17:04:53.081Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-11T17:04:53.081Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-11T17:04:53.081Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-11T17:04:53.209Z] OK: 217 MiB in 51 packages [2020-12-11T17:04:53.209Z] Removing intermediate container 79f42506e009 [2020-12-11T17:04:53.209Z] ---> 96fab929effe [2020-12-11T17:04:53.209Z] Step 8/22 : COPY . . [2020-12-11T17:04:53.343Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-11T17:04:53.343Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:53.343Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-11T17:04:53.343Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:53.343Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:53.343Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:53.609Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-11T17:04:53.609Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-11T17:04:53.609Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-11T17:04:53.609Z] [2020-12-11T17:04:53.609Z] Current default time zone: 'Etc/UTC' [2020-12-11T17:04:53.609Z] Local time is now: Fri Dec 11 17:04:53 UTC 2020. [2020-12-11T17:04:53.609Z] Universal Time is now: Fri Dec 11 17:04:53 UTC 2020. [2020-12-11T17:04:53.609Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-11T17:04:53.609Z] [2020-12-11T17:04:53.609Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-11T17:04:53.809Z] Removing intermediate container b36d76cc18e7 [2020-12-11T17:04:53.809Z] ---> 40e697516658 [2020-12-11T17:04:53.809Z] Step 8/24 : COPY . . [2020-12-11T17:04:53.869Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:53.869Z] Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-11T17:04:53.869Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-11T17:04:53.869Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-11T17:04:53.869Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-11T17:04:53.869Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-11T17:04:53.869Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-11T17:04:53.869Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-11T17:04:54.129Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-11T17:04:54.129Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:54.129Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-11T17:04:54.389Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:54.389Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-11T17:04:54.389Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:54.389Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-11T17:04:54.389Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-11T17:04:54.389Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-11T17:04:54.650Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-11T17:04:54.650Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-11T17:04:54.650Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-11T17:04:54.650Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-11T17:04:54.650Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-11T17:04:55.921Z] Removing intermediate container 21f68e8fc34a [2020-12-11T17:04:55.921Z] ---> b5f5dcf2cc4c [2020-12-11T17:04:55.921Z] Step 6/27 : COPY go.mod . [2020-12-11T17:04:56.566Z] Updating certificates in /etc/ssl/certs... [2020-12-11T17:04:57.511Z] 22 added, 17 removed; done. [2020-12-11T17:04:57.511Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-11T17:04:57.511Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-11T17:04:57.511Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-11T17:04:57.511Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-11T17:04:57.773Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-11T17:04:57.773Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:57.773Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-11T17:04:57.773Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:57.773Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:57.773Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:57.773Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:57.773Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:58.034Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-11T17:04:58.034Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-11T17:04:58.034Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-11T17:04:58.034Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-11T17:04:58.034Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-11T17:04:58.034Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:58.034Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-11T17:04:58.034Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-11T17:04:58.295Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-11T17:04:58.295Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-11T17:04:58.295Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T17:04:58.295Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-11T17:04:58.295Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-11T17:04:58.557Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-11T17:04:58.557Z] Updating certificates in /etc/ssl/certs... [2020-12-11T17:04:58.712Z] ---> 56bb3903efff [2020-12-11T17:04:58.712Z] Step 7/27 : RUN go mod download [2020-12-11T17:04:58.712Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-11T17:04:58.712Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-11T17:04:58.712Z] ---> bfd150ed0102 [2020-12-11T17:04:58.712Z] Step 3/21 : WORKDIR /edgex-go [2020-12-11T17:04:58.712Z] ---> Using cache [2020-12-11T17:04:58.712Z] ---> 96ebfbccc5f2 [2020-12-11T17:04:58.712Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-11T17:04:58.712Z] ---> Using cache [2020-12-11T17:04:58.712Z] ---> 4e584d076561 [2020-12-11T17:04:58.712Z] Step 5/21 : RUN apk update && apk add make git [2020-12-11T17:04:58.712Z] ---> Using cache [2020-12-11T17:04:58.712Z] ---> 35fbf09a88a8 [2020-12-11T17:04:58.712Z] Step 6/21 : COPY go.mod . [2020-12-11T17:04:58.712Z] ---> Using cache [2020-12-11T17:04:58.712Z] ---> e292973e9a4d [2020-12-11T17:04:58.712Z] Step 7/21 : RUN go mod download [2020-12-11T17:04:58.712Z] ---> Using cache [2020-12-11T17:04:58.712Z] ---> 40e697516658 [2020-12-11T17:04:58.712Z] Step 8/21 : COPY . . [2020-12-11T17:04:58.995Z] ---> Running in 05524ebf5dba [2020-12-11T17:04:59.128Z] 0 added, 0 removed; done. [2020-12-11T17:04:59.128Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-11T17:04:59.128Z] done. [2020-12-11T17:04:59.389Z] Reading package lists... [2020-12-11T17:04:59.651Z] Building dependency tree... [2020-12-11T17:04:59.651Z] Reading state information... [2020-12-11T17:04:59.911Z] The following NEW packages will be installed: [2020-12-11T17:04:59.911Z] apt-transport-https [2020-12-11T17:04:59.911Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T17:04:59.911Z] Need to get 1696 B of archives. [2020-12-11T17:04:59.911Z] After this operation, 153 kB of additional disk space will be used. [2020-12-11T17:04:59.911Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-11T17:05:00.171Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T17:05:00.171Z] Fetched 1696 B in 0s (8456 B/s) [2020-12-11T17:05:00.171Z] Selecting previously unselected package apt-transport-https. [2020-12-11T17:05:00.171Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-11T17:05:00.171Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-11T17:05:00.171Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-11T17:05:00.171Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-11T17:05:00.432Z] Waiting for network to be ready... [2020-12-11T17:05:05.738Z] Removing intermediate container 05524ebf5dba [2020-12-11T17:05:05.738Z] ---> a07db5577489 [2020-12-11T17:05:05.738Z] Step 8/27 : COPY . . [2020-12-11T17:05:07.017Z] 2020-12-11T17:05:03Z INFO Waiting for automatic snapd restart... [2020-12-11T17:05:07.017Z] snapd 2.48.1 from Canonical* installed [2020-12-11T17:05:07.589Z] "snapd" switched to the "latest/stable" channel [2020-12-11T17:05:07.589Z] [2020-12-11T17:05:10.136Z] core18 20200929 from Canonical* installed [2020-12-11T17:05:10.396Z] "core18" switched to the "latest/stable" channel [2020-12-11T17:05:10.396Z] [2020-12-11T17:05:13.696Z] snapcraft 4.4.4 from Canonical* installed [2020-12-11T17:05:13.696Z] "snapcraft" switched to the "latest/stable" channel [2020-12-11T17:05:13.696Z] [2020-12-11T17:05:17.913Z] 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: [2020-12-11T17:05:17.913Z] - README.md [2020-12-11T17:05:17.913Z] - snapcraft.yaml.orig [2020-12-11T17:05:17.913Z] [2020-12-11T17:05:17.913Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-11T17:05:18.144Z] ---> 6eb32ee86945 [2020-12-11T17:05:18.144Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-11T17:05:18.144Z] ---> Running in 697a5d31fd14 [2020-12-11T17:05:18.144Z] ---> e5cdecfdbe19 [2020-12-11T17:05:18.144Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-11T17:05:18.144Z] ---> Running in b8546f98f520 [2020-12-11T17:05:18.144Z] ---> 51c9e4f3baf9 [2020-12-11T17:05:18.144Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-11T17:05:19.132Z] ---> Running in 2644d6b0f2b2 [2020-12-11T17:05:19.132Z] 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 [2020-12-11T17:05:19.132Z] 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 [2020-12-11T17:05:21.123Z] 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 [2020-12-11T17:05:23.134Z] ---> d1d7e6c72f07 [2020-12-11T17:05:23.134Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-11T17:05:23.746Z] ---> Running in 99984baeb206 [2020-12-11T17:05:24.505Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T17:05:24.505Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T17:05:24.505Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T17:05:24.505Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T17:05:25.075Z] Reading package lists... [2020-12-11T17:05:25.647Z] 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 [2020-12-11T17:05:25.749Z] 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 [2020-12-11T17:05:29.177Z] ---> f19157312ec3 [2020-12-11T17:05:29.177Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-11T17:05:29.177Z] ---> Running in 05a93293deb8 [2020-12-11T17:05:30.632Z] 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 [2020-12-11T17:05:32.244Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T17:05:32.244Z] Reading package lists... [2020-12-11T17:05:32.244Z] Building dependency tree... [2020-12-11T17:05:32.244Z] Reading state information... [2020-12-11T17:05:32.244Z] Suggested packages: [2020-12-11T17:05:32.244Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-11T17:05:32.244Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-11T17:05:32.244Z] Recommended packages: [2020-12-11T17:05:32.244Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-11T17:05:32.244Z] The following NEW packages will be installed: [2020-12-11T17:05:32.244Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-11T17:05:32.244Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-11T17:05:32.244Z] pkg-config zip [2020-12-11T17:05:32.244Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-11T17:05:32.244Z] Need to get 7655 kB of archives. [2020-12-11T17:05:32.244Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-11T17:05:32.244Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-11T17:05:32.244Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-11T17:05:32.244Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-11T17:05:32.507Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-11T17:05:32.507Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-11T17:05:32.507Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-11T17:05:32.507Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-11T17:05:32.507Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-11T17:05:32.768Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-11T17:05:32.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-11T17:05:32.768Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-11T17:05:32.768Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-11T17:05:32.768Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-11T17:05:33.028Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-11T17:05:33.028Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-11T17:05:33.028Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-11T17:05:33.028Z] Fetched 7655 kB in 1s (7288 kB/s) [2020-12-11T17:05:33.028Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-11T17:05:33.028Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-11T17:05:33.028Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-11T17:05:33.290Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-11T17:05:33.290Z] Selecting previously unselected package libpsl5:amd64. [2020-12-11T17:05:33.290Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-11T17:05:33.290Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-11T17:05:33.550Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-11T17:05:33.550Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-11T17:05:33.550Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-11T17:05:33.550Z] Selecting previously unselected package librtmp1:amd64. [2020-12-11T17:05:33.550Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-11T17:05:33.550Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-11T17:05:33.550Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-11T17:05:33.550Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-11T17:05:33.550Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-11T17:05:33.550Z] Selecting previously unselected package liberror-perl. [2020-12-11T17:05:33.812Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-11T17:05:33.812Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-11T17:05:33.812Z] Selecting previously unselected package git-man. [2020-12-11T17:05:33.812Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-11T17:05:33.812Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-11T17:05:33.812Z] Selecting previously unselected package git. [2020-12-11T17:05:33.812Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-11T17:05:34.073Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-11T17:05:34.646Z] Selecting previously unselected package libnorm1:amd64. [2020-12-11T17:05:34.646Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-11T17:05:34.646Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-11T17:05:34.646Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-11T17:05:34.646Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-11T17:05:34.646Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-11T17:05:34.907Z] Selecting previously unselected package libsodium23:amd64. [2020-12-11T17:05:34.907Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-11T17:05:34.907Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-11T17:05:34.907Z] Selecting previously unselected package libzmq5:amd64. [2020-12-11T17:05:34.907Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-11T17:05:34.907Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T17:05:34.907Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-11T17:05:34.907Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-11T17:05:35.168Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T17:05:35.168Z] Selecting previously unselected package pkg-config. [2020-12-11T17:05:35.168Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-11T17:05:35.168Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-11T17:05:35.168Z] Selecting previously unselected package zip. [2020-12-11T17:05:35.168Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-11T17:05:35.168Z] Unpacking zip (3.0-11build1) ... [2020-12-11T17:05:35.168Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-11T17:05:35.432Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-11T17:05:35.432Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-11T17:05:35.432Z] Setting up liberror-perl (0.17025-1) ... [2020-12-11T17:05:35.432Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-11T17:05:35.432Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-11T17:05:35.432Z] No schema files found: doing nothing. [2020-12-11T17:05:35.432Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-11T17:05:35.432Z] Setting up zip (3.0-11build1) ... [2020-12-11T17:05:35.432Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-11T17:05:35.432Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-11T17:05:35.432Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-11T17:05:35.693Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T17:05:35.693Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-11T17:05:35.693Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-11T17:05:35.693Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-11T17:05:35.693Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-11T17:05:42.293Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T17:05:42.293Z] git set to automatically installed. [2020-12-11T17:05:42.293Z] git-man set to automatically installed. [2020-12-11T17:05:42.293Z] libcurl3-gnutls set to automatically installed. [2020-12-11T17:05:42.293Z] liberror-perl set to automatically installed. [2020-12-11T17:05:42.293Z] libglib2.0-0 set to automatically installed. [2020-12-11T17:05:42.293Z] libnghttp2-14 set to automatically installed. [2020-12-11T17:05:42.293Z] libnorm1 set to automatically installed. [2020-12-11T17:05:42.293Z] libpgm-5.2-0 set to automatically installed. [2020-12-11T17:05:42.293Z] libpsl5 set to automatically installed. [2020-12-11T17:05:42.293Z] librtmp1 set to automatically installed. [2020-12-11T17:05:42.293Z] libsodium23 set to automatically installed. [2020-12-11T17:05:42.293Z] libzmq3-dev set to automatically installed. [2020-12-11T17:05:42.293Z] libzmq5 set to automatically installed. [2020-12-11T17:05:42.293Z] pkg-config set to automatically installed. [2020-12-11T17:05:42.293Z] zip set to automatically installed. [2020-12-11T17:05:44.838Z] snapd is not logged in, snap install commands will use sudo [2020-12-11T17:05:51.420Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-11T17:05:51.420Z] snap "core18" has no updates available [2020-12-11T17:05:52.363Z] Pulling config-common [2020-12-11T17:05:53.304Z] Pulling go-build-helper [2020-12-11T17:06:15.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-11T17:06:15.275Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-11T17:06:15.275Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-11T17:06:15.275Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-11T17:06:15.275Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-11T17:06:15.275Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-11T17:06:15.275Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-11T17:06:15.275Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-11T17:06:15.275Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-11T17:06:15.275Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-11T17:06:15.275Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-11T17:06:15.275Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-11T17:06:15.275Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-11T17:06:15.275Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-11T17:06:15.275Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-11T17:06:15.275Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-11T17:06:15.275Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-11T17:06:15.275Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-11T17:06:15.275Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-11T17:06:15.275Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-11T17:06:15.275Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-11T17:06:15.275Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-11T17:06:15.275Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-11T17:06:15.275Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-11T17:06:15.275Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-11T17:06:15.275Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-11T17:06:15.275Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-11T17:06:15.275Z] Fetched 23.4 MB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-11T17:06:15.275Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-11T17:06:15.275Z] Fetched 279 kB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-11T17:06:15.275Z] Fetched 122 kB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-11T17:06:15.275Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-11T17:06:15.275Z] Fetched 8848 B in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-11T17:06:15.275Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-11T17:06:15.275Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-11T17:06:15.275Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-11T17:06:15.276Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-11T17:06:15.276Z] Fetched 214 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-11T17:06:15.276Z] Fetched 155 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-11T17:06:15.276Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-11T17:06:15.276Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-11T17:06:15.276Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-11T17:06:15.276Z] Fetched 499 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-11T17:06:15.276Z] Fetched 111 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-11T17:06:15.276Z] Fetched 240 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-11T17:06:15.276Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-11T17:06:15.276Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-11T17:06:15.276Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-11T17:06:15.276Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-11T17:06:15.276Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-11T17:06:15.276Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-11T17:06:15.276Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-11T17:06:15.276Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-11T17:06:15.276Z] Fetched 8720 B in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-11T17:06:15.276Z] Fetched 137 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-11T17:06:15.276Z] Fetched 119 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-11T17:06:15.276Z] Fetched 109 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-11T17:06:15.276Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-11T17:06:15.276Z] Fetched 645 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-11T17:06:15.276Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-11T17:06:15.276Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-11T17:06:15.276Z] Fetched 368 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-11T17:06:15.276Z] Fetched 187 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-11T17:06:15.276Z] Fetched 175 kB in 0s (0 B/s) [2020-12-11T17:06:15.276Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-11T17:06:18.576Z] Fetched 206 kB in 0s (0 B/s) [2020-12-11T17:06:18.576Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-11T17:06:18.576Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-11T17:06:18.576Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-11T17:06:18.576Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-11T17:06:18.576Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-11T17:06:18.576Z] Fetched 159 kB in 0s (0 B/s) [2020-12-11T17:06:18.576Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-11T17:06:18.576Z] Fetched 107 kB in 0s (0 B/s) [2020-12-11T17:06:18.576Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-11T17:06:18.576Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-11T17:06:18.576Z] Pulling static-packages [2020-12-11T17:06:19.147Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-11T17:06:19.147Z] Skipping pull go-build-helper (already ran) [2020-12-11T17:06:19.147Z] Skipping pull static-packages (already ran) [2020-12-11T17:06:19.147Z] Building go-build-helper [2020-12-11T17:06:23.359Z] Building static-packages [2020-12-11T17:06:24.303Z] Staging go-build-helper [2020-12-11T17:06:25.247Z] Staging static-packages [2020-12-11T17:06:26.187Z] Pulling go115 [2020-12-11T17:06:27.131Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-11T17:06:27.131Z] Skipping pull go115 (already ran) [2020-12-11T17:06:27.131Z] Building go115 [2020-12-11T17:06:27.131Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-11T17:06:27.131Z] Dload Upload Total Spent Left Speed [2020-12-11T17:06:30.836Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.6M 0 0 21.0M 0 0:00:05 0:00:01 0:00:04 21.0M 50 115M 50 58.8M 0 0 28.3M 0 0:00:04 0:00:02 0:00:02 28.3M 80 115M 80 93.4M 0 0 30.3M 0 0:00:03 0:00:03 --:--:-- 30.3M 100 115M 100 115M 0 0 31.5M 0 0:00:03 0:00:03 --:--:-- 31.5M [2020-12-11T17:06:31.411Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-11T17:06:35.620Z] Staging go115 [2020-12-11T17:06:40.909Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-11T17:06:40.909Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-11T17:06:40.909Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-11T17:06:40.909Z] Fetched 0 B in 0s (0 B/s) [2020-12-11T17:06:40.909Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-11T17:06:40.909Z] Fetched 224 kB in 0s (0 B/s) [2020-12-11T17:06:40.909Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-11T17:06:40.909Z] Fetched 157 kB in 0s (0 B/s) [2020-12-11T17:06:40.909Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-11T17:06:40.909Z] Fetched 221 kB in 0s (0 B/s) [2020-12-11T17:06:40.909Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-11T17:06:40.909Z] Fetched 143 kB in 0s (0 B/s) [2020-12-11T17:06:40.909Z] Pulling edgex-go [2020-12-11T17:06:41.852Z] Pulling version [2020-12-11T17:06:42.797Z] Building config-common [2020-12-11T17:06:44.711Z] Skipping build go-build-helper (already ran) [2020-12-11T17:06:44.711Z] Skipping build static-packages (already ran) [2020-12-11T17:06:44.711Z] Skipping build go115 (already ran) [2020-12-11T17:06:44.711Z] Building edgex-go [2020-12-11T17:06:44.972Z] 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 [2020-12-11T17:06:45.917Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-11T17:06:45.917Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-11T17:06:45.917Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-11T17:06:45.917Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-11T17:06:45.917Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-11T17:06:45.917Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-11T17:06:45.917Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-11T17:06:45.917Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-11T17:06:46.178Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-11T17:06:46.178Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-11T17:06:46.178Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-11T17:06:46.178Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-11T17:06:46.178Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-11T17:06:46.178Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-11T17:06:46.178Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-11T17:06:46.178Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-11T17:06:46.178Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-11T17:06:46.178Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-11T17:06:46.178Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-11T17:06:46.179Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-11T17:06:46.179Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-11T17:06:46.179Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-11T17:06:46.179Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-11T17:06:46.179Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-11T17:06:46.179Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-11T17:06:46.179Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-11T17:06:46.448Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-11T17:06:46.448Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-11T17:06:46.448Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-11T17:06:46.448Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-11T17:06:46.448Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-11T17:06:47.025Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-11T17:06:47.288Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-11T17:06:52.497Z] 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 [2020-12-11T17:06:53.865Z] 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 [2020-12-11T17:06:56.866Z] Removing intermediate container 2644d6b0f2b2 [2020-12-11T17:06:56.866Z] ---> d602cbf0e7a4 [2020-12-11T17:06:56.866Z] [2020-12-11T17:06:56.866Z] Step 10/24 : FROM alpine:3.10 [2020-12-11T17:06:56.866Z] ---> 536a684cf733 [2020-12-11T17:06:56.866Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-11T17:06:56.866Z] ---> Using cache [2020-12-11T17:06:56.866Z] ---> 28324f5c7725 [2020-12-11T17:06:56.866Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-11T17:06:56.866Z] ---> Running in 1df9282b55cf [2020-12-11T17:06:57.153Z] Removing intermediate container 1df9282b55cf [2020-12-11T17:06:57.153Z] ---> 0773055fd4be [2020-12-11T17:06:57.153Z] Step 13/24 : WORKDIR / [2020-12-11T17:06:57.153Z] ---> Running in d63e78514600 [2020-12-11T17:06:58.152Z] Removing intermediate container d63e78514600 [2020-12-11T17:06:58.152Z] ---> 30dae9b6e6f3 [2020-12-11T17:06:58.152Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-11T17:06:59.143Z] 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 [2020-12-11T17:06:59.152Z] ---> 8e2260f113e4 [2020-12-11T17:06:59.152Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-11T17:06:59.403Z] 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 [2020-12-11T17:07:00.620Z] ---> a0da8e002424 [2020-12-11T17:07:00.620Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-11T17:07:00.788Z] 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 [2020-12-11T17:07:01.049Z] 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 [2020-12-11T17:07:01.049Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-11T17:07:01.309Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-11T17:07:01.309Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-11T17:07:02.135Z] ---> 3aff81185621 [2020-12-11T17:07:02.136Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-11T17:07:02.705Z] 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 [2020-12-11T17:07:02.705Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-11T17:07:02.705Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-11T17:07:04.090Z] 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 [2020-12-11T17:07:04.130Z] Removing intermediate container 05a93293deb8 [2020-12-11T17:07:04.130Z] ---> 65e05891b8fa [2020-12-11T17:07:04.130Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-11T17:07:04.740Z] ---> 40b4fc7a700f [2020-12-11T17:07:04.740Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-11T17:07:04.740Z] ---> Running in b5081273f0b0 [2020-12-11T17:07:05.034Z] 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 [2020-12-11T17:07:05.034Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-11T17:07:06.418Z] 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 [2020-12-11T17:07:06.418Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-11T17:07:06.759Z] ---> 135c7f366177 [2020-12-11T17:07:06.759Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-11T17:07:07.037Z] 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 [2020-12-11T17:07:07.801Z] 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 [2020-12-11T17:07:08.032Z] ---> cd1d40e1360c [2020-12-11T17:07:08.032Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-11T17:07:08.032Z] ---> Running in aa1060aeebff [2020-12-11T17:07:08.741Z] 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 [2020-12-11T17:07:09.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-11T17:07:11.858Z] Building version [2020-12-11T17:07:13.498Z] Removing intermediate container aa1060aeebff [2020-12-11T17:07:13.498Z] ---> bc3da0a13312 [2020-12-11T17:07:13.498Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-11T17:07:13.498Z] ---> Running in b03833fff4d5 [2020-12-11T17:07:13.498Z] Removing intermediate container b5081273f0b0 [2020-12-11T17:07:13.498Z] ---> 3940c4bea46a [2020-12-11T17:07:13.498Z] [2020-12-11T17:07:13.498Z] Step 11/27 : FROM docker:latest [2020-12-11T17:07:13.498Z] ---> eeaf43b92773 [2020-12-11T17:07:13.498Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-11T17:07:13.773Z] Staging config-common [2020-12-11T17:07:13.778Z] ---> Running in e48d42599d9e [2020-12-11T17:07:14.346Z] Skipping stage go-build-helper (already ran) [2020-12-11T17:07:14.346Z] Skipping stage static-packages (already ran) [2020-12-11T17:07:14.346Z] Skipping stage go115 (already ran) [2020-12-11T17:07:14.346Z] Staging edgex-go [2020-12-11T17:07:14.397Z] Removing intermediate container b03833fff4d5 [2020-12-11T17:07:14.398Z] ---> d0c68700b711 [2020-12-11T17:07:14.398Z] Step 22/24 : LABEL arch=arm64 [2020-12-11T17:07:14.398Z] Removing intermediate container b8546f98f520 [2020-12-11T17:07:14.398Z] ---> aeaba94d28c7 [2020-12-11T17:07:14.398Z] [2020-12-11T17:07:14.398Z] Step 10/22 : FROM scratch [2020-12-11T17:07:14.398Z] ---> [2020-12-11T17:07:14.398Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T17:07:14.676Z] ---> Running in 44f62fee465f [2020-12-11T17:07:15.287Z] Staging version [2020-12-11T17:07:15.294Z] ---> Running in a929dee2eb0e [2020-12-11T17:07:15.898Z] Removing intermediate container 44f62fee465f [2020-12-11T17:07:15.898Z] ---> ac548907d99e [2020-12-11T17:07:15.898Z] Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:07:15.898Z] ---> Running in 49602091a479 [2020-12-11T17:07:15.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:07:16.179Z] Removing intermediate container a929dee2eb0e [2020-12-11T17:07:16.179Z] ---> 088b209089ec [2020-12-11T17:07:16.179Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-11T17:07:16.179Z] ---> Running in b97d84e186c8 [2020-12-11T17:07:16.228Z] Priming config-common [2020-12-11T17:07:16.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:07:17.077Z] Removing intermediate container 49602091a479 [2020-12-11T17:07:17.077Z] ---> 3ad9eb2e3361 [2020-12-11T17:07:17.077Z] Step 24/24 : LABEL version=0.0.0 [2020-12-11T17:07:17.077Z] (1/2) Installing readline (8.0.4-r0) [2020-12-11T17:07:17.077Z] (2/2) Installing bash (5.0.17-r0) [2020-12-11T17:07:17.077Z] Executing bash-5.0.17-r0.post-install [2020-12-11T17:07:17.077Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:07:17.077Z] OK: 12 MiB in 22 packages [2020-12-11T17:07:17.176Z] Priming go-build-helper [2020-12-11T17:07:17.358Z] ---> Running in 20ae2ba90663 [2020-12-11T17:07:17.358Z] Removing intermediate container b97d84e186c8 [2020-12-11T17:07:17.358Z] ---> 9b2fb5cfbd7b [2020-12-11T17:07:17.358Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T17:07:17.640Z] ---> Running in 83586630d8fd [2020-12-11T17:07:18.116Z] Priming static-packages [2020-12-11T17:07:18.252Z] Removing intermediate container 20ae2ba90663 [2020-12-11T17:07:18.252Z] ---> b4525ddd78a3 [2020-12-11T17:07:18.252Z] [2020-12-11T17:07:18.530Z] Removing intermediate container 83586630d8fd [2020-12-11T17:07:18.530Z] ---> 28a2b8d47990 [2020-12-11T17:07:18.530Z] Step 14/22 : WORKDIR / [2020-12-11T17:07:18.806Z] ---> Running in ed310f039fba [2020-12-11T17:07:19.415Z] Removing intermediate container e48d42599d9e [2020-12-11T17:07:19.415Z] ---> a1863074693a [2020-12-11T17:07:19.415Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-11T17:07:19.415Z] Successfully built b4525ddd78a3 [2020-12-11T17:07:19.415Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-11T17:07:19.688Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3e51fbda782c [2020-12-11T17:07:19.962Z] Removing intermediate container ed310f039fba [2020-12-11T17:07:19.962Z] ---> 6928fdbff3e8 [2020-12-11T17:07:19.962Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-11T17:07:20.575Z] Removing intermediate container 99984baeb206 [2020-12-11T17:07:20.575Z] ---> d9479f84331c [2020-12-11T17:07:20.575Z] [2020-12-11T17:07:20.575Z] Step 10/21 : FROM scratch [2020-12-11T17:07:20.575Z] ---> [2020-12-11T17:07:20.575Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T17:07:20.668Z] Priming go115 [2020-12-11T17:07:20.851Z] ---> Using cache [2020-12-11T17:07:20.851Z] ---> 088b209089ec [2020-12-11T17:07:20.851Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-11T17:07:20.851Z] ---> 9c2e3e27cbad [2020-12-11T17:07:20.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-11T17:07:21.129Z] ---> Running in 1a561f19c98d [2020-12-11T17:07:21.242Z] Priming edgex-go [2020-12-11T17:07:21.734Z] Removing intermediate container 1a561f19c98d [2020-12-11T17:07:21.734Z] ---> 85a2a764e607 [2020-12-11T17:07:21.734Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-11T17:07:22.009Z] ---> Running in f1b0218162b1 [2020-12-11T17:07:22.613Z] Removing intermediate container 3e51fbda782c [2020-12-11T17:07:22.613Z] ---> aaeee48e9931 [2020-12-11T17:07:22.613Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-11T17:07:22.613Z] Removing intermediate container f1b0218162b1 [2020-12-11T17:07:22.613Z] ---> 7509b22bc5b9 [2020-12-11T17:07:22.613Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / ---> d630e612c76b [2020-12-11T17:07:22.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-11T17:07:22.613Z] [2020-12-11T17:07:22.632Z] Priming version [2020-12-11T17:07:22.906Z] ---> Running in 6e9f2159acc7 [2020-12-11T17:07:23.202Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-11T17:07:23.510Z] Removing intermediate container 6e9f2159acc7 [2020-12-11T17:07:23.510Z] ---> 2a2b14381965 [2020-12-11T17:07:23.510Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-11T17:07:23.784Z] ---> Running in 2104ff3914a8 [2020-12-11T17:07:23.784Z] ---> 337880958038 [2020-12-11T17:07:23.784Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-11T17:07:23.784Z] ---> 948a9b29de9b [2020-12-11T17:07:23.784Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-11T17:07:24.058Z] ---> Running in 3327bd9c51c8 [2020-12-11T17:07:24.354Z] Removing intermediate container 2104ff3914a8 [2020-12-11T17:07:24.354Z] ---> 508258401cca [2020-12-11T17:07:24.354Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-11T17:07:24.635Z] ---> Running in a023fe37f2a6 [2020-12-11T17:07:24.635Z] Removing intermediate container 3327bd9c51c8 [2020-12-11T17:07:24.635Z] ---> 26dfbd53eaf3 [2020-12-11T17:07:24.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-12-11T17:07:25.261Z] ---> Running in a3535cd9804a [2020-12-11T17:07:25.261Z] ---> be222a46eb3d [2020-12-11T17:07:25.261Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-11T17:07:25.261Z] Removing intermediate container a023fe37f2a6 [2020-12-11T17:07:25.261Z] ---> cf75642f4ec6 [2020-12-11T17:07:25.261Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-11T17:07:25.561Z] Removing intermediate container a3535cd9804a [2020-12-11T17:07:25.561Z] ---> 6b87c67e2bf5 [2020-12-11T17:07:25.561Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T17:07:26.169Z] ---> Running in c847164077cc [2020-12-11T17:07:26.447Z] ---> 75fa7c87914d [2020-12-11T17:07:26.447Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-11T17:07:27.057Z] Removing intermediate container c847164077cc [2020-12-11T17:07:27.057Z] ---> 82f61b439a09 [2020-12-11T17:07:27.057Z] Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:07:27.057Z] ---> Running in 49f98f2cfef8 [2020-12-11T17:07:27.057Z] ---> ba828d8c7188 [2020-12-11T17:07:27.057Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-11T17:07:27.333Z] ---> Running in 1510f1dc770f [2020-12-11T17:07:27.613Z] Removing intermediate container 49f98f2cfef8 [2020-12-11T17:07:27.613Z] ---> f0a00e5b78fc [2020-12-11T17:07:27.613Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:07:27.889Z] ---> Running in 54a9870959aa [2020-12-11T17:07:28.164Z] Removing intermediate container 1510f1dc770f [2020-12-11T17:07:28.164Z] ---> 4df09623d8ad [2020-12-11T17:07:28.164Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T17:07:28.164Z] ---> 416b5fa61986 [2020-12-11T17:07:28.164Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-11T17:07:28.448Z] ---> Running in a19fe7fca78c [2020-12-11T17:07:28.448Z] Removing intermediate container 697a5d31fd14 [2020-12-11T17:07:28.448Z] ---> 3e14e3e75e79 [2020-12-11T17:07:28.448Z] [2020-12-11T17:07:28.448Z] Step 10/22 : FROM scratch [2020-12-11T17:07:28.448Z] ---> [2020-12-11T17:07:28.448Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-11T17:07:28.726Z] Removing intermediate container 54a9870959aa [2020-12-11T17:07:28.726Z] ---> 2b591a79d48d [2020-12-11T17:07:28.726Z] Step 19/21 : LABEL arch=arm64 [2020-12-11T17:07:28.726Z] ---> Using cache [2020-12-11T17:07:28.726Z] ---> 088b209089ec [2020-12-11T17:07:28.726Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-11T17:07:29.001Z] ---> Running in d4265b8750dc [2020-12-11T17:07:29.001Z] ---> Running in e8c9d553a154 [2020-12-11T17:07:29.001Z] Removing intermediate container a19fe7fca78c [2020-12-11T17:07:29.001Z] ---> 2c6580704c0f [2020-12-11T17:07:29.001Z] [2020-12-11T17:07:29.275Z] Successfully built 2c6580704c0f [2020-12-11T17:07:29.577Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-11T17:07:29.577Z]  Building docker-core-command-go ... done  ---> 941c1cd9a8e5 [2020-12-11T17:07:29.577Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-11T17:07:29.577Z] ---> Running in 59a321950eab [2020-12-11T17:07:29.577Z] Removing intermediate container e8c9d553a154 [2020-12-11T17:07:29.577Z] ---> c41f50db064a [2020-12-11T17:07:29.577Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-11T17:07:29.852Z] Removing intermediate container d4265b8750dc [2020-12-11T17:07:29.852Z] ---> 1820b2ad1459 [2020-12-11T17:07:29.852Z] Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:07:29.852Z] ---> Running in 33b1da955b0f [2020-12-11T17:07:29.852Z] ---> Running in 76f9ef996f34 [2020-12-11T17:07:30.466Z] Removing intermediate container 33b1da955b0f [2020-12-11T17:07:30.466Z] ---> 1ef41654f179 [2020-12-11T17:07:30.466Z] Step 14/22 : WORKDIR / [2020-12-11T17:07:30.466Z] Removing intermediate container 76f9ef996f34 [2020-12-11T17:07:30.466Z] ---> c64d04fc5d5f [2020-12-11T17:07:30.466Z] Step 21/21 : LABEL version=0.0.0 [2020-12-11T17:07:30.466Z] ---> Running in 2fb3068fc79d [2020-12-11T17:07:30.745Z] ---> Running in cc8ced5f1519 [2020-12-11T17:07:31.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:07:31.023Z] Removing intermediate container 2fb3068fc79d [2020-12-11T17:07:31.023Z] ---> e5ebb670b52d [2020-12-11T17:07:31.023Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-11T17:07:31.023Z] Removing intermediate container cc8ced5f1519 [2020-12-11T17:07:31.023Z] ---> 55b1b5f41bd6 [2020-12-11T17:07:31.023Z] [2020-12-11T17:07:31.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:07:31.575Z] Successfully built 55b1b5f41bd6 [2020-12-11T17:07:31.575Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-11T17:07:31.847Z]  Building docker-support-scheduler-go ... done  ---> bc9957cd8f0a [2020-12-11T17:07:31.847Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-11T17:07:31.847Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-11T17:07:31.847Z] (2/33) Installing expat (2.2.9-r1) [2020-12-11T17:07:31.847Z] (3/33) Installing libffi (3.3-r2) [2020-12-11T17:07:31.847Z] (4/33) Installing gdbm (1.13-r1) [2020-12-11T17:07:31.847Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-11T17:07:31.847Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-11T17:07:32.121Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-11T17:07:33.556Z] ---> fda0f398c0f0 [2020-12-11T17:07:33.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-11T17:07:33.830Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-11T17:07:33.830Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-11T17:07:33.830Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-11T17:07:33.830Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-11T17:07:33.830Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-11T17:07:33.830Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-11T17:07:33.830Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-11T17:07:34.102Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-11T17:07:34.102Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-11T17:07:34.102Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-11T17:07:34.102Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-11T17:07:34.102Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-11T17:07:34.102Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-11T17:07:34.102Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-11T17:07:34.102Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-11T17:07:34.102Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-11T17:07:34.372Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-11T17:07:34.372Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-11T17:07:34.372Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-11T17:07:34.372Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-11T17:07:34.372Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-11T17:07:34.372Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-11T17:07:34.372Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-11T17:07:34.372Z] ---> a56dbd657f92 [2020-12-11T17:07:34.372Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-11T17:07:34.372Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-11T17:07:34.372Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-11T17:07:34.372Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-11T17:07:34.640Z] ---> Running in c5ffbde25eb7 [2020-12-11T17:07:34.640Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:07:34.640Z] OK: 71 MiB in 55 packages [2020-12-11T17:07:34.930Z] Removing intermediate container c5ffbde25eb7 [2020-12-11T17:07:34.930Z] ---> 162cf62c07a3 [2020-12-11T17:07:34.930Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:07:35.199Z] ---> Running in cfe5edcc4bd8 [2020-12-11T17:07:35.787Z] Removing intermediate container cfe5edcc4bd8 [2020-12-11T17:07:35.787Z] ---> aeec22044221 [2020-12-11T17:07:35.787Z] Step 20/22 : LABEL arch=arm64 [2020-12-11T17:07:36.057Z] ---> Running in 01bf76982d7e [2020-12-11T17:07:36.336Z] Removing intermediate container 01bf76982d7e [2020-12-11T17:07:36.336Z] ---> d420a6a3ab0f [2020-12-11T17:07:36.336Z] Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:07:36.609Z] ---> Running in 35600f2f4026 [2020-12-11T17:07:37.203Z] Removing intermediate container 35600f2f4026 [2020-12-11T17:07:37.203Z] ---> e2f6284686fa [2020-12-11T17:07:37.203Z] Step 22/22 : LABEL version=0.0.0 [2020-12-11T17:07:37.476Z] ---> Running in f6ce13f6a5ad [2020-12-11T17:07:38.073Z] Removing intermediate container f6ce13f6a5ad [2020-12-11T17:07:38.073Z] ---> 1e7d3f328e92 [2020-12-11T17:07:38.073Z] [2020-12-11T17:07:38.669Z] Successfully built 1e7d3f328e92 [2020-12-11T17:07:38.669Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-11T17:07:40.640Z]  Building docker-core-metadata-go ... done Removing intermediate container 59a321950eab [2020-12-11T17:07:40.640Z] ---> 943a65af5155 [2020-12-11T17:07:40.640Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-11T17:07:40.640Z] ---> Running in f8522b1dc6f6 [2020-12-11T17:07:46.019Z] Collecting docker-compose==1.23.2 [2020-12-11T17:07:46.019Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-11T17:07:46.019Z] Collecting cached-property<2,>=1.2.0 [2020-12-11T17:07:46.019Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-11T17:07:46.289Z] Collecting PyYAML<4,>=3.10 [2020-12-11T17:07:46.560Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-11T17:07:50.840Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-11T17:07:50.840Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-11T17:07:50.840Z] Collecting docker<4.0,>=3.6.0 [2020-12-11T17:07:50.840Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-11T17:07:51.429Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-11T17:07:51.429Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-11T17:07:53.390Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-11T17:07:53.390Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-11T17:07:53.390Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-11T17:07:53.665Z] Collecting docopt<0.7,>=0.6.1 [2020-12-11T17:07:53.665Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-11T17:07:55.635Z] Collecting texttable<0.10,>=0.9.0 [2020-12-11T17:07:55.635Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-11T17:07:57.594Z] Collecting jsonschema<3,>=2.5.1 [2020-12-11T17:07:57.594Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-11T17:07:57.869Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-11T17:07:57.869Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-11T17:07:58.460Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-11T17:07:58.460Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-11T17:07:58.730Z] Collecting idna<2.8,>=2.5 [2020-12-11T17:07:58.730Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-11T17:07:58.998Z] Collecting docker-pycreds>=0.4.0 [2020-12-11T17:07:58.998Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-11T17:07:59.271Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-11T17:07:59.271Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-11T17:07:59.271Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-11T17:07:59.271Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-11T17:07:59.860Z] Installing collected packages: cached-property, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, texttable, jsonschema, docker-compose [2020-12-11T17:07:59.860Z] Running setup.py install for PyYAML: started [2020-12-11T17:08:01.832Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-11T17:08:02.111Z] Attempting uninstall: urllib3 [2020-12-11T17:08:02.111Z] Found existing installation: urllib3 1.25.9 [2020-12-11T17:08:02.111Z] Uninstalling urllib3-1.25.9: [2020-12-11T17:08:02.111Z] Successfully uninstalled urllib3-1.25.9 [2020-12-11T17:08:02.707Z] Attempting uninstall: idna [2020-12-11T17:08:02.707Z] Found existing installation: idna 2.9 [2020-12-11T17:08:02.707Z] Uninstalling idna-2.9: [2020-12-11T17:08:02.707Z] Successfully uninstalled idna-2.9 [2020-12-11T17:08:03.303Z] Attempting uninstall: requests [2020-12-11T17:08:03.303Z] Found existing installation: requests 2.23.0 [2020-12-11T17:08:03.303Z] Uninstalling requests-2.23.0: [2020-12-11T17:08:03.577Z] Successfully uninstalled requests-2.23.0 [2020-12-11T17:08:05.036Z] Running setup.py install for dockerpty: started [2020-12-11T17:08:06.465Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-11T17:08:06.465Z] Running setup.py install for docopt: started [2020-12-11T17:08:08.515Z] Running setup.py install for docopt: finished with status 'done' [2020-12-11T17:08:08.515Z] Running setup.py install for texttable: started [2020-12-11T17:08:10.551Z] Running setup.py install for texttable: finished with status 'done' [2020-12-11T17:08:11.583Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-11T17:08:15.939Z] Removing intermediate container f8522b1dc6f6 [2020-12-11T17:08:15.939Z] ---> 34cffd903b33 [2020-12-11T17:08:15.939Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-11T17:08:15.939Z] ---> Running in d5cb2e630334 [2020-12-11T17:08:16.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-11T17:08:16.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-11T17:08:17.411Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-11T17:08:17.411Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-11T17:08:17.411Z] (3/3) Installing curl (7.69.1-r3) [2020-12-11T17:08:17.411Z] Executing busybox-1.31.1-r19.trigger [2020-12-11T17:08:17.411Z] OK: 71 MiB in 58 packages [2020-12-11T17:08:18.855Z] Removing intermediate container d5cb2e630334 [2020-12-11T17:08:18.855Z] ---> f6273aafa319 [2020-12-11T17:08:18.855Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-11T17:08:18.855Z] ---> Running in 997b18951c1b [2020-12-11T17:08:19.130Z] Removing intermediate container 997b18951c1b [2020-12-11T17:08:19.130Z] ---> b9203894be6d [2020-12-11T17:08:19.130Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-11T17:08:19.401Z] ---> Running in 458268ca607a [2020-12-11T17:08:19.675Z] Removing intermediate container 458268ca607a [2020-12-11T17:08:19.675Z] ---> 5083b47b2fea [2020-12-11T17:08:19.675Z] Step 25/27 : LABEL arch=arm64 [2020-12-11T17:08:19.949Z] ---> Running in c8c82c6fe827 [2020-12-11T17:08:20.224Z] Removing intermediate container c8c82c6fe827 [2020-12-11T17:08:20.224Z] ---> 90c539039fcd [2020-12-11T17:08:20.224Z] Step 26/27 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d [2020-12-11T17:08:20.497Z] ---> Running in 49bd3fd956e0 [2020-12-11T17:08:20.768Z] Removing intermediate container 49bd3fd956e0 [2020-12-11T17:08:20.768Z] ---> be1fc9337e6b [2020-12-11T17:08:20.768Z] Step 27/27 : LABEL version=0.0.0 [2020-12-11T17:08:21.042Z] ---> Running in 4ce6457b0951 [2020-12-11T17:08:21.314Z] Removing intermediate container 4ce6457b0951 [2020-12-11T17:08:21.314Z] ---> a2e545b46deb [2020-12-11T17:08:21.314Z] [2020-12-11T17:08:21.924Z] Successfully built a2e545b46deb [2020-12-11T17:08:21.924Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-11T17:08:22.215Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-11T17:08:22.407Z] $ docker stop --time=1 2d766e2825fa1f10d684a81a0a19f9da81a724029874a68718d9444a8591f925 [2020-12-11T17:08:24.276Z] $ docker rm -f 2d766e2825fa1f10d684a81a0a19f9da81a724029874a68718d9444a8591f925 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-11T17:08:24.820Z] + + grep docker [2020-12-11T17:08:24.820Z] docker images [2020-12-11T17:08:25.088Z] docker-sys-mgmt-agent-go-arm64 latest a2e545b46deb 4 seconds ago 300MB [2020-12-11T17:08:25.088Z] docker-core-metadata-go-arm64 latest 1e7d3f328e92 48 seconds ago 13.6MB [2020-12-11T17:08:25.088Z] docker-support-scheduler-go-arm64 latest 55b1b5f41bd6 54 seconds ago 11.5MB [2020-12-11T17:08:25.088Z] docker-core-command-go-arm64 latest 2c6580704c0f 57 seconds ago 11.4MB [2020-12-11T17:08:25.088Z] docker-security-secretstore-setup-go-arm64 latest b4525ddd78a3 About a minute ago 23.5MB [2020-12-11T17:08:25.088Z] docker-core-data-go-arm64 latest 2b6f82c85486 4 minutes ago 22.3MB [2020-12-11T17:08:25.088Z] docker-support-notifications-go-arm64 latest 17944c3cc399 4 minutes ago 12.9MB [2020-12-11T17:08:25.088Z] docker-security-secrets-setup-go-arm64 latest afdaeceeaa8d 4 minutes ago 22.7MB [2020-12-11T17:08:25.088Z] docker-security-proxy-setup-go-arm64 latest c3fafaecf4b3 4 minutes ago 23.4MB [2020-12-11T17:08:25.088Z] docker-security-bootstrap-redis-go-arm64 latest 5cd21555a4ab 4 minutes ago 15.2MB [2020-12-11T17:08:25.088Z] docker latest eeaf43b92773 13 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-11T17:08:27.064Z] provisioning config files... [2020-12-11T17:08:27.090Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5119742128095096872tmp [Pipeline] { [Pipeline] sh [2020-12-11T17:08:27.569Z] + set +x [2020-12-11T17:08:27.569Z] + bash -s -- [2020-12-11T17:08:27.569Z] + curl -s https://codecov.io/bash [2020-12-11T17:08:28.185Z] [2020-12-11T17:08:28.185Z] _____ _ [2020-12-11T17:08:28.185Z] / ____| | | [2020-12-11T17:08:28.185Z] | | ___ __| | ___ ___ _____ __ [2020-12-11T17:08:28.185Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-11T17:08:28.185Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-11T17:08:28.185Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-11T17:08:28.185Z] Bash-20201130-cc6d3fe [2020-12-11T17:08:28.185Z] [2020-12-11T17:08:28.185Z] [2020-12-11T17:08:28.185Z] ==> Jenkins CI detected. [2020-12-11T17:08:28.185Z] project root: . [2020-12-11T17:08:28.185Z] --> token set from env [2020-12-11T17:08:28.185Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-11T17:08:28.185Z] ==> Running gcov in . (disable via -X gcov) [2020-12-11T17:08:28.478Z] ==> Python coveragepy not found [2020-12-11T17:08:28.478Z] ==> Searching for coverage reports in: [2020-12-11T17:08:28.478Z] + . [2020-12-11T17:08:28.478Z] -> Found 1 reports [2020-12-11T17:08:28.478Z] ==> Detecting git/mercurial file structure [2020-12-11T17:08:28.478Z] ==> Reading reports [2020-12-11T17:08:28.478Z] + ./coverage.out bytes=569828 [2020-12-11T17:08:28.478Z] ==> Appending adjustments [2020-12-11T17:08:28.478Z] https://docs.codecov.io/docs/fixing-reports [2020-12-11T17:08:35.505Z] + Found adjustments [2020-12-11T17:08:35.505Z] ==> Gzipping contents [2020-12-11T17:08:35.505Z] 88K /tmp/codecov.elsPRc.gz [2020-12-11T17:08:35.505Z] ==> Uploading reports [2020-12-11T17:08:35.505Z] url: https://codecov.io [2020-12-11T17:08:35.505Z] query: branch=PR-2940&commit=b116ed2c3666a71abee49cd31488bd2e8787a89d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2940%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2940&job=&cmd_args= [2020-12-11T17:08:35.505Z] -> Pinging Codecov [2020-12-11T17:08:35.505Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2940&commit=b116ed2c3666a71abee49cd31488bd2e8787a89d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2940%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2940&job=&cmd_args= [2020-12-11T17:08:35.505Z] -> Uploading to [2020-12-11T17:08:35.505Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-11/00271124DB129430A58F1EEE437C3FCB/b116ed2c3666a71abee49cd31488bd2e8787a89d/b4c420c9-253f-4028-8db8-049ea45e669f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T170835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f43488aeb1ee7add12f5dae2121b5981c83976f2f7de640dc02bbcad699eb271 [2020-12-11T17:08:35.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-11T17:08:35.505Z] Dload Upload Total Spent Left Speed [2020-12-11T17:08:36.091Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88166 0 0 100 88166 0 127k --:--:-- --:--:-- --:--:-- 127k [2020-12-11T17:08:36.091Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b116ed2c3666a71abee49cd31488bd2e8787a89d [Pipeline] } [2020-12-11T17:08:36.104Z] 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 [2020-12-11T17:08:38.328Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:08:39.276Z] ---> package-listing.sh [2020-12-11T17:08:39.276Z] ++ facter osfamily [2020-12-11T17:08:39.276Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-11T17:08:39.574Z] + OS_FAMILY=redhat [2020-12-11T17:08:39.574Z] + workspace=/w/workspace/edgex-go/3 [2020-12-11T17:08:39.575Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-11T17:08:39.575Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-11T17:08:39.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-11T17:08:39.575Z] + PACKAGES=/tmp/packages_start.txt [2020-12-11T17:08:39.575Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-11T17:08:39.575Z] + PACKAGES=/tmp/packages_end.txt [2020-12-11T17:08:39.575Z] + case "${OS_FAMILY}" in [2020-12-11T17:08:39.575Z] + rpm -qa [2020-12-11T17:08:39.575Z] + sort [2020-12-11T17:08:46.326Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-11T17:08:46.326Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-11T17:08:46.326Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-11T17:08:46.326Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-11T17:08:46.326Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-11T17:08:46.326Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-11T17:08:46.362Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-11T17:08:46.719Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-11T17:08:47.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T17:08:47.589Z] [2020-12-11T17:08:47.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-11T17:08:47.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T17:08:48.266Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-11T17:08:48.266Z] df20fa9351a1: Pulling fs layer [2020-12-11T17:08:48.266Z] 36b3adc4ff6f: Pulling fs layer [2020-12-11T17:08:48.266Z] 8ad3a11d3b57: Pulling fs layer [2020-12-11T17:08:48.266Z] 46f8f816bc3b: Pulling fs layer [2020-12-11T17:08:48.266Z] 93b61091891f: Pulling fs layer [2020-12-11T17:08:48.266Z] 93b9cdb0e59b: Pulling fs layer [2020-12-11T17:08:48.266Z] 5e14af77c1be: Pulling fs layer [2020-12-11T17:08:48.266Z] 01666e4c0597: Pulling fs layer [2020-12-11T17:08:48.266Z] aa168da1d23b: Pulling fs layer [2020-12-11T17:08:48.266Z] 93b9cdb0e59b: Waiting [2020-12-11T17:08:48.266Z] 5e14af77c1be: Waiting [2020-12-11T17:08:48.266Z] 46f8f816bc3b: Waiting [2020-12-11T17:08:48.266Z] 01666e4c0597: Waiting [2020-12-11T17:08:48.266Z] aa168da1d23b: Waiting [2020-12-11T17:08:48.266Z] 93b61091891f: Waiting [2020-12-11T17:08:48.266Z] 36b3adc4ff6f: Verifying Checksum [2020-12-11T17:08:48.266Z] 36b3adc4ff6f: Download complete [2020-12-11T17:08:48.266Z] 46f8f816bc3b: Download complete [2020-12-11T17:08:48.613Z] df20fa9351a1: Download complete [2020-12-11T17:08:48.613Z] 93b9cdb0e59b: Verifying Checksum [2020-12-11T17:08:48.613Z] 93b9cdb0e59b: Download complete [2020-12-11T17:08:48.613Z] 93b61091891f: Download complete [2020-12-11T17:08:48.613Z] 01666e4c0597: Verifying Checksum [2020-12-11T17:08:48.613Z] 01666e4c0597: Download complete [2020-12-11T17:08:48.613Z] 5e14af77c1be: Verifying Checksum [2020-12-11T17:08:48.613Z] 5e14af77c1be: Download complete [2020-12-11T17:08:49.640Z] 8ad3a11d3b57: Verifying Checksum [2020-12-11T17:08:49.640Z] 8ad3a11d3b57: Download complete [2020-12-11T17:08:49.640Z] df20fa9351a1: Pull complete [2020-12-11T17:08:50.017Z] 36b3adc4ff6f: Pull complete [2020-12-11T17:08:51.631Z] 8ad3a11d3b57: Pull complete [2020-12-11T17:08:51.914Z] 46f8f816bc3b: Pull complete [2020-12-11T17:08:53.034Z] 93b61091891f: Pull complete [2020-12-11T17:08:53.374Z] 93b9cdb0e59b: Pull complete [2020-12-11T17:08:53.374Z] 5e14af77c1be: Pull complete [2020-12-11T17:08:53.699Z] 01666e4c0597: Pull complete [2020-12-11T17:08:54.705Z] aa168da1d23b: Verifying Checksum [2020-12-11T17:08:54.705Z] aa168da1d23b: Download complete [2020-12-11T17:09:13.210Z] aa168da1d23b: Pull complete [2020-12-11T17:09:13.210Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-11T17:09:13.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-11T17:09:13.210Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-11T17:09:14.462Z] prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container [2020-12-11T17:09:14.734Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-11T17:09:17.978Z] $ docker top f21529fe567769bdace561b5757a86f31134ce96ff5525a6a79a3f78ec966926 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-11T17:09:18.809Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-11T17:09:19.495Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-11T17:09:20.183Z] + ls /var/log/sa-host [2020-12-11T17:09:20.183Z] + sadf -c /var/log/sa-host/sa11 [2020-12-11T17:09:20.183Z] file_magic: OK [2020-12-11T17:09:20.183Z] HZ: Using current value: 100 [2020-12-11T17:09:20.183Z] file_header: OK [2020-12-11T17:09:20.183Z] 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 [2020-12-11T17:09:20.183Z] Statistics: [2020-12-11T17:09:20.183Z] 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... [2020-12-11T17:09:20.183Z] File successfully converted to sysstat format version 12.2.1 [2020-12-11T17:09:20.183Z] + sadf -c /var/log/sa-host/sa23 [2020-12-11T17:09:20.183Z] file_magic: OK [2020-12-11T17:09:20.183Z] HZ: Using current value: 100 [2020-12-11T17:09:20.183Z] file_header: OK [2020-12-11T17:09:20.183Z] 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 [2020-12-11T17:09:20.183Z] Statistics: [2020-12-11T17:09:20.183Z] Hnuu...uuuununununu... [2020-12-11T17:09:20.183Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-11T17:09:20.918Z] provisioning config files... [2020-12-11T17:09:20.946Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2585156750979837904tmp [Pipeline] { [Pipeline] echo [2020-12-11T17:09:21.041Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:09:21.391Z] ---> create-netrc.sh [Pipeline] } [2020-12-11T17:09:21.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-11T17:09:21.516Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:09:22.613Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-11T17:09:22.724Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:09:23.451Z] ---> sudo-logs.sh [2020-12-11T17:09:23.451Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-11T17:09:23.488Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:09:23.884Z] ---> job-cost.sh [2020-12-11T17:09:24.183Z] lf-activate-venv: SKIPPING [2020-12-11T17:09:24.183Z] INFO: No Stack... [2020-12-11T17:09:25.169Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-11T17:09:25.771Z] INFO: Archiving Costs [Pipeline] echo [2020-12-11T17:09:25.791Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-11T17:09:26.167Z] ---> logs-deploy.sh [2020-12-11T17:09:26.167Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2940/3 [2020-12-11T17:09:26.167Z] INFO: archiving workspace using pattern(s): [2020-12-11T17:09:28.809Z] Archives upload complete. [2020-12-11T17:09:28.809Z] INFO: archiving logs to Nexus