Pull request #3004 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 99f43a558382153ff6feeb1ac2a2e2abad0eed90+310fcf068b6662a9a98c00381981ed5406e42392 (6f3619953836e3d40bc42a11eeb2589b5d663a05) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19334 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 > 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/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 99f43a558382153ff6feeb1ac2a2e2abad0eed90 Merge succeeded, producing 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 Checking out Revision 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 (PR-3004) > git config core.sparsecheckout # timeout=10 > git checkout -f 99f43a558382153ff6feeb1ac2a2e2abad0eed90 # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk add0fe1a2e6314269aae6c5b51fe9708488a51dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-10T20:26:35.523Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-10T20:26:35.868Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-10T20:26:35.970Z] ========================================================= [2021-01-10T20:26:35.971Z] EdgeX Global Pipelines Version Info [2021-01-10T20:26:35.971Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:26:37.492Z] ------------------- [2021-01-10T20:26:37.493Z] stable info: [2021-01-10T20:26:37.493Z] ------------------- [2021-01-10T20:26:37.493Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-10T20:26:37.493Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T20:26:37.493Z] Message: update stable to v1.0.173 [2021-01-10T20:26:38.443Z] ------------------- [2021-01-10T20:26:38.443Z] experimental info: [2021-01-10T20:26:38.443Z] ------------------- [2021-01-10T20:26:38.443Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-10T20:26:38.443Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T20:26:38.443Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-10T20:26:38.745Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-10T20:26:38.844Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-10T20:26:38.969Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-10T20:26:39.071Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-10T20:26:39.169Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-10T20:26:39.265Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-10T20:26:39.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-10T20:26:39.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-10T20:26:39.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-10T20:26:39.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-10T20:26:39.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-10T20:26:39.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-10T20:26:39.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-10T20:26:40.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-10T20:26:40.245Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T20:26:40.345Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T20:26:40.458Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-10T20:26:40.568Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-10T20:26:40.704Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-10T20:26:40.802Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-10T20:26:40.934Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-10T20:26:41.070Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-10T20:26:41.163Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-10T20:26:41.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3004 [Pipeline] echo [2021-01-10T20:26:41.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3004 [Pipeline] echo [2021-01-10T20:26:41.453Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3004 [Pipeline] echo [2021-01-10T20:26:41.547Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [Pipeline] echo [2021-01-10T20:26:41.662Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e7c88e [Pipeline] echo [2021-01-10T20:26:41.759Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T20:26:41.969Z] provisioning config files... [2021-01-10T20:26:42.030Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1636393073556828921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:26:42.460Z] ---> docker-login.sh [2021-01-10T20:26:42.460Z] nexus3.edgexfoundry.org:10001 [2021-01-10T20:26:42.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:26:42.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:26:42.988Z] Configure a credential helper to remove this warning. See [2021-01-10T20:26:42.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:26:42.988Z] [2021-01-10T20:26:42.988Z] Login Succeeded [2021-01-10T20:26:42.988Z] nexus3.edgexfoundry.org:10002 [2021-01-10T20:26:43.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:26:43.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:26:43.252Z] Configure a credential helper to remove this warning. See [2021-01-10T20:26:43.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:26:43.252Z] [2021-01-10T20:26:43.252Z] Login Succeeded [2021-01-10T20:26:43.252Z] nexus3.edgexfoundry.org:10003 [2021-01-10T20:26:43.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:26:43.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:26:43.514Z] Configure a credential helper to remove this warning. See [2021-01-10T20:26:43.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:26:43.514Z] [2021-01-10T20:26:43.514Z] Login Succeeded [2021-01-10T20:26:43.514Z] nexus3.edgexfoundry.org:10004 [2021-01-10T20:26:43.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:26:43.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:26:43.778Z] Configure a credential helper to remove this warning. See [2021-01-10T20:26:43.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:26:43.778Z] [2021-01-10T20:26:43.778Z] Login Succeeded [2021-01-10T20:26:43.778Z] docker.io [2021-01-10T20:26:44.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:26:44.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:26:44.305Z] Configure a credential helper to remove this warning. See [2021-01-10T20:26:44.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:26:44.305Z] [2021-01-10T20:26:44.305Z] Login Succeeded [2021-01-10T20:26:44.305Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T20:26:44.316Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T20:26:44.797Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/core-command/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/core-data/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-10T20:26:44.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T20:26:44.797Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-10T20:26:44.797Z] ++ cut -d/ -f2 [2021-01-10T20:26:44.797Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-10T20:26:44.880Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:26:46.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T20:26:46.525Z] [2021-01-10T20:26:46.525Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:26:46.875Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T20:26:46.875Z] latest: Pulling from edgex-devops/git-semver [2021-01-10T20:26:46.875Z] 31603596830f: Pulling fs layer [2021-01-10T20:26:46.875Z] 2a8b12db71e7: Pulling fs layer [2021-01-10T20:26:46.875Z] 6ca5941a6612: Pulling fs layer [2021-01-10T20:26:46.875Z] ecc8261a40a4: Pulling fs layer [2021-01-10T20:26:46.875Z] 2a8b12db71e7: Download complete [2021-01-10T20:26:47.140Z] 31603596830f: Verifying Checksum [2021-01-10T20:26:47.140Z] 31603596830f: Download complete [2021-01-10T20:26:47.140Z] ecc8261a40a4: Verifying Checksum [2021-01-10T20:26:47.140Z] ecc8261a40a4: Download complete [2021-01-10T20:26:47.140Z] 6ca5941a6612: Verifying Checksum [2021-01-10T20:26:47.140Z] 6ca5941a6612: Download complete [2021-01-10T20:26:47.406Z] 31603596830f: Pull complete [2021-01-10T20:26:47.406Z] 2a8b12db71e7: Pull complete [2021-01-10T20:26:48.372Z] 6ca5941a6612: Pull complete [2021-01-10T20:26:48.637Z] ecc8261a40a4: Pull complete [2021-01-10T20:26:48.637Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-10T20:26:48.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T20:26:48.637Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-10T20:26:48.769Z] prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container [2021-01-10T20:26:48.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-10T20:26:51.442Z] $ docker top 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-10T20:26:51.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T20:26:51.792Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T20:26:52.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T20:26:52.027Z] $ docker exec 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent [2021-01-10T20:26:52.200Z] SSH_AUTH_SOCK=/tmp/ssh-YU2XD42U4Sic/agent.12 [2021-01-10T20:26:52.200Z] SSH_AGENT_PID=17 [2021-01-10T20:26:52.216Z] Running ssh-add (command line suppressed) [2021-01-10T20:26:52.351Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6445621821472786259.key (/w/workspace/edgex-go/7@tmp/private_key_6445621821472786259.key) [2021-01-10T20:26:52.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T20:26:52.743Z] + git tag --points-at HEAD [Pipeline] } [2021-01-10T20:26:52.772Z] $ docker exec --env ******** --env ******** 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent -k [2021-01-10T20:26:52.892Z] unset SSH_AUTH_SOCK; [2021-01-10T20:26:52.892Z] unset SSH_AGENT_PID; [2021-01-10T20:26:52.892Z] echo Agent pid 17 killed; [2021-01-10T20:26:52.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-10T20:26:53.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T20:26:53.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T20:26:53.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T20:26:53.301Z] $ docker exec 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent [2021-01-10T20:26:53.482Z] SSH_AUTH_SOCK=/tmp/ssh-RvSclg48kOCB/agent.46 [2021-01-10T20:26:53.482Z] SSH_AGENT_PID=52 [2021-01-10T20:26:53.489Z] Running ssh-add (command line suppressed) [2021-01-10T20:26:53.617Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8846426971784911909.key (/w/workspace/edgex-go/7@tmp/private_key_8846426971784911909.key) [2021-01-10T20:26:53.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T20:26:54.032Z] + git semver init [2021-01-10T20:26:54.033Z] # -> Open(): unable to determine branch for HEAD [2021-01-10T20:26:54.033Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-10T20:26:54.033Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-10T20:26:54.033Z] # $SEMVER_REMOTE_NAME = origin [2021-01-10T20:26:54.033Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-10T20:26:54.033Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-10T20:26:54.033Z] # $SEMVER_BRANCH = PR-3004 [2021-01-10T20:26:54.033Z] # $SEMVER_TEMP = /tmp/semver-568554174 [2021-01-10T20:26:54.033Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-10T20:27:16.119Z] # '/tmp/semver-568554174' -> '/w/workspace/edgex-go/7/.semver' [2021-01-10T20:27:17.080Z] # -> Force: false [2021-01-10T20:27:17.080Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-10T20:27:17.098Z] $ docker exec --env ******** --env ******** 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent -k [2021-01-10T20:27:17.415Z] unset SSH_AUTH_SOCK; [2021-01-10T20:27:17.416Z] unset SSH_AGENT_PID; [2021-01-10T20:27:17.416Z] echo Agent pid 52 killed; [2021-01-10T20:27:17.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T20:27:18.029Z] + git semver [Pipeline] } [2021-01-10T20:27:18.052Z] $ docker stop --time=1 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 [2021-01-10T20:27:20.016Z] $ docker rm -f 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T20:27:20.598Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-10T20:27:21.156Z] Stashed 1 file(s) [Pipeline] echo [2021-01-10T20:27:21.159Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T20:27:22.137Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-10T20:27:22.436Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T20:27:22.738Z] + sudo service docker restart [2021-01-10T20:27:22.739Z] + true [2021-01-10T20:27:22.739Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-10T20:27:23.329Z] ========================================================= [2021-01-10T20:27:23.329Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-10T20:27:23.329Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:27:23.675Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-10T20:27:27.025Z] Sending build context to Docker daemon 326.4MB [2021-01-10T20:27:27.025Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T20:27:27.025Z] Step 2/6 : FROM ${BASE} [2021-01-10T20:27:27.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-10T20:27:27.025Z] 188c0c94c7c5: Pulling fs layer [2021-01-10T20:27:27.025Z] 0ef7d3d256c8: Pulling fs layer [2021-01-10T20:27:27.025Z] de9db76c5a1d: Pulling fs layer [2021-01-10T20:27:27.025Z] bca2f99d35d6: Pulling fs layer [2021-01-10T20:27:27.025Z] 93359f2a8cfa: Pulling fs layer [2021-01-10T20:27:27.025Z] 7c6f9722023f: Pulling fs layer [2021-01-10T20:27:27.025Z] a35cf1a2eb13: Pulling fs layer [2021-01-10T20:27:27.025Z] 93359f2a8cfa: Waiting [2021-01-10T20:27:27.025Z] 7c6f9722023f: Waiting [2021-01-10T20:27:27.025Z] a35cf1a2eb13: Waiting [2021-01-10T20:27:27.025Z] bca2f99d35d6: Waiting [2021-01-10T20:27:27.025Z] 0ef7d3d256c8: Verifying Checksum [2021-01-10T20:27:27.025Z] 0ef7d3d256c8: Download complete [2021-01-10T20:27:27.025Z] de9db76c5a1d: Verifying Checksum [2021-01-10T20:27:27.025Z] de9db76c5a1d: Download complete [2021-01-10T20:27:27.025Z] 93359f2a8cfa: Verifying Checksum [2021-01-10T20:27:27.025Z] 93359f2a8cfa: Download complete [2021-01-10T20:27:27.025Z] 188c0c94c7c5: Verifying Checksum [2021-01-10T20:27:27.025Z] 188c0c94c7c5: Download complete [2021-01-10T20:27:27.289Z] 7c6f9722023f: Verifying Checksum [2021-01-10T20:27:27.289Z] 7c6f9722023f: Download complete [2021-01-10T20:27:27.553Z] 188c0c94c7c5: Pull complete [2021-01-10T20:27:27.820Z] 0ef7d3d256c8: Pull complete [2021-01-10T20:27:27.820Z] de9db76c5a1d: Pull complete [2021-01-10T20:27:29.757Z] a35cf1a2eb13: Verifying Checksum [2021-01-10T20:27:29.757Z] a35cf1a2eb13: Download complete [2021-01-10T20:27:30.023Z] bca2f99d35d6: Verifying Checksum [2021-01-10T20:27:30.023Z] bca2f99d35d6: Download complete [2021-01-10T20:27:35.379Z] bca2f99d35d6: Pull complete [2021-01-10T20:27:35.379Z] 93359f2a8cfa: Pull complete [2021-01-10T20:27:35.379Z] 7c6f9722023f: Pull complete [2021-01-10T20:27:36.596Z] Still waiting to schedule task [2021-01-10T20:27:36.596Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-10T20:27:42.025Z] a35cf1a2eb13: Pull complete [2021-01-10T20:27:42.025Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-10T20:27:42.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-10T20:27:42.025Z] ---> a62c8e92a672 [2021-01-10T20:27:42.025Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T20:27:42.025Z] ---> Running in de5dedaa0fff [2021-01-10T20:27:43.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:27:44.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:27:44.267Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T20:27:44.841Z] (2/12) Installing file (5.38-r0) [2021-01-10T20:27:44.841Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T20:27:45.103Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T20:27:49.323Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T20:27:49.586Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T20:27:49.586Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T20:27:49.586Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T20:27:49.850Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T20:27:49.850Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T20:27:50.114Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T20:27:50.114Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T20:27:50.114Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:27:50.114Z] OK: 233 MiB in 51 packages [2021-01-10T20:27:54.350Z] Removing intermediate container de5dedaa0fff [2021-01-10T20:27:54.350Z] ---> d0bd364bad21 [2021-01-10T20:27:54.350Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T20:27:54.350Z] ---> Running in 2dcf522e8b07 [2021-01-10T20:27:54.350Z] Removing intermediate container 2dcf522e8b07 [2021-01-10T20:27:54.350Z] ---> d18f1bce3220 [2021-01-10T20:27:54.350Z] Step 5/6 : COPY go.mod . [2021-01-10T20:27:54.614Z] ---> a21ff57c70fc [2021-01-10T20:27:54.614Z] Step 6/6 : RUN go mod download [2021-01-10T20:27:54.614Z] ---> Running in d150af6224b3 [2021-01-10T20:28:16.647Z] Removing intermediate container d150af6224b3 [2021-01-10T20:28:16.647Z] ---> 83e75075c09d [2021-01-10T20:28:16.647Z] Successfully built 83e75075c09d [2021-01-10T20:28:16.647Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:28:16.989Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T20:28:16.989Z] . [Pipeline] withDockerContainer [2021-01-10T20:28:17.105Z] prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container [2021-01-10T20:28:17.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T20:28:18.018Z] $ docker top 07a52f6ac04447f0f4196b708b8deface590867a867a507bbf86a42e4551753a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:28:18.589Z] + go version [2021-01-10T20:28:18.589Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-10T20:28:18.610Z] $ docker stop --time=1 07a52f6ac04447f0f4196b708b8deface590867a867a507bbf86a42e4551753a [2021-01-10T20:28:20.004Z] $ docker rm -f 07a52f6ac04447f0f4196b708b8deface590867a867a507bbf86a42e4551753a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:28:20.998Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T20:28:20.999Z] . [Pipeline] withDockerContainer [2021-01-10T20:28:21.103Z] prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container [2021-01-10T20:28:21.151Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T20:28:21.960Z] $ docker top 44ebe9a5be516c27626203c4bc10cffc74608356ced6bf8758439dade13e7ab3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T20:28:22.161Z] ========================================================= [2021-01-10T20:28:22.161Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T20:28:22.161Z] ========================================================= [Pipeline] sh [2021-01-10T20:28:22.457Z] + make test [2021-01-10T20:28:22.457Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T20:28:32.523Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T20:28:47.608Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T20:28:53.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T20:28:53.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T20:28:53.004Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T20:28:53.004Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T20:28:53.004Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T20:28:53.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T20:28:53.866Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T20:28:54.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T20:28:55.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T20:28:57.649Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T20:28:57.649Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T20:28:57.649Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T20:28:59.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements [2021-01-10T20:28:59.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T20:28:59.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T20:28:59.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T20:28:59.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T20:28:59.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T20:29:03.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.0% of statements [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T20:29:03.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T20:29:03.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T20:29:03.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 77.1% of statements [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T20:29:03.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 82.4% of statements [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T20:29:03.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T20:29:05.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.396s coverage: 28.6% of statements [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T20:29:05.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T20:29:05.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T20:29:05.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-10T20:29:05.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T20:29:05.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-01-10T20:29:05.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T20:29:06.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-10T20:29:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T20:29:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T20:29:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T20:29:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.320s coverage: 93.8% of statements [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-10T20:29:08.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2021-01-10T20:29:08.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-01-10T20:29:08.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.2% of statements [2021-01-10T20:29:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements [2021-01-10T20:29:08.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T20:29:10.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 63.5% of statements [2021-01-10T20:29:10.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T20:29:10.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T20:29:10.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-10T20:29:10.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements [2021-01-10T20:29:10.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-10T20:29:10.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-10T20:29:10.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-10T20:29:11.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 55.9% of statements [2021-01-10T20:29:11.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T20:29:11.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T20:29:11.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T20:29:11.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T20:29:11.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T20:29:12.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements [2021-01-10T20:29:12.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T20:29:12.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T20:29:12.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements [2021-01-10T20:29:12.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-01-10T20:29:14.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.1% of statements [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T20:29:14.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T20:29:14.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-10T20:29:14.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T20:29:15.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.763s coverage: 29.1% of statements [2021-01-10T20:29:15.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T20:29:15.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T20:29:15.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T20:29:15.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T20:29:15.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T20:29:15.749Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T20:29:15.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T20:29:15.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T20:29:15.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T20:29:15.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-01-10T20:29:16.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-10T20:29:16.334Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-10T20:29:16.598Z] GO111MODULE=on go vet ./... [2021-01-10T20:29:24.317Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19335 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws [2021-01-10T20:29:24.457Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-10T20:29:29.435Z] using credential edgex-jenkins-ssh [2021-01-10T20:29:29.500Z] Cloning the remote Git repository [2021-01-10T20:29:29.569Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T20:29:29.697Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-10T20:29:29.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T20:29:29.770Z] > git --version # timeout=10 [2021-01-10T20:29:29.786Z] > git --version # 'git version 2.17.1' [2021-01-10T20:29:29.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T20:29:29.862Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T20:29:38.708Z] gofmt -l . [2021-01-10T20:29:38.971Z] [ "`gofmt -l .`" = "" ] [2021-01-10T20:29:39.549Z] ./bin/test-go-mod-tidy.sh [2021-01-10T20:29:40.125Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T20:29:40.705Z] + ls -al . [2021-01-10T20:29:40.705Z] total 648 [2021-01-10T20:29:40.705Z] drwxrwxr-x 10 1001 1001 4096 Jan 10 20:29 . [2021-01-10T20:29:40.705Z] drwxr-xr-x 4 root root 28 Jan 10 20:28 .. [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 20:26 .dockerignore [2021-01-10T20:29:40.705Z] drwxrwxr-x 8 1001 1001 179 Jan 10 20:26 .git [2021-01-10T20:29:40.705Z] drwxrwxr-x 3 1001 1001 125 Jan 10 20:26 .github [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 20:26 .gitignore [2021-01-10T20:29:40.705Z] drwx------ 3 1001 1001 47 Jan 10 20:27 .semver [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 20:26 .sonarcloud.properties [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 7741 Jan 10 20:26 Attribution.txt [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 20:26 CONTRIBUTING.md [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 20:26 Dockerfile.build [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 20:26 Jenkinsfile [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 20:26 LICENSE [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 20:26 Makefile [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 20:26 README.md [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 20:26 SECURITY.md [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 20:27 VERSION [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 20:26 ZMQWindows.md [2021-01-10T20:29:40.705Z] drwxrwxr-x 2 1001 1001 117 Jan 10 20:26 bin [2021-01-10T20:29:40.705Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 20:26 cmd [2021-01-10T20:29:40.705Z] -rw-r--r-- 1 root root 541590 Jan 10 20:29 coverage.out [2021-01-10T20:29:40.705Z] -rw-r--r-- 1 root root 979 Jan 10 20:29 go.mod [2021-01-10T20:29:40.705Z] -rw-r--r-- 1 root root 19019 Jan 10 20:29 go.sum [2021-01-10T20:29:40.705Z] drwxrwxr-x 8 1001 1001 127 Jan 10 20:26 internal [2021-01-10T20:29:40.705Z] drwxrwxr-x 4 1001 1001 26 Jan 10 20:26 openapi [2021-01-10T20:29:40.705Z] drwxrwxr-x 4 1001 1001 71 Jan 10 20:26 snap [2021-01-10T20:29:40.705Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 20:26 version.go [Pipeline] sh [2021-01-10T20:29:41.028Z] + '[' -e coverage.out ] [2021-01-10T20:29:41.028Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T20:29:41.281Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T20:29:41.585Z] + make build [2021-01-10T20:29:41.585Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T20:29:45.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T20:29:46.934Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T20:29:46.950Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T20:29:46.979Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T20:29:47.013Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T20:29:47.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T20:29:47.027Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T20:29:47.759Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 99f43a558382153ff6feeb1ac2a2e2abad0eed90 [2021-01-10T20:29:48.292Z] Merge succeeded, producing d7ac285b43785bb8e65aa99497e868a7fa0b6ab7 [2021-01-10T20:29:48.293Z] Checking out Revision d7ac285b43785bb8e65aa99497e868a7fa0b6ab7 (PR-3004) [2021-01-10T20:29:47.787Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T20:29:47.804Z] > git checkout -f 99f43a558382153ff6feeb1ac2a2e2abad0eed90 # timeout=10 [2021-01-10T20:29:48.110Z] > git remote # timeout=10 [2021-01-10T20:29:48.128Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T20:29:48.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T20:29:48.155Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T20:29:48.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T20:29:48.304Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T20:29:48.316Z] > git checkout -f d7ac285b43785bb8e65aa99497e868a7fa0b6ab7 # timeout=10 [2021-01-10T20:29:52.801Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T20:29:52.823Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T20:29:52.812Z] > git rev-list --no-walk add0fe1a2e6314269aae6c5b51fe9708488a51dd # timeout=10 [2021-01-10T20:29:54.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T20:29:54.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T20:29:54.462Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-10T20:29:54.890Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T20:29:55.240Z] + sudo+ service dockertrue restart [2021-01-10T20:29:55.240Z] [2021-01-10T20:29:55.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T20:29:56.030Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T20:29:57.294Z] provisioning config files... [2021-01-10T20:29:57.367Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1147815149857419312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:29:57.835Z] ---> docker-login.sh [2021-01-10T20:29:57.835Z] nexus3.edgexfoundry.org:10001 [2021-01-10T20:29:57.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T20:29:58.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:29:58.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T20:29:59.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:29:59.433Z] Configure a credential helper to remove this warning. See [2021-01-10T20:29:59.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:29:59.433Z] [2021-01-10T20:29:59.433Z] Login Succeeded [2021-01-10T20:29:59.434Z] nexus3.edgexfoundry.org:10002 [2021-01-10T20:29:59.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:29:59.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:29:59.710Z] Configure a credential helper to remove this warning. See [2021-01-10T20:29:59.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:29:59.710Z] [2021-01-10T20:29:59.710Z] Login Succeeded [2021-01-10T20:29:59.710Z] nexus3.edgexfoundry.org:10003 [2021-01-10T20:30:00.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:30:00.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:30:00.308Z] Configure a credential helper to remove this warning. See [2021-01-10T20:30:00.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:30:00.308Z] [2021-01-10T20:30:00.308Z] Login Succeeded [2021-01-10T20:30:00.308Z] nexus3.edgexfoundry.org:10004 [2021-01-10T20:30:00.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T20:30:00.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:30:00.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:30:00.922Z] Configure a credential helper to remove this warning. See [2021-01-10T20:30:00.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:30:00.922Z] [2021-01-10T20:30:00.922Z] Login Succeeded [2021-01-10T20:30:00.922Z] docker.io [2021-01-10T20:30:01.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T20:30:01.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T20:30:01.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T20:30:01.815Z] Configure a credential helper to remove this warning. See [2021-01-10T20:30:01.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T20:30:01.815Z] [2021-01-10T20:30:01.815Z] Login Succeeded [2021-01-10T20:30:01.815Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T20:30:01.846Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-10T20:30:02.433Z] ========================================================= [2021-01-10T20:30:02.433Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-10T20:30:02.433Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:30:02.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T20:30:02.878Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-10T20:30:03.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-10T20:30:04.715Z] $ docker stop --time=1 44ebe9a5be516c27626203c4bc10cffc74608356ced6bf8758439dade13e7ab3 [2021-01-10T20:30:05.534Z] Sending build context to Docker daemon 165.5MB [2021-01-10T20:30:05.534Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T20:30:05.534Z] Step 2/6 : FROM ${BASE} [2021-01-10T20:30:05.534Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-10T20:30:05.534Z] 5f621e34cdf4: Pulling fs layer [2021-01-10T20:30:05.534Z] a4357932f1b6: Pulling fs layer [2021-01-10T20:30:05.534Z] 18c013af1878: Pulling fs layer [2021-01-10T20:30:05.534Z] 00ac8860ef70: Pulling fs layer [2021-01-10T20:30:05.534Z] 63d7cb157983: Pulling fs layer [2021-01-10T20:30:05.534Z] b116817d02f9: Pulling fs layer [2021-01-10T20:30:05.534Z] 745a02a5169b: Pulling fs layer [2021-01-10T20:30:05.534Z] 00ac8860ef70: Waiting [2021-01-10T20:30:05.534Z] 63d7cb157983: Waiting [2021-01-10T20:30:05.534Z] b116817d02f9: Waiting [2021-01-10T20:30:05.534Z] 745a02a5169b: Waiting [2021-01-10T20:30:05.534Z] 18c013af1878: Download complete [2021-01-10T20:30:05.534Z] a4357932f1b6: Verifying Checksum [2021-01-10T20:30:05.534Z] a4357932f1b6: Download complete [2021-01-10T20:30:05.534Z] 63d7cb157983: Download complete [2021-01-10T20:30:05.534Z] b116817d02f9: Verifying Checksum [2021-01-10T20:30:05.534Z] b116817d02f9: Download complete [2021-01-10T20:30:05.534Z] 5f621e34cdf4: Verifying Checksum [2021-01-10T20:30:05.534Z] 5f621e34cdf4: Download complete [2021-01-10T20:30:06.142Z] 5f621e34cdf4: Pull complete [2021-01-10T20:30:06.447Z] $ docker rm -f 44ebe9a5be516c27626203c4bc10cffc74608356ced6bf8758439dade13e7ab3 [2021-01-10T20:30:06.743Z] a4357932f1b6: Pull complete [Pipeline] // withDockerContainer [2021-01-10T20:30:07.020Z] 18c013af1878: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-10T20:30:07.622Z] 745a02a5169b: Verifying Checksum [2021-01-10T20:30:07.622Z] 745a02a5169b: Download complete [2021-01-10T20:30:08.617Z] 00ac8860ef70: Verifying Checksum [2021-01-10T20:30:08.617Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:30:10.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T20:30:10.157Z] [2021-01-10T20:30:10.157Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:30:10.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T20:30:10.518Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-10T20:30:10.518Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-10T20:30:10.518Z] ca9280d653b3: Pulling fs layer [2021-01-10T20:30:10.518Z] 7e9c9ca2126c: Pulling fs layer [2021-01-10T20:30:10.782Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-10T20:30:10.782Z] cbdbe7a5bc2a: Download complete [2021-01-10T20:30:11.045Z] ca9280d653b3: Verifying Checksum [2021-01-10T20:30:11.045Z] ca9280d653b3: Download complete [2021-01-10T20:30:11.045Z] cbdbe7a5bc2a: Pull complete [2021-01-10T20:30:12.454Z] ca9280d653b3: Pull complete [2021-01-10T20:30:12.454Z] 7e9c9ca2126c: Download complete [2021-01-10T20:30:17.809Z] 7e9c9ca2126c: Pull complete [2021-01-10T20:30:17.809Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-10T20:30:17.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T20:30:17.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-10T20:30:18.018Z] prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container [2021-01-10T20:30:18.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T20:30:18.804Z] 00ac8860ef70: Pull complete [2021-01-10T20:30:18.804Z] 63d7cb157983: Pull complete [2021-01-10T20:30:19.081Z] b116817d02f9: Pull complete [2021-01-10T20:30:20.050Z] $ docker top 47237e82a6f6358eebfbd5246ad7790464807f69966ad30847ae67d0f5b3c2a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:30:20.598Z] + docker-compose build --help [2021-01-10T20:30:20.598Z] + grep parallel [2021-01-10T20:30:21.548Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T20:30:21.564Z] $ docker stop --time=1 47237e82a6f6358eebfbd5246ad7790464807f69966ad30847ae67d0f5b3c2a9 [2021-01-10T20:30:22.950Z] $ docker rm -f 47237e82a6f6358eebfbd5246ad7790464807f69966ad30847ae67d0f5b3c2a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:30:23.416Z] 745a02a5169b: Pull complete [2021-01-10T20:30:23.416Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-10T20:30:23.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-10T20:30:23.416Z] ---> b7e6874047d6 [2021-01-10T20:30:23.416Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T20:30:23.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T20:30:23.564Z] . [Pipeline] withDockerContainer [2021-01-10T20:30:23.672Z] prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container [2021-01-10T20:30:23.722Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T20:30:24.431Z] $ docker top 0ebbc23c2854580cd7e759f4ae1ad5d4793d9ece7f2827f3ee3ed50be3935be2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:30:25.054Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T20:30:26.123Z] Building docker-core-command-go ... [2021-01-10T20:30:26.123Z] Building docker-core-data-go ... [2021-01-10T20:30:26.123Z] Building docker-core-metadata-go ... [2021-01-10T20:30:26.123Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T20:30:26.123Z] Building docker-security-proxy-setup-go ... [2021-01-10T20:30:26.123Z] Building docker-security-secretstore-setup-go ... [2021-01-10T20:30:26.123Z] Building docker-support-notifications-go ... [2021-01-10T20:30:26.123Z] Building docker-support-scheduler-go ... [2021-01-10T20:30:26.123Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T20:30:26.123Z] Building docker-core-data-go [2021-01-10T20:30:26.123Z] Building docker-support-scheduler-go [2021-01-10T20:30:26.123Z] Building docker-security-bootstrap-redis-go [2021-01-10T20:30:26.123Z] Building docker-support-notifications-go [2021-01-10T20:30:26.123Z] Building docker-security-proxy-setup-go [2021-01-10T20:30:26.843Z] ---> Running in a3cfeb728483 [2021-01-10T20:30:27.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:30:28.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:30:29.027Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T20:30:29.301Z] (2/12) Installing file (5.38-r0) [2021-01-10T20:30:29.301Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T20:30:29.572Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T20:30:36.300Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T20:30:36.300Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T20:30:36.300Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T20:30:36.300Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T20:30:36.300Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T20:30:36.300Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T20:30:36.300Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T20:30:36.300Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T20:30:36.300Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:30:36.300Z] OK: 217 MiB in 51 packages [2021-01-10T20:30:40.602Z] Removing intermediate container a3cfeb728483 [2021-01-10T20:30:40.602Z] ---> 4b82678341fb [2021-01-10T20:30:40.602Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T20:30:40.602Z] ---> Running in 40c2755073ce [2021-01-10T20:30:40.877Z] Removing intermediate container 40c2755073ce [2021-01-10T20:30:40.877Z] ---> 7bbccafcda62 [2021-01-10T20:30:40.877Z] Step 5/6 : COPY go.mod . [2021-01-10T20:30:41.482Z] ---> 1b4d248749ff [2021-01-10T20:30:41.482Z] Step 6/6 : RUN go mod download [2021-01-10T20:30:41.767Z] ---> Running in 02941fb47f64 [2021-01-10T20:30:58.434Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:30:58.434Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:30:58.434Z] ---> 83e75075c09d [2021-01-10T20:30:58.434Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T20:30:58.434Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:30:58.434Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:30:58.434Z] ---> 83e75075c09d [2021-01-10T20:30:58.434Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T20:30:58.434Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:30:58.434Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:30:58.434Z] ---> 83e75075c09d [2021-01-10T20:30:58.434Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T20:30:58.434Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:30:58.434Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:30:58.434Z] ---> 83e75075c09d [2021-01-10T20:30:58.434Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T20:30:58.434Z] [2021-01-10T20:30:58.434Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:30:58.434Z] ---> 83e75075c09d [2021-01-10T20:30:58.434Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T20:30:58.699Z] ---> Running in bde7fe81c596 [2021-01-10T20:30:58.699Z] ---> Running in f3ad307068f6 [2021-01-10T20:30:58.699Z] ---> Running in cb9493b66d81 [2021-01-10T20:30:58.699Z] ---> Running in 7a8b41acaaeb [2021-01-10T20:30:58.699Z] ---> Running in 353c4a8b8fc0 [2021-01-10T20:30:59.291Z] Removing intermediate container f3ad307068f6 [2021-01-10T20:30:59.291Z] ---> 6a4d07811577 [2021-01-10T20:30:59.291Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:30:59.291Z] Removing intermediate container bde7fe81c596 [2021-01-10T20:30:59.291Z] ---> 09105a9365c0 [2021-01-10T20:30:59.291Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:30:59.291Z] Removing intermediate container 353c4a8b8fc0 [2021-01-10T20:30:59.291Z] ---> f4e245104841 [2021-01-10T20:30:59.291Z] Removing intermediate container cb9493b66d81 [2021-01-10T20:30:59.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:30:59.291Z] ---> afdde66dccba [2021-01-10T20:30:59.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:30:59.291Z] Removing intermediate container 7a8b41acaaeb [2021-01-10T20:30:59.291Z] ---> 1c05b1240458 [2021-01-10T20:30:59.291Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:30:59.554Z] ---> Running in f23379ee8ae9 [2021-01-10T20:30:59.554Z] ---> Running in 23b4a618cfe6 [2021-01-10T20:30:59.554Z] ---> Running in 7e02eaa26bcc [2021-01-10T20:30:59.554Z] ---> Running in e128ee4a16f4 [2021-01-10T20:30:59.554Z] ---> Running in 8cb9e7866ce6 [2021-01-10T20:31:02.154Z] Removing intermediate container 23b4a618cfe6 [2021-01-10T20:31:02.154Z] ---> a827edcf6133 [2021-01-10T20:31:02.154Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T20:31:02.154Z] Removing intermediate container f23379ee8ae9 [2021-01-10T20:31:02.154Z] ---> 50647a790e21 [2021-01-10T20:31:02.154Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T20:31:02.154Z] Removing intermediate container 7e02eaa26bcc [2021-01-10T20:31:02.154Z] ---> 025dd9424977 [2021-01-10T20:31:02.154Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T20:31:02.154Z] ---> Running in f5246610e00c [2021-01-10T20:31:02.154Z] Removing intermediate container 8cb9e7866ce6 [2021-01-10T20:31:02.154Z] ---> 2353e0ab2240 [2021-01-10T20:31:02.154Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T20:31:02.154Z] ---> Running in 7368574a5f5f [2021-01-10T20:31:02.154Z] ---> Running in 441d94d9a8b6 [2021-01-10T20:31:02.154Z] ---> Running in 23af2ae2eff3 [2021-01-10T20:31:02.154Z] Removing intermediate container e128ee4a16f4 [2021-01-10T20:31:02.154Z] ---> b5f2054f866e [2021-01-10T20:31:02.154Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T20:31:02.426Z] ---> Running in 11865afe9952 [2021-01-10T20:31:03.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:03.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:04.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:04.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:31:04.391Z] OK: 233 MiB in 51 packages [2021-01-10T20:31:04.391Z] OK: 233 MiB in 51 packages [2021-01-10T20:31:04.391Z] OK: 233 MiB in 51 packages [2021-01-10T20:31:04.657Z] OK: 233 MiB in 51 packages [2021-01-10T20:31:04.657Z] OK: 233 MiB in 51 packages [2021-01-10T20:31:05.617Z] Removing intermediate container 23af2ae2eff3 [2021-01-10T20:31:05.617Z] ---> 746df38f0a4c [2021-01-10T20:31:05.617Z] Step 6/21 : COPY go.mod . [2021-01-10T20:31:05.617Z] Removing intermediate container 7368574a5f5f [2021-01-10T20:31:05.617Z] ---> 081e51f720eb [2021-01-10T20:31:05.617Z] Step 6/23 : COPY go.mod . [2021-01-10T20:31:05.617Z] Removing intermediate container f5246610e00c [2021-01-10T20:31:05.617Z] ---> 1dced847e6d7 [2021-01-10T20:31:05.617Z] Step 6/24 : COPY go.mod . [2021-01-10T20:31:05.617Z] Removing intermediate container 11865afe9952 [2021-01-10T20:31:05.617Z] ---> 02b3bfcf478c [2021-01-10T20:31:05.617Z] Step 6/22 : COPY go.mod . [2021-01-10T20:31:05.617Z] Removing intermediate container 441d94d9a8b6 [2021-01-10T20:31:05.617Z] ---> 488f9bfeae64 [2021-01-10T20:31:05.617Z] Step 6/21 : COPY go.mod . [2021-01-10T20:31:05.884Z] ---> 481c2509ce03 [2021-01-10T20:31:05.884Z] Step 7/21 : RUN go mod download [2021-01-10T20:31:05.884Z] ---> f3ddbfe87927 [2021-01-10T20:31:05.884Z] Step 7/23 : RUN go mod download [2021-01-10T20:31:05.884Z] ---> dbf9f76f77ba [2021-01-10T20:31:05.884Z] Step 7/24 : RUN go mod download [2021-01-10T20:31:06.152Z] ---> Running in e299e83d4388 [2021-01-10T20:31:06.152Z] ---> Running in 6dc2128301ae [2021-01-10T20:31:06.152Z] ---> 6a791314e6e5 [2021-01-10T20:31:06.152Z] Step 7/22 : RUN go mod download [2021-01-10T20:31:06.152Z] ---> Running in ebc232dafdf7 [2021-01-10T20:31:06.152Z] ---> 2d28390a8808 [2021-01-10T20:31:06.152Z] Step 7/21 : RUN go mod download [2021-01-10T20:31:06.417Z] ---> Running in 7aab15a3f0ad [2021-01-10T20:31:06.417Z] ---> Running in cb7c20fd10d0 [2021-01-10T20:31:09.011Z] Removing intermediate container cb7c20fd10d0 [2021-01-10T20:31:09.011Z] ---> 3705ad0be58f [2021-01-10T20:31:09.011Z] Step 8/21 : COPY . . [2021-01-10T20:31:09.590Z] Removing intermediate container ebc232dafdf7 [2021-01-10T20:31:09.590Z] ---> b5d26770d111 [2021-01-10T20:31:09.590Z] Step 8/24 : COPY . . [2021-01-10T20:31:09.590Z] Removing intermediate container 7aab15a3f0ad [2021-01-10T20:31:09.590Z] ---> 1e56ca5945bd [2021-01-10T20:31:09.590Z] Step 8/22 : COPY . . [2021-01-10T20:31:10.179Z] Removing intermediate container e299e83d4388 [2021-01-10T20:31:10.179Z] ---> 88331bb1692e [2021-01-10T20:31:10.179Z] Step 8/21 : COPY . . [2021-01-10T20:31:13.527Z] Removing intermediate container 6dc2128301ae [2021-01-10T20:31:13.527Z] ---> a9a9c1036286 [2021-01-10T20:31:13.527Z] Step 8/23 : COPY . . [2021-01-10T20:31:14.189Z] Removing intermediate container 02941fb47f64 [2021-01-10T20:31:14.189Z] ---> f0547f24d514 [2021-01-10T20:31:14.189Z] Successfully built f0547f24d514 [2021-01-10T20:31:14.189Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:31:14.534Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T20:31:14.534Z] . [Pipeline] withDockerContainer [2021-01-10T20:31:14.812Z] prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container [2021-01-10T20:31:14.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T20:31:16.440Z] $ docker top 9bcadc3ec206f96217202ec03dcb58d61bb3e3486e210b45cb0114db9c3eeef4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:31:17.437Z] + go version [2021-01-10T20:31:17.437Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-10T20:31:17.463Z] $ docker stop --time=1 9bcadc3ec206f96217202ec03dcb58d61bb3e3486e210b45cb0114db9c3eeef4 [2021-01-10T20:31:19.306Z] $ docker rm -f 9bcadc3ec206f96217202ec03dcb58d61bb3e3486e210b45cb0114db9c3eeef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:31:20.280Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T20:31:20.280Z] . [Pipeline] withDockerContainer [2021-01-10T20:31:20.549Z] prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container [2021-01-10T20:31:20.634Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T20:31:21.932Z] $ docker top a9a55486134d00c7855ac9eb857f1da456aa827948f066cf3d2a85e8e90f025e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T20:31:22.254Z] ========================================================= [2021-01-10T20:31:22.254Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T20:31:22.254Z] ========================================================= [Pipeline] sh [2021-01-10T20:31:22.888Z] + make test [2021-01-10T20:31:22.888Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T20:31:45.058Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T20:31:45.900Z] ---> 4dbfdc4541ab [2021-01-10T20:31:45.900Z] ---> b79c09d2ee58 [2021-01-10T20:31:45.900Z] Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T20:31:45.900Z] [2021-01-10T20:31:46.476Z] ---> 8eee01ef3644 [2021-01-10T20:31:46.476Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T20:31:46.476Z] ---> 5535a854a42d [2021-01-10T20:31:46.476Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T20:31:46.476Z] ---> Running in 79b4e5145572 [2021-01-10T20:31:46.476Z] ---> Running in 6beac1707e1f [2021-01-10T20:31:46.476Z] ---> 352870ff36b8 [2021-01-10T20:31:46.476Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T20:31:47.055Z] ---> Running in aee6d8b6942e [2021-01-10T20:31:47.055Z] ---> Running in 57887c270889 [2021-01-10T20:31:47.055Z] ---> Running in 1b8290e2d232 [2021-01-10T20:31:48.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T20:31:48.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T20:31:48.495Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T20:31:48.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T20:31:48.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T20:32:20.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T20:32:21.464Z] Removing intermediate container 79b4e5145572 [2021-01-10T20:32:21.464Z] ---> b1311ef26b25 [2021-01-10T20:32:21.464Z] [2021-01-10T20:32:21.464Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T20:32:21.732Z] 3.12: Pulling from library/alpine [2021-01-10T20:32:23.138Z] Removing intermediate container aee6d8b6942e [2021-01-10T20:32:23.138Z] ---> d77841b03a31 [2021-01-10T20:32:23.138Z] [2021-01-10T20:32:23.138Z] Step 10/24 : FROM scratch [2021-01-10T20:32:23.138Z] ---> [2021-01-10T20:32:23.138Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T20:32:23.138Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T20:32:23.412Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T20:32:23.412Z] ---> 389fef711851 [2021-01-10T20:32:23.412Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T20:32:23.412Z] Removing intermediate container 6beac1707e1f [2021-01-10T20:32:23.412Z] ---> d1accfd5a70d [2021-01-10T20:32:23.412Z] [2021-01-10T20:32:23.412Z] Step 10/21 : FROM scratch [2021-01-10T20:32:23.412Z] ---> [2021-01-10T20:32:23.412Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:32:23.412Z] ---> Running in d8f2a98f5b4c [2021-01-10T20:32:23.412Z] ---> Running in ffdaf149521c [2021-01-10T20:32:23.412Z] ---> Running in 31ef4651557a [2021-01-10T20:32:24.100Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T20:32:24.395Z] Removing intermediate container d8f2a98f5b4c [2021-01-10T20:32:24.395Z] ---> b0c0a5e3e030 [2021-01-10T20:32:24.395Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T20:32:24.990Z] Removing intermediate container 31ef4651557a [2021-01-10T20:32:24.990Z] ---> 58ccb3a1e4b8 [2021-01-10T20:32:24.990Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T20:32:24.990Z] ---> Running in bac30d452618 [2021-01-10T20:32:24.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:32:24.990Z] ---> Running in 9252a2a6c590 [2021-01-10T20:32:24.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:32:25.259Z] Removing intermediate container bac30d452618 [2021-01-10T20:32:25.259Z] ---> 2d54dc4ccf02 [2021-01-10T20:32:25.259Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T20:32:25.259Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T20:32:25.259Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:32:25.259Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T20:32:25.259Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T20:32:25.259Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T20:32:25.522Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:32:25.522Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T20:32:26.150Z] OK: 7 MiB in 19 packages [2021-01-10T20:32:26.415Z] ---> Running in 48d486bd8213 [2021-01-10T20:32:26.415Z] Removing intermediate container 9252a2a6c590 [2021-01-10T20:32:26.415Z] ---> e2df80785eff [2021-01-10T20:32:26.415Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T20:32:27.373Z] ---> Running in f9ce9c498a1a [2021-01-10T20:32:27.373Z] Removing intermediate container 57887c270889 [2021-01-10T20:32:27.373Z] ---> ea8cf8263ddb [2021-01-10T20:32:27.373Z] [2021-01-10T20:32:27.373Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T20:32:27.373Z] ---> 389fef711851 [2021-01-10T20:32:27.373Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T20:32:27.373Z] Removing intermediate container 48d486bd8213 [2021-01-10T20:32:27.373Z] ---> 3dddc486c0f3 [2021-01-10T20:32:27.373Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T20:32:27.638Z] ---> Running in 5484ca0cf9f5 [2021-01-10T20:32:27.638Z] Removing intermediate container f9ce9c498a1a [2021-01-10T20:32:27.638Z] ---> 5223ffbae071 [2021-01-10T20:32:27.638Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:32:29.036Z] ---> 2ca84017cfc9 [2021-01-10T20:32:29.036Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T20:32:29.623Z] ---> 9f0f5d762eee [2021-01-10T20:32:29.623Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T20:32:30.580Z] Removing intermediate container ffdaf149521c [2021-01-10T20:32:30.580Z] ---> 68f2a9981b79 [2021-01-10T20:32:30.580Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T20:32:30.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:32:30.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:32:30.844Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T20:32:30.844Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:32:30.844Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T20:32:30.844Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T20:32:30.844Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:32:30.844Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T20:32:31.108Z] OK: 7 MiB in 18 packages [2021-01-10T20:32:32.067Z] ---> cf8f464b64b7 [2021-01-10T20:32:32.067Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T20:32:32.067Z] ---> Running in 1287e5170421 [2021-01-10T20:32:32.067Z] ---> 964046093d61 [2021-01-10T20:32:32.067Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T20:32:32.067Z] Removing intermediate container 1b8290e2d232 [2021-01-10T20:32:32.067Z] ---> 92c98c471ffe [2021-01-10T20:32:32.067Z] [2021-01-10T20:32:32.067Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T20:32:32.067Z] ---> 389fef711851 [2021-01-10T20:32:32.067Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:32:32.335Z] ---> Running in c09dab454e6e [2021-01-10T20:32:32.335Z] Removing intermediate container 1287e5170421 [2021-01-10T20:32:32.335Z] ---> 1353390fd5e9 [2021-01-10T20:32:32.335Z] Step 13/22 : WORKDIR / [2021-01-10T20:32:32.916Z] ---> Running in a482a09a0688 [2021-01-10T20:32:32.916Z] ---> ed8245c811aa [2021-01-10T20:32:32.916Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T20:32:32.916Z] Removing intermediate container 5484ca0cf9f5 [2021-01-10T20:32:32.916Z] ---> ff565f096c55 [2021-01-10T20:32:32.916Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T20:32:32.917Z] ---> 26b6a7847314 [2021-01-10T20:32:32.917Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:32:33.496Z] Removing intermediate container c09dab454e6e [2021-01-10T20:32:33.496Z] ---> b6db46c56d09 [2021-01-10T20:32:33.496Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T20:32:33.496Z] ---> Running in 0797a2c00944 [2021-01-10T20:32:33.765Z] ---> Running in a50b575724e5 [2021-01-10T20:32:33.765Z] ---> Running in fab9b294d71a [2021-01-10T20:32:33.765Z] Removing intermediate container a482a09a0688 [2021-01-10T20:32:33.765Z] ---> fa64d99fa97a [2021-01-10T20:32:33.765Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:32:33.765Z] ---> 0f06ceb64ec1 [2021-01-10T20:32:33.765Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T20:32:34.026Z] Removing intermediate container 0797a2c00944 [2021-01-10T20:32:34.026Z] ---> c6f17d4e94e8 [2021-01-10T20:32:34.026Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:32:34.291Z] Removing intermediate container a50b575724e5 [2021-01-10T20:32:34.291Z] ---> 70c865f9b528 [2021-01-10T20:32:34.291Z] Step 13/21 : WORKDIR /edgex [2021-01-10T20:32:34.291Z] Removing intermediate container fab9b294d71a [2021-01-10T20:32:34.291Z] ---> 429b7c6aea42 [2021-01-10T20:32:34.291Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T20:32:34.291Z] ---> bafd082838bd [2021-01-10T20:32:34.291Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T20:32:34.291Z] ---> Running in df2d3e19f810 [2021-01-10T20:32:34.291Z] ---> Running in 541216169d0d [2021-01-10T20:32:34.555Z] ---> Running in e0fefc5a0533 [2021-01-10T20:32:34.555Z] ---> 1c1efa55e2e7 [2021-01-10T20:32:34.555Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T20:32:34.555Z] Removing intermediate container df2d3e19f810 [2021-01-10T20:32:34.555Z] ---> a70abf4b5c0a [2021-01-10T20:32:34.555Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T20:32:34.821Z] ---> Running in bc0228c311be [2021-01-10T20:32:34.821Z] Removing intermediate container e0fefc5a0533 [2021-01-10T20:32:34.821Z] ---> 62f2f921ee72 [2021-01-10T20:32:34.821Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T20:32:34.821Z] Removing intermediate container 541216169d0d [2021-01-10T20:32:34.821Z] ---> 34b1bf82a0c5 [2021-01-10T20:32:34.821Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:32:35.088Z] ---> 4646d4eea513 [2021-01-10T20:32:35.088Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T20:32:35.088Z] ---> Running in d16aae02c882 [2021-01-10T20:32:35.088Z] ---> 99bc72bb7c8b [2021-01-10T20:32:35.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T20:32:35.088Z] Removing intermediate container bc0228c311be [2021-01-10T20:32:35.088Z] ---> 10f27ccd4955 [2021-01-10T20:32:35.088Z] Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:32:35.351Z] ---> Running in 982616a23c72 [2021-01-10T20:32:35.351Z] ---> Running in 7641d9ab9c9d [2021-01-10T20:32:35.620Z] ---> 774403070948 [2021-01-10T20:32:35.620Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T20:32:35.620Z] ---> b394a18d33be [2021-01-10T20:32:35.620Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T20:32:35.621Z] Removing intermediate container 982616a23c72 [2021-01-10T20:32:35.621Z] ---> d0f62eaca87b [2021-01-10T20:32:35.621Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:32:36.199Z] Removing intermediate container 7641d9ab9c9d [2021-01-10T20:32:36.199Z] ---> 6ab43ba88495 [2021-01-10T20:32:36.199Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T20:32:36.462Z] ---> Running in ade14a790053 [2021-01-10T20:32:36.462Z] ---> Running in 7c411ae3ebbd [2021-01-10T20:32:36.462Z] ---> 061bbefa2d9e [2021-01-10T20:32:36.462Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T20:32:36.462Z] ---> 48e65fa78822 [2021-01-10T20:32:36.462Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T20:32:36.728Z] ---> Running in a6f87904215b [2021-01-10T20:32:36.728Z] Removing intermediate container ade14a790053 [2021-01-10T20:32:36.728Z] ---> fa4b2493462c [2021-01-10T20:32:36.728Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T20:32:36.993Z] Removing intermediate container 7c411ae3ebbd [2021-01-10T20:32:36.993Z] ---> 854eb379c828 [2021-01-10T20:32:36.993Z] [2021-01-10T20:32:36.993Z] ---> Running in 90c717e27708 [2021-01-10T20:32:37.258Z] Successfully built 854eb379c828 [2021-01-10T20:32:37.258Z] ---> 015e0b6bcdd7 [2021-01-10T20:32:37.258Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T20:32:37.258Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-10T20:32:37.258Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-10T20:32:37.542Z] ---> Running in 85dbbe22c571 [2021-01-10T20:32:37.542Z] Removing intermediate container 90c717e27708 [2021-01-10T20:32:37.542Z] ---> f47d33d352bb [2021-01-10T20:32:37.542Z] Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:32:37.542Z] Removing intermediate container d16aae02c882 [2021-01-10T20:32:37.542Z] ---> bc5f4dd9a141 [2021-01-10T20:32:37.542Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T20:32:37.542Z] ---> Running in b267277ccc28 [2021-01-10T20:32:37.542Z] ---> Running in 338cd97b1b4f [2021-01-10T20:32:37.807Z] Removing intermediate container 85dbbe22c571 [2021-01-10T20:32:37.807Z] ---> 1d5a9f6c1f21 [2021-01-10T20:32:37.807Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T20:32:38.759Z] ---> Running in 21dfa10521ce [2021-01-10T20:32:38.759Z] Removing intermediate container b267277ccc28 [2021-01-10T20:32:38.759Z] ---> a4daafa04485 [2021-01-10T20:32:38.759Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T20:32:39.024Z] Removing intermediate container 21dfa10521ce [2021-01-10T20:32:39.024Z] ---> 4ae8ceed86c5 [2021-01-10T20:32:39.024Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T20:32:39.024Z] ---> Running in ea57083fe842 [2021-01-10T20:32:39.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:32:40.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:32:41.201Z] ---> Running in 5cc9ba684b3e [2021-01-10T20:32:41.201Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T20:32:41.463Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T20:32:41.463Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T20:32:41.726Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T20:32:41.992Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T20:32:41.992Z] Removing intermediate container ea57083fe842 [2021-01-10T20:32:41.992Z] ---> 7be439ccef2e [2021-01-10T20:32:41.992Z] [2021-01-10T20:32:41.992Z] Removing intermediate container a6f87904215b [2021-01-10T20:32:41.992Z] ---> 788fc891dcbe [2021-01-10T20:32:41.992Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T20:32:42.261Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:32:42.261Z] OK: 8 MiB in 19 packages [2021-01-10T20:32:42.261Z] Removing intermediate container 5cc9ba684b3e [2021-01-10T20:32:42.261Z] ---> af3f61eaee3a [2021-01-10T20:32:42.261Z] Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:32:42.261Z] ---> Running in d2bb0dee3056 [2021-01-10T20:32:42.525Z] Successfully built 7be439ccef2e [2021-01-10T20:32:42.525Z] ---> Running in 6fc12af600af [2021-01-10T20:32:42.525Z] Successfully tagged docker-support-notifications-go:latest [2021-01-10T20:32:42.525Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-10T20:32:45.854Z] Removing intermediate container 6fc12af600af [2021-01-10T20:32:45.854Z] ---> 1cdaf788dec1 [2021-01-10T20:32:45.854Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T20:32:45.854Z] Removing intermediate container d2bb0dee3056 [2021-01-10T20:32:45.854Z] ---> af0cd4459c70 [2021-01-10T20:32:45.854Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T20:32:46.390Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T20:32:47.790Z] ---> Running in 551ba44e235d [2021-01-10T20:32:47.790Z] ---> Running in 4a2dd808e29a [2021-01-10T20:32:47.790Z] Removing intermediate container 338cd97b1b4f [2021-01-10T20:32:47.790Z] ---> 3687093a3a37 [2021-01-10T20:32:47.790Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:32:49.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T20:32:49.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T20:32:49.200Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T20:32:49.209Z] Removing intermediate container 4a2dd808e29a [2021-01-10T20:32:49.209Z] ---> 7e81f5562445 [2021-01-10T20:32:49.209Z] Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:32:49.787Z] ---> 5e6e02ca45d2 [2021-01-10T20:32:49.787Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T20:32:49.787Z] Removing intermediate container 551ba44e235d [2021-01-10T20:32:49.787Z] ---> fcb86d9635af [2021-01-10T20:32:49.787Z] [2021-01-10T20:32:50.056Z] ---> Running in bb3d552eea18 [2021-01-10T20:32:50.056Z] Successfully built fcb86d9635af [2021-01-10T20:32:50.325Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-10T20:32:50.325Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-10T20:32:51.292Z] Removing intermediate container bb3d552eea18 [2021-01-10T20:32:51.292Z] ---> 3fd7632892cf [2021-01-10T20:32:51.292Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T20:32:53.898Z] ---> Running in d0587fa18938 [2021-01-10T20:32:54.858Z] ---> 58b205258575 [2021-01-10T20:32:54.858Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T20:32:55.830Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:32:55.830Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:32:55.830Z] ---> 83e75075c09d [2021-01-10T20:32:55.830Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T20:32:55.830Z] ---> Using cache [2021-01-10T20:32:55.830Z] ---> 1c05b1240458 [2021-01-10T20:32:55.830Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:32:55.830Z] ---> Using cache [2021-01-10T20:32:55.830Z] ---> 2353e0ab2240 [2021-01-10T20:32:55.830Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T20:32:55.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements [2021-01-10T20:32:55.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T20:32:55.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T20:32:55.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T20:32:55.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T20:32:55.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T20:32:56.781Z] Removing intermediate container d0587fa18938 [2021-01-10T20:32:56.781Z] ---> 6730d7c24b99 [2021-01-10T20:32:56.781Z] [2021-01-10T20:32:57.365Z] Successfully built 6730d7c24b99 [2021-01-10T20:32:57.953Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-10T20:32:57.953Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-10T20:32:57.953Z] ---> Running in 3d36b498d856 [2021-01-10T20:32:58.228Z] ---> cffecb99a6ed [2021-01-10T20:32:58.228Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T20:32:59.440Z] ---> Running in d6b8b212804c [2021-01-10T20:33:00.212Z] Removing intermediate container d6b8b212804c [2021-01-10T20:33:00.212Z] ---> 8826906874ad [2021-01-10T20:33:00.212Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:33:00.537Z] ---> Running in 555232df752b [2021-01-10T20:33:00.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:33:01.355Z] Removing intermediate container 555232df752b [2021-01-10T20:33:01.355Z] ---> b673cc9c790c [2021-01-10T20:33:01.355Z] Step 21/23 : LABEL arch=x86_64 [2021-01-10T20:33:01.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:33:01.662Z] ---> Running in 2b4ae0eab68e [2021-01-10T20:33:01.662Z] OK: 233 MiB in 51 packages [2021-01-10T20:33:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.484s coverage: 27.0% of statements [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T20:33:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T20:33:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T20:33:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.525s coverage: 77.8% of statements [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T20:33:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T20:33:03.068Z] Removing intermediate container 2b4ae0eab68e [2021-01-10T20:33:03.068Z] ---> 5b5e60923e37 [2021-01-10T20:33:03.068Z] Step 22/23 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:33:03.675Z] ---> Running in 41e4681ed93c [2021-01-10T20:33:03.947Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:33:03.947Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:33:03.947Z] ---> 83e75075c09d [2021-01-10T20:33:03.947Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T20:33:03.947Z] ---> Using cache [2021-01-10T20:33:03.947Z] ---> 1c05b1240458 [2021-01-10T20:33:03.947Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:33:03.947Z] ---> Using cache [2021-01-10T20:33:03.947Z] ---> 2353e0ab2240 [2021-01-10T20:33:03.947Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T20:33:03.947Z] ---> Using cache [2021-01-10T20:33:03.947Z] ---> 746df38f0a4c [2021-01-10T20:33:03.947Z] Step 6/24 : COPY go.mod . [2021-01-10T20:33:03.947Z] ---> Using cache [2021-01-10T20:33:03.947Z] ---> 481c2509ce03 [2021-01-10T20:33:03.947Z] Step 7/24 : RUN go mod download [2021-01-10T20:33:03.947Z] ---> Using cache [2021-01-10T20:33:03.947Z] ---> 88331bb1692e [2021-01-10T20:33:03.947Z] Step 8/24 : COPY . . [2021-01-10T20:33:04.217Z] ---> Using cache [2021-01-10T20:33:04.217Z] ---> 5535a854a42d [2021-01-10T20:33:04.217Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T20:33:05.193Z] Removing intermediate container 41e4681ed93c [2021-01-10T20:33:05.193Z] ---> 9179513432fd [2021-01-10T20:33:05.193Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T20:33:05.193Z] Removing intermediate container 3d36b498d856 [2021-01-10T20:33:05.193Z] ---> 6de48b31a494 [2021-01-10T20:33:05.193Z] Step 6/26 : COPY go.mod . [2021-01-10T20:33:05.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.684s coverage: 82.4% of statements [2021-01-10T20:33:05.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T20:33:05.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T20:33:05.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T20:33:05.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T20:33:05.458Z] ---> Running in bb6a292ca44f [2021-01-10T20:33:06.038Z] ---> Running in aeacabca54a9 [2021-01-10T20:33:06.636Z] ---> 7b281a3d3be8 [2021-01-10T20:33:06.636Z] Step 7/26 : RUN go mod download [2021-01-10T20:33:08.058Z] ---> Running in 0523ff055b40 [2021-01-10T20:33:08.058Z] Removing intermediate container aeacabca54a9 [2021-01-10T20:33:08.058Z] ---> 2da80b1c2c5b [2021-01-10T20:33:08.058Z] [2021-01-10T20:33:08.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T20:33:08.332Z] Successfully built 2da80b1c2c5b [2021-01-10T20:33:08.332Z] Successfully tagged docker-core-data-go:latest [2021-01-10T20:33:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T20:33:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T20:33:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-01-10T20:33:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T20:33:11.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements [2021-01-10T20:33:11.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T20:33:12.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements [2021-01-10T20:33:12.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T20:33:12.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-01-10T20:33:12.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T20:33:12.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T20:33:12.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T20:33:12.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T20:33:13.761Z]  Building docker-core-data-go ... done Removing intermediate container 0523ff055b40 [2021-01-10T20:33:13.761Z] ---> 8ec8947ae5ef [2021-01-10T20:33:13.761Z] Step 8/26 : COPY . . [2021-01-10T20:33:15.213Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:33:15.213Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:33:15.213Z] ---> 83e75075c09d [2021-01-10T20:33:15.213Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T20:33:15.213Z] ---> Using cache [2021-01-10T20:33:15.213Z] ---> 1c05b1240458 [2021-01-10T20:33:15.213Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:33:15.213Z] ---> Using cache [2021-01-10T20:33:15.213Z] ---> 2353e0ab2240 [2021-01-10T20:33:15.213Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T20:33:15.213Z] ---> Using cache [2021-01-10T20:33:15.213Z] ---> 746df38f0a4c [2021-01-10T20:33:15.213Z] Step 6/22 : COPY go.mod . [2021-01-10T20:33:15.213Z] ---> Using cache [2021-01-10T20:33:15.213Z] ---> 481c2509ce03 [2021-01-10T20:33:15.213Z] Step 7/22 : RUN go mod download [2021-01-10T20:33:15.213Z] ---> Using cache [2021-01-10T20:33:15.213Z] ---> 88331bb1692e [2021-01-10T20:33:15.213Z] Step 8/22 : COPY . . [2021-01-10T20:33:15.213Z] ---> Using cache [2021-01-10T20:33:15.213Z] ---> 5535a854a42d [2021-01-10T20:33:15.213Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T20:33:16.199Z] ---> Running in 1fc7b652ffc5 [2021-01-10T20:33:18.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T20:33:20.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.987s coverage: 93.8% of statements [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 75.5% of statements [2021-01-10T20:33:20.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.109s coverage: 80.8% of statements [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-01-10T20:33:20.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.174s coverage: 84.2% of statements [2021-01-10T20:33:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.4% of statements [2021-01-10T20:33:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T20:33:23.623Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:33:23.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:33:23.623Z] ---> 83e75075c09d [2021-01-10T20:33:23.623Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T20:33:23.623Z] ---> Using cache [2021-01-10T20:33:23.623Z] ---> 1c05b1240458 [2021-01-10T20:33:23.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:33:23.623Z] ---> Using cache [2021-01-10T20:33:23.623Z] ---> 2353e0ab2240 [2021-01-10T20:33:23.623Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T20:33:23.623Z] ---> Using cache [2021-01-10T20:33:23.623Z] ---> 746df38f0a4c [2021-01-10T20:33:23.623Z] Step 6/22 : COPY go.mod . [2021-01-10T20:33:23.623Z] ---> Using cache [2021-01-10T20:33:23.623Z] ---> 481c2509ce03 [2021-01-10T20:33:23.623Z] Step 7/22 : RUN go mod download [2021-01-10T20:33:23.623Z] ---> Using cache [2021-01-10T20:33:23.623Z] ---> 88331bb1692e [2021-01-10T20:33:23.623Z] Step 8/22 : COPY . . [2021-01-10T20:33:23.623Z] ---> Using cache [2021-01-10T20:33:23.623Z] ---> 5535a854a42d [2021-01-10T20:33:23.623Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T20:33:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.611s coverage: 63.5% of statements [2021-01-10T20:33:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T20:33:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T20:33:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements [2021-01-10T20:33:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-01-10T20:33:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2021-01-10T20:33:25.062Z] ---> Running in ba6f2511cdda [2021-01-10T20:33:25.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-01-10T20:33:25.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-01-10T20:33:27.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T20:33:27.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T20:33:31.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.949s coverage: 55.9% of statements [2021-01-10T20:33:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T20:33:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T20:33:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T20:33:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T20:33:31.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T20:33:31.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.329s coverage: 37.0% of statements [2021-01-10T20:33:31.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T20:33:31.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T20:33:31.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.563s coverage: 84.0% of statements [2021-01-10T20:33:31.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.131s coverage: 100.0% of statements [2021-01-10T20:33:38.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T20:33:38.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.181s coverage: 100.0% of statements [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T20:33:38.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-01-10T20:33:38.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T20:33:40.120Z] Removing intermediate container bb6a292ca44f [2021-01-10T20:33:40.121Z] ---> f0f5fdf3dd2b [2021-01-10T20:33:40.121Z] [2021-01-10T20:33:40.121Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T20:33:40.121Z] ---> 389fef711851 [2021-01-10T20:33:40.121Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T20:33:40.121Z] ---> Using cache [2021-01-10T20:33:40.121Z] ---> 68f2a9981b79 [2021-01-10T20:33:40.121Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T20:33:40.121Z] ---> c26ecabee051 [2021-01-10T20:33:40.121Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T20:33:40.121Z] ---> Running in 0abd58847e67 [2021-01-10T20:33:40.121Z] ---> Running in 992fcda28d5c [2021-01-10T20:33:40.394Z] Removing intermediate container 992fcda28d5c [2021-01-10T20:33:40.394Z] ---> 1fa09e0fdd8c [2021-01-10T20:33:40.394Z] Step 13/24 : WORKDIR / [2021-01-10T20:33:40.665Z] ---> Running in eee147b2ce88 [2021-01-10T20:33:40.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T20:33:40.947Z] Removing intermediate container eee147b2ce88 [2021-01-10T20:33:40.947Z] ---> 5744af23ff27 [2021-01-10T20:33:40.947Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T20:33:41.220Z] ---> b02fceb69523 [2021-01-10T20:33:41.220Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T20:33:41.818Z] ---> aaee8b1890b9 [2021-01-10T20:33:41.818Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T20:33:42.432Z] ---> 7617accc0b59 [2021-01-10T20:33:42.432Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T20:33:43.452Z] ---> 110c5f18b717 [2021-01-10T20:33:43.452Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.873s coverage: 29.1% of statements [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T20:33:44.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-01-10T20:33:44.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-01-10T20:33:44.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-10T20:33:45.222Z] GO111MODULE=on go vet ./... [2021-01-10T20:33:45.432Z] ---> f3b5f07789ce [2021-01-10T20:33:45.432Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T20:33:46.430Z] ---> cc2df1b33674 [2021-01-10T20:33:46.430Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T20:33:46.430Z] ---> Running in 301f34fc6240 [2021-01-10T20:33:50.727Z] Removing intermediate container ba6f2511cdda [2021-01-10T20:33:50.727Z] ---> e478dd7d1230 [2021-01-10T20:33:50.727Z] [2021-01-10T20:33:50.727Z] Step 10/22 : FROM scratch [2021-01-10T20:33:50.727Z] ---> [2021-01-10T20:33:50.727Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:33:50.727Z] Removing intermediate container 1fc7b652ffc5 [2021-01-10T20:33:50.727Z] ---> 5d3c6c47cc20 [2021-01-10T20:33:50.727Z] [2021-01-10T20:33:50.727Z] Step 10/22 : FROM scratch [2021-01-10T20:33:50.727Z] ---> [2021-01-10T20:33:50.727Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:33:50.727Z] Removing intermediate container 301f34fc6240 [2021-01-10T20:33:50.727Z] ---> a379aa13062d [2021-01-10T20:33:50.727Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T20:33:50.727Z] ---> Running in 185edd07f2eb [2021-01-10T20:33:50.727Z] ---> Using cache [2021-01-10T20:33:50.727Z] ---> 58ccb3a1e4b8 [2021-01-10T20:33:50.727Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T20:33:50.727Z] ---> Using cache [2021-01-10T20:33:50.727Z] ---> 58ccb3a1e4b8 [2021-01-10T20:33:50.727Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T20:33:51.000Z] Removing intermediate container 185edd07f2eb [2021-01-10T20:33:51.000Z] ---> a8d1b32f47ad [2021-01-10T20:33:51.000Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T20:33:51.000Z] ---> Running in fa13b41f652a [2021-01-10T20:33:51.000Z] ---> Running in 13a4c1e053eb [2021-01-10T20:33:51.000Z] ---> Running in 60d22acc6c22 [2021-01-10T20:33:51.269Z] Removing intermediate container fa13b41f652a [2021-01-10T20:33:51.269Z] ---> a784be85f0ed [2021-01-10T20:33:51.269Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T20:33:51.269Z] Removing intermediate container 13a4c1e053eb [2021-01-10T20:33:51.269Z] ---> 2e572d67b94d [2021-01-10T20:33:51.269Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T20:33:51.539Z] ---> Running in af901a3a6873 [2021-01-10T20:33:51.805Z] Removing intermediate container 60d22acc6c22 [2021-01-10T20:33:51.805Z] ---> 231a07863c15 [2021-01-10T20:33:51.805Z] Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:33:51.805Z] ---> Running in 016a08d2bff8 [2021-01-10T20:33:51.805Z] ---> Running in 7bd481f2d1a7 [2021-01-10T20:33:52.086Z] Removing intermediate container af901a3a6873 [2021-01-10T20:33:52.086Z] ---> e6c35450b0a7 [2021-01-10T20:33:52.086Z] Step 14/22 : WORKDIR / [2021-01-10T20:33:52.086Z] Removing intermediate container 016a08d2bff8 [2021-01-10T20:33:52.086Z] ---> 9586f1b529fd [2021-01-10T20:33:52.086Z] Step 14/22 : WORKDIR / [2021-01-10T20:33:52.086Z] ---> Running in 7eee4a5d2756 [2021-01-10T20:33:52.354Z] Removing intermediate container 7bd481f2d1a7 [2021-01-10T20:33:52.354Z] ---> 91fc5a8043b4 [2021-01-10T20:33:52.354Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T20:33:52.354Z] ---> Running in f92a38b04b18 [2021-01-10T20:33:52.620Z] ---> Running in 0470a4722bd3 [2021-01-10T20:33:52.883Z] Removing intermediate container 7eee4a5d2756 [2021-01-10T20:33:52.883Z] ---> 038042ce9b18 [2021-01-10T20:33:52.883Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:33:53.831Z] Removing intermediate container f92a38b04b18 [2021-01-10T20:33:53.831Z] ---> 3287a39459d1 [2021-01-10T20:33:53.831Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:33:53.831Z] ---> f240b6ef367a [2021-01-10T20:33:53.831Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T20:33:53.832Z] Removing intermediate container 0470a4722bd3 [2021-01-10T20:33:53.832Z] ---> f912b16b7783 [2021-01-10T20:33:53.832Z] [2021-01-10T20:33:54.100Z] ---> 64226744d951 [2021-01-10T20:33:54.100Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T20:33:54.100Z] Successfully built f912b16b7783 [2021-01-10T20:33:54.100Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-10T20:33:56.026Z]  Building docker-security-secretstore-setup-go ... done  ---> 5b74b050fda4 [2021-01-10T20:33:56.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T20:33:56.026Z] ---> e2236591f9c5 [2021-01-10T20:33:56.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T20:33:56.026Z] Removing intermediate container 0abd58847e67 [2021-01-10T20:33:56.026Z] ---> f4dc93f99217 [2021-01-10T20:33:56.026Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T20:33:56.290Z] ---> Running in bf5f59978f93 [2021-01-10T20:33:56.290Z] ---> d4868d4f7fe1 [2021-01-10T20:33:56.290Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T20:33:56.290Z] ---> aa1ea002e3c4 [2021-01-10T20:33:56.290Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T20:33:56.558Z] ---> Running in 0b6f4198e914 [2021-01-10T20:33:56.558Z] ---> Running in dd55232cab19 [2021-01-10T20:33:56.828Z] Removing intermediate container 0b6f4198e914 [2021-01-10T20:33:56.828Z] ---> 5d5ff516316a [2021-01-10T20:33:56.828Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:33:56.828Z] Removing intermediate container dd55232cab19 [2021-01-10T20:33:56.828Z] ---> 5249af9f7dfa [2021-01-10T20:33:56.828Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:33:56.828Z] ---> Running in ad38efb14f8f [2021-01-10T20:33:56.828Z] ---> Running in a2a93f5ae655 [2021-01-10T20:33:57.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T20:33:57.097Z] Removing intermediate container ad38efb14f8f [2021-01-10T20:33:57.097Z] ---> 44bf341b993d [2021-01-10T20:33:57.097Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T20:33:57.097Z] Removing intermediate container a2a93f5ae655 [2021-01-10T20:33:57.097Z] ---> 446556241575 [2021-01-10T20:33:57.097Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T20:33:57.097Z] ---> Running in 9e136615785b [2021-01-10T20:33:57.097Z] ---> Running in fc63a246c62c [2021-01-10T20:33:57.365Z] Removing intermediate container 9e136615785b [2021-01-10T20:33:57.365Z] ---> 0dcabfdfe47e [2021-01-10T20:33:57.365Z] Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:33:57.365Z] Removing intermediate container fc63a246c62c [2021-01-10T20:33:57.365Z] ---> f871eccc6ee0 [2021-01-10T20:33:57.365Z] Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:33:57.365Z] ---> Running in cfa8f7db7fc7 [2021-01-10T20:33:57.365Z] ---> Running in 1cd3027ed33c [2021-01-10T20:33:57.632Z] Removing intermediate container 1cd3027ed33c [2021-01-10T20:33:57.632Z] ---> 9033463f86b4 [2021-01-10T20:33:57.632Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T20:33:57.632Z] Removing intermediate container cfa8f7db7fc7 [2021-01-10T20:33:57.632Z] ---> e5c5f9ba47ae [2021-01-10T20:33:57.632Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T20:33:57.898Z] ---> Running in 0e7aac08b204 [2021-01-10T20:33:57.898Z] ---> Running in 2b81aedad613 [2021-01-10T20:33:58.162Z] Removing intermediate container 0e7aac08b204 [2021-01-10T20:33:58.162Z] ---> 2a2430e6637a [2021-01-10T20:33:58.162Z] [2021-01-10T20:33:58.162Z] Removing intermediate container 2b81aedad613 [2021-01-10T20:33:58.162Z] ---> becede8bc48d [2021-01-10T20:33:58.162Z] [2021-01-10T20:33:58.427Z] Successfully built 2a2430e6637a [2021-01-10T20:33:58.689Z] Successfully tagged docker-core-command-go:latest [2021-01-10T20:33:58.689Z]  Building docker-core-command-go ... done Removing intermediate container bf5f59978f93 [2021-01-10T20:33:58.690Z] ---> 1f44f83366a1 [2021-01-10T20:33:58.690Z] [2021-01-10T20:33:58.690Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T20:33:58.690Z] Successfully built becede8bc48d [2021-01-10T20:33:58.690Z] Successfully tagged docker-core-metadata-go:latest [2021-01-10T20:33:58.690Z]  Building docker-core-metadata-go ... done 20.10.0: Pulling from library/docker [2021-01-10T20:34:08.740Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T20:34:08.740Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T20:34:08.740Z] ---> aefe523efa57 [2021-01-10T20:34:08.740Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T20:34:08.740Z] ---> Running in 8db4a09de317 [2021-01-10T20:34:08.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:34:08.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:34:08.740Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T20:34:08.740Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T20:34:08.740Z] Executing bash-5.0.17-r0.post-install [2021-01-10T20:34:08.740Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:34:08.740Z] OK: 12 MiB in 22 packages [2021-01-10T20:34:09.003Z] Removing intermediate container 8db4a09de317 [2021-01-10T20:34:09.003Z] ---> 6a9f767fa009 [2021-01-10T20:34:09.003Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T20:34:09.266Z] ---> Running in 8c8e21629df1 [2021-01-10T20:34:09.266Z] Removing intermediate container 8c8e21629df1 [2021-01-10T20:34:09.266Z] ---> aaf14dd82020 [2021-01-10T20:34:09.266Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T20:34:09.847Z] ---> Running in 36cd3c736945 [2021-01-10T20:34:09.847Z] Removing intermediate container 36cd3c736945 [2021-01-10T20:34:09.847Z] ---> 258d3ee1c4ce [2021-01-10T20:34:09.847Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T20:34:09.847Z] ---> Running in 8fbce0205145 [2021-01-10T20:34:10.111Z] Removing intermediate container 8fbce0205145 [2021-01-10T20:34:10.111Z] ---> 1b67861f928a [2021-01-10T20:34:10.111Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T20:34:10.685Z] ---> d77db22ae5d6 [2021-01-10T20:34:10.685Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T20:34:10.947Z] ---> 959aebb840b0 [2021-01-10T20:34:10.947Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T20:34:11.215Z] ---> fbc4a37d47d9 [2021-01-10T20:34:11.215Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T20:34:11.215Z] ---> Running in 246bbfce226c [2021-01-10T20:34:11.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:34:11.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:34:12.055Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T20:34:12.055Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T20:34:12.055Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T20:34:12.055Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T20:34:12.055Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T20:34:12.318Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T20:34:12.318Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T20:34:13.272Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T20:34:13.272Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T20:34:13.272Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T20:34:13.272Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T20:34:13.272Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T20:34:13.272Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T20:34:13.272Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T20:34:13.536Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T20:34:14.483Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T20:34:14.483Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T20:34:14.483Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T20:34:14.483Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T20:34:14.483Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T20:34:14.483Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T20:34:14.747Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T20:34:14.747Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T20:34:14.747Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T20:34:14.747Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T20:34:14.747Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T20:34:14.747Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T20:34:14.747Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T20:34:14.747Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T20:34:14.747Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T20:34:14.747Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T20:34:14.747Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T20:34:14.747Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T20:34:15.010Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:34:15.010Z] OK: 71 MiB in 55 packages [2021-01-10T20:34:23.180Z] Removing intermediate container 246bbfce226c [2021-01-10T20:34:23.180Z] ---> 5e4f1665a85c [2021-01-10T20:34:23.180Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T20:34:23.180Z] ---> Running in df919251e5e4 [2021-01-10T20:34:24.129Z] Collecting docker-compose==1.23.2 [2021-01-10T20:34:24.129Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T20:34:24.390Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T20:34:24.390Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T20:34:24.652Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T20:34:24.652Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T20:34:24.987Z] Collecting PyYAML<4,>=3.10 [2021-01-10T20:34:24.987Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T20:34:25.607Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T20:34:25.607Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T20:34:26.195Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T20:34:26.195Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T20:34:26.813Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T20:34:26.813Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T20:34:27.074Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T20:34:27.339Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T20:34:27.339Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T20:34:27.602Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T20:34:27.602Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T20:34:27.602Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T20:34:27.602Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T20:34:27.868Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T20:34:27.868Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T20:34:27.868Z] Collecting idna<2.8,>=2.5 [2021-01-10T20:34:27.868Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T20:34:28.131Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T20:34:28.131Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T20:34:28.131Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T20:34:28.131Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T20:34:28.131Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T20:34:28.131Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T20:34:28.131Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T20:34:28.131Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T20:34:28.395Z] Installing collected packages: urllib3, idna, requests, jsonschema, PyYAML, docopt, texttable, dockerpty, docker-pycreds, websocket-client, docker, cached-property, docker-compose [2021-01-10T20:34:28.395Z] Attempting uninstall: urllib3 [2021-01-10T20:34:28.395Z] Found existing installation: urllib3 1.25.9 [2021-01-10T20:34:28.395Z] Uninstalling urllib3-1.25.9: [2021-01-10T20:34:28.395Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T20:34:28.658Z] Attempting uninstall: idna [2021-01-10T20:34:28.658Z] Found existing installation: idna 2.9 [2021-01-10T20:34:28.658Z] Uninstalling idna-2.9: [2021-01-10T20:34:28.658Z] Successfully uninstalled idna-2.9 [2021-01-10T20:34:28.921Z] Attempting uninstall: requests [2021-01-10T20:34:28.921Z] Found existing installation: requests 2.23.0 [2021-01-10T20:34:28.921Z] Uninstalling requests-2.23.0: [2021-01-10T20:34:28.921Z] Successfully uninstalled requests-2.23.0 [2021-01-10T20:34:29.183Z] Running setup.py install for PyYAML: started [2021-01-10T20:34:29.758Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T20:34:29.758Z] Running setup.py install for docopt: started [2021-01-10T20:34:30.333Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T20:34:30.333Z] Running setup.py install for texttable: started [2021-01-10T20:34:30.595Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T20:34:30.595Z] Running setup.py install for dockerpty: started [2021-01-10T20:34:31.168Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T20:34:31.749Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T20:34:35.062Z] Removing intermediate container df919251e5e4 [2021-01-10T20:34:35.062Z] ---> 4e4ead05c2a0 [2021-01-10T20:34:35.062Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T20:34:35.062Z] ---> Running in def37d6378d4 [2021-01-10T20:34:35.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T20:34:35.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T20:34:35.900Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:34:35.900Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T20:34:35.900Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T20:34:35.900Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:34:35.900Z] OK: 72 MiB in 58 packages [2021-01-10T20:34:36.481Z] Removing intermediate container def37d6378d4 [2021-01-10T20:34:36.481Z] ---> 1430355fc33b [2021-01-10T20:34:36.481Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T20:34:36.481Z] ---> Running in c834951917fc [2021-01-10T20:34:36.744Z] Removing intermediate container c834951917fc [2021-01-10T20:34:36.744Z] ---> 153fb87a2849 [2021-01-10T20:34:36.744Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:34:36.744Z] ---> Running in 0f5923b85f1d [2021-01-10T20:34:37.007Z] Removing intermediate container 0f5923b85f1d [2021-01-10T20:34:37.007Z] ---> 043fcb2e56f3 [2021-01-10T20:34:37.007Z] Step 24/26 : LABEL arch=x86_64 [2021-01-10T20:34:37.007Z] ---> Running in 2dda88aa313a [2021-01-10T20:34:37.270Z] Removing intermediate container 2dda88aa313a [2021-01-10T20:34:37.270Z] ---> 44c83d5150f5 [2021-01-10T20:34:37.270Z] Step 25/26 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:34:37.270Z] ---> Running in d5d86e511042 [2021-01-10T20:34:37.532Z] Removing intermediate container d5d86e511042 [2021-01-10T20:34:37.532Z] ---> 176bb462771d [2021-01-10T20:34:37.532Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T20:34:37.532Z] ---> Running in 35489534c22c [2021-01-10T20:34:37.794Z] Removing intermediate container 35489534c22c [2021-01-10T20:34:37.794Z] ---> 3ab821fb4c9f [2021-01-10T20:34:37.794Z] [2021-01-10T20:34:37.794Z] Successfully built 3ab821fb4c9f [2021-01-10T20:34:37.794Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-10T20:34:38.381Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-10T20:34:38.390Z] $ docker stop --time=1 0ebbc23c2854580cd7e759f4ae1ad5d4793d9ece7f2827f3ee3ed50be3935be2 [2021-01-10T20:34:40.011Z] $ docker rm -f 0ebbc23c2854580cd7e759f4ae1ad5d4793d9ece7f2827f3ee3ed50be3935be2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T20:34:40.639Z] + docker images [2021-01-10T20:34:40.639Z] + grep docker [2021-01-10T20:34:40.639Z] docker-sys-mgmt-agent-go latest 3ab821fb4c9f 3 seconds ago 313MB [2021-01-10T20:34:40.639Z] docker-core-metadata-go latest becede8bc48d 43 seconds ago 13MB [2021-01-10T20:34:40.639Z] docker-core-command-go latest 2a2430e6637a 43 seconds ago 10.6MB [2021-01-10T20:34:40.640Z] docker-security-secretstore-setup-go latest f912b16b7783 47 seconds ago 24.6MB [2021-01-10T20:34:40.640Z] docker-core-data-go latest 2da80b1c2c5b About a minute ago 22.3MB [2021-01-10T20:34:40.640Z] docker-security-bootstrap-redis-go latest 6730d7c24b99 About a minute ago 15.8MB [2021-01-10T20:34:40.640Z] docker-security-proxy-setup-go latest fcb86d9635af About a minute ago 24.5MB [2021-01-10T20:34:40.640Z] docker-support-notifications-go latest 7be439ccef2e About a minute ago 12MB [2021-01-10T20:34:40.640Z] docker-support-scheduler-go latest 854eb379c828 2 minutes ago 10.7MB [2021-01-10T20:34:40.640Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-10T20:34:53.287Z] gofmt -l . [2021-01-10T20:34:53.287Z] [ "`gofmt -l .`" = "" ] [2021-01-10T20:34:53.287Z] ./bin/test-go-mod-tidy.sh [2021-01-10T20:34:53.287Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T20:34:54.920Z] + ls -al . [2021-01-10T20:34:54.920Z] total 676 [2021-01-10T20:34:54.920Z] drwxrwxr-x 9 1001 1001 4096 Jan 10 20:34 . [2021-01-10T20:34:54.920Z] drwxr-xr-x 4 root root 4096 Jan 10 20:31 .. [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 20:29 .dockerignore [2021-01-10T20:34:54.920Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 20:29 .git [2021-01-10T20:34:54.920Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 20:29 .github [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 20:29 .gitignore [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 20:29 .sonarcloud.properties [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 7741 Jan 10 20:29 Attribution.txt [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 20:29 CONTRIBUTING.md [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 20:29 Dockerfile.build [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 20:29 Jenkinsfile [2021-01-10T20:34:54.920Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 20:29 LICENSE [2021-01-10T20:34:54.921Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 20:29 Makefile [2021-01-10T20:34:54.921Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 20:29 README.md [2021-01-10T20:34:54.921Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 20:29 SECURITY.md [2021-01-10T20:34:54.921Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 20:27 VERSION [2021-01-10T20:34:54.921Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 20:29 ZMQWindows.md [2021-01-10T20:34:54.921Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 20:29 bin [2021-01-10T20:34:54.921Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 20:29 cmd [2021-01-10T20:34:54.921Z] -rw-r--r-- 1 root root 541590 Jan 10 20:33 coverage.out [2021-01-10T20:34:54.921Z] -rw-r--r-- 1 root root 979 Jan 10 20:34 go.mod [2021-01-10T20:34:54.921Z] -rw-r--r-- 1 root root 19019 Jan 10 20:34 go.sum [2021-01-10T20:34:54.921Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 20:29 internal [2021-01-10T20:34:54.921Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 20:29 openapi [2021-01-10T20:34:54.921Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 20:29 snap [2021-01-10T20:34:54.921Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 20:29 version.go [Pipeline] sh [2021-01-10T20:34:55.580Z] + '[' -e coverage.out ] [2021-01-10T20:34:55.580Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T20:34:55.655Z] Warning: overwriting stash ‘coverage-report’ [2021-01-10T20:34:56.638Z] Still waiting to schedule task [2021-01-10T20:34:56.638Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-10T20:34:56.791Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T20:34:57.499Z] + make build [2021-01-10T20:34:57.499Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T20:35:07.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T20:35:29.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T20:35:32.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T20:35:37.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T20:35:38.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T20:35:43.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T20:35:48.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T20:35:49.004Z] Running on prd-ubuntu18.04-docker-8c-8g-19336 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws [2021-01-10T20:35:49.078Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-10T20:35:51.522Z] using credential edgex-jenkins-ssh [2021-01-10T20:35:51.603Z] Cloning the remote Git repository [2021-01-10T20:35:51.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T20:35:51.626Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T20:35:51.692Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-10T20:35:51.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T20:35:51.728Z] > git --version # timeout=10 [2021-01-10T20:35:51.742Z] > git --version # 'git version 2.17.1' [2021-01-10T20:35:51.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T20:35:51.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T20:35:56.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T20:35:59.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T20:36:02.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-10T20:36:06.248Z] $ docker stop --time=1 a9a55486134d00c7855ac9eb857f1da456aa827948f066cf3d2a85e8e90f025e [2021-01-10T20:36:06.584Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 99f43a558382153ff6feeb1ac2a2e2abad0eed90 [2021-01-10T20:36:06.791Z] Merge succeeded, producing 15d7336c25bb7b9eae798479a1c7580017d6926a [2021-01-10T20:36:06.792Z] Checking out Revision 15d7336c25bb7b9eae798479a1c7580017d6926a (PR-3004) [2021-01-10T20:36:05.899Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T20:36:05.904Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T20:36:05.912Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T20:36:05.921Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T20:36:05.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T20:36:05.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T20:36:06.594Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T20:36:06.597Z] > git checkout -f 99f43a558382153ff6feeb1ac2a2e2abad0eed90 # timeout=10 [2021-01-10T20:36:06.687Z] > git remote # timeout=10 [2021-01-10T20:36:06.692Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T20:36:06.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T20:36:06.706Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T20:36:06.789Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T20:36:06.796Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T20:36:06.799Z] > git checkout -f 15d7336c25bb7b9eae798479a1c7580017d6926a # timeout=10 [2021-01-10T20:36:08.762Z] $ docker rm -f a9a55486134d00c7855ac9eb857f1da456aa827948f066cf3d2a85e8e90f025e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-10T20:36:10.490Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T20:36:10.497Z] First time build. Skipping changelog. [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:36:10.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T20:36:10.878Z] [2021-01-10T20:36:10.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:36:10.495Z] > git rev-list --no-walk add0fe1a2e6314269aae6c5b51fe9708488a51dd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:36:11.272Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T20:36:11.555Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-10T20:36:11.555Z] 29e5d40040c1: Pulling fs layer [2021-01-10T20:36:11.555Z] 1ce36da41761: Pulling fs layer [2021-01-10T20:36:11.555Z] 25b303627fd3: Pulling fs layer [2021-01-10T20:36:11.555Z] 29e5d40040c1: Verifying Checksum [2021-01-10T20:36:11.555Z] 29e5d40040c1: Download complete [2021-01-10T20:36:11.831Z] 1ce36da41761: Verifying Checksum [2021-01-10T20:36:11.831Z] 1ce36da41761: Download complete [2021-01-10T20:36:11.884Z] + echo snap-build.sh [2021-01-10T20:36:11.884Z] snap-build.sh [2021-01-10T20:36:11.884Z] + SNAP_BASE_DIR=. [2021-01-10T20:36:11.884Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-10T20:36:11.884Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-10T20:36:11.884Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-10T20:36:11.884Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-10T20:36:11.884Z] + cd /w/workspace/edgex-go/7 [2021-01-10T20:36:11.884Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-10T20:36:11.884Z] Reading package lists... [2021-01-10T20:36:12.105Z] 29e5d40040c1: Pull complete [2021-01-10T20:36:12.146Z] Building dependency tree... [2021-01-10T20:36:12.146Z] Reading state information... [2021-01-10T20:36:12.146Z] The following packages were automatically installed and are no longer required: [2021-01-10T20:36:12.146Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-10T20:36:12.146Z] uidmap xdelta3 [2021-01-10T20:36:12.146Z] Use 'sudo apt autoremove' to remove them. [2021-01-10T20:36:12.146Z] The following packages will be REMOVED: [2021-01-10T20:36:12.146Z] lxd* lxd-client* [2021-01-10T20:36:12.717Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-10T20:36:12.717Z] After this operation, 31.7 MB disk space will be freed. [2021-01-10T20:36:13.541Z] 1ce36da41761: Pull complete [2021-01-10T20:36:13.762Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-10T20:36:13.762Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T20:36:14.136Z] 25b303627fd3: Verifying Checksum [2021-01-10T20:36:14.136Z] 25b303627fd3: Download complete [2021-01-10T20:36:14.334Z] Removing lxd dnsmasq configuration [2021-01-10T20:36:14.595Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T20:36:14.855Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-10T20:36:15.796Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-10T20:36:15.796Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-10T20:36:15.796Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T20:36:17.182Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-10T20:36:17.182Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-10T20:36:18.567Z] + sudo snap remove --purge lxd [2021-01-10T20:36:18.567Z] snap "lxd" is not installed [2021-01-10T20:36:18.567Z] + sudo groupadd --force --system lxd [2021-01-10T20:36:18.567Z] ++ whoami [2021-01-10T20:36:18.567Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-10T20:36:18.567Z] + newgrp - lxd [2021-01-10T20:36:18.567Z] + sudo snap install lxd [2021-01-10T20:36:24.283Z] 25b303627fd3: Pull complete [2021-01-10T20:36:24.283Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-10T20:36:24.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T20:36:24.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-10T20:36:24.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container [2021-01-10T20:36:24.590Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T20:36:26.703Z] 2021-01-10T20:36:23Z INFO Waiting for automatic snapd restart... [2021-01-10T20:36:27.726Z] $ docker top 5d7488acaeb5499e0161dbd80b8642d30e37cde8c581015df48aa8607b0acabf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:36:28.745Z] + docker-compose build --help [2021-01-10T20:36:28.745Z] + grep parallel [2021-01-10T20:36:32.119Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T20:36:32.407Z] $ docker stop --time=1 5d7488acaeb5499e0161dbd80b8642d30e37cde8c581015df48aa8607b0acabf [2021-01-10T20:36:34.387Z] $ docker rm -f 5d7488acaeb5499e0161dbd80b8642d30e37cde8c581015df48aa8607b0acabf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:36:35.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T20:36:35.250Z] . [Pipeline] withDockerContainer [2021-01-10T20:36:35.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container [2021-01-10T20:36:35.612Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T20:36:37.142Z] $ docker top 46cba7481954c62bd65a448cdb51f07e70ed582bd926f1a26c35e6555354bad2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:36:38.232Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T20:36:41.622Z] lxd 4.9 from Canonical* installed [2021-01-10T20:36:41.622Z] + sudo lxd init --auto [2021-01-10T20:36:42.522Z] Building docker-core-command-go ... [2021-01-10T20:36:42.522Z] Building docker-core-data-go ... [2021-01-10T20:36:42.522Z] Building docker-core-metadata-go ... [2021-01-10T20:36:42.522Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T20:36:42.522Z] Building docker-security-proxy-setup-go ... [2021-01-10T20:36:42.522Z] Building docker-security-secretstore-setup-go ... [2021-01-10T20:36:42.522Z] Building docker-support-notifications-go ... [2021-01-10T20:36:42.522Z] Building docker-support-scheduler-go ... [2021-01-10T20:36:42.523Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T20:36:42.523Z] Building docker-sys-mgmt-agent-go [2021-01-10T20:36:42.523Z] Building docker-security-secretstore-setup-go [2021-01-10T20:36:42.523Z] Building docker-support-scheduler-go [2021-01-10T20:36:42.523Z] Building docker-security-proxy-setup-go [2021-01-10T20:36:42.523Z] Building docker-security-bootstrap-redis-go [2021-01-10T20:36:49.770Z] + sudo snap install --classic snapcraft [2021-01-10T20:36:56.360Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T20:36:56.360Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-10T20:36:56.360Z] + patch --verbose -p1 [2021-01-10T20:36:56.360Z] Hmm... Looks like a unified diff to me... [2021-01-10T20:36:56.360Z] The text leading up to this was: [2021-01-10T20:36:56.360Z] -------------------------- [2021-01-10T20:36:56.360Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-10T20:36:56.360Z] |From: Tony Espy [2021-01-10T20:36:56.360Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-10T20:36:56.360Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-10T20:36:56.360Z] | [2021-01-10T20:36:56.360Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-10T20:36:56.360Z] |optimize the snap CI check run for pull requests. When [2021-01-10T20:36:56.360Z] |applied, it essentially strips out everything (apps and [2021-01-10T20:36:56.360Z] |parts) from the snapcraft.yaml file except those required [2021-01-10T20:36:56.360Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-10T20:36:56.360Z] |catch changes to edgex-go that break the snap build. [2021-01-10T20:36:56.360Z] | [2021-01-10T20:36:56.360Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-10T20:36:56.360Z] |to update this patch file, otherwise it may fail to apply, [2021-01-10T20:36:56.360Z] |resulting in a failed snap build CI check in the associated [2021-01-10T20:36:56.360Z] |pull request. [2021-01-10T20:36:56.360Z] | [2021-01-10T20:36:56.360Z] |Note - in addition to applying this patch, the pipeline also [2021-01-10T20:36:56.360Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-10T20:36:56.360Z] |need to build the finally binary .snap file (and it won't [2021-01-10T20:36:56.360Z] |work with the patch applied). This further reduces the build [2021-01-10T20:36:56.360Z] |time. [2021-01-10T20:36:56.360Z] |--- [2021-01-10T20:36:56.360Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-10T20:36:56.360Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-10T20:36:56.360Z] | [2021-01-10T20:36:56.360Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-10T20:36:56.360Z] |index 1e537489..faf42425 100644 [2021-01-10T20:36:56.360Z] |--- a/snap/snapcraft.yaml [2021-01-10T20:36:56.360Z] |+++ b/snap/snapcraft.yaml [2021-01-10T20:36:56.360Z] -------------------------- [2021-01-10T20:36:56.360Z] patching file snap/snapcraft.yaml [2021-01-10T20:36:56.360Z] Using Plan A... [2021-01-10T20:36:56.360Z] Hunk #1 succeeded at 73. [2021-01-10T20:36:56.360Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-10T20:36:56.360Z] Hunk #3 succeeded at 214. [2021-01-10T20:36:56.360Z] Hunk #4 succeeded at 222. [2021-01-10T20:36:56.360Z] Hunk #5 succeeded at 229. [2021-01-10T20:36:56.360Z] Hunk #6 succeeded at 256. [2021-01-10T20:36:56.360Z] Hunk #7 succeeded at 290. [2021-01-10T20:36:56.360Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-10T20:36:56.360Z] Hmm... Ignoring the trailing garbage. [2021-01-10T20:36:56.360Z] done [2021-01-10T20:36:56.360Z] + sudo snapcraft prime --use-lxd [2021-01-10T20:36:57.743Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-10T20:36:57.743Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-10T20:36:57.743Z] - README.md [2021-01-10T20:36:57.743Z] - snapcraft.yaml.orig [2021-01-10T20:36:57.743Z] [2021-01-10T20:36:57.743Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T20:36:58.316Z] Launching a container. [2021-01-10T20:37:10.570Z] Waiting for container to be ready [2021-01-10T20:37:10.570Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-10T20:37:10.570Z] [2021-01-10T20:37:13.117Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-10T20:37:13.117Z] Waiting for network to be ready... [2021-01-10T20:37:13.688Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T20:37:13.688Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T20:37:13.949Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T20:37:13.949Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T20:37:14.209Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T20:37:14.471Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T20:37:14.471Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T20:37:14.471Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T20:37:14.471Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T20:37:14.471Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T20:37:14.471Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T20:37:14.471Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T20:37:14.471Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T20:37:14.471Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T20:37:14.471Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T20:37:14.471Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T20:37:14.471Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T20:37:14.471Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T20:37:14.731Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T20:37:14.992Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T20:37:14.992Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T20:37:14.992Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T20:37:14.992Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T20:37:14.992Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T20:37:14.992Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T20:37:14.992Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T20:37:15.252Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T20:37:18.553Z] Fetched 23.7 MB in 5s (4507 kB/s) [2021-01-10T20:37:19.937Z] Reading package lists... [2021-01-10T20:37:19.937Z] Reading package lists... [2021-01-10T20:37:19.937Z] Building dependency tree... [2021-01-10T20:37:19.937Z] Reading state information... [2021-01-10T20:37:20.197Z] The following additional packages will be installed: [2021-01-10T20:37:20.197Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T20:37:20.197Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T20:37:20.197Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T20:37:20.197Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-10T20:37:20.197Z] Suggested packages: [2021-01-10T20:37:20.197Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-10T20:37:20.197Z] Recommended packages: [2021-01-10T20:37:20.197Z] gnupg libsasl2-modules [2021-01-10T20:37:20.197Z] The following NEW packages will be installed: [2021-01-10T20:37:20.197Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T20:37:20.197Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T20:37:20.197Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T20:37:20.197Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-10T20:37:20.197Z] The following packages will be upgraded: [2021-01-10T20:37:20.197Z] gpg gpg-agent gpgconf libudev1 [2021-01-10T20:37:20.458Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-10T20:37:20.458Z] Need to get 3532 kB of archives. [2021-01-10T20:37:20.458Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-10T20:37:20.458Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-10T20:37:20.458Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-10T20:37:20.718Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-10T20:37:20.979Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-10T20:37:20.979Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-10T20:37:20.979Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-10T20:37:20.979Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-10T20:37:20.979Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-10T20:37:20.979Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-10T20:37:21.239Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-10T20:37:21.239Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-10T20:37:21.239Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-10T20:37:21.239Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-10T20:37:21.239Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-10T20:37:21.239Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-10T20:37:21.239Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-10T20:37:21.239Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-10T20:37:21.240Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-10T20:37:21.240Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-10T20:37:21.240Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-10T20:37:21.240Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-10T20:37:21.240Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-10T20:37:21.500Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T20:37:21.500Z] Fetched 3532 kB in 1s (3165 kB/s) [2021-01-10T20:37:21.500Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T20:37:21.500Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-10T20:37:21.500Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T20:37:21.760Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-10T20:37:21.760Z] Selecting previously unselected package udev. [2021-01-10T20:37:21.760Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T20:37:21.760Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-10T20:37:21.760Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-10T20:37:22.020Z] Selecting previously unselected package libfuse2:amd64. [2021-01-10T20:37:22.020Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T20:37:22.020Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T20:37:22.282Z] Selecting previously unselected package fuse. [2021-01-10T20:37:22.282Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T20:37:22.282Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-10T20:37:22.282Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T20:37:22.282Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T20:37:22.543Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T20:37:22.543Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T20:37:22.543Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T20:37:22.543Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T20:37:22.805Z] Selecting previously unselected package libksba8:amd64. [2021-01-10T20:37:22.805Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-10T20:37:22.805Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-10T20:37:22.805Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-10T20:37:22.805Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:22.805Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:22.805Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-10T20:37:22.805Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:22.805Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.064Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-10T20:37:23.064Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.064Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.064Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-10T20:37:23.064Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.064Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.326Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-10T20:37:23.326Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.326Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.326Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-10T20:37:23.326Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.326Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.326Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-10T20:37:23.326Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.326Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.588Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-10T20:37:23.588Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.588Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.588Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-10T20:37:23.588Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T20:37:23.588Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:23.848Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-10T20:37:23.848Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T20:37:23.848Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T20:37:23.848Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-10T20:37:23.848Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T20:37:23.848Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T20:37:23.848Z] Selecting previously unselected package libldap-common. [2021-01-10T20:37:23.848Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-10T20:37:23.848Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T20:37:23.848Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-10T20:37:23.848Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-10T20:37:23.848Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T20:37:24.108Z] Selecting previously unselected package dirmngr. [2021-01-10T20:37:24.108Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T20:37:24.108Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T20:37:24.108Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T20:37:24.108Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-10T20:37:24.368Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T20:37:24.368Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T20:37:24.368Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T20:37:24.368Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-10T20:37:24.368Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:24.368Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-10T20:37:24.368Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T20:37:24.628Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-10T20:37:24.891Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-10T20:37:24.891Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:24.891Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-10T20:37:25.158Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-10T20:37:25.158Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-10T20:37:25.158Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.158Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.158Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.158Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.158Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.158Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.423Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T20:37:25.423Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T20:37:25.423Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T20:37:25.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T20:37:25.997Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-10T20:37:25.997Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-10T20:37:25.997Z] This means they are not meant to be enabled using systemctl. [2021-01-10T20:37:25.997Z] Possible reasons for having this kind of units are: [2021-01-10T20:37:25.997Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-10T20:37:25.997Z] .wants/ or .requires/ directory. [2021-01-10T20:37:25.997Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-10T20:37:25.997Z] a requirement dependency on it. [2021-01-10T20:37:25.997Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-10T20:37:25.997Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-10T20:37:25.997Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-10T20:37:25.997Z] instance name specified. [2021-01-10T20:37:25.997Z] Reading package lists... [2021-01-10T20:37:26.257Z] Building dependency tree... [2021-01-10T20:37:26.257Z] Reading state information... [2021-01-10T20:37:26.518Z] The following additional packages will be installed: [2021-01-10T20:37:26.518Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-10T20:37:26.518Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-10T20:37:26.518Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-10T20:37:26.518Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-10T20:37:26.518Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-10T20:37:26.518Z] Suggested packages: [2021-01-10T20:37:26.518Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-10T20:37:26.518Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-10T20:37:26.518Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-10T20:37:26.518Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-10T20:37:26.518Z] systemd-container policykit-1 [2021-01-10T20:37:26.518Z] Recommended packages: [2021-01-10T20:37:26.518Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-10T20:37:26.518Z] The following NEW packages will be installed: [2021-01-10T20:37:26.518Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-10T20:37:26.518Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-10T20:37:26.518Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-10T20:37:26.518Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-10T20:37:26.518Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-10T20:37:26.518Z] The following packages will be upgraded: [2021-01-10T20:37:26.518Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-10T20:37:26.518Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-10T20:37:26.518Z] Need to get 35.2 MB of archives. [2021-01-10T20:37:26.518Z] After this operation, 141 MB of additional disk space will be used. [2021-01-10T20:37:26.518Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-10T20:37:26.518Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-10T20:37:27.459Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-10T20:37:27.459Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-10T20:37:27.459Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-10T20:37:27.459Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-10T20:37:27.459Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-10T20:37:27.459Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-10T20:37:27.459Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-10T20:37:27.459Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-10T20:37:27.459Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-10T20:37:27.459Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-10T20:37:27.459Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-10T20:37:27.459Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-10T20:37:27.459Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-10T20:37:27.459Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-10T20:37:27.459Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-10T20:37:27.459Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-10T20:37:27.459Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-10T20:37:27.459Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-10T20:37:27.459Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-10T20:37:27.720Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-10T20:37:27.720Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-10T20:37:27.720Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-10T20:37:27.720Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-10T20:37:27.720Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-10T20:37:27.720Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-10T20:37:27.720Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-10T20:37:27.720Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-10T20:37:27.720Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-10T20:37:28.667Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T20:37:28.667Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-01-10T20:37:28.931Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T20:37:28.931Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-10T20:37:28.931Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T20:37:29.502Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-10T20:37:29.762Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T20:37:29.762Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-10T20:37:29.762Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T20:37:29.762Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T20:37:29.762Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T20:37:30.022Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-10T20:37:30.022Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T20:37:30.022Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T20:37:30.284Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T20:37:30.544Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-10T20:37:30.544Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-10T20:37:30.805Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-10T20:37:31.065Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-10T20:37:31.065Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T20:37:31.065Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T20:37:31.326Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-10T20:37:31.326Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T20:37:31.326Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:31.326Z] Selecting previously unselected package libexpat1:amd64. [2021-01-10T20:37:31.326Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-10T20:37:31.326Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T20:37:31.585Z] Selecting previously unselected package python3.6-minimal. [2021-01-10T20:37:31.585Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T20:37:31.585Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:31.845Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T20:37:31.845Z] Checking for services that may need to be restarted...done. [2021-01-10T20:37:31.845Z] Checking for services that may need to be restarted...done. [2021-01-10T20:37:31.845Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:32.105Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T20:37:32.105Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:33.046Z] Selecting previously unselected package python3-minimal. [2021-01-10T20:37:33.046Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-10T20:37:33.046Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-10T20:37:33.046Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-10T20:37:33.046Z] Selecting previously unselected package mime-support. [2021-01-10T20:37:33.046Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-10T20:37:33.046Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-10T20:37:33.046Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-10T20:37:33.046Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-10T20:37:33.046Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T20:37:33.046Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-10T20:37:33.046Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T20:37:33.046Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:33.618Z] Selecting previously unselected package python3.6. [2021-01-10T20:37:33.618Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T20:37:33.618Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:33.618Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-10T20:37:33.618Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-10T20:37:33.618Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T20:37:33.618Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-10T20:37:33.879Z] Selecting previously unselected package python3. [2021-01-10T20:37:33.879Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-10T20:37:33.879Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-10T20:37:33.879Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-10T20:37:33.879Z] Selecting previously unselected package multiarch-support. [2021-01-10T20:37:33.879Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T20:37:33.879Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T20:37:34.141Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T20:37:34.141Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-10T20:37:34.141Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-10T20:37:34.141Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-10T20:37:34.141Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T20:37:34.405Z] Selecting previously unselected package libbsd0:amd64. [2021-01-10T20:37:34.405Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-10T20:37:34.405Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T20:37:34.405Z] Selecting previously unselected package sudo. [2021-01-10T20:37:34.405Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-10T20:37:34.405Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T20:37:34.666Z] Selecting previously unselected package apparmor. [2021-01-10T20:37:34.666Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T20:37:34.666Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-10T20:37:34.666Z] Selecting previously unselected package libedit2:amd64. [2021-01-10T20:37:34.666Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-10T20:37:34.666Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T20:37:34.666Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-10T20:37:34.666Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T20:37:34.926Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:34.926Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-10T20:37:34.926Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T20:37:34.926Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:34.926Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-10T20:37:34.926Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-10T20:37:34.926Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T20:37:34.926Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-10T20:37:34.926Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T20:37:34.926Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:35.187Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-10T20:37:35.187Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T20:37:35.187Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:35.187Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-10T20:37:35.187Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-10T20:37:35.187Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T20:37:35.449Z] Selecting previously unselected package openssh-client. [2021-01-10T20:37:35.449Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-10T20:37:35.449Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T20:37:35.709Z] Selecting previously unselected package squashfs-tools. [2021-01-10T20:37:35.709Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-10T20:37:35.709Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T20:37:35.709Z] Selecting previously unselected package snapd. [2021-01-10T20:37:35.709Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-10T20:37:35.709Z] Unpacking snapd (2.48+18.04) ... [2021-01-10T20:37:39.008Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T20:37:39.008Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T20:37:39.008Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-10T20:37:39.008Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T20:37:39.269Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T20:37:39.269Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:39.269Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T20:37:39.269Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-10T20:37:39.269Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-10T20:37:39.840Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T20:37:39.840Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T20:37:40.100Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T20:37:40.100Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:40.100Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:40.100Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T20:37:41.043Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T20:37:41.043Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:41.043Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T20:37:41.043Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-10T20:37:41.043Z] running python rtupdate hooks for python3.6... [2021-01-10T20:37:41.043Z] running python post-rtupdate hooks for python3.6... [2021-01-10T20:37:41.043Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-10T20:37:43.592Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-10T20:37:43.854Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T20:37:43.854Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T20:37:44.114Z] Setting up snapd (2.48+18.04) ... [2021-01-10T20:37:44.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-10T20:37:44.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-10T20:37:44.946Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-10T20:37:45.206Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-10T20:37:45.467Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T20:37:45.467Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T20:37:45.467Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-10T20:37:45.727Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-10T20:37:45.989Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-10T20:37:46.249Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-10T20:37:46.250Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-10T20:37:46.250Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T20:37:46.250Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T20:37:47.191Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T20:37:47.192Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T20:37:47.451Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T20:37:48.391Z] Reading package lists... [2021-01-10T20:37:48.652Z] Reading package lists... [2021-01-10T20:37:48.913Z] Building dependency tree... [2021-01-10T20:37:48.913Z] Reading state information... [2021-01-10T20:37:48.913Z] Calculating upgrade... [2021-01-10T20:37:49.173Z] The following packages will be upgraded: [2021-01-10T20:37:49.173Z] advancecomp base-files bash binutils binutils-common [2021-01-10T20:37:49.173Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-10T20:37:49.173Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-10T20:37:49.173Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-10T20:37:49.173Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-10T20:37:49.173Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-10T20:37:49.173Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-10T20:37:49.173Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-10T20:37:49.173Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-10T20:37:49.173Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-10T20:37:49.173Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-10T20:37:49.173Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-10T20:37:49.173Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-10T20:37:49.173Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-10T20:37:49.173Z] ubuntu-keyring util-linux [2021-01-10T20:37:49.173Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T20:37:49.173Z] Need to get 63.7 MB of archives. [2021-01-10T20:37:49.173Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-10T20:37:49.173Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-10T20:37:49.434Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-10T20:37:49.434Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-10T20:37:49.434Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-10T20:37:49.434Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-10T20:37:49.434Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-10T20:37:49.434Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-10T20:37:49.434Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-10T20:37:49.434Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-10T20:37:49.434Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-10T20:37:49.434Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-10T20:37:49.434Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-10T20:37:49.434Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-10T20:37:49.434Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-10T20:37:49.434Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-10T20:37:49.434Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-10T20:37:49.434Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-10T20:37:49.434Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-10T20:37:49.434Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-10T20:37:49.434Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-10T20:37:49.434Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-10T20:37:49.434Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-10T20:37:49.434Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-10T20:37:49.701Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-10T20:37:49.701Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-10T20:37:49.701Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-10T20:37:49.701Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-10T20:37:49.701Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-10T20:37:49.701Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-10T20:37:49.701Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-10T20:37:49.701Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-10T20:37:49.701Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-10T20:37:49.701Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-10T20:37:49.701Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-10T20:37:49.701Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-10T20:37:49.701Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-10T20:37:49.701Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-10T20:37:49.701Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-10T20:37:49.701Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-10T20:37:49.701Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-10T20:37:49.701Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-10T20:37:49.701Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-10T20:37:49.701Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-10T20:37:49.701Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-10T20:37:49.701Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-10T20:37:49.701Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-10T20:37:49.701Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-10T20:37:49.701Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-10T20:37:49.701Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-10T20:37:49.701Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-10T20:37:49.701Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-10T20:37:49.701Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-10T20:37:49.701Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-10T20:37:49.701Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-10T20:37:49.701Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-10T20:37:49.964Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-10T20:37:50.226Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-10T20:37:50.226Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-10T20:37:50.226Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-10T20:37:50.226Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-10T20:37:50.226Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-10T20:37:50.226Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-10T20:37:50.226Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-10T20:37:50.226Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-10T20:37:50.488Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-10T20:37:50.488Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-10T20:37:50.488Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-10T20:37:50.488Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-10T20:37:50.488Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-10T20:37:50.488Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-10T20:37:50.488Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-10T20:37:50.488Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-10T20:37:50.488Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-10T20:37:50.488Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-10T20:37:50.488Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-10T20:37:50.525Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:37:50.525Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:37:50.525Z] ---> f0547f24d514 [2021-01-10T20:37:50.525Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T20:37:50.750Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-10T20:37:50.751Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-10T20:37:50.751Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-10T20:37:50.751Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-10T20:37:50.751Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-10T20:37:50.751Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-10T20:37:50.751Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-10T20:37:50.751Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-10T20:37:50.751Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-10T20:37:50.751Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-10T20:37:50.751Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-10T20:37:50.751Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-10T20:37:50.751Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-10T20:37:50.751Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-10T20:37:50.751Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-10T20:37:50.751Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-10T20:37:50.802Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:37:50.802Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:37:50.802Z] ---> f0547f24d514 [2021-01-10T20:37:50.802Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T20:37:51.012Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-10T20:37:51.012Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-10T20:37:51.012Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-10T20:37:51.012Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-10T20:37:51.012Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-10T20:37:51.012Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-10T20:37:51.273Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T20:37:51.273Z] Fetched 63.7 MB in 2s (34.2 MB/s) [2021-01-10T20:37:51.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:51.273Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T20:37:51.273Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T20:37:51.401Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:37:51.401Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:37:51.401Z] ---> f0547f24d514 [2021-01-10T20:37:51.401Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T20:37:51.401Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:37:51.401Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:37:51.401Z] ---> f0547f24d514 [2021-01-10T20:37:51.401Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T20:37:51.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:37:51.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:37:51.683Z] ---> f0547f24d514 [2021-01-10T20:37:51.683Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T20:37:52.214Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T20:37:52.214Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T20:37:52.214Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-10T20:37:52.214Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-10T20:37:52.785Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.046Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.047Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.047Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.307Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.307Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.307Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.567Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.567Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.567Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.568Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.828Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.828Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:53.828Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:53.828Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:37:54.089Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T20:37:54.089Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:54.089Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-10T20:37:54.089Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:37:54.089Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T20:37:54.089Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:54.355Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:54.355Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:54.355Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:54.627Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T20:37:54.627Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T20:37:54.889Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:37:54.889Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T20:37:54.889Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T20:37:55.071Z] ---> Running in 0005d80056e4 [2021-01-10T20:37:55.071Z] ---> Running in 74d8cc3ebebb [2021-01-10T20:37:55.071Z] ---> Running in 93e9f27aff7b [2021-01-10T20:37:55.071Z] ---> Running in 053f237e7783 [2021-01-10T20:37:55.071Z] ---> Running in 9ae2bd4735d6 [2021-01-10T20:37:55.150Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T20:37:55.343Z] Removing intermediate container 74d8cc3ebebb [2021-01-10T20:37:55.343Z] ---> dbec5698dfb0 [2021-01-10T20:37:55.343Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:37:55.343Z] Removing intermediate container 9ae2bd4735d6 [2021-01-10T20:37:55.343Z] ---> ce51e236e68f [2021-01-10T20:37:55.343Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:37:55.343Z] Removing intermediate container 053f237e7783 [2021-01-10T20:37:55.343Z] ---> 652f475cca89 [2021-01-10T20:37:55.343Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:37:55.617Z] Removing intermediate container 0005d80056e4 [2021-01-10T20:37:55.617Z] ---> 4dfce763daa3 [2021-01-10T20:37:55.617Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:37:55.617Z] Removing intermediate container 93e9f27aff7b [2021-01-10T20:37:55.617Z] ---> 5a64adb11266 [2021-01-10T20:37:55.617Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:37:55.617Z] ---> Running in dde13bb5ae9b [2021-01-10T20:37:55.617Z] ---> Running in 2b699d40c32f [2021-01-10T20:37:55.617Z] ---> Running in 212b9940c812 [2021-01-10T20:37:55.723Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T20:37:55.723Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T20:37:55.723Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-10T20:37:55.723Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-10T20:37:55.723Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-10T20:37:55.891Z] ---> Running in ece20c219722 [2021-01-10T20:37:55.891Z] ---> Running in d8941b07dc79 [2021-01-10T20:37:55.983Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-10T20:37:55.984Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-10T20:37:56.244Z] Installing new version of config file /etc/issue ... [2021-01-10T20:37:56.244Z] Installing new version of config file /etc/issue.net ... [2021-01-10T20:37:56.244Z] Installing new version of config file /etc/lsb-release ... [2021-01-10T20:37:56.244Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-10T20:37:56.504Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-10T20:37:56.504Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-10T20:37:56.504Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-10T20:37:56.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:56.504Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-10T20:37:56.770Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-10T20:37:56.770Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-10T20:37:56.770Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-10T20:37:57.041Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:57.041Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:37:57.041Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-10T20:37:57.041Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:37:57.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:57.312Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-10T20:37:57.312Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-10T20:37:57.312Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-10T20:37:57.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:57.579Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-10T20:37:57.579Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T20:37:57.846Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-10T20:37:57.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:57.846Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T20:37:57.846Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T20:37:58.121Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T20:37:58.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:58.121Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T20:37:58.121Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T20:37:58.395Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-10T20:37:58.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:58.395Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-10T20:37:58.395Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-10T20:37:58.662Z] Setting up grep (3.1-2build1) ... [2021-01-10T20:37:58.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:58.662Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T20:37:58.662Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T20:37:58.924Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-10T20:37:58.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:58.924Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T20:37:58.924Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T20:37:59.185Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-10T20:37:59.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:37:59.185Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T20:37:59.185Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T20:37:59.313Z] Removing intermediate container 2b699d40c32f [2021-01-10T20:37:59.313Z] ---> 51a4ead303bc [2021-01-10T20:37:59.313Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T20:37:59.313Z] ---> Running in e5c0f0dd7cbb [2021-01-10T20:37:59.592Z] Removing intermediate container 212b9940c812 [2021-01-10T20:37:59.592Z] ---> f92df1b31b16 [2021-01-10T20:37:59.592Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T20:37:59.756Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T20:37:59.756Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T20:37:59.861Z] Removing intermediate container dde13bb5ae9b [2021-01-10T20:37:59.861Z] ---> 4b37834e2f41 [2021-01-10T20:37:59.861Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T20:37:59.861Z] ---> Running in fb15ddbed8db [2021-01-10T20:38:00.018Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T20:38:00.018Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T20:38:00.134Z] ---> Running in 740bd1df3a46 [2021-01-10T20:38:00.134Z] Removing intermediate container d8941b07dc79 [2021-01-10T20:38:00.134Z] ---> c5bf87e75397 [2021-01-10T20:38:00.134Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T20:38:00.134Z] Removing intermediate container ece20c219722 [2021-01-10T20:38:00.134Z] ---> f5ca6f74b897 [2021-01-10T20:38:00.134Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T20:38:00.410Z] ---> Running in 0c5530ab32dd [2021-01-10T20:38:00.410Z] ---> Running in d6ce2e845b3f [2021-01-10T20:38:00.597Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-10T20:38:00.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:00.597Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-10T20:38:00.597Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T20:38:01.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:01.546Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T20:38:01.546Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T20:38:01.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:01.809Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T20:38:01.809Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T20:38:01.809Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T20:38:01.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:02.069Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-10T20:38:02.069Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-10T20:38:02.069Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-10T20:38:02.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:02.329Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:02.329Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:02.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.590Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:02.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:02.590Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:02.590Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:02.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:02.865Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:02.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:02.865Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:02.865Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:03.059Z] OK: 217 MiB in 51 packages [2021-01-10T20:38:03.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:38:03.059Z] OK: 217 MiB in 51 packages [2021-01-10T20:38:03.126Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:03.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:03.126Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:03.126Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:03.387Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:03.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:03.647Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T20:38:03.647Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T20:38:03.665Z] OK: 217 MiB in 51 packages [2021-01-10T20:38:03.665Z] OK: 217 MiB in 51 packages [2021-01-10T20:38:03.909Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T20:38:03.945Z] OK: 217 MiB in 51 packages [2021-01-10T20:38:04.173Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T20:38:04.173Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T20:38:04.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:04.438Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T20:38:04.700Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T20:38:04.951Z] Removing intermediate container e5c0f0dd7cbb [2021-01-10T20:38:04.951Z] ---> 47cb938e41ec [2021-01-10T20:38:04.951Z] Step 6/22 : COPY go.mod . [2021-01-10T20:38:04.951Z] Removing intermediate container fb15ddbed8db [2021-01-10T20:38:04.951Z] ---> 066bc6544d34 [2021-01-10T20:38:04.951Z] Step 6/26 : COPY go.mod . [2021-01-10T20:38:04.962Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T20:38:05.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:05.222Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:05.222Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:05.222Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:05.225Z] Removing intermediate container 740bd1df3a46 [2021-01-10T20:38:05.225Z] ---> 9c10fe6c82c9 [2021-01-10T20:38:05.225Z] Step 6/24 : COPY go.mod . [2021-01-10T20:38:05.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:05.482Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:05.482Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:05.482Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:05.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:05.742Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:05.742Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:05.829Z] Removing intermediate container d6ce2e845b3f [2021-01-10T20:38:05.829Z] ---> bfe22aa1036f [2021-01-10T20:38:05.829Z] Step 6/21 : COPY go.mod . [2021-01-10T20:38:05.829Z] Removing intermediate container 0c5530ab32dd [2021-01-10T20:38:05.829Z] ---> 23e46fdb7f5f [2021-01-10T20:38:05.829Z] Step 6/21 : COPY go.mod . [2021-01-10T20:38:05.829Z] ---> 5a1c96ab0b3e [2021-01-10T20:38:05.829Z] Step 7/22 : RUN go mod download [2021-01-10T20:38:06.007Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:06.103Z] ---> f7820fda1bcf [2021-01-10T20:38:06.103Z] Step 7/26 : RUN go mod download [2021-01-10T20:38:06.103Z] ---> Running in d9346a46adab [2021-01-10T20:38:06.377Z] ---> 457c8c1a53ae [2021-01-10T20:38:06.377Z] Step 7/24 : RUN go mod download [2021-01-10T20:38:06.377Z] ---> Running in c2104e3f91f4 [2021-01-10T20:38:06.578Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-10T20:38:06.655Z] ---> Running in ec7b61e4ecdb [2021-01-10T20:38:06.655Z] ---> c59e9a1bad65 [2021-01-10T20:38:06.655Z] Step 7/21 : RUN go mod download [2021-01-10T20:38:06.847Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-10T20:38:06.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:06.847Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T20:38:06.847Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T20:38:06.935Z] ---> 35f101aed72c [2021-01-10T20:38:06.935Z] Step 7/21 : RUN go mod download [2021-01-10T20:38:06.935Z] ---> Running in 65d112482cb2 [2021-01-10T20:38:07.108Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T20:38:07.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T20:38:07.108Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-10T20:38:07.210Z] ---> Running in 0711b78479b4 [2021-01-10T20:38:07.368Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T20:38:07.368Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-10T20:38:07.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:07.639Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-10T20:38:07.639Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-10T20:38:07.639Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-10T20:38:08.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:08.213Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T20:38:08.213Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T20:38:08.213Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T20:38:08.480Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:08.480Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T20:38:08.480Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T20:38:08.480Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T20:38:08.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:08.743Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T20:38:09.008Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T20:38:09.008Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T20:38:09.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:09.269Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T20:38:09.269Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T20:38:09.269Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-10T20:38:09.529Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T20:38:09.529Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T20:38:09.529Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T20:38:09.789Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T20:38:09.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:09.789Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-10T20:38:09.789Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-10T20:38:10.050Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-10T20:38:10.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:10.050Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-10T20:38:10.050Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T20:38:10.312Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T20:38:10.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:10.577Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T20:38:10.577Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T20:38:10.577Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T20:38:10.616Z] Removing intermediate container d9346a46adab [2021-01-10T20:38:10.616Z] ---> 8f7a87733392 [2021-01-10T20:38:10.616Z] Step 8/22 : COPY . . [2021-01-10T20:38:10.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:10.852Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-10T20:38:10.852Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-10T20:38:10.889Z] Removing intermediate container c2104e3f91f4 [2021-01-10T20:38:10.889Z] ---> 3b81f2fe953d [2021-01-10T20:38:10.889Z] Step 8/26 : COPY . . [2021-01-10T20:38:11.116Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-10T20:38:11.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:11.116Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T20:38:11.116Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T20:38:11.376Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-10T20:38:11.493Z] Removing intermediate container ec7b61e4ecdb [2021-01-10T20:38:11.493Z] ---> 470a204a982e [2021-01-10T20:38:11.493Z] Step 8/24 : COPY . . [2021-01-10T20:38:11.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:11.638Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T20:38:11.638Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T20:38:11.898Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-10T20:38:11.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:11.898Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-10T20:38:12.100Z] Removing intermediate container 65d112482cb2 [2021-01-10T20:38:12.100Z] ---> fd0d0a414648 [2021-01-10T20:38:12.100Z] Step 8/21 : COPY . . [2021-01-10T20:38:12.100Z] Removing intermediate container 0711b78479b4 [2021-01-10T20:38:12.100Z] ---> c1ff3d2ede72 [2021-01-10T20:38:12.100Z] Step 8/21 : COPY . . [2021-01-10T20:38:12.161Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-10T20:38:12.161Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-10T20:38:12.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:12.419Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-10T20:38:12.419Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-10T20:38:12.419Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-10T20:38:12.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:12.419Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-10T20:38:12.678Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-10T20:38:12.679Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-10T20:38:12.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:12.679Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-10T20:38:12.679Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-10T20:38:12.939Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-10T20:38:13.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:13.200Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T20:38:13.200Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-10T20:38:13.200Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-10T20:38:13.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T20:38:13.200Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-10T20:38:13.200Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-10T20:38:13.459Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-10T20:38:13.459Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-10T20:38:13.459Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T20:38:13.459Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T20:38:13.742Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T20:38:13.742Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T20:38:13.742Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T20:38:14.026Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T20:38:14.026Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-10T20:38:14.026Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-10T20:38:14.299Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T20:38:14.299Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-10T20:38:14.586Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T20:38:14.586Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-10T20:38:14.586Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-10T20:38:14.586Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-10T20:38:14.877Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-10T20:38:14.877Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-10T20:38:15.494Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-10T20:38:15.494Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-10T20:38:15.494Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-10T20:38:15.494Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-10T20:38:15.775Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-10T20:38:15.775Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-10T20:38:15.775Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-10T20:38:16.057Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-10T20:38:16.642Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-10T20:38:16.902Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-10T20:38:16.902Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-10T20:38:16.902Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-10T20:38:16.902Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T20:38:17.164Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T20:38:17.425Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T20:38:17.425Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T20:38:17.703Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T20:38:17.703Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T20:38:17.703Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T20:38:17.703Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T20:38:17.963Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:17.963Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:17.963Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:17.963Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:18.224Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:18.224Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:18.224Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:18.484Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:19.431Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:19.431Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:20.823Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:20.823Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:21.394Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:21.656Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:21.920Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:21.920Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:23.303Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T20:38:23.303Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T20:38:23.303Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T20:38:23.303Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T20:38:23.564Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T20:38:23.564Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T20:38:23.824Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T20:38:23.824Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T20:38:23.824Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-10T20:38:24.084Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-10T20:38:24.084Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T20:38:24.084Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T20:38:24.084Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T20:38:24.084Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T20:38:24.346Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-10T20:38:24.346Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-10T20:38:24.346Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:24.346Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T20:38:24.346Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:24.607Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:24.607Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:24.607Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-10T20:38:24.607Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-10T20:38:24.607Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-10T20:38:24.607Z] [2021-01-10T20:38:24.607Z] Current default time zone: 'Etc/UTC' [2021-01-10T20:38:24.868Z] Local time is now: Sun Jan 10 20:38:24 UTC 2021. [2021-01-10T20:38:24.868Z] Universal Time is now: Sun Jan 10 20:38:24 UTC 2021. [2021-01-10T20:38:24.868Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-10T20:38:24.868Z] [2021-01-10T20:38:24.868Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-10T20:38:24.868Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:24.868Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-10T20:38:24.868Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-10T20:38:24.868Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-10T20:38:24.868Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-10T20:38:24.868Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-10T20:38:25.129Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-10T20:38:25.129Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-10T20:38:25.129Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T20:38:25.129Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:25.129Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-10T20:38:25.389Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:25.389Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T20:38:25.389Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:25.390Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-10T20:38:25.390Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-10T20:38:25.390Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-10T20:38:25.390Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T20:38:25.650Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-10T20:38:25.650Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-10T20:38:25.650Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-10T20:38:25.650Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T20:38:27.032Z] Updating certificates in /etc/ssl/certs... [2021-01-10T20:38:27.603Z] 22 added, 17 removed; done. [2021-01-10T20:38:27.603Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T20:38:27.864Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T20:38:27.864Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-10T20:38:27.864Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-10T20:38:27.864Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-10T20:38:27.864Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:27.864Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T20:38:27.864Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.123Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.123Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.123Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.123Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.123Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-10T20:38:28.123Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-10T20:38:28.123Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-10T20:38:28.383Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-10T20:38:28.383Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-10T20:38:28.383Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.383Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T20:38:28.383Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-10T20:38:28.383Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-10T20:38:28.383Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-10T20:38:28.643Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T20:38:28.643Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T20:38:28.643Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-10T20:38:28.643Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T20:38:28.643Z] Updating certificates in /etc/ssl/certs... [2021-01-10T20:38:29.212Z] 0 added, 0 removed; done. [2021-01-10T20:38:29.212Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-10T20:38:29.212Z] done. [2021-01-10T20:38:29.471Z] Reading package lists... [2021-01-10T20:38:29.731Z] Building dependency tree... [2021-01-10T20:38:29.732Z] Reading state information... [2021-01-10T20:38:29.732Z] The following NEW packages will be installed: [2021-01-10T20:38:29.732Z] apt-transport-https [2021-01-10T20:38:29.995Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T20:38:29.995Z] Need to get 1696 B of archives. [2021-01-10T20:38:29.995Z] After this operation, 153 kB of additional disk space will be used. [2021-01-10T20:38:29.995Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-10T20:38:30.256Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T20:38:30.256Z] Fetched 1696 B in 0s (8437 B/s) [2021-01-10T20:38:30.256Z] Selecting previously unselected package apt-transport-https. [2021-01-10T20:38:30.256Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-10T20:38:30.256Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-10T20:38:30.256Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T20:38:30.256Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T20:38:30.519Z] Waiting for network to be ready... [2021-01-10T20:38:37.106Z] 2021-01-10T20:38:33Z INFO Waiting for automatic snapd restart... [2021-01-10T20:38:37.106Z] snapd 2.48.2 from Canonical* installed [2021-01-10T20:38:38.048Z] "snapd" switched to the "latest/stable" channel [2021-01-10T20:38:38.048Z] [2021-01-10T20:38:38.921Z] ---> 7cd7b5332e24 [2021-01-10T20:38:38.921Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T20:38:38.921Z] ---> 3fb1139af328 [2021-01-10T20:38:38.921Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T20:38:38.921Z] ---> 04e5c459d893 [2021-01-10T20:38:38.921Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T20:38:38.921Z] ---> f5b5038bd443 [2021-01-10T20:38:38.921Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T20:38:38.921Z] ---> 8450a13af3df [2021-01-10T20:38:38.921Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T20:38:38.921Z] ---> Running in d882e2e78b21 [2021-01-10T20:38:38.921Z] ---> Running in aa5c82ff27f5 [2021-01-10T20:38:38.921Z] ---> Running in 8123c1aa9c82 [2021-01-10T20:38:38.921Z] ---> Running in f0b7dd78ef03 [2021-01-10T20:38:38.921Z] ---> Running in d6af20f0ad7b [2021-01-10T20:38:38.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T20:38:38.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T20:38:38.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T20:38:38.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T20:38:38.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T20:38:41.343Z] core18 20201210 from Canonical* installed [2021-01-10T20:38:41.603Z] "core18" switched to the "latest/stable" channel [2021-01-10T20:38:41.603Z] [2021-01-10T20:38:45.804Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T20:38:46.064Z] "snapcraft" switched to the "latest/stable" channel [2021-01-10T20:38:46.064Z] [2021-01-10T20:38:49.368Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-10T20:38:49.368Z] - README.md [2021-01-10T20:38:49.368Z] - snapcraft.yaml.orig [2021-01-10T20:38:49.368Z] [2021-01-10T20:38:49.368Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T20:38:55.947Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T20:38:55.947Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T20:38:55.947Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T20:38:55.947Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T20:38:57.339Z] Reading package lists... [2021-01-10T20:38:57.339Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-10T20:39:03.932Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T20:39:03.932Z] Reading package lists... [2021-01-10T20:39:03.932Z] Building dependency tree... [2021-01-10T20:39:03.932Z] Reading state information... [2021-01-10T20:39:03.932Z] Suggested packages: [2021-01-10T20:39:03.932Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-10T20:39:03.932Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-10T20:39:03.932Z] Recommended packages: [2021-01-10T20:39:03.932Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-10T20:39:03.932Z] The following NEW packages will be installed: [2021-01-10T20:39:03.932Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-10T20:39:03.932Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-10T20:39:03.932Z] pkg-config zip [2021-01-10T20:39:03.932Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T20:39:03.932Z] Need to get 7655 kB of archives. [2021-01-10T20:39:03.932Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-10T20:39:03.932Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-10T20:39:03.932Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-10T20:39:04.191Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-10T20:39:04.455Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-10T20:39:04.455Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-10T20:39:04.455Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-10T20:39:04.455Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-10T20:39:04.717Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-10T20:39:04.717Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-10T20:39:04.717Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-10T20:39:04.717Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-10T20:39:04.717Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-10T20:39:04.717Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-10T20:39:04.984Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-10T20:39:04.984Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-10T20:39:04.984Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T20:39:04.984Z] Fetched 7655 kB in 1s (7039 kB/s) [2021-01-10T20:39:05.245Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-10T20:39:05.245Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-10T20:39:05.245Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-10T20:39:05.245Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T20:39:05.505Z] Selecting previously unselected package libpsl5:amd64. [2021-01-10T20:39:05.505Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-10T20:39:05.505Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T20:39:05.505Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-10T20:39:05.505Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-10T20:39:05.505Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T20:39:05.765Z] Selecting previously unselected package librtmp1:amd64. [2021-01-10T20:39:05.765Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-10T20:39:05.766Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T20:39:05.766Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-10T20:39:05.766Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-10T20:39:05.766Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T20:39:05.766Z] Selecting previously unselected package liberror-perl. [2021-01-10T20:39:05.766Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-10T20:39:05.766Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-10T20:39:06.026Z] Selecting previously unselected package git-man. [2021-01-10T20:39:06.026Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-10T20:39:06.026Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T20:39:06.026Z] Selecting previously unselected package git. [2021-01-10T20:39:06.026Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-10T20:39:06.286Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T20:39:07.225Z] Selecting previously unselected package libnorm1:amd64. [2021-01-10T20:39:07.225Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-10T20:39:07.225Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T20:39:07.225Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-10T20:39:07.225Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-10T20:39:07.225Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T20:39:07.486Z] Selecting previously unselected package libsodium23:amd64. [2021-01-10T20:39:07.486Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-10T20:39:07.486Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-10T20:39:07.486Z] Selecting previously unselected package libzmq5:amd64. [2021-01-10T20:39:07.486Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T20:39:07.486Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T20:39:07.486Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-10T20:39:07.486Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T20:39:07.750Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T20:39:07.750Z] Selecting previously unselected package pkg-config. [2021-01-10T20:39:07.750Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-10T20:39:07.750Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T20:39:08.011Z] Selecting previously unselected package zip. [2021-01-10T20:39:08.011Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-10T20:39:08.011Z] Unpacking zip (3.0-11build1) ... [2021-01-10T20:39:08.011Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T20:39:08.011Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T20:39:08.011Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T20:39:08.011Z] Setting up liberror-perl (0.17025-1) ... [2021-01-10T20:39:08.011Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T20:39:08.275Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T20:39:08.275Z] No schema files found: doing nothing. [2021-01-10T20:39:08.275Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T20:39:08.275Z] Setting up zip (3.0-11build1) ... [2021-01-10T20:39:08.275Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T20:39:08.275Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-10T20:39:08.275Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T20:39:08.275Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T20:39:08.275Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T20:39:08.275Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T20:39:08.536Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T20:39:08.536Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T20:39:15.122Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T20:39:15.383Z] git set to automatically installed. [2021-01-10T20:39:15.383Z] git-man set to automatically installed. [2021-01-10T20:39:15.383Z] libcurl3-gnutls set to automatically installed. [2021-01-10T20:39:15.383Z] liberror-perl set to automatically installed. [2021-01-10T20:39:15.383Z] libglib2.0-0 set to automatically installed. [2021-01-10T20:39:15.383Z] libnghttp2-14 set to automatically installed. [2021-01-10T20:39:15.383Z] libnorm1 set to automatically installed. [2021-01-10T20:39:15.383Z] libpgm-5.2-0 set to automatically installed. [2021-01-10T20:39:15.383Z] libpsl5 set to automatically installed. [2021-01-10T20:39:15.383Z] librtmp1 set to automatically installed. [2021-01-10T20:39:15.383Z] libsodium23 set to automatically installed. [2021-01-10T20:39:15.383Z] libzmq3-dev set to automatically installed. [2021-01-10T20:39:15.383Z] libzmq5 set to automatically installed. [2021-01-10T20:39:15.383Z] pkg-config set to automatically installed. [2021-01-10T20:39:15.383Z] zip set to automatically installed. [2021-01-10T20:39:17.306Z] snapd is not logged in, snap install commands will use sudo [2021-01-10T20:39:24.054Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T20:39:24.314Z] snap "core18" has no updates available [2021-01-10T20:39:25.254Z] Pulling config-common [2021-01-10T20:39:26.195Z] Pulling go-build-helper [2021-01-10T20:39:52.774Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T20:39:52.774Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T20:39:52.774Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T20:39:52.774Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T20:39:52.774Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T20:39:52.774Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T20:39:52.774Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T20:39:52.774Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T20:39:52.774Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T20:39:52.774Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T20:39:52.774Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T20:39:52.774Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T20:39:52.774Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T20:39:52.774Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T20:39:52.774Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T20:39:52.774Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T20:39:52.774Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T20:39:52.774Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T20:39:52.774Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T20:39:52.774Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T20:39:52.774Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T20:39:52.774Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T20:39:52.774Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T20:39:52.775Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T20:39:52.775Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T20:39:52.775Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T20:39:52.775Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T20:39:52.775Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-10T20:39:52.775Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-10T20:39:52.775Z] Fetched 279 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-10T20:39:52.775Z] Fetched 122 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-10T20:39:52.775Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-10T20:39:52.775Z] Fetched 8848 B in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-10T20:39:52.775Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-10T20:39:52.775Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-10T20:39:52.775Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-10T20:39:52.775Z] Fetched 214 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-10T20:39:52.775Z] Fetched 155 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-10T20:39:52.775Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-10T20:39:52.775Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-10T20:39:52.775Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-10T20:39:52.775Z] Fetched 499 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-10T20:39:52.775Z] Fetched 111 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-10T20:39:52.775Z] Fetched 240 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-10T20:39:52.775Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-10T20:39:52.775Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-10T20:39:52.775Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-10T20:39:52.775Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-10T20:39:52.775Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-10T20:39:52.775Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-10T20:39:52.775Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-10T20:39:52.775Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-10T20:39:52.775Z] Fetched 8720 B in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-10T20:39:52.775Z] Fetched 137 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-10T20:39:52.775Z] Fetched 119 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-10T20:39:52.775Z] Fetched 109 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-10T20:39:52.775Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-10T20:39:52.775Z] Fetched 645 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-10T20:39:52.775Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-10T20:39:52.775Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-10T20:39:52.775Z] Fetched 368 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-10T20:39:52.775Z] Fetched 187 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-10T20:39:52.775Z] Fetched 175 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-10T20:39:52.775Z] Fetched 206 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-10T20:39:52.775Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-10T20:39:52.775Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-10T20:39:52.775Z] Fetched 159 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-10T20:39:52.775Z] Fetched 107 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-10T20:39:52.775Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-10T20:39:52.775Z] Pulling static-packages [2021-01-10T20:39:53.345Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-10T20:39:53.345Z] Skipping pull go-build-helper (already ran) [2021-01-10T20:39:53.345Z] Skipping pull static-packages (already ran) [2021-01-10T20:39:53.345Z] Building go-build-helper [2021-01-10T20:39:57.544Z] Building static-packages [2021-01-10T20:39:59.454Z] Staging go-build-helper [2021-01-10T20:40:00.395Z] Staging static-packages [2021-01-10T20:40:00.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T20:40:00.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T20:40:01.775Z] Pulling go115 [2021-01-10T20:40:02.758Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-10T20:40:02.758Z] Skipping pull go115 (already ran) [2021-01-10T20:40:02.758Z] Building go115 [2021-01-10T20:40:02.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T20:40:02.758Z] Dload Upload Total Spent Left Speed [2021-01-10T20:40:05.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.8M 0 0 24.1M 0 0:00:04 --:--:-- 0:00:04 24.1M 43 115M 43 50.7M 0 0 34.9M 0 0:00:03 0:00:01 0:00:02 34.8M 74 115M 74 85.9M 0 0 35.0M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 38.2M 0 0:00:03 0:00:03 --:--:-- 38.2M [2021-01-10T20:40:06.620Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-10T20:40:09.085Z] Removing intermediate container 8123c1aa9c82 [2021-01-10T20:40:09.085Z] ---> c758d14869a1 [2021-01-10T20:40:09.085Z] [2021-01-10T20:40:09.085Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T20:40:09.085Z] 3.12: Pulling from library/alpine [2021-01-10T20:40:09.085Z] Removing intermediate container f0b7dd78ef03 [2021-01-10T20:40:09.085Z] ---> e47832e5f11b [2021-01-10T20:40:09.085Z] [2021-01-10T20:40:09.085Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T20:40:09.085Z] Removing intermediate container d6af20f0ad7b [2021-01-10T20:40:09.085Z] ---> f8f3aa310458 [2021-01-10T20:40:09.085Z] [2021-01-10T20:40:09.085Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T20:40:09.085Z] 3.12: Pulling from library/alpine [2021-01-10T20:40:09.085Z] 3.12: Pulling from library/alpine [2021-01-10T20:40:10.822Z] Staging go115 [2021-01-10T20:40:11.062Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T20:40:11.063Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T20:40:11.063Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T20:40:11.063Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T20:40:11.063Z] ---> afeebe901d6b [2021-01-10T20:40:11.063Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T20:40:11.063Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T20:40:11.063Z] ---> afeebe901d6b [2021-01-10T20:40:11.063Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T20:40:11.063Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T20:40:11.063Z] ---> afeebe901d6b [2021-01-10T20:40:11.063Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T20:40:11.063Z] Removing intermediate container aa5c82ff27f5 [2021-01-10T20:40:11.063Z] ---> befba34ce29a [2021-01-10T20:40:11.063Z] [2021-01-10T20:40:11.063Z] Step 10/21 : FROM scratch [2021-01-10T20:40:11.063Z] ---> [2021-01-10T20:40:11.063Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:40:11.334Z] Removing intermediate container d882e2e78b21 [2021-01-10T20:40:11.334Z] ---> ac093450d7ff [2021-01-10T20:40:11.334Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T20:40:11.334Z] ---> Running in b9886990b00c [2021-01-10T20:40:11.334Z] ---> Running in 28a295039a70 [2021-01-10T20:40:11.334Z] ---> Running in 353c0142ea3f [2021-01-10T20:40:11.334Z] ---> Running in 970dc604ca71 [2021-01-10T20:40:11.605Z] ---> Running in 94698aaac9b0 [2021-01-10T20:40:11.877Z] Removing intermediate container 28a295039a70 [2021-01-10T20:40:11.877Z] ---> 0cfb6ff180a3 [2021-01-10T20:40:11.877Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T20:40:12.152Z] ---> Running in 79615269422b [2021-01-10T20:40:12.758Z] Removing intermediate container 79615269422b [2021-01-10T20:40:12.758Z] ---> 0af1895bdd97 [2021-01-10T20:40:12.759Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T20:40:12.759Z] ---> Running in 46126e807f87 [2021-01-10T20:40:13.361Z] Removing intermediate container 46126e807f87 [2021-01-10T20:40:13.361Z] ---> 29e15597cb78 [2021-01-10T20:40:13.361Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:40:13.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:13.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:13.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:13.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:14.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T20:40:14.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:14.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:14.493Z] ---> 3dc58da9497b [2021-01-10T20:40:14.493Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T20:40:14.773Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T20:40:14.773Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:40:14.773Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T20:40:14.773Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T20:40:14.773Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T20:40:14.773Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:40:14.773Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T20:40:15.055Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T20:40:15.055Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T20:40:15.055Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:40:15.055Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:40:15.055Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T20:40:15.055Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T20:40:15.055Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T20:40:15.055Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T20:40:15.055Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:40:15.055Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T20:40:15.055Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:40:15.055Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T20:40:15.055Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T20:40:15.055Z] OK: 7 MiB in 19 packages [2021-01-10T20:40:15.344Z] OK: 7 MiB in 18 packages [2021-01-10T20:40:15.344Z] OK: 7 MiB in 19 packages [2021-01-10T20:40:17.347Z] ---> 93f797f3b23e [2021-01-10T20:40:17.347Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T20:40:17.403Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T20:40:17.403Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T20:40:17.403Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T20:40:17.403Z] Fetched 0 B in 0s (0 B/s) [2021-01-10T20:40:17.403Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-10T20:40:17.403Z] Fetched 224 kB in 0s (0 B/s) [2021-01-10T20:40:17.403Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-10T20:40:17.403Z] Fetched 157 kB in 0s (0 B/s) [2021-01-10T20:40:17.403Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-10T20:40:17.403Z] Fetched 221 kB in 0s (0 B/s) [2021-01-10T20:40:17.403Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-10T20:40:17.403Z] Fetched 143 kB in 0s (0 B/s) [2021-01-10T20:40:17.403Z] Pulling edgex-go [2021-01-10T20:40:18.326Z] Removing intermediate container b9886990b00c [2021-01-10T20:40:18.326Z] ---> ab913890eb41 [2021-01-10T20:40:18.326Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T20:40:18.326Z] ---> 58863331d6a1 [2021-01-10T20:40:18.326Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T20:40:18.599Z] Removing intermediate container 353c0142ea3f [2021-01-10T20:40:18.599Z] ---> f8426808277f [2021-01-10T20:40:18.599Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T20:40:18.599Z] ---> Running in e0e9f31a30b5 [2021-01-10T20:40:18.783Z] Pulling version [2021-01-10T20:40:18.875Z] ---> Running in fd0c5f78c48f [2021-01-10T20:40:18.875Z] ---> Running in a24cc2335f3b [2021-01-10T20:40:18.875Z] Removing intermediate container 94698aaac9b0 [2021-01-10T20:40:18.875Z] ---> 6c18d4ba0986 [2021-01-10T20:40:18.875Z] [2021-01-10T20:40:18.875Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T20:40:18.875Z] Removing intermediate container 970dc604ca71 [2021-01-10T20:40:18.875Z] ---> 8ae140acbe8d [2021-01-10T20:40:18.875Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T20:40:19.147Z] 20.10.0: Pulling from library/docker [2021-01-10T20:40:19.148Z] ---> Running in 11d838755df7 [2021-01-10T20:40:19.458Z] Removing intermediate container e0e9f31a30b5 [2021-01-10T20:40:19.458Z] ---> 5b1dc3133dc0 [2021-01-10T20:40:19.458Z] Step 13/24 : WORKDIR / [2021-01-10T20:40:19.458Z] ---> Running in 90aad2c050fb [2021-01-10T20:40:19.458Z] Removing intermediate container a24cc2335f3b [2021-01-10T20:40:19.458Z] ---> bd864fef2b1a [2021-01-10T20:40:19.458Z] Step 13/21 : WORKDIR /edgex [2021-01-10T20:40:19.458Z] Removing intermediate container fd0c5f78c48f [2021-01-10T20:40:19.458Z] ---> 754249b4d877 [2021-01-10T20:40:19.458Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:40:19.725Z] Building config-common [2021-01-10T20:40:19.792Z] ---> Running in 73349750195c [2021-01-10T20:40:19.792Z] ---> Running in e6b598566710 [2021-01-10T20:40:20.081Z] Removing intermediate container 11d838755df7 [2021-01-10T20:40:20.081Z] ---> 1a06a7c66fbc [2021-01-10T20:40:20.081Z] Step 13/22 : WORKDIR / [2021-01-10T20:40:20.397Z] ---> Running in 4c3704954ad1 [2021-01-10T20:40:20.397Z] Removing intermediate container 90aad2c050fb [2021-01-10T20:40:20.397Z] ---> 638110336c5c [2021-01-10T20:40:20.397Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T20:40:20.721Z] Removing intermediate container 73349750195c [2021-01-10T20:40:20.721Z] Removing intermediate container e6b598566710 [2021-01-10T20:40:20.721Z] ---> ab7b5b98a8f0 [2021-01-10T20:40:20.721Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T20:40:20.721Z] ---> bc0fee37ab7d [2021-01-10T20:40:20.721Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T20:40:21.005Z] ---> Running in d1e49ce5ed3c [2021-01-10T20:40:21.306Z] Removing intermediate container 4c3704954ad1 [2021-01-10T20:40:21.306Z] ---> 6b159df28a69 [2021-01-10T20:40:21.306Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:40:21.902Z] Removing intermediate container d1e49ce5ed3c [2021-01-10T20:40:21.902Z] ---> e630446308b3 [2021-01-10T20:40:21.902Z] Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:40:22.177Z] ---> Running in 621efc69d61e [2021-01-10T20:40:22.177Z] ---> 9aa6d9629765 [2021-01-10T20:40:22.177Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T20:40:22.177Z] ---> c42c9dd0be1f [2021-01-10T20:40:22.177Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T20:40:22.269Z] Skipping build go-build-helper (already ran) [2021-01-10T20:40:22.269Z] Skipping build static-packages (already ran) [2021-01-10T20:40:22.269Z] Skipping build go115 (already ran) [2021-01-10T20:40:22.269Z] Building edgex-go [2021-01-10T20:40:22.269Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T20:40:22.773Z] ---> d764e25ee788 [2021-01-10T20:40:22.773Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T20:40:22.773Z] Removing intermediate container 621efc69d61e [2021-01-10T20:40:22.773Z] ---> 1de047d73c7d [2021-01-10T20:40:22.773Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T20:40:23.374Z] ---> Running in 9c9065e19385 [2021-01-10T20:40:23.649Z] ---> 5d6da0e88693 [2021-01-10T20:40:23.649Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T20:40:23.652Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-10T20:40:23.652Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-10T20:40:23.652Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-10T20:40:23.652Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-10T20:40:23.652Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-10T20:40:23.652Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-10T20:40:23.652Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-10T20:40:23.652Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-10T20:40:23.652Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-10T20:40:23.652Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-10T20:40:23.652Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-10T20:40:23.652Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-10T20:40:23.652Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-10T20:40:23.652Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-10T20:40:23.652Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-10T20:40:23.652Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-10T20:40:23.652Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-10T20:40:23.652Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-10T20:40:23.912Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-10T20:40:23.912Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-10T20:40:23.912Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-10T20:40:23.912Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-10T20:40:23.912Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-10T20:40:23.912Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-10T20:40:23.912Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-10T20:40:23.912Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-10T20:40:23.912Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-10T20:40:23.912Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-10T20:40:23.912Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-10T20:40:24.252Z] Removing intermediate container 9c9065e19385 [2021-01-10T20:40:24.252Z] ---> 84c408287da8 [2021-01-10T20:40:24.252Z] [2021-01-10T20:40:24.252Z] ---> 83129c72fd05 [2021-01-10T20:40:24.252Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T20:40:24.518Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-10T20:40:24.518Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-10T20:40:24.518Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-10T20:40:24.527Z] ---> dc5e3aca1416 [2021-01-10T20:40:24.527Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T20:40:24.527Z] Successfully built 84c408287da8 [2021-01-10T20:40:24.527Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-10T20:40:24.527Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-10T20:40:24.805Z] ---> 6fa4a12c83be [2021-01-10T20:40:24.805Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T20:40:25.090Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-10T20:40:25.354Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-10T20:40:25.808Z] ---> aef4406445b6 [2021-01-10T20:40:25.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T20:40:26.414Z] ---> 2b344f953f87 [2021-01-10T20:40:26.414Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T20:40:27.049Z] ---> 5bb1a764ae45 [2021-01-10T20:40:27.049Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T20:40:28.031Z] ---> Running in 8a4bbb62a09d [2021-01-10T20:40:28.713Z] ---> f5fe7691b189 [2021-01-10T20:40:28.714Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T20:40:30.176Z] ---> Running in 3a1528a759ee [2021-01-10T20:40:30.176Z] Removing intermediate container 8a4bbb62a09d [2021-01-10T20:40:30.176Z] ---> d33364394590 [2021-01-10T20:40:30.176Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T20:40:30.461Z] ---> 34995b409c11 [2021-01-10T20:40:30.461Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T20:40:31.064Z] ---> Running in ae1f0d6ccf5e [2021-01-10T20:40:31.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T20:40:32.056Z] ---> 27ae9ab1ecd1 [2021-01-10T20:40:32.056Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T20:40:32.056Z] Removing intermediate container ae1f0d6ccf5e [2021-01-10T20:40:32.056Z] ---> deb6027c4120 [2021-01-10T20:40:32.056Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T20:40:32.337Z] ---> Running in 715756859b42 [2021-01-10T20:40:32.611Z] ---> Running in dc1905b40657 [2021-01-10T20:40:34.062Z] Removing intermediate container dc1905b40657 [2021-01-10T20:40:34.062Z] ---> 573a2056053f [2021-01-10T20:40:34.062Z] Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:40:34.339Z] ---> Running in ab0911198015 [2021-01-10T20:40:34.616Z] Removing intermediate container 3a1528a759ee [2021-01-10T20:40:34.616Z] ---> daecfb094a3a [2021-01-10T20:40:34.616Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T20:40:34.903Z] ---> Running in 1b9f59660bd8 [2021-01-10T20:40:35.505Z] Removing intermediate container ab0911198015 [2021-01-10T20:40:35.505Z] ---> b736998b01e0 [2021-01-10T20:40:35.505Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T20:40:36.113Z] ---> Running in ceb14b89cfe0 [2021-01-10T20:40:36.113Z] Removing intermediate container 1b9f59660bd8 [2021-01-10T20:40:36.113Z] ---> cbb6fae7c4f6 [2021-01-10T20:40:36.113Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T20:40:36.707Z] ---> Running in eefbeeb8167e [2021-01-10T20:40:36.707Z] Removing intermediate container 715756859b42 [2021-01-10T20:40:36.707Z] ---> 779f62bb08b9 [2021-01-10T20:40:36.707Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T20:40:37.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T20:40:37.323Z] Removing intermediate container ceb14b89cfe0 [2021-01-10T20:40:37.323Z] ---> e548f969f886 [2021-01-10T20:40:37.323Z] [2021-01-10T20:40:37.323Z] ---> Running in 5b5417a85ef1 [2021-01-10T20:40:37.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T20:40:37.936Z] Successfully built e548f969f886 [2021-01-10T20:40:37.936Z] Removing intermediate container eefbeeb8167e [2021-01-10T20:40:37.936Z] ---> 93006d1c01ee [2021-01-10T20:40:37.936Z] Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:40:37.936Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-10T20:40:37.936Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-10T20:40:38.208Z] ---> Running in 6e2649a0a707 [2021-01-10T20:40:38.208Z] Removing intermediate container 5b5417a85ef1 [2021-01-10T20:40:38.208Z] ---> e9172baeb764 [2021-01-10T20:40:38.208Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T20:40:38.483Z] ---> Running in 2a4d20d49a1d [2021-01-10T20:40:38.483Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T20:40:38.757Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T20:40:38.757Z] ---> eeaf43b92773 [2021-01-10T20:40:38.757Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T20:40:38.757Z] Removing intermediate container 6e2649a0a707 [2021-01-10T20:40:38.757Z] ---> 9dfc2a2f5bc4 [2021-01-10T20:40:38.757Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T20:40:38.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T20:40:38.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T20:40:38.878Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-10T20:40:39.029Z] ---> Running in 77ce663d02cb [2021-01-10T20:40:39.139Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-10T20:40:39.139Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-10T20:40:39.139Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-10T20:40:39.303Z] ---> Running in 996f3034a2fe [2021-01-10T20:40:39.303Z] Removing intermediate container 2a4d20d49a1d [2021-01-10T20:40:39.303Z] ---> 63a278574abf [2021-01-10T20:40:39.303Z] Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:40:39.577Z] ---> Running in 8751b5f7f000 [2021-01-10T20:40:40.178Z] Removing intermediate container 996f3034a2fe [2021-01-10T20:40:40.178Z] ---> 92ad22a94ee6 [2021-01-10T20:40:40.178Z] [2021-01-10T20:40:40.473Z] Removing intermediate container 8751b5f7f000 [2021-01-10T20:40:40.473Z] ---> 8de7d99ab0ea [2021-01-10T20:40:40.473Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T20:40:40.748Z] Successfully built 92ad22a94ee6 [2021-01-10T20:40:40.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:41.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:41.032Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-10T20:40:41.032Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-10T20:40:41.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T20:40:41.055Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-10T20:40:41.055Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-10T20:40:41.632Z] ---> Running in 289a547ea056 [2021-01-10T20:40:41.632Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T20:40:41.632Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T20:40:41.632Z] Executing bash-5.0.17-r0.post-install [2021-01-10T20:40:41.905Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:40:41.905Z] OK: 12 MiB in 22 packages [2021-01-10T20:40:41.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T20:40:41.997Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-10T20:40:42.182Z] Removing intermediate container 289a547ea056 [2021-01-10T20:40:42.183Z] ---> a2812c323f49 [2021-01-10T20:40:42.183Z] [2021-01-10T20:40:42.780Z] Successfully built a2812c323f49 [2021-01-10T20:40:42.780Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-10T20:40:42.780Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-10T20:40:43.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T20:40:43.379Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-10T20:40:43.760Z] Removing intermediate container 77ce663d02cb [2021-01-10T20:40:43.761Z] ---> 0c479582c6fe [2021-01-10T20:40:43.761Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T20:40:43.761Z] ---> Running in 3d2a6fd03b3a [2021-01-10T20:40:44.738Z] Removing intermediate container 3d2a6fd03b3a [2021-01-10T20:40:44.738Z] ---> 0700bdfb67cc [2021-01-10T20:40:44.738Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T20:40:44.738Z] ---> Running in d53701360d67 [2021-01-10T20:40:44.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T20:40:45.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T20:40:45.720Z] Removing intermediate container d53701360d67 [2021-01-10T20:40:45.720Z] ---> 2799f554b1bb [2021-01-10T20:40:45.720Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T20:40:46.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T20:40:46.326Z] ---> Running in 36af4d8a85bd [2021-01-10T20:40:47.763Z] Removing intermediate container 36af4d8a85bd [2021-01-10T20:40:47.763Z] ---> a40fb8d95a8c [2021-01-10T20:40:47.763Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T20:40:48.771Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:40:48.771Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:40:48.771Z] ---> f0547f24d514 [2021-01-10T20:40:48.771Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T20:40:48.771Z] ---> Using cache [2021-01-10T20:40:48.771Z] ---> 5a64adb11266 [2021-01-10T20:40:48.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:40:48.771Z] ---> Using cache [2021-01-10T20:40:48.771Z] ---> f5ca6f74b897 [2021-01-10T20:40:48.771Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T20:40:48.771Z] ---> Using cache [2021-01-10T20:40:48.771Z] ---> bfe22aa1036f [2021-01-10T20:40:48.772Z] Step 6/22 : COPY go.mod . [2021-01-10T20:40:48.772Z] ---> Using cache [2021-01-10T20:40:48.772Z] ---> c59e9a1bad65 [2021-01-10T20:40:48.772Z] Step 7/22 : RUN go mod download [2021-01-10T20:40:48.772Z] ---> Using cache [2021-01-10T20:40:48.772Z] ---> fd0d0a414648 [2021-01-10T20:40:48.772Z] Step 8/22 : COPY . . [2021-01-10T20:40:48.829Z] Building version [2021-01-10T20:40:49.078Z] ---> Using cache [2021-01-10T20:40:49.078Z] ---> f5b5038bd443 [2021-01-10T20:40:49.078Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T20:40:50.523Z] ---> 4b458c18c9af [2021-01-10T20:40:50.523Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T20:40:50.523Z] ---> Running in 38cdb1092b69 [2021-01-10T20:40:51.369Z] Staging config-common [2021-01-10T20:40:51.939Z] Skipping stage go-build-helper (already ran) [2021-01-10T20:40:51.939Z] Skipping stage static-packages (already ran) [2021-01-10T20:40:51.939Z] Skipping stage go115 (already ran) [2021-01-10T20:40:51.939Z] Staging edgex-go [2021-01-10T20:40:52.883Z] Staging version [2021-01-10T20:40:53.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T20:40:53.153Z] ---> ed70557722e3 [2021-01-10T20:40:53.153Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T20:40:54.264Z] Priming config-common [2021-01-10T20:40:54.586Z] ---> b8189aceac92 [2021-01-10T20:40:54.586Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T20:40:55.189Z] ---> Running in 87f63ca2ff3f [2021-01-10T20:40:55.203Z] Priming go-build-helper [2021-01-10T20:40:56.146Z] Priming static-packages [2021-01-10T20:40:56.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:56.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:40:57.498Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T20:40:57.498Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T20:40:57.498Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T20:40:57.498Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T20:40:57.498Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T20:40:57.498Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T20:40:57.498Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T20:40:58.685Z] Priming go115 [2021-01-10T20:40:59.256Z] Priming edgex-go [2021-01-10T20:40:59.483Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T20:40:59.483Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T20:40:59.483Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T20:40:59.484Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T20:40:59.484Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T20:40:59.484Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T20:40:59.484Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T20:40:59.757Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T20:40:59.757Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T20:40:59.757Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T20:40:59.757Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T20:40:59.757Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T20:40:59.757Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T20:40:59.757Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T20:41:00.035Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T20:41:00.035Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T20:41:00.035Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T20:41:00.035Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T20:41:00.035Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T20:41:00.315Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T20:41:00.315Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T20:41:00.315Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T20:41:00.315Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T20:41:00.315Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T20:41:00.315Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T20:41:00.589Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T20:41:00.589Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:41:00.589Z] OK: 71 MiB in 55 packages [2021-01-10T20:41:00.644Z] Priming version [2021-01-10T20:41:01.670Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-10T20:41:18.936Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:41:18.936Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:41:18.936Z] ---> f0547f24d514 [2021-01-10T20:41:18.936Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T20:41:18.936Z] ---> Using cache [2021-01-10T20:41:18.936Z] ---> 5a64adb11266 [2021-01-10T20:41:18.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:41:18.936Z] ---> Using cache [2021-01-10T20:41:18.936Z] ---> f5ca6f74b897 [2021-01-10T20:41:18.936Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T20:41:19.920Z] ---> Running in 1cf1a7bc78c8 [2021-01-10T20:41:20.916Z] Removing intermediate container 87f63ca2ff3f [2021-01-10T20:41:20.916Z] ---> ce5414f391de [2021-01-10T20:41:20.916Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T20:41:21.517Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:41:21.517Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:41:21.517Z] ---> f0547f24d514 [2021-01-10T20:41:21.517Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T20:41:21.517Z] ---> Using cache [2021-01-10T20:41:21.517Z] ---> 5a64adb11266 [2021-01-10T20:41:21.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:41:21.517Z] ---> Using cache [2021-01-10T20:41:21.517Z] ---> f5ca6f74b897 [2021-01-10T20:41:21.517Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T20:41:21.796Z] ---> Running in 1f5100b5ecc3 [2021-01-10T20:41:22.076Z] ---> Running in 5e5246000dcf [2021-01-10T20:41:22.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:41:22.675Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T20:41:22.675Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T20:41:22.675Z] ---> f0547f24d514 [2021-01-10T20:41:22.675Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T20:41:22.675Z] ---> Using cache [2021-01-10T20:41:22.675Z] ---> 5a64adb11266 [2021-01-10T20:41:22.675Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:41:22.675Z] ---> Using cache [2021-01-10T20:41:22.675Z] ---> f5ca6f74b897 [2021-01-10T20:41:22.675Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T20:41:22.675Z] ---> Using cache [2021-01-10T20:41:22.675Z] ---> bfe22aa1036f [2021-01-10T20:41:22.675Z] Step 6/22 : COPY go.mod . [2021-01-10T20:41:22.675Z] ---> Using cache [2021-01-10T20:41:22.675Z] ---> c59e9a1bad65 [2021-01-10T20:41:22.675Z] Step 7/22 : RUN go mod download [2021-01-10T20:41:22.675Z] ---> Using cache [2021-01-10T20:41:22.675Z] ---> fd0d0a414648 [2021-01-10T20:41:22.675Z] Step 8/22 : COPY . . [2021-01-10T20:41:22.675Z] ---> Using cache [2021-01-10T20:41:22.675Z] ---> f5b5038bd443 [2021-01-10T20:41:22.675Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T20:41:22.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:41:23.273Z] ---> Running in 1710b07002bd [2021-01-10T20:41:23.544Z] OK: 217 MiB in 51 packages [2021-01-10T20:41:24.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:41:25.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T20:41:25.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:41:25.595Z] Removing intermediate container 1cf1a7bc78c8 [2021-01-10T20:41:25.595Z] ---> 0894757c4265 [2021-01-10T20:41:25.595Z] Step 6/23 : COPY go.mod . [2021-01-10T20:41:26.196Z] OK: 217 MiB in 51 packages [2021-01-10T20:41:26.796Z] ---> 2e0732a25fba [2021-01-10T20:41:26.796Z] Step 7/23 : RUN go mod download [2021-01-10T20:41:27.390Z] ---> Running in c959c9653441 [2021-01-10T20:41:28.390Z] Removing intermediate container 1f5100b5ecc3 [2021-01-10T20:41:28.390Z] ---> 5943066e6c6f [2021-01-10T20:41:28.390Z] Step 6/24 : COPY go.mod . [2021-01-10T20:41:29.379Z] ---> 353641aa10bd [2021-01-10T20:41:29.379Z] Step 7/24 : RUN go mod download [2021-01-10T20:41:29.655Z] ---> Running in 558919b15085 [2021-01-10T20:41:31.313Z] Collecting docker-compose==1.23.2 [2021-01-10T20:41:31.313Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T20:41:32.353Z] Removing intermediate container c959c9653441 [2021-01-10T20:41:32.353Z] ---> 0bdd7dc45553 [2021-01-10T20:41:32.353Z] Step 8/23 : COPY . . [2021-01-10T20:41:32.353Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T20:41:32.353Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T20:41:35.805Z] Removing intermediate container 558919b15085 [2021-01-10T20:41:35.805Z] ---> f8861fa9537a [2021-01-10T20:41:35.805Z] Step 8/24 : COPY . . [2021-01-10T20:41:37.253Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T20:41:37.253Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T20:41:38.706Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T20:41:38.706Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T20:41:39.307Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T20:41:39.307Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T20:41:41.948Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T20:41:42.547Z] Collecting PyYAML<4,>=3.10 [2021-01-10T20:41:42.547Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T20:41:46.881Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T20:41:46.881Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T20:41:47.484Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T20:41:47.484Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T20:41:48.089Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T20:41:48.371Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T20:41:49.368Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T20:41:49.368Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T20:41:52.832Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T20:41:53.107Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T20:41:53.107Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T20:41:53.382Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T20:41:53.656Z] Collecting idna<2.8,>=2.5 [2021-01-10T20:41:53.657Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T20:41:54.258Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T20:41:54.258Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T20:41:54.258Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T20:41:54.258Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T20:41:54.258Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T20:41:54.258Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T20:41:55.704Z] Installing collected packages: docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, cached-property, jsonschema, texttable, docker-compose [2021-01-10T20:41:55.704Z] Running setup.py install for docopt: started [2021-01-10T20:41:58.350Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T20:41:58.350Z] Attempting uninstall: urllib3 [2021-01-10T20:41:58.350Z] Found existing installation: urllib3 1.25.9 [2021-01-10T20:41:58.350Z] Uninstalling urllib3-1.25.9: [2021-01-10T20:41:58.350Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T20:41:58.629Z] Removing intermediate container 38cdb1092b69 [2021-01-10T20:41:58.629Z] ---> 6bd2eea22ca0 [2021-01-10T20:41:58.629Z] [2021-01-10T20:41:58.629Z] Step 10/22 : FROM scratch [2021-01-10T20:41:58.629Z] ---> [2021-01-10T20:41:58.629Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:41:58.906Z] Attempting uninstall: idna [2021-01-10T20:41:58.906Z] Found existing installation: idna 2.9 [2021-01-10T20:41:58.906Z] Uninstalling idna-2.9: [2021-01-10T20:41:59.186Z] ---> Using cache [2021-01-10T20:41:59.186Z] ---> 0cfb6ff180a3 [2021-01-10T20:41:59.186Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T20:41:59.186Z] Successfully uninstalled idna-2.9 [2021-01-10T20:41:59.462Z] ---> f083d142e924 [2021-01-10T20:41:59.462Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T20:41:59.749Z] ---> Running in 8db0d07e0891 [2021-01-10T20:41:59.749Z] ---> Running in 31e60fb215de [2021-01-10T20:41:59.749Z] Attempting uninstall: requests [2021-01-10T20:41:59.749Z] Found existing installation: requests 2.23.0 [2021-01-10T20:41:59.749Z] Uninstalling requests-2.23.0: [2021-01-10T20:42:00.028Z] Successfully uninstalled requests-2.23.0 [2021-01-10T20:42:00.308Z] Removing intermediate container 8db0d07e0891 [2021-01-10T20:42:00.308Z] ---> c358751af8c2 [2021-01-10T20:42:00.308Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T20:42:00.585Z] ---> Running in 40aaab998c53 [2021-01-10T20:42:00.870Z] ---> 4da811ea38ac [2021-01-10T20:42:00.870Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T20:42:01.145Z] ---> Running in 80faadd2292f [2021-01-10T20:42:01.751Z] Removing intermediate container 40aaab998c53 [2021-01-10T20:42:01.751Z] ---> d4d062b48a02 [2021-01-10T20:42:01.751Z] Step 14/22 : WORKDIR / [2021-01-10T20:42:01.751Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T20:42:02.032Z] ---> Running in e560590dadc0 [2021-01-10T20:42:02.032Z] Running setup.py install for dockerpty: started [2021-01-10T20:42:02.657Z] Removing intermediate container e560590dadc0 [2021-01-10T20:42:02.657Z] ---> adea15781b0a [2021-01-10T20:42:02.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:42:03.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T20:42:03.549Z] ---> 09d4a610c050 [2021-01-10T20:42:03.549Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T20:42:05.036Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T20:42:05.036Z] Running setup.py install for PyYAML: started [2021-01-10T20:42:05.351Z] ---> 18cc8dad8e10 [2021-01-10T20:42:05.351Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T20:42:06.335Z] ---> 2adf631f3c83 [2021-01-10T20:42:06.335Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T20:42:06.614Z] ---> Running in b59aca861644 [2021-01-10T20:42:07.217Z] Removing intermediate container b59aca861644 [2021-01-10T20:42:07.217Z] ---> ae01c0cb8eb8 [2021-01-10T20:42:07.217Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:42:07.501Z] ---> Running in 5eb66fec6528 [2021-01-10T20:42:08.101Z] Removing intermediate container 5eb66fec6528 [2021-01-10T20:42:08.101Z] ---> 4f2135c56ab7 [2021-01-10T20:42:08.101Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T20:42:08.386Z] ---> Running in b9387e9a0190 [2021-01-10T20:42:08.386Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T20:42:08.984Z] Removing intermediate container b9387e9a0190 [2021-01-10T20:42:08.984Z] ---> fe0901213973 [2021-01-10T20:42:08.984Z] Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:42:08.984Z] Running setup.py install for texttable: started [2021-01-10T20:42:09.267Z] ---> Running in 62dcff132d9d [2021-01-10T20:42:09.875Z] Removing intermediate container 62dcff132d9d [2021-01-10T20:42:09.875Z] ---> 17a781d7344a [2021-01-10T20:42:09.875Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T20:42:10.149Z] ---> Running in 4dbf1f043b31 [2021-01-10T20:42:10.771Z] Removing intermediate container 4dbf1f043b31 [2021-01-10T20:42:10.771Z] ---> d118f1fdeb85 [2021-01-10T20:42:10.771Z] [2021-01-10T20:42:11.055Z] Successfully built d118f1fdeb85 [2021-01-10T20:42:11.055Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-10T20:42:11.658Z]  Building docker-core-command-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-01-10T20:42:12.650Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T20:42:18.067Z] Removing intermediate container 5e5246000dcf [2021-01-10T20:42:18.067Z] ---> 70eecba99fd8 [2021-01-10T20:42:18.067Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T20:42:18.067Z] ---> Running in 07e147025e0b [2021-01-10T20:42:20.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:42:20.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:42:21.054Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T20:42:21.054Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T20:42:21.054Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T20:42:21.054Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:42:21.054Z] OK: 71 MiB in 58 packages [2021-01-10T20:42:23.044Z] Removing intermediate container 07e147025e0b [2021-01-10T20:42:23.044Z] ---> 84ba6968a528 [2021-01-10T20:42:23.044Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T20:42:23.044Z] ---> Running in 949376a3fb7e [2021-01-10T20:42:23.644Z] Removing intermediate container 949376a3fb7e [2021-01-10T20:42:23.644Z] ---> 31e3a7fcd27d [2021-01-10T20:42:23.644Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:42:23.644Z] ---> Running in 9d51acab87e0 [2021-01-10T20:42:24.626Z] Removing intermediate container 9d51acab87e0 [2021-01-10T20:42:24.626Z] ---> 1d8361d15b6c [2021-01-10T20:42:24.626Z] Step 24/26 : LABEL arch=arm64 [2021-01-10T20:42:24.910Z] ---> Running in 737f99332be5 [2021-01-10T20:42:25.511Z] Removing intermediate container 737f99332be5 [2021-01-10T20:42:25.511Z] ---> 46a7775b7209 [2021-01-10T20:42:25.511Z] Step 25/26 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:42:25.511Z] ---> Running in 362e99ccadb3 [2021-01-10T20:42:26.500Z] Removing intermediate container 362e99ccadb3 [2021-01-10T20:42:26.500Z] ---> d8851f2e51eb [2021-01-10T20:42:26.500Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T20:42:26.500Z] ---> Running in d0c3a74fd0f5 [2021-01-10T20:42:27.099Z] Removing intermediate container d0c3a74fd0f5 [2021-01-10T20:42:27.099Z] ---> cb809d1ae6a6 [2021-01-10T20:42:27.099Z] [2021-01-10T20:42:27.700Z] Successfully built cb809d1ae6a6 [2021-01-10T20:42:27.701Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-10T20:43:00.063Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1710b07002bd [2021-01-10T20:43:00.063Z] ---> 900dda5e76c4 [2021-01-10T20:43:00.063Z] [2021-01-10T20:43:00.063Z] Step 10/22 : FROM scratch [2021-01-10T20:43:00.063Z] ---> [2021-01-10T20:43:00.063Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:43:00.063Z] ---> Using cache [2021-01-10T20:43:00.063Z] ---> 0cfb6ff180a3 [2021-01-10T20:43:00.063Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T20:43:00.063Z] ---> Running in 5fedfa1b6888 [2021-01-10T20:43:00.063Z] Removing intermediate container 5fedfa1b6888 [2021-01-10T20:43:00.063Z] ---> dc88b4226331 [2021-01-10T20:43:00.063Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T20:43:00.063Z] ---> Running in 91e43adabdd3 [2021-01-10T20:43:00.063Z] Removing intermediate container 91e43adabdd3 [2021-01-10T20:43:00.063Z] ---> 573dc5782f08 [2021-01-10T20:43:00.063Z] Step 14/22 : WORKDIR / [2021-01-10T20:43:00.063Z] ---> Running in 1b21dcb78606 [2021-01-10T20:43:00.063Z] Removing intermediate container 1b21dcb78606 [2021-01-10T20:43:00.063Z] ---> 4b64f3bbb3c4 [2021-01-10T20:43:00.063Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:43:00.063Z] ---> 5f9d0e0ebcf2 [2021-01-10T20:43:00.063Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T20:43:01.068Z] ---> f3c9bfc8adf8 [2021-01-10T20:43:01.068Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T20:43:02.631Z] ---> 82e648a8af45 [2021-01-10T20:43:02.631Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T20:43:02.631Z] ---> Running in 8b260764f75b [2021-01-10T20:43:03.281Z] Removing intermediate container 8b260764f75b [2021-01-10T20:43:03.281Z] ---> 77088fcf5263 [2021-01-10T20:43:03.281Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:43:03.281Z] ---> Running in 688da7f842d8 [2021-01-10T20:43:04.289Z] Removing intermediate container 688da7f842d8 [2021-01-10T20:43:04.289Z] ---> 890f3dcc32c6 [2021-01-10T20:43:04.289Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T20:43:04.289Z] ---> Running in 5a97e13366cd [2021-01-10T20:43:05.279Z] Removing intermediate container 5a97e13366cd [2021-01-10T20:43:05.279Z] ---> 6bcdcf58dd07 [2021-01-10T20:43:05.279Z] Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:43:05.279Z] ---> Running in 2edde4dd5965 [2021-01-10T20:43:06.273Z] Removing intermediate container 2edde4dd5965 [2021-01-10T20:43:06.273Z] ---> 0d98127f78a9 [2021-01-10T20:43:06.273Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T20:43:06.273Z] ---> Running in 667306d8ac68 [2021-01-10T20:43:07.273Z] Removing intermediate container 667306d8ac68 [2021-01-10T20:43:07.273Z] ---> bb551289974f [2021-01-10T20:43:07.273Z] [2021-01-10T20:43:07.884Z] Successfully built bb551289974f [2021-01-10T20:43:07.884Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-10T20:43:09.329Z]  Building docker-core-metadata-go ... done Removing intermediate container 80faadd2292f [2021-01-10T20:43:09.329Z] ---> 72f5d5b9c69b [2021-01-10T20:43:09.329Z] [2021-01-10T20:43:09.329Z] Step 10/24 : FROM scratch [2021-01-10T20:43:09.329Z] ---> [2021-01-10T20:43:09.329Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T20:43:09.604Z] ---> Running in 27de258e1d2e [2021-01-10T20:43:10.201Z] Removing intermediate container 27de258e1d2e [2021-01-10T20:43:10.201Z] ---> 74b87cf8c927 [2021-01-10T20:43:10.201Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T20:43:10.201Z] ---> Running in 89bb249af1cf [2021-01-10T20:43:10.798Z] Removing intermediate container 89bb249af1cf [2021-01-10T20:43:10.798Z] ---> e6c0298bcd1b [2021-01-10T20:43:10.798Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T20:43:10.798Z] ---> Running in 909653c76f0c [2021-01-10T20:43:11.071Z] Removing intermediate container 909653c76f0c [2021-01-10T20:43:11.071Z] ---> 252250443377 [2021-01-10T20:43:11.071Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T20:43:12.040Z] ---> ad0fb0f12407 [2021-01-10T20:43:12.040Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T20:43:12.645Z] ---> 7d75efd00aa0 [2021-01-10T20:43:12.645Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T20:43:14.088Z] ---> 30754db54303 [2021-01-10T20:43:14.088Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:43:15.069Z] ---> 8e65c7ca5cc5 [2021-01-10T20:43:15.069Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T20:43:16.500Z] ---> 630059127d35 [2021-01-10T20:43:16.500Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T20:43:16.785Z] ---> b72ae6824d51 [2021-01-10T20:43:17.057Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T20:43:17.057Z] ---> Running in c952f86bc2dd [2021-01-10T20:43:17.650Z] Removing intermediate container c952f86bc2dd [2021-01-10T20:43:17.650Z] ---> 859bc64b3b3c [2021-01-10T20:43:17.650Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:43:17.650Z] ---> Running in 4846e619fbe5 [2021-01-10T20:43:18.252Z] Removing intermediate container 4846e619fbe5 [2021-01-10T20:43:18.252Z] ---> 0ff31ab56956 [2021-01-10T20:43:18.252Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T20:43:18.252Z] ---> Running in 60eb0d29a2b6 [2021-01-10T20:43:18.861Z] Removing intermediate container 60eb0d29a2b6 [2021-01-10T20:43:18.861Z] ---> 5fb74c7ca89d [2021-01-10T20:43:18.861Z] Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:43:19.135Z] ---> Running in 06eb8377419d [2021-01-10T20:43:19.410Z] Removing intermediate container 06eb8377419d [2021-01-10T20:43:19.410Z] ---> 56d3769c7b50 [2021-01-10T20:43:19.410Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T20:43:20.019Z] ---> Running in 0ed40b4b6ceb [2021-01-10T20:43:20.616Z] Removing intermediate container 0ed40b4b6ceb [2021-01-10T20:43:20.616Z] ---> d1181c037c1b [2021-01-10T20:43:20.616Z] [2021-01-10T20:43:20.889Z] Successfully built d1181c037c1b [2021-01-10T20:43:20.889Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-10T20:43:21.484Z]  Building docker-support-notifications-go ... done Removing intermediate container 31e60fb215de [2021-01-10T20:43:21.484Z] ---> f84313326aea [2021-01-10T20:43:21.484Z] [2021-01-10T20:43:21.484Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T20:43:21.484Z] ---> afeebe901d6b [2021-01-10T20:43:21.484Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T20:43:21.756Z] ---> Running in 5187ff4c2b1c [2021-01-10T20:43:22.026Z] Removing intermediate container 5187ff4c2b1c [2021-01-10T20:43:22.026Z] ---> 97bce1cdaf77 [2021-01-10T20:43:22.027Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T20:43:22.301Z] ---> Running in fee0561cfe03 [2021-01-10T20:43:22.575Z] Removing intermediate container fee0561cfe03 [2021-01-10T20:43:22.575Z] ---> 4de70e2d3f31 [2021-01-10T20:43:22.575Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T20:43:22.849Z] ---> Running in ae2c824ef914 [2021-01-10T20:43:23.127Z] Removing intermediate container ae2c824ef914 [2021-01-10T20:43:23.127Z] ---> f2a13ea1a7c3 [2021-01-10T20:43:23.127Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T20:43:23.403Z] ---> Running in 3daf513dd9be [2021-01-10T20:43:25.398Z] Removing intermediate container 3daf513dd9be [2021-01-10T20:43:25.398Z] ---> d2ac4cee3509 [2021-01-10T20:43:25.398Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T20:43:25.676Z] ---> Running in 5f36e812a45d [2021-01-10T20:43:26.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T20:43:27.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T20:43:28.239Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T20:43:28.239Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T20:43:28.239Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T20:43:28.525Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T20:43:28.801Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T20:43:28.801Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T20:43:28.801Z] OK: 8 MiB in 19 packages [2021-01-10T20:43:30.248Z] Removing intermediate container 5f36e812a45d [2021-01-10T20:43:30.248Z] ---> ff501c19487a [2021-01-10T20:43:30.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-10T20:43:30.859Z] ---> 384a637b595d [2021-01-10T20:43:30.859Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T20:43:32.312Z] ---> 1757569d13a2 [2021-01-10T20:43:32.312Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T20:43:32.913Z] ---> a08b660102e2 [2021-01-10T20:43:32.913Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T20:43:33.188Z] ---> Running in dc293145e590 [2021-01-10T20:43:33.786Z] Removing intermediate container dc293145e590 [2021-01-10T20:43:33.786Z] ---> a52a577fb76f [2021-01-10T20:43:33.786Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T20:43:33.786Z] ---> Running in 509a01ae8a91 [2021-01-10T20:43:34.381Z] Removing intermediate container 509a01ae8a91 [2021-01-10T20:43:34.381Z] ---> e614708d4c78 [2021-01-10T20:43:34.381Z] Step 21/23 : LABEL arch=arm64 [2021-01-10T20:43:34.381Z] ---> Running in 6f67de8a0676 [2021-01-10T20:43:34.660Z] Removing intermediate container 6f67de8a0676 [2021-01-10T20:43:34.660Z] ---> 69eec7a5dd20 [2021-01-10T20:43:34.660Z] Step 22/23 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [2021-01-10T20:43:34.932Z] ---> Running in 56ed230829e3 [2021-01-10T20:43:35.529Z] Removing intermediate container 56ed230829e3 [2021-01-10T20:43:35.529Z] ---> 9bb3b581bc66 [2021-01-10T20:43:35.529Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T20:43:35.529Z] ---> Running in 095ab3be65e6 [2021-01-10T20:43:35.802Z] Removing intermediate container 095ab3be65e6 [2021-01-10T20:43:36.074Z] ---> 69ee8dc2f08f [2021-01-10T20:43:36.074Z] [2021-01-10T20:43:36.347Z] Successfully built 69ee8dc2f08f [2021-01-10T20:43:36.347Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-10T20:43:36.633Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-10T20:43:36.630Z] $ docker stop --time=1 46cba7481954c62bd65a448cdb51f07e70ed582bd926f1a26c35e6555354bad2 [2021-01-10T20:43:38.591Z] $ docker rm -f 46cba7481954c62bd65a448cdb51f07e70ed582bd926f1a26c35e6555354bad2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T20:43:39.365Z] + docker images [2021-01-10T20:43:39.365Z] + grep docker [2021-01-10T20:43:39.636Z] docker-core-data-go-arm64 latest 69ee8dc2f08f 4 seconds ago 21MB [2021-01-10T20:43:39.636Z] docker-support-notifications-go-arm64 latest d1181c037c1b 19 seconds ago 11.4MB [2021-01-10T20:43:39.636Z] docker-core-metadata-go-arm64 latest bb551289974f 33 seconds ago 12.2MB [2021-01-10T20:43:39.636Z] docker-sys-mgmt-agent-go-arm64 latest cb809d1ae6a6 About a minute ago 300MB [2021-01-10T20:43:39.636Z] docker-core-command-go-arm64 latest d118f1fdeb85 About a minute ago 9.98MB [2021-01-10T20:43:39.636Z] docker-security-secretstore-setup-go-arm64 latest a2812c323f49 2 minutes ago 23.4MB [2021-01-10T20:43:39.636Z] docker-security-bootstrap-redis-go-arm64 latest 92ad22a94ee6 3 minutes ago 15.1MB [2021-01-10T20:43:39.636Z] docker-security-proxy-setup-go-arm64 latest e548f969f886 3 minutes ago 23.3MB [2021-01-10T20:43:39.636Z] docker-support-scheduler-go-arm64 latest 84c408287da8 3 minutes ago 10MB [2021-01-10T20:43:39.636Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-10T20:43:42.250Z] provisioning config files... [2021-01-10T20:43:42.261Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1607653366374125485tmp [Pipeline] { [Pipeline] sh [2021-01-10T20:43:42.651Z] + set +x [2021-01-10T20:43:42.651Z] + curl -s https://codecov.io/bash [2021-01-10T20:43:42.651Z] + bash -s -- [2021-01-10T20:43:43.229Z] [2021-01-10T20:43:43.229Z] _____ _ [2021-01-10T20:43:43.229Z] / ____| | | [2021-01-10T20:43:43.229Z] | | ___ __| | ___ ___ _____ __ [2021-01-10T20:43:43.229Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-10T20:43:43.229Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-10T20:43:43.229Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-10T20:43:43.229Z] Bash-20201231-23d4836 [2021-01-10T20:43:43.229Z] [2021-01-10T20:43:43.229Z] [2021-01-10T20:43:43.229Z] ==> git version 2.24.3 found [2021-01-10T20:43:43.229Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-10T20:43:43.229Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-10T20:43:43.229Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-10T20:43:43.229Z] ==> Jenkins CI detected. [2021-01-10T20:43:43.229Z] project root: . [2021-01-10T20:43:43.229Z] --> token set from env [2021-01-10T20:43:43.229Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-10T20:43:43.229Z] ==> Running gcov in . (disable via -X gcov) [2021-01-10T20:43:43.229Z] ==> Python coveragepy not found [2021-01-10T20:43:43.229Z] ==> Searching for coverage reports in: [2021-01-10T20:43:43.229Z] + . [2021-01-10T20:43:43.229Z] -> Found 1 reports [2021-01-10T20:43:43.230Z] ==> Detecting git/mercurial file structure [2021-01-10T20:43:43.493Z] ==> Reading reports [2021-01-10T20:43:43.493Z] + ./coverage.out bytes=541590 [2021-01-10T20:43:43.493Z] ==> Appending adjustments [2021-01-10T20:43:43.493Z] https://docs.codecov.io/docs/fixing-reports [2021-01-10T20:43:46.818Z] + Found adjustments [2021-01-10T20:43:46.818Z] ==> Gzipping contents [2021-01-10T20:43:46.818Z] 84K /tmp/codecov.8DqLJ3.gz [2021-01-10T20:43:46.818Z] ==> Uploading reports [2021-01-10T20:43:46.818Z] url: https://codecov.io [2021-01-10T20:43:46.818Z] query: branch=PR-3004&commit=3e7c88ed3bff3f0ce6679326790c14aa2e22b273&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= [2021-01-10T20:43:46.818Z] -> Pinging Codecov [2021-01-10T20:43:46.818Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3004&commit=3e7c88ed3bff3f0ce6679326790c14aa2e22b273&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= [2021-01-10T20:43:47.082Z] -> Uploading to [2021-01-10T20:43:47.082Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/3e7c88ed3bff3f0ce6679326790c14aa2e22b273/9b51c962-ccb0-4e94-87c1-352f4f013734.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T204346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce86cccc9f50ce933d7cef675276208a7a1e9ff52ee19af27110b4463de4e61c [2021-01-10T20:43:47.082Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T20:43:47.082Z] Dload Upload Total Spent Left Speed [2021-01-10T20:43:47.661Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82298 0 0 100 82298 0 128k --:--:-- --:--:-- --:--:-- 128k [2021-01-10T20:43:47.662Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [Pipeline] } [2021-01-10T20:43:47.680Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:43:49.949Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:43:50.833Z] ---> package-listing.sh [2021-01-10T20:43:50.834Z] ++ facter osfamily [2021-01-10T20:43:50.834Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-10T20:43:50.834Z] + OS_FAMILY=redhat [2021-01-10T20:43:50.834Z] + workspace=/w/workspace/edgex-go/7 [2021-01-10T20:43:50.834Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-10T20:43:50.834Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-10T20:43:50.834Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-10T20:43:50.834Z] + PACKAGES=/tmp/packages_start.txt [2021-01-10T20:43:50.834Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-10T20:43:50.834Z] + PACKAGES=/tmp/packages_end.txt [2021-01-10T20:43:50.834Z] + case "${OS_FAMILY}" in [2021-01-10T20:43:50.834Z] + rpm -qa [2021-01-10T20:43:50.834Z] + sort [2021-01-10T20:43:56.157Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-10T20:43:56.157Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-10T20:43:56.157Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-10T20:43:56.157Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-10T20:43:56.157Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-10T20:43:56.157Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-10T20:43:56.170Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-10T20:43:56.460Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:43:56.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T20:43:56.770Z] [2021-01-10T20:43:56.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-10T20:43:57.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T20:43:57.138Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-10T20:43:57.138Z] df20fa9351a1: Pulling fs layer [2021-01-10T20:43:57.138Z] 36b3adc4ff6f: Pulling fs layer [2021-01-10T20:43:57.138Z] 8ad3a11d3b57: Pulling fs layer [2021-01-10T20:43:57.138Z] 46f8f816bc3b: Pulling fs layer [2021-01-10T20:43:57.138Z] 93b61091891f: Pulling fs layer [2021-01-10T20:43:57.138Z] 93b9cdb0e59b: Pulling fs layer [2021-01-10T20:43:57.138Z] 5e14af77c1be: Pulling fs layer [2021-01-10T20:43:57.138Z] 01666e4c0597: Pulling fs layer [2021-01-10T20:43:57.138Z] aa168da1d23b: Pulling fs layer [2021-01-10T20:43:57.138Z] 93b9cdb0e59b: Waiting [2021-01-10T20:43:57.138Z] 46f8f816bc3b: Waiting [2021-01-10T20:43:57.138Z] 93b61091891f: Waiting [2021-01-10T20:43:57.138Z] 5e14af77c1be: Waiting [2021-01-10T20:43:57.138Z] 01666e4c0597: Waiting [2021-01-10T20:43:57.138Z] aa168da1d23b: Waiting [2021-01-10T20:43:57.138Z] 36b3adc4ff6f: Download complete [2021-01-10T20:43:57.406Z] 46f8f816bc3b: Verifying Checksum [2021-01-10T20:43:57.406Z] 46f8f816bc3b: Download complete [2021-01-10T20:43:57.406Z] df20fa9351a1: Verifying Checksum [2021-01-10T20:43:57.406Z] df20fa9351a1: Download complete [2021-01-10T20:43:57.406Z] 93b9cdb0e59b: Verifying Checksum [2021-01-10T20:43:57.406Z] 93b9cdb0e59b: Download complete [2021-01-10T20:43:57.406Z] 5e14af77c1be: Verifying Checksum [2021-01-10T20:43:57.406Z] 5e14af77c1be: Download complete [2021-01-10T20:43:57.406Z] 93b61091891f: Download complete [2021-01-10T20:43:57.406Z] 01666e4c0597: Verifying Checksum [2021-01-10T20:43:57.406Z] 01666e4c0597: Download complete [2021-01-10T20:43:57.669Z] 8ad3a11d3b57: Verifying Checksum [2021-01-10T20:43:57.669Z] 8ad3a11d3b57: Download complete [2021-01-10T20:43:57.669Z] df20fa9351a1: Pull complete [2021-01-10T20:43:57.931Z] 36b3adc4ff6f: Pull complete [2021-01-10T20:43:58.897Z] 8ad3a11d3b57: Pull complete [2021-01-10T20:43:59.162Z] 46f8f816bc3b: Pull complete [2021-01-10T20:43:59.739Z] aa168da1d23b: Verifying Checksum [2021-01-10T20:43:59.739Z] aa168da1d23b: Download complete [2021-01-10T20:44:01.130Z] 93b61091891f: Pull complete [2021-01-10T20:44:02.079Z] 93b9cdb0e59b: Pull complete [2021-01-10T20:44:02.079Z] 5e14af77c1be: Pull complete [2021-01-10T20:44:02.079Z] 01666e4c0597: Pull complete [2021-01-10T20:44:12.257Z] aa168da1d23b: Pull complete [2021-01-10T20:44:12.257Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-10T20:44:12.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T20:44:12.257Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-10T20:44:12.480Z] prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container [2021-01-10T20:44:12.530Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-10T20:44:16.469Z] $ docker top 041547dc809460e01186a534d0fbd00ccfae3d95ba794619b710e438a37d87f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T20:44:17.137Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-10T20:44:17.443Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-10T20:44:17.741Z] + ls /var/log/sa-host [2021-01-10T20:44:17.741Z] + sadf -c /var/log/sa-host/sa10 [2021-01-10T20:44:17.741Z] file_magic: OK [2021-01-10T20:44:17.741Z] HZ: Using current value: 100 [2021-01-10T20:44:17.741Z] file_header: OK [2021-01-10T20:44:17.741Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T20:44:17.741Z] Statistics: [2021-01-10T20:44:17.741Z] 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... [2021-01-10T20:44:17.741Z] File successfully converted to sysstat format version 12.2.1 [2021-01-10T20:44:17.741Z] + sadf -c /var/log/sa-host/sa23 [2021-01-10T20:44:17.741Z] file_magic: OK [2021-01-10T20:44:17.741Z] HZ: Using current value: 100 [2021-01-10T20:44:17.741Z] file_header: OK [2021-01-10T20:44:17.741Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T20:44:17.741Z] Statistics: [2021-01-10T20:44:17.741Z] Hnuu...uuuununununu... [2021-01-10T20:44:17.741Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-10T20:44:18.415Z] provisioning config files... [2021-01-10T20:44:18.463Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config783836474985251966tmp [Pipeline] { [Pipeline] echo [2021-01-10T20:44:18.570Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:44:18.917Z] ---> create-netrc.sh [Pipeline] } [2021-01-10T20:44:18.930Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-10T20:44:19.044Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:44:19.348Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-10T20:44:19.360Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:44:19.666Z] ---> sudo-logs.sh [2021-01-10T20:44:19.666Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-10T20:44:19.677Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:44:19.980Z] ---> job-cost.sh [2021-01-10T20:44:19.980Z] lf-activate-venv: SKIPPING [2021-01-10T20:44:19.980Z] INFO: No Stack... [2021-01-10T20:44:20.936Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-10T20:44:21.202Z] INFO: Archiving Costs [Pipeline] echo [2021-01-10T20:44:21.218Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T20:44:21.522Z] ---> logs-deploy.sh [2021-01-10T20:44:21.522Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3004/7 [2021-01-10T20:44:21.522Z] INFO: archiving workspace using pattern(s): [2021-01-10T20:44:23.450Z] Archives upload complete. [2021-01-10T20:44:23.450Z] INFO: archiving logs to Nexus