Pull request #2986 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b48eada16333cc829670c470b7385597682ce50c+828b569b97d1497e97194cb37b384982112fa400 (cbc76631091018e65e7e9402627f6ede00c87c46) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18545 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 828b569b97d1497e97194cb37b384982112fa400 into PR head commit b48eada16333cc829670c470b7385597682ce50c Merge succeeded, producing b48eada16333cc829670c470b7385597682ce50c Checking out Revision b48eada16333cc829670c470b7385597682ce50c (PR-2986) > git config core.sparsecheckout # timeout=10 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # 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 828b569b97d1497e97194cb37b384982112fa400 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T17:47:41.347Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 [2021-01-05T17:47:41.604Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T17:47:41.696Z] ========================================================= [2021-01-05T17:47:41.696Z] EdgeX Global Pipelines Version Info [2021-01-05T17:47:41.696Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:47:43.200Z] ------------------- [2021-01-05T17:47:43.200Z] stable info: [2021-01-05T17:47:43.200Z] ------------------- [2021-01-05T17:47:43.200Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T17:47:43.200Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:47:43.200Z] Message: update stable to v1.0.173 [2021-01-05T17:47:44.147Z] ------------------- [2021-01-05T17:47:44.147Z] experimental info: [2021-01-05T17:47:44.147Z] ------------------- [2021-01-05T17:47:44.147Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T17:47:44.147Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:47:44.147Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T17:47:44.427Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T17:47:44.564Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T17:47:44.663Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T17:47:44.755Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T17:47:44.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T17:47:44.934Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T17:47:45.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T17:47:45.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T17:47:45.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T17:47:45.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T17:47:45.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T17:47:45.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T17:47:45.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T17:47:45.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T17:47:45.797Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:47:45.885Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:47:45.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T17:47:46.092Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T17:47:46.181Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T17:47:46.268Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T17:47:46.395Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T17:47:46.486Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T17:47:46.570Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T17:47:46.658Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2986 [Pipeline] echo [2021-01-05T17:47:46.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2986 [Pipeline] echo [2021-01-05T17:47:46.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2986 [Pipeline] echo [2021-01-05T17:47:46.947Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b48eada16333cc829670c470b7385597682ce50c [Pipeline] echo [2021-01-05T17:47:47.034Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b48eada [Pipeline] echo [2021-01-05T17:47:47.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:47:47.294Z] provisioning config files... [2021-01-05T17:47:47.324Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1677634311322235244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:47:47.684Z] ---> docker-login.sh [2021-01-05T17:47:47.684Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:47:47.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:47:48.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:47:48.212Z] Configure a credential helper to remove this warning. See [2021-01-05T17:47:48.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:47:48.212Z] [2021-01-05T17:47:48.212Z] Login Succeeded [2021-01-05T17:47:48.212Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:47:48.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:47:48.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:47:48.212Z] Configure a credential helper to remove this warning. See [2021-01-05T17:47:48.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:47:48.212Z] [2021-01-05T17:47:48.212Z] Login Succeeded [2021-01-05T17:47:48.212Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:47:48.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:47:48.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:47:48.478Z] Configure a credential helper to remove this warning. See [2021-01-05T17:47:48.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:47:48.478Z] [2021-01-05T17:47:48.478Z] Login Succeeded [2021-01-05T17:47:48.478Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:47:48.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:47:48.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:47:48.741Z] Configure a credential helper to remove this warning. See [2021-01-05T17:47:48.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:47:48.741Z] [2021-01-05T17:47:48.741Z] Login Succeeded [2021-01-05T17:47:48.741Z] docker.io [2021-01-05T17:47:48.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:47:49.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:47:49.004Z] Configure a credential helper to remove this warning. See [2021-01-05T17:47:49.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:47:49.004Z] [2021-01-05T17:47:49.004Z] Login Succeeded [2021-01-05T17:47:49.004Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:47:49.014Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:47:49.478Z] ++ 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-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T17:47:49.478Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:47:49.478Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T17:47:49.478Z] ++ cut -d/ -f2 [2021-01-05T17:47:49.478Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T17:47:49.556Z] 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-05T17:47:50.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:47:50.399Z] [2021-01-05T17:47:50.399Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:47:50.761Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:47:50.761Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T17:47:50.761Z] 31603596830f: Pulling fs layer [2021-01-05T17:47:50.761Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T17:47:50.761Z] 6ca5941a6612: Pulling fs layer [2021-01-05T17:47:50.761Z] ecc8261a40a4: Pulling fs layer [2021-01-05T17:47:50.761Z] ecc8261a40a4: Waiting [2021-01-05T17:47:50.761Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T17:47:50.761Z] 2a8b12db71e7: Download complete [2021-01-05T17:47:51.028Z] 31603596830f: Verifying Checksum [2021-01-05T17:47:51.028Z] 31603596830f: Download complete [2021-01-05T17:47:51.028Z] ecc8261a40a4: Verifying Checksum [2021-01-05T17:47:51.028Z] ecc8261a40a4: Download complete [2021-01-05T17:47:51.028Z] 6ca5941a6612: Verifying Checksum [2021-01-05T17:47:51.028Z] 6ca5941a6612: Download complete [2021-01-05T17:47:51.292Z] 31603596830f: Pull complete [2021-01-05T17:47:51.558Z] 2a8b12db71e7: Pull complete [2021-01-05T17:47:52.517Z] 6ca5941a6612: Pull complete [2021-01-05T17:47:52.517Z] ecc8261a40a4: Pull complete [2021-01-05T17:47:52.782Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T17:47:52.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:47:52.782Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T17:47:52.893Z] prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container [2021-01-05T17:47:52.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T17:47:55.322Z] $ docker top 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:47:55.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:47:55.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:47:55.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:47:55.923Z] $ docker exec 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent [2021-01-05T17:47:56.115Z] SSH_AUTH_SOCK=/tmp/ssh-NVZNVmizY0HI/agent.11 [2021-01-05T17:47:56.115Z] SSH_AGENT_PID=17 [2021-01-05T17:47:56.127Z] Running ssh-add (command line suppressed) [2021-01-05T17:47:56.247Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6060495154716777422.key (/w/workspace/edgex-go/5@tmp/private_key_6060495154716777422.key) [2021-01-05T17:47:56.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:47:56.638Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T17:47:56.662Z] $ docker exec --env ******** --env ******** 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent -k [2021-01-05T17:47:56.786Z] unset SSH_AUTH_SOCK; [2021-01-05T17:47:56.786Z] unset SSH_AGENT_PID; [2021-01-05T17:47:56.786Z] echo Agent pid 17 killed; [2021-01-05T17:47:56.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T17:47:56.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:47:56.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:47:57.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:47:57.149Z] $ docker exec 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent [2021-01-05T17:47:57.314Z] SSH_AUTH_SOCK=/tmp/ssh-QrV5MvJinSNG/agent.45 [2021-01-05T17:47:57.314Z] SSH_AGENT_PID=50 [2021-01-05T17:47:57.321Z] Running ssh-add (command line suppressed) [2021-01-05T17:47:57.461Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7999756821551782746.key (/w/workspace/edgex-go/5@tmp/private_key_7999756821551782746.key) [2021-01-05T17:47:57.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:47:57.940Z] + git semver init [2021-01-05T17:47:57.940Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:47:57.940Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-05T17:47:57.940Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-05T17:47:57.940Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:47:57.940Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:47:57.940Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:47:57.940Z] # $SEMVER_BRANCH = PR-2986 [2021-01-05T17:47:57.940Z] # $SEMVER_TEMP = /tmp/semver-729665194 [2021-01-05T17:47:57.940Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T17:48:16.141Z] # '/tmp/semver-729665194' -> '/w/workspace/edgex-go/5/.semver' [2021-01-05T17:48:16.141Z] # -> Force: false [2021-01-05T17:48:16.141Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-05T17:48:16.152Z] $ docker exec --env ******** --env ******** 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea ssh-agent -k [2021-01-05T17:48:16.362Z] unset SSH_AUTH_SOCK; [2021-01-05T17:48:16.363Z] unset SSH_AGENT_PID; [2021-01-05T17:48:16.363Z] echo Agent pid 50 killed; [2021-01-05T17:48:16.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:48:16.911Z] + git semver [Pipeline] } [2021-01-05T17:48:16.929Z] $ docker stop --time=1 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea [2021-01-05T17:48:18.502Z] $ docker rm -f 23c1b5e5b67d90d81acbd662edfae85b067dde6a4ea115d90b70b9a8e5d94fea [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:48:19.042Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T17:48:19.590Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T17:48:19.593Z] [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-05T17:48:20.503Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:48:20.803Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:48:21.102Z] + sudo service docker restart [2021-01-05T17:48:21.102Z] + true [2021-01-05T17:48:21.102Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T17:48:21.698Z] ========================================================= [2021-01-05T17:48:21.698Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T17:48:21.698Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:48:22.038Z] + 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-05T17:48:26.288Z] Sending build context to Docker daemon 326.3MB [2021-01-05T17:48:26.288Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:48:26.288Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:48:26.288Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T17:48:26.288Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T17:48:26.288Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T17:48:26.288Z] de9db76c5a1d: Pulling fs layer [2021-01-05T17:48:26.288Z] bca2f99d35d6: Pulling fs layer [2021-01-05T17:48:26.288Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T17:48:26.288Z] 7c6f9722023f: Pulling fs layer [2021-01-05T17:48:26.288Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T17:48:26.288Z] a35cf1a2eb13: Waiting [2021-01-05T17:48:26.288Z] 93359f2a8cfa: Waiting [2021-01-05T17:48:26.288Z] 7c6f9722023f: Waiting [2021-01-05T17:48:26.288Z] bca2f99d35d6: Waiting [2021-01-05T17:48:26.288Z] de9db76c5a1d: Verifying Checksum [2021-01-05T17:48:26.288Z] de9db76c5a1d: Download complete [2021-01-05T17:48:26.288Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T17:48:26.288Z] 0ef7d3d256c8: Download complete [2021-01-05T17:48:26.288Z] 93359f2a8cfa: Download complete [2021-01-05T17:48:26.288Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T17:48:26.288Z] 188c0c94c7c5: Download complete [2021-01-05T17:48:26.288Z] 7c6f9722023f: Verifying Checksum [2021-01-05T17:48:26.288Z] 7c6f9722023f: Download complete [2021-01-05T17:48:26.860Z] 188c0c94c7c5: Pull complete [2021-01-05T17:48:26.860Z] 0ef7d3d256c8: Pull complete [2021-01-05T17:48:27.123Z] de9db76c5a1d: Pull complete [2021-01-05T17:48:29.055Z] a35cf1a2eb13: Download complete [2021-01-05T17:48:29.321Z] bca2f99d35d6: Verifying Checksum [2021-01-05T17:48:29.321Z] bca2f99d35d6: Download complete [2021-01-05T17:48:34.651Z] bca2f99d35d6: Pull complete [2021-01-05T17:48:34.915Z] 93359f2a8cfa: Pull complete [2021-01-05T17:48:34.915Z] 7c6f9722023f: Pull complete [2021-01-05T17:48:34.940Z] Still waiting to schedule task [2021-01-05T17:48:34.940Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-05T17:48:39.150Z] a35cf1a2eb13: Pull complete [2021-01-05T17:48:39.150Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T17:48:39.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T17:48:39.150Z] ---> a62c8e92a672 [2021-01-05T17:48:39.150Z] 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-05T17:48:39.727Z] ---> Running in 2b8c459a0c89 [2021-01-05T17:48:40.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:48:41.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:48:43.193Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:48:44.584Z] (2/12) Installing file (5.38-r0) [2021-01-05T17:48:44.584Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:48:44.847Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:49:11.465Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:49:11.465Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:49:11.465Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:49:11.465Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:49:11.465Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:49:11.465Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:49:11.465Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:49:11.465Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:49:11.465Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:49:11.465Z] OK: 233 MiB in 51 packages [2021-01-05T17:49:13.420Z] Removing intermediate container 2b8c459a0c89 [2021-01-05T17:49:13.420Z] ---> 58cdc30e0eb7 [2021-01-05T17:49:13.420Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:49:13.420Z] ---> Running in bb600a2ceba7 [2021-01-05T17:49:13.420Z] Removing intermediate container bb600a2ceba7 [2021-01-05T17:49:13.420Z] ---> 703abadcbce5 [2021-01-05T17:49:13.420Z] Step 5/6 : COPY go.mod . [2021-01-05T17:49:13.683Z] ---> b81408083de0 [2021-01-05T17:49:13.683Z] Step 6/6 : RUN go mod download [2021-01-05T17:49:13.950Z] ---> Running in 14dcc2af75dc [2021-01-05T17:49:35.993Z] Removing intermediate container 14dcc2af75dc [2021-01-05T17:49:35.993Z] ---> 99fbff96afed [2021-01-05T17:49:35.993Z] Successfully built 99fbff96afed [2021-01-05T17:49:35.993Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:49:36.305Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:49:36.305Z] . [Pipeline] withDockerContainer [2021-01-05T17:49:36.413Z] prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container [2021-01-05T17:49:36.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2021-01-05T17:49:37.213Z] $ docker top 6f963a88392dc0401147ce1c0ed38abe8a49a470d5031524312db1e2e29939ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:49:37.708Z] + go version [2021-01-05T17:49:37.708Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T17:49:37.723Z] $ docker stop --time=1 6f963a88392dc0401147ce1c0ed38abe8a49a470d5031524312db1e2e29939ee [2021-01-05T17:49:39.093Z] $ docker rm -f 6f963a88392dc0401147ce1c0ed38abe8a49a470d5031524312db1e2e29939ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:49:40.169Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:49:40.169Z] . [Pipeline] withDockerContainer [2021-01-05T17:49:40.277Z] prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container [2021-01-05T17:49:40.329Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2021-01-05T17:49:41.173Z] $ docker top 7eb71d39ebe9412da996551017105866aa770dcf7123fd0fdb9c6066fc3855d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:49:41.396Z] ========================================================= [2021-01-05T17:49:41.396Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T17:49:41.396Z] ========================================================= [Pipeline] sh [2021-01-05T17:49:41.692Z] + make test [2021-01-05T17:49:41.692Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T17:49:51.779Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T17:50:04.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T17:50:10.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T17:50:11.399Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T17:50:11.399Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T17:50:11.676Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T17:50:11.676Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T17:50:11.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T17:50:12.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T17:50:12.787Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T17:50:13.376Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T17:50:15.352Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T17:50:15.352Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T17:50:15.352Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T17:50:17.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements [2021-01-05T17:50:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T17:50:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T17:50:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T17:50:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T17:50:17.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T17:50:21.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.0% of statements [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T17:50:21.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T17:50:21.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T17:50:21.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.429s coverage: 77.8% of statements [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T17:50:21.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.145s coverage: 82.4% of statements [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T17:50:21.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T17:50:23.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T17:50:23.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T17:50:23.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T17:50:23.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-01-05T17:50:23.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T17:50:23.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-01-05T17:50:23.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T17:50:23.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-01-05T17:50:23.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T17:50:23.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T17:50:23.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T17:50:23.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T17:50:26.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.363s coverage: 93.8% of statements [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-01-05T17:50:26.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-05T17:50:26.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements [2021-01-05T17:50:27.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements [2021-01-05T17:50:27.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T17:50:27.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements [2021-01-05T17:50:27.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T17:50:27.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T17:50:27.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-05T17:50:27.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-05T17:50:27.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-05T17:50:27.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-01-05T17:50:28.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-01-05T17:50:29.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements [2021-01-05T17:50:29.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T17:50:29.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T17:50:29.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T17:50:29.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T17:50:29.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T17:50:29.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-05T17:50:29.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T17:50:29.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T17:50:29.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements [2021-01-05T17:50:29.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-05T17:50:31.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T17:50:31.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T17:50:31.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-01-05T17:50:31.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T17:50:33.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T17:50:33.291Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-01-05T17:50:33.554Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-05T17:50:33.816Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-05T17:50:34.081Z] GO111MODULE=on go vet ./... [2021-01-05T17:50:56.125Z] gofmt -l . [2021-01-05T17:50:56.125Z] [ "`gofmt -l .`" = "" ] [2021-01-05T17:50:56.701Z] ./bin/test-go-mod-tidy.sh [2021-01-05T17:50:57.286Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T17:50:59.532Z] + ls -al . [2021-01-05T17:50:59.532Z] total 640 [2021-01-05T17:50:59.532Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 17:50 . [2021-01-05T17:50:59.532Z] drwxr-xr-x 4 root root 28 Jan 5 17:49 .. [2021-01-05T17:50:59.532Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 17:47 .dockerignore [2021-01-05T17:50:59.532Z] drwxrwxr-x 8 1001 1001 179 Jan 5 17:47 .git [2021-01-05T17:50:59.532Z] drwxrwxr-x 3 1001 1001 125 Jan 5 17:47 .github [2021-01-05T17:50:59.532Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 17:47 .gitignore [2021-01-05T17:50:59.532Z] drwx------ 3 1001 1001 47 Jan 5 17:48 .semver [2021-01-05T17:50:59.532Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 17:47 .sonarcloud.properties [2021-01-05T17:50:59.532Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:47 CONTRIBUTING.md [2021-01-05T17:50:59.532Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 17:47 Dockerfile.build [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 17:47 Jenkinsfile [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:47 LICENSE [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:47 Makefile [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:47 README.md [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:47 SECURITY.md [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 17:48 VERSION [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:47 ZMQWindows.md [2021-01-05T17:50:59.533Z] drwxrwxr-x 2 1001 1001 117 Jan 5 17:47 bin [2021-01-05T17:50:59.533Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 17:47 cmd [2021-01-05T17:50:59.533Z] -rw-r--r-- 1 root root 541590 Jan 5 17:50 coverage.out [2021-01-05T17:50:59.533Z] -rw-r--r-- 1 root root 979 Jan 5 17:50 go.mod [2021-01-05T17:50:59.533Z] -rw-r--r-- 1 root root 19019 Jan 5 17:50 go.sum [2021-01-05T17:50:59.533Z] drwxrwxr-x 8 1001 1001 127 Jan 5 17:47 internal [2021-01-05T17:50:59.533Z] drwxrwxr-x 4 1001 1001 26 Jan 5 17:47 openapi [2021-01-05T17:50:59.533Z] drwxrwxr-x 4 1001 1001 71 Jan 5 17:47 snap [2021-01-05T17:50:59.533Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 17:47 version.go [Pipeline] sh [2021-01-05T17:50:59.839Z] + '[' -e coverage.out ] [2021-01-05T17:50:59.840Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T17:51:00.089Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T17:51:00.395Z] + make build [2021-01-05T17:51:00.395Z] 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-05T17:51:03.725Z] 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-05T17:51:11.964Z] 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-05T17:51:12.538Z] 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-05T17:51:13.951Z] 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-05T17:51:14.218Z] 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-05T17:51:15.617Z] 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-05T17:51:17.051Z] 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-05T17:51:18.450Z] 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-05T17:51:19.844Z] 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-05T17:51:20.795Z] 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-05T17:51:21.748Z] 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-05T17:51:22.723Z] $ docker stop --time=1 7eb71d39ebe9412da996551017105866aa770dcf7123fd0fdb9c6066fc3855d6 [2021-01-05T17:51:24.467Z] $ docker rm -f 7eb71d39ebe9412da996551017105866aa770dcf7123fd0fdb9c6066fc3855d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:51:26.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:51:26.312Z] [2021-01-05T17:51:26.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:51:26.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:51:26.704Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T17:51:26.704Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T17:51:26.704Z] ca9280d653b3: Pulling fs layer [2021-01-05T17:51:26.704Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T17:51:27.279Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T17:51:27.279Z] cbdbe7a5bc2a: Download complete [2021-01-05T17:51:27.546Z] ca9280d653b3: Verifying Checksum [2021-01-05T17:51:27.546Z] ca9280d653b3: Download complete [2021-01-05T17:51:27.813Z] cbdbe7a5bc2a: Pull complete [2021-01-05T17:51:28.214Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18547 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws [2021-01-05T17:51:28.261Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-05T17:51:28.770Z] 7e9c9ca2126c: Download complete [2021-01-05T17:51:28.771Z] ca9280d653b3: Pull complete [2021-01-05T17:51:33.377Z] using credential edgex-jenkins-ssh [2021-01-05T17:51:33.446Z] Cloning the remote Git repository [2021-01-05T17:51:33.499Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:51:33.619Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-05T17:51:33.716Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:51:33.717Z] > git --version # timeout=10 [2021-01-05T17:51:33.737Z] > git --version # 'git version 2.17.1' [2021-01-05T17:51:33.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:51:33.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:51:35.409Z] 7e9c9ca2126c: Pull complete [2021-01-05T17:51:35.410Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T17:51:35.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:51:35.410Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T17:51:35.519Z] prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container [2021-01-05T17:51:35.566Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T17:51:38.370Z] $ docker top d159f4bdfe802048648606d3ed36360852f612403b90eaed26536294153d3b6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:51:38.937Z] + docker-compose build --help [2021-01-05T17:51:38.937Z] + grep parallel [2021-01-05T17:51:39.885Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:51:39.900Z] $ docker stop --time=1 d159f4bdfe802048648606d3ed36360852f612403b90eaed26536294153d3b6a [2021-01-05T17:51:41.259Z] $ docker rm -f d159f4bdfe802048648606d3ed36360852f612403b90eaed26536294153d3b6a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:51:41.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:51:41.881Z] . [Pipeline] withDockerContainer [2021-01-05T17:51:41.981Z] prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container [2021-01-05T17:51:42.138Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T17:51:43.026Z] $ docker top 2464e2b28162759af87284caba0a3f3ebcf0a4217a02c771c2cbaa730b75098c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:51:43.541Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:51:44.492Z] Building docker-core-command-go ... [2021-01-05T17:51:44.492Z] Building docker-core-data-go ... [2021-01-05T17:51:44.492Z] Building docker-core-metadata-go ... [2021-01-05T17:51:44.492Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:51:44.492Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:51:44.492Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:51:44.492Z] Building docker-support-notifications-go ... [2021-01-05T17:51:44.492Z] Building docker-support-scheduler-go ... [2021-01-05T17:51:44.492Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:51:44.492Z] Building docker-support-notifications-go [2021-01-05T17:51:44.492Z] Building docker-core-command-go [2021-01-05T17:51:44.492Z] Building docker-security-proxy-setup-go [2021-01-05T17:51:44.492Z] Building docker-security-secretstore-setup-go [2021-01-05T17:51:44.492Z] Building docker-core-metadata-go [2021-01-05T17:52:01.010Z] Merging remotes/origin/master commit 828b569b97d1497e97194cb37b384982112fa400 into PR head commit b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:52:01.612Z] Merge succeeded, producing b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:52:01.612Z] Checking out Revision b48eada16333cc829670c470b7385597682ce50c (PR-2986) [2021-01-05T17:52:00.277Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:52:00.291Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:52:00.317Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:52:00.348Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:52:00.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:52:00.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:52:01.040Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:52:01.055Z] > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 [2021-01-05T17:52:01.416Z] > git remote # timeout=10 [2021-01-05T17:52:01.471Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T17:52:01.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:52:01.518Z] > git merge 828b569b97d1497e97194cb37b384982112fa400 # timeout=10 [2021-01-05T17:52:01.568Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T17:52:01.621Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:52:01.631Z] > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 [2021-01-05T17:52:06.059Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T17:52:07.679Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:52:08.125Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:52:08.463Z] + + sudo service dockertrue [2021-01-05T17:52:08.463Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:52:10.511Z] provisioning config files... [2021-01-05T17:52:10.556Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4924133529239284438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:52:10.978Z] ---> docker-login.sh [2021-01-05T17:52:10.978Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:52:11.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:52:12.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:52:12.237Z] Configure a credential helper to remove this warning. See [2021-01-05T17:52:12.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:52:12.237Z] [2021-01-05T17:52:12.237Z] Login Succeeded [2021-01-05T17:52:12.237Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:52:12.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:52:12.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:52:12.786Z] Configure a credential helper to remove this warning. See [2021-01-05T17:52:12.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:52:12.786Z] [2021-01-05T17:52:12.786Z] Login Succeeded [2021-01-05T17:52:12.787Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:52:13.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:52:13.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:52:13.336Z] Configure a credential helper to remove this warning. See [2021-01-05T17:52:13.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:52:13.336Z] [2021-01-05T17:52:13.336Z] Login Succeeded [2021-01-05T17:52:13.336Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:52:13.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:52:13.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:52:13.891Z] Configure a credential helper to remove this warning. See [2021-01-05T17:52:13.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:52:13.891Z] [2021-01-05T17:52:13.891Z] Login Succeeded [2021-01-05T17:52:13.891Z] docker.io [2021-01-05T17:52:14.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:52:14.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:52:14.768Z] Configure a credential helper to remove this warning. See [2021-01-05T17:52:14.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:52:14.768Z] [2021-01-05T17:52:14.768Z] Login Succeeded [2021-01-05T17:52:14.768Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:52:14.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T17:52:15.249Z] ========================================================= [2021-01-05T17:52:15.249Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T17:52:15.249Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:52:15.632Z] + 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-05T17:52:16.826Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:52:16.826Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:52:16.826Z] ---> 99fbff96afed [2021-01-05T17:52:16.826Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:52:16.826Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:52:16.826Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:52:16.826Z] ---> 99fbff96afed [2021-01-05T17:52:16.826Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:52:16.826Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:52:16.826Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:52:16.826Z] ---> 99fbff96afed [2021-01-05T17:52:16.826Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:52:16.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:52:16.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:52:16.826Z] ---> 99fbff96afed [2021-01-05T17:52:16.826Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:52:16.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:52:16.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:52:16.826Z] ---> 99fbff96afed [2021-01-05T17:52:16.826Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:52:16.826Z] ---> Running in f7751e4c811e [2021-01-05T17:52:16.826Z] ---> Running in 3fb23350cde3 [2021-01-05T17:52:16.826Z] ---> Running in 1881febbdda5 [2021-01-05T17:52:16.826Z] ---> Running in 43ffe55701a2 [2021-01-05T17:52:16.826Z] ---> Running in 95e67738d5b8 [2021-01-05T17:52:16.826Z] Removing intermediate container 43ffe55701a2 [2021-01-05T17:52:16.826Z] ---> a935be6c77f9 [2021-01-05T17:52:16.826Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:52:16.826Z] Removing intermediate container 3fb23350cde3 [2021-01-05T17:52:16.826Z] ---> 2e65bfe962fe [2021-01-05T17:52:16.826Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:52:16.826Z] Removing intermediate container 95e67738d5b8 [2021-01-05T17:52:16.826Z] ---> 496929f45c59 [2021-01-05T17:52:16.826Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:52:16.826Z] Removing intermediate container f7751e4c811e [2021-01-05T17:52:16.826Z] ---> b1fa422782c5 [2021-01-05T17:52:16.826Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:52:16.826Z] ---> Running in ec284c8e892e [2021-01-05T17:52:16.826Z] Removing intermediate container 1881febbdda5 [2021-01-05T17:52:16.826Z] ---> c20974adff73 [2021-01-05T17:52:16.826Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:52:16.826Z] ---> Running in 33832557eb0e [2021-01-05T17:52:16.826Z] ---> Running in c2825245ca38 [2021-01-05T17:52:16.826Z] ---> Running in 18b3b89bff47 [2021-01-05T17:52:16.826Z] ---> Running in 62b92b6d2f3c [2021-01-05T17:52:17.787Z] Removing intermediate container 33832557eb0e [2021-01-05T17:52:17.787Z] ---> 8a5102fffd73 [2021-01-05T17:52:17.787Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T17:52:18.050Z] ---> Running in 3cace7236c3a [2021-01-05T17:52:18.050Z] Removing intermediate container ec284c8e892e [2021-01-05T17:52:18.050Z] ---> 64df581cbdb1 [2021-01-05T17:52:18.050Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:52:18.050Z] Removing intermediate container c2825245ca38 [2021-01-05T17:52:18.050Z] ---> 88cf98571564 [2021-01-05T17:52:18.050Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T17:52:18.297Z] Sending build context to Docker daemon 165.4MB [2021-01-05T17:52:18.297Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:52:18.297Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:52:18.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T17:52:18.297Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T17:52:18.297Z] a4357932f1b6: Pulling fs layer [2021-01-05T17:52:18.297Z] 18c013af1878: Pulling fs layer [2021-01-05T17:52:18.297Z] 00ac8860ef70: Pulling fs layer [2021-01-05T17:52:18.297Z] 63d7cb157983: Pulling fs layer [2021-01-05T17:52:18.297Z] b116817d02f9: Pulling fs layer [2021-01-05T17:52:18.297Z] 745a02a5169b: Pulling fs layer [2021-01-05T17:52:18.297Z] 00ac8860ef70: Waiting [2021-01-05T17:52:18.297Z] 63d7cb157983: Waiting [2021-01-05T17:52:18.297Z] b116817d02f9: Waiting [2021-01-05T17:52:18.297Z] 745a02a5169b: Waiting [2021-01-05T17:52:18.297Z] 18c013af1878: Download complete [2021-01-05T17:52:18.297Z] a4357932f1b6: Download complete [2021-01-05T17:52:18.297Z] 63d7cb157983: Verifying Checksum [2021-01-05T17:52:18.297Z] 63d7cb157983: Download complete [2021-01-05T17:52:18.297Z] b116817d02f9: Verifying Checksum [2021-01-05T17:52:18.297Z] b116817d02f9: Download complete [2021-01-05T17:52:18.318Z] Removing intermediate container 62b92b6d2f3c [2021-01-05T17:52:18.318Z] ---> 78125b9a48e3 [2021-01-05T17:52:18.318Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:52:18.318Z] ---> Running in 457bd6bb9ab5 [2021-01-05T17:52:18.318Z] ---> Running in 6df2c4c23cfa [2021-01-05T17:52:18.574Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T17:52:18.574Z] 5f621e34cdf4: Download complete [2021-01-05T17:52:18.582Z] ---> Running in 7d51496fa34b [2021-01-05T17:52:18.582Z] Removing intermediate container 18b3b89bff47 [2021-01-05T17:52:18.582Z] ---> ba0391b11d2f [2021-01-05T17:52:18.582Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:52:18.582Z] ---> Running in e24374d04bb0 [2021-01-05T17:52:19.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:19.185Z] 5f621e34cdf4: Pull complete [2021-01-05T17:52:19.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:19.786Z] a4357932f1b6: Pull complete [2021-01-05T17:52:19.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:20.060Z] 18c013af1878: Pull complete [2021-01-05T17:52:20.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:20.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:20.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:20.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:20.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:21.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:21.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:52:21.498Z] 745a02a5169b: Download complete [2021-01-05T17:52:21.673Z] OK: 233 MiB in 51 packages [2021-01-05T17:52:21.937Z] OK: 233 MiB in 51 packages [2021-01-05T17:52:22.481Z] 00ac8860ef70: Verifying Checksum [2021-01-05T17:52:22.481Z] 00ac8860ef70: Download complete [2021-01-05T17:52:22.538Z] Removing intermediate container e24374d04bb0 [2021-01-05T17:52:22.538Z] ---> 9ccf835bb3e7 [2021-01-05T17:52:22.538Z] Step 6/22 : COPY go.mod . [2021-01-05T17:52:22.538Z] Removing intermediate container 3cace7236c3a [2021-01-05T17:52:22.538Z] ---> 9d653afbbe9c [2021-01-05T17:52:22.538Z] Step 6/24 : COPY go.mod . [2021-01-05T17:52:22.538Z] ---> 1d815e101531 [2021-01-05T17:52:22.538Z] Step 7/22 : RUN go mod download [2021-01-05T17:52:22.538Z] ---> 0bc14305081e [2021-01-05T17:52:22.538Z] Step 7/24 : RUN go mod download [2021-01-05T17:52:22.800Z] ---> Running in a4d0f17798a6 [2021-01-05T17:52:22.800Z] ---> Running in b1704deda4ab [2021-01-05T17:52:22.800Z] OK: 233 MiB in 51 packages [2021-01-05T17:52:23.072Z] OK: 233 MiB in 51 packages [2021-01-05T17:52:23.341Z] OK: 233 MiB in 51 packages [2021-01-05T17:52:23.341Z] Removing intermediate container 7d51496fa34b [2021-01-05T17:52:23.341Z] ---> 1bfada7af385 [2021-01-05T17:52:23.341Z] Step 6/22 : COPY go.mod . [2021-01-05T17:52:23.937Z] Removing intermediate container 457bd6bb9ab5 [2021-01-05T17:52:23.937Z] ---> 724c63ab04d4 [2021-01-05T17:52:23.937Z] Step 6/21 : COPY go.mod . [2021-01-05T17:52:23.937Z] ---> 5fa691bda4f3 [2021-01-05T17:52:23.937Z] Step 7/22 : RUN go mod download [2021-01-05T17:52:23.937Z] ---> Running in fa43d7173f5a [2021-01-05T17:52:23.937Z] Removing intermediate container 6df2c4c23cfa [2021-01-05T17:52:23.937Z] ---> 8fd27e3b94f2 [2021-01-05T17:52:23.937Z] Step 6/24 : COPY go.mod . [2021-01-05T17:52:24.210Z] ---> 4cee1769abbb [2021-01-05T17:52:24.210Z] Step 7/21 : RUN go mod download [2021-01-05T17:52:24.210Z] ---> Running in 6a0968661a21 [2021-01-05T17:52:24.475Z] ---> 91970064b5b2 [2021-01-05T17:52:24.475Z] Step 7/24 : RUN go mod download [2021-01-05T17:52:24.475Z] ---> Running in 21ef3d9b52f3 [2021-01-05T17:52:25.455Z] Removing intermediate container a4d0f17798a6 [2021-01-05T17:52:25.455Z] ---> 50f597cf6496 [2021-01-05T17:52:25.455Z] Step 8/22 : COPY . . [2021-01-05T17:52:25.455Z] Removing intermediate container b1704deda4ab [2021-01-05T17:52:25.455Z] ---> 6fb3e32bcf77 [2021-01-05T17:52:25.455Z] Step 8/24 : COPY . . [2021-01-05T17:52:27.394Z] Removing intermediate container fa43d7173f5a [2021-01-05T17:52:27.394Z] ---> d863ae5474ff [2021-01-05T17:52:27.394Z] Step 8/22 : COPY . . [2021-01-05T17:52:32.630Z] 00ac8860ef70: Pull complete [2021-01-05T17:52:32.631Z] 63d7cb157983: Pull complete [2021-01-05T17:52:33.231Z] b116817d02f9: Pull complete [2021-01-05T17:52:34.063Z] Removing intermediate container 6a0968661a21 [2021-01-05T17:52:34.063Z] ---> 3ec1ad058a46 [2021-01-05T17:52:34.063Z] Step 8/21 : COPY . . [2021-01-05T17:52:34.063Z] Removing intermediate container 21ef3d9b52f3 [2021-01-05T17:52:34.063Z] ---> 88e4192dcb70 [2021-01-05T17:52:34.063Z] Step 8/24 : COPY . . [2021-01-05T17:52:37.550Z] 745a02a5169b: Pull complete [2021-01-05T17:52:37.550Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T17:52:37.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T17:52:37.550Z] ---> b7e6874047d6 [2021-01-05T17:52:37.550Z] 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-05T17:52:40.200Z] ---> Running in cfebe88b94f6 [2021-01-05T17:52:41.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T17:52:42.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T17:52:43.206Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:52:43.478Z] (2/12) Installing file (5.38-r0) [2021-01-05T17:52:43.478Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:52:43.749Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:52:53.878Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:52:53.878Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:52:53.878Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:52:53.878Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:52:53.878Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:52:53.878Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:52:53.878Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:52:53.878Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:52:53.878Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:52:53.878Z] OK: 217 MiB in 51 packages [2021-01-05T17:52:58.194Z] Removing intermediate container cfebe88b94f6 [2021-01-05T17:52:58.194Z] ---> 5446b166cf6b [2021-01-05T17:52:58.194Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:52:58.194Z] ---> Running in c64f66f1ac1e [2021-01-05T17:52:58.468Z] Removing intermediate container c64f66f1ac1e [2021-01-05T17:52:58.468Z] ---> 147f8d912b1d [2021-01-05T17:52:58.468Z] Step 5/6 : COPY go.mod . [2021-01-05T17:52:59.065Z] ---> 05bb7c84bd1d [2021-01-05T17:52:59.065Z] Step 6/6 : RUN go mod download [2021-01-05T17:52:59.342Z] ---> Running in 305c49db4eff [2021-01-05T17:53:06.379Z] ---> ab9936d27e4b [2021-01-05T17:53:06.379Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T17:53:06.379Z] ---> 1b6254795ae0 [2021-01-05T17:53:06.379Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T17:53:06.379Z] ---> 2bcd2d3aadff [2021-01-05T17:53:06.379Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T17:53:06.379Z] ---> ffaca2935dd9 [2021-01-05T17:53:06.379Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T17:53:06.379Z] ---> Running in 1f37e8e90a0a [2021-01-05T17:53:06.379Z] ---> Running in 55bd59e9e7ad [2021-01-05T17:53:06.379Z] ---> Running in 0f4e33e9a7cf [2021-01-05T17:53:06.379Z] ---> Running in b81a39720e85 [2021-01-05T17:53:06.379Z] ---> 345166f1b9e7 [2021-01-05T17:53:06.379Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T17:53:06.379Z] ---> Running in c8afcf69e8df [2021-01-05T17:53:06.379Z] 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-05T17:53:06.379Z] 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-05T17:53:06.379Z] 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-05T17:53:06.379Z] 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-05T17:53:06.379Z] 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-05T17:53:26.148Z] Removing intermediate container 305c49db4eff [2021-01-05T17:53:26.148Z] ---> 9e99e08fa7f3 [2021-01-05T17:53:26.148Z] Successfully built 9e99e08fa7f3 [2021-01-05T17:53:26.148Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:53:26.502Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T17:53:26.502Z] . [Pipeline] withDockerContainer [2021-01-05T17:53:26.781Z] prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container [2021-01-05T17:53:26.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat [2021-01-05T17:53:28.336Z] $ docker top 3c94ad8d3db91fbb39001e8a91d59b674b5e9e88b4e07ea8ef92f3f6275e9d5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:53:29.314Z] + go version [2021-01-05T17:53:29.315Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T17:53:29.341Z] $ docker stop --time=1 3c94ad8d3db91fbb39001e8a91d59b674b5e9e88b4e07ea8ef92f3f6275e9d5a [2021-01-05T17:53:31.198Z] $ docker rm -f 3c94ad8d3db91fbb39001e8a91d59b674b5e9e88b4e07ea8ef92f3f6275e9d5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:53:32.350Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T17:53:32.350Z] . [Pipeline] withDockerContainer [2021-01-05T17:53:32.620Z] prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container [2021-01-05T17:53:32.701Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat [2021-01-05T17:53:33.092Z] 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-05T17:53:33.092Z] 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-05T17:53:34.158Z] $ docker top 2d549041873278f7523788478f734b85b764114c56f10c33ec0203312f827597 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:53:34.557Z] ========================================================= [2021-01-05T17:53:34.557Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T17:53:34.557Z] ========================================================= [Pipeline] sh [2021-01-05T17:53:35.207Z] + make test [2021-01-05T17:53:35.207Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T17:53:41.373Z] Removing intermediate container 1f37e8e90a0a [2021-01-05T17:53:41.373Z] ---> 43587d97e1e4 [2021-01-05T17:53:41.373Z] [2021-01-05T17:53:41.373Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T17:53:41.373Z] Removing intermediate container 0f4e33e9a7cf [2021-01-05T17:53:41.373Z] ---> 6c2c6db0c47e [2021-01-05T17:53:41.373Z] [2021-01-05T17:53:41.373Z] Step 10/22 : FROM scratch [2021-01-05T17:53:41.373Z] ---> [2021-01-05T17:53:41.373Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:53:41.373Z] Removing intermediate container b81a39720e85 [2021-01-05T17:53:41.373Z] ---> 0ce07c20fe6c [2021-01-05T17:53:41.373Z] [2021-01-05T17:53:41.373Z] Step 10/24 : FROM scratch [2021-01-05T17:53:41.373Z] Removing intermediate container c8afcf69e8df [2021-01-05T17:53:41.373Z] ---> ee7b28714c09 [2021-01-05T17:53:41.373Z] [2021-01-05T17:53:41.373Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T17:53:41.373Z] ---> [2021-01-05T17:53:41.373Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T17:53:41.373Z] 3.12: Pulling from library/alpine [2021-01-05T17:53:41.373Z] 3.12: Pulling from library/alpine [2021-01-05T17:53:41.373Z] ---> Running in 5a3111421241 [2021-01-05T17:53:41.373Z] ---> Running in 458e03c733c5 [2021-01-05T17:53:41.373Z] Removing intermediate container 458e03c733c5 [2021-01-05T17:53:41.373Z] ---> 3b75713e78d7 [2021-01-05T17:53:41.373Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T17:53:41.373Z] Removing intermediate container 5a3111421241 [2021-01-05T17:53:41.373Z] ---> 7a5cbec9b6f2 [2021-01-05T17:53:41.373Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T17:53:41.373Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:53:41.636Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:53:42.583Z] ---> Running in 488bf62c2f8a [2021-01-05T17:53:42.583Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:53:42.583Z] ---> 389fef711851 [2021-01-05T17:53:42.583Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T17:53:42.583Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:53:42.583Z] ---> 389fef711851 [2021-01-05T17:53:42.583Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:53:42.583Z] ---> Running in ea80423ed87f [2021-01-05T17:53:43.166Z] ---> Running in 0f12d79f78dc [2021-01-05T17:53:43.166Z] ---> Running in 1aee7d72805f [2021-01-05T17:53:43.166Z] Removing intermediate container ea80423ed87f [2021-01-05T17:53:43.166Z] ---> 52338f99fc52 [2021-01-05T17:53:43.166Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T17:53:43.166Z] Removing intermediate container 488bf62c2f8a [2021-01-05T17:53:43.166Z] ---> d262f01afbd0 [2021-01-05T17:53:43.166Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:53:43.429Z] ---> Running in 34fd1723fa42 [2021-01-05T17:53:43.429Z] Removing intermediate container 55bd59e9e7ad [2021-01-05T17:53:43.429Z] ---> 00a909140527 [2021-01-05T17:53:43.429Z] [2021-01-05T17:53:43.429Z] Step 10/22 : FROM scratch [2021-01-05T17:53:43.429Z] ---> [2021-01-05T17:53:43.429Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:53:43.429Z] ---> Using cache [2021-01-05T17:53:43.429Z] ---> 3b75713e78d7 [2021-01-05T17:53:43.429Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T17:53:43.429Z] ---> Running in 03249bb5af02 [2021-01-05T17:53:43.694Z] ---> Running in e264b1558c22 [2021-01-05T17:53:43.959Z] Removing intermediate container 34fd1723fa42 [2021-01-05T17:53:43.959Z] ---> cc58a2bcde5b [2021-01-05T17:53:43.959Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T17:53:43.959Z] Removing intermediate container 03249bb5af02 [2021-01-05T17:53:43.959Z] ---> f12276b6e7e9 [2021-01-05T17:53:43.959Z] Step 14/22 : WORKDIR / [2021-01-05T17:53:43.959Z] Removing intermediate container e264b1558c22 [2021-01-05T17:53:43.959Z] ---> af07036a5b02 [2021-01-05T17:53:43.959Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:53:43.959Z] ---> Running in a5e18ed1a51b [2021-01-05T17:53:43.959Z] ---> Running in a8d7ced90cde [2021-01-05T17:53:44.226Z] ---> abfa6498df80 [2021-01-05T17:53:44.226Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T17:53:44.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:53:44.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:53:44.226Z] Removing intermediate container a8d7ced90cde [2021-01-05T17:53:44.226Z] ---> 1c2c615cd47c [2021-01-05T17:53:44.226Z] Step 14/22 : WORKDIR / [2021-01-05T17:53:44.494Z] Removing intermediate container a5e18ed1a51b [2021-01-05T17:53:44.494Z] ---> c529a78d4e61 [2021-01-05T17:53:44.494Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T17:53:44.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:53:44.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:53:44.494Z] ---> Running in 2b0b1f067400 [2021-01-05T17:53:44.494Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T17:53:44.760Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:53:44.760Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T17:53:44.760Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:53:44.760Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T17:53:44.760Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:53:44.760Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:53:44.760Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:53:44.760Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:53:44.760Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:53:45.713Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:53:45.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:53:45.713Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:53:45.713Z] OK: 7 MiB in 18 packages [2021-01-05T17:53:45.713Z] OK: 7 MiB in 19 packages [2021-01-05T17:53:45.713Z] Removing intermediate container 2b0b1f067400 [2021-01-05T17:53:45.713Z] ---> f4699b60acbd [2021-01-05T17:53:45.713Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T17:53:46.293Z] ---> 04b847c26302 [2021-01-05T17:53:46.293Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T17:53:46.560Z] ---> 934831b33437 [2021-01-05T17:53:46.560Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T17:53:46.560Z] ---> 0c1c1e7c0dfe [2021-01-05T17:53:46.560Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T17:53:47.145Z] ---> 951622d51a6b [2021-01-05T17:53:47.145Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T17:53:48.098Z] ---> 62015e94f877 [2021-01-05T17:53:48.098Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T17:53:48.098Z] Removing intermediate container 1aee7d72805f [2021-01-05T17:53:48.098Z] ---> 74c0572f90fb [2021-01-05T17:53:48.098Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:53:48.363Z] Removing intermediate container 0f12d79f78dc [2021-01-05T17:53:48.363Z] ---> 82841fa31a89 [2021-01-05T17:53:48.363Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:53:48.363Z] ---> 5a7ab274f3b3 [2021-01-05T17:53:48.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T17:53:48.363Z] ---> 4c564117b55f [2021-01-05T17:53:48.363Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T17:53:48.363Z] ---> Running in dae06e75e8d3 [2021-01-05T17:53:48.628Z] ---> Running in dbb5641330fe [2021-01-05T17:53:48.628Z] ---> 9da47f968791 [2021-01-05T17:53:48.628Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T17:53:48.628Z] ---> Running in 3f8a98e0fd7b [2021-01-05T17:53:48.628Z] Removing intermediate container dae06e75e8d3 [2021-01-05T17:53:48.628Z] ---> 63da33d7131d [2021-01-05T17:53:48.628Z] Step 13/21 : WORKDIR /edgex [2021-01-05T17:53:48.628Z] ---> 79dfdeb84619 [2021-01-05T17:53:48.628Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T17:53:48.891Z] ---> Running in 88d9c3d40c7f [2021-01-05T17:53:49.154Z] ---> Running in 14a86a6ac09b [2021-01-05T17:53:49.154Z] Removing intermediate container dbb5641330fe [2021-01-05T17:53:49.154Z] ---> bd9f57291582 [2021-01-05T17:53:49.154Z] Step 13/24 : WORKDIR / [2021-01-05T17:53:49.154Z] ---> 1a25ae21dcfb [2021-01-05T17:53:49.154Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T17:53:49.154Z] Removing intermediate container 3f8a98e0fd7b [2021-01-05T17:53:49.154Z] ---> 5abdbfc61ac1 [2021-01-05T17:53:49.154Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:53:49.154Z] ---> Running in 54a70b1c5d3d [2021-01-05T17:53:49.421Z] ---> Running in fa8072198047 [2021-01-05T17:53:49.421Z] Removing intermediate container 88d9c3d40c7f [2021-01-05T17:53:49.421Z] ---> 901f9e65dff4 [2021-01-05T17:53:49.421Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T17:53:49.421Z] Removing intermediate container 14a86a6ac09b [2021-01-05T17:53:49.421Z] ---> 3f7f2720e6d6 [2021-01-05T17:53:49.421Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:53:49.421Z] ---> 59886b2ad5fa [2021-01-05T17:53:49.421Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T17:53:49.688Z] ---> Running in 8ee6ab1077e8 [2021-01-05T17:53:49.688Z] ---> Running in 3953c65ab04f [2021-01-05T17:53:49.688Z] Removing intermediate container 54a70b1c5d3d [2021-01-05T17:53:49.688Z] ---> 2fe9b440061d [2021-01-05T17:53:49.688Z] 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-05T17:53:49.688Z] Removing intermediate container fa8072198047 [2021-01-05T17:53:49.688Z] ---> f16233adbbe8 [2021-01-05T17:53:49.688Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:53:49.955Z] ---> 5e3bb63e1d37 [2021-01-05T17:53:49.955Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T17:53:50.218Z] ---> Running in b5171e4a4463 [2021-01-05T17:53:50.218Z] Removing intermediate container 8ee6ab1077e8 [2021-01-05T17:53:50.218Z] ---> 10d3b48355a5 [2021-01-05T17:53:50.218Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:53:50.218Z] Removing intermediate container 3953c65ab04f [2021-01-05T17:53:50.218Z] ---> e6f132170579 [2021-01-05T17:53:50.218Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:53:50.794Z] ---> 0ce619c5d170 [2021-01-05T17:53:50.794Z] 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-05T17:53:51.057Z] ---> 1c109c8234fc [2021-01-05T17:53:51.057Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T17:53:51.057Z] ---> Running in 31993bd64d8a [2021-01-05T17:53:51.057Z] ---> Running in b716cb20e4c6 [2021-01-05T17:53:51.320Z] Removing intermediate container b5171e4a4463 [2021-01-05T17:53:51.320Z] ---> 63c833ac449c [2021-01-05T17:53:51.320Z] Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:53:51.320Z] ---> 7fd4169c4fb7 [2021-01-05T17:53:51.320Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T17:53:51.583Z] ---> Running in e79c3eced958 [2021-01-05T17:53:51.583Z] Removing intermediate container 31993bd64d8a [2021-01-05T17:53:51.583Z] ---> c73d204ccf42 [2021-01-05T17:53:51.583Z] Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:53:51.583Z] Removing intermediate container b716cb20e4c6 [2021-01-05T17:53:51.583Z] ---> 5716d8dfe210 [2021-01-05T17:53:51.583Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:53:51.847Z] ---> fc734224a432 [2021-01-05T17:53:51.847Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T17:53:51.847Z] ---> Running in 6c4c04381cb3 [2021-01-05T17:53:51.847Z] ---> Running in 6a81a2865570 [2021-01-05T17:53:51.847Z] ---> dc43a7fa159e [2021-01-05T17:53:51.847Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T17:53:51.847Z] ---> Running in c5ba3281e987 [2021-01-05T17:53:51.847Z] Removing intermediate container e79c3eced958 [2021-01-05T17:53:51.847Z] ---> 66423b45e9e9 [2021-01-05T17:53:51.847Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:53:52.110Z] Removing intermediate container 6c4c04381cb3 [2021-01-05T17:53:52.110Z] ---> 4f60b14dced5 [2021-01-05T17:53:52.110Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:53:52.110Z] ---> Running in f6e976f312a6 [2021-01-05T17:53:52.373Z] Removing intermediate container 6a81a2865570 [2021-01-05T17:53:52.373Z] ---> b114e86262ea [2021-01-05T17:53:52.373Z] Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:53:52.373Z] ---> Running in 9f8c665d29a6 [2021-01-05T17:53:52.373Z] Removing intermediate container c5ba3281e987 [2021-01-05T17:53:52.373Z] ---> 10c5700c39e1 [2021-01-05T17:53:52.373Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T17:53:52.373Z] ---> Running in f975fdece14b [2021-01-05T17:53:52.636Z] ---> 86b63a7b7c0a [2021-01-05T17:53:52.636Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T17:53:52.636Z] ---> Running in 2371b3e28cfb [2021-01-05T17:53:52.636Z] Removing intermediate container f6e976f312a6 [2021-01-05T17:53:52.636Z] ---> 15be974b64e9 [2021-01-05T17:53:52.636Z] [2021-01-05T17:53:52.636Z] Removing intermediate container 9f8c665d29a6 [2021-01-05T17:53:52.636Z] ---> 32028cae2de4 [2021-01-05T17:53:52.636Z] [2021-01-05T17:53:52.901Z] Removing intermediate container f975fdece14b [2021-01-05T17:53:52.901Z] ---> fed2effae83f [2021-01-05T17:53:52.901Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:53:52.901Z] Successfully built 15be974b64e9 [2021-01-05T17:53:52.901Z] Successfully built 32028cae2de4 [2021-01-05T17:53:52.901Z] Successfully tagged docker-core-command-go:latest [2021-01-05T17:53:52.901Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-05T17:53:52.901Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T17:53:52.901Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:53:52.901Z]  Building docker-core-metadata-go ... done  ---> Running in 01187d32209e [2021-01-05T17:53:53.173Z] Removing intermediate container 2371b3e28cfb [2021-01-05T17:53:53.173Z] ---> ee5dc3cc7a56 [2021-01-05T17:53:53.173Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:53:53.173Z] ---> bdc81da63077 [2021-01-05T17:53:53.173Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T17:53:53.173Z] ---> Running in faea1f2421f3 [2021-01-05T17:53:53.173Z] Removing intermediate container 01187d32209e [2021-01-05T17:53:53.173Z] ---> 6d0c2dc305ac [2021-01-05T17:53:53.173Z] [2021-01-05T17:53:53.435Z] Removing intermediate container faea1f2421f3 [2021-01-05T17:53:53.435Z] ---> 71ea249a4217 [2021-01-05T17:53:53.435Z] Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:53:53.435Z] Successfully built 6d0c2dc305ac [2021-01-05T17:53:53.435Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T17:53:53.435Z] Building docker-sys-mgmt-agent-go [2021-01-05T17:53:53.435Z]  Building docker-support-notifications-go ... done  ---> e66fb5428f75 [2021-01-05T17:53:53.435Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T17:53:53.700Z] ---> Running in e3cd16970d8f [2021-01-05T17:53:53.700Z] ---> Running in 1d934fc171fb [2021-01-05T17:53:53.964Z] Removing intermediate container e3cd16970d8f [2021-01-05T17:53:53.964Z] ---> 60e4b81525b2 [2021-01-05T17:53:53.964Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:53:56.532Z] ---> Running in 6e5ca219ae5d [2021-01-05T17:53:57.128Z] Removing intermediate container 6e5ca219ae5d [2021-01-05T17:53:57.128Z] ---> 261526f38dac [2021-01-05T17:53:57.128Z] [2021-01-05T17:53:57.385Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T17:53:57.390Z] Successfully built 261526f38dac [2021-01-05T17:53:59.317Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T17:53:59.317Z] Building docker-core-data-go [2021-01-05T17:54:02.656Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1d934fc171fb [2021-01-05T17:54:02.656Z] ---> ce9966a3ef58 [2021-01-05T17:54:02.656Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T17:54:02.656Z] ---> Running in be7af73c72be [2021-01-05T17:54:02.927Z] Removing intermediate container be7af73c72be [2021-01-05T17:54:02.927Z] ---> 88dec495d340 [2021-01-05T17:54:02.927Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:54:02.927Z] ---> Running in b88efe0cfaee [2021-01-05T17:54:03.510Z] Removing intermediate container b88efe0cfaee [2021-01-05T17:54:03.510Z] ---> 92c4e05c29f3 [2021-01-05T17:54:03.510Z] Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:54:03.776Z] ---> Running in 1929bd32d436 [2021-01-05T17:54:05.181Z] Removing intermediate container 1929bd32d436 [2021-01-05T17:54:05.181Z] ---> 4f25851bc049 [2021-01-05T17:54:05.181Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:54:05.761Z] ---> Running in a34c2dc6ec06 [2021-01-05T17:54:06.039Z] Removing intermediate container a34c2dc6ec06 [2021-01-05T17:54:06.039Z] ---> 5f5d5c23904a [2021-01-05T17:54:06.039Z] [2021-01-05T17:54:06.304Z] Successfully built 5f5d5c23904a [2021-01-05T17:54:06.304Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T17:54:14.585Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:54:14.585Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:54:14.585Z] ---> 99fbff96afed [2021-01-05T17:54:14.585Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T17:54:14.585Z] ---> Using cache [2021-01-05T17:54:14.585Z] ---> c20974adff73 [2021-01-05T17:54:14.585Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:54:14.585Z] ---> Using cache [2021-01-05T17:54:14.585Z] ---> 78125b9a48e3 [2021-01-05T17:54:14.585Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T17:54:14.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:54:14.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:54:14.856Z] ---> 99fbff96afed [2021-01-05T17:54:14.856Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:54:14.856Z] ---> Using cache [2021-01-05T17:54:14.856Z] ---> c20974adff73 [2021-01-05T17:54:14.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:54:14.856Z] ---> Using cache [2021-01-05T17:54:14.856Z] ---> 78125b9a48e3 [2021-01-05T17:54:14.856Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:54:14.856Z] ---> Using cache [2021-01-05T17:54:14.856Z] ---> 1bfada7af385 [2021-01-05T17:54:14.856Z] Step 6/22 : COPY go.mod . [2021-01-05T17:54:14.856Z] ---> Using cache [2021-01-05T17:54:14.856Z] ---> 5fa691bda4f3 [2021-01-05T17:54:14.856Z] Step 7/22 : RUN go mod download [2021-01-05T17:54:14.856Z] ---> Using cache [2021-01-05T17:54:14.856Z] ---> d863ae5474ff [2021-01-05T17:54:14.856Z] Step 8/22 : COPY . . [2021-01-05T17:54:15.120Z] ---> Using cache [2021-01-05T17:54:15.121Z] ---> ab9936d27e4b [2021-01-05T17:54:15.121Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T17:54:15.383Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:54:15.383Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:54:15.383Z] ---> 99fbff96afed [2021-01-05T17:54:15.383Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:54:15.383Z] ---> Using cache [2021-01-05T17:54:15.383Z] ---> c20974adff73 [2021-01-05T17:54:15.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:54:15.383Z] ---> Using cache [2021-01-05T17:54:15.383Z] ---> 78125b9a48e3 [2021-01-05T17:54:15.383Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:54:15.383Z] ---> Using cache [2021-01-05T17:54:15.383Z] ---> 1bfada7af385 [2021-01-05T17:54:15.383Z] Step 6/21 : COPY go.mod . [2021-01-05T17:54:15.383Z] ---> Using cache [2021-01-05T17:54:15.383Z] ---> 5fa691bda4f3 [2021-01-05T17:54:15.383Z] Step 7/21 : RUN go mod download [2021-01-05T17:54:15.383Z] ---> Using cache [2021-01-05T17:54:15.383Z] ---> d863ae5474ff [2021-01-05T17:54:15.383Z] Step 8/21 : COPY . . [2021-01-05T17:54:15.647Z] ---> Using cache [2021-01-05T17:54:15.647Z] ---> ab9936d27e4b [2021-01-05T17:54:15.647Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T17:54:16.604Z] ---> Running in 8fcb39c2133e [2021-01-05T17:54:16.604Z] ---> Running in 7d7d9723c949 [2021-01-05T17:54:16.604Z] ---> Running in ccd2df3e51e7 [2021-01-05T17:54:18.499Z] 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-05T17:54:18.499Z] 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-05T17:54:18.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:54:18.500Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:54:18.500Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:54:18.500Z] ---> 99fbff96afed [2021-01-05T17:54:18.500Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T17:54:18.500Z] ---> Using cache [2021-01-05T17:54:18.500Z] ---> c20974adff73 [2021-01-05T17:54:18.500Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:54:18.500Z] ---> Using cache [2021-01-05T17:54:18.500Z] ---> 78125b9a48e3 [2021-01-05T17:54:18.500Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T17:54:19.227Z] ---> Running in 11156d375f5b [2021-01-05T17:54:19.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:54:19.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:54:20.396Z] OK: 233 MiB in 51 packages [2021-01-05T17:54:20.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:54:21.804Z] OK: 233 MiB in 51 packages [2021-01-05T17:54:21.804Z] Removing intermediate container ccd2df3e51e7 [2021-01-05T17:54:21.804Z] ---> 61c8e5c7708b [2021-01-05T17:54:21.804Z] Step 6/26 : COPY go.mod . [2021-01-05T17:54:22.406Z] ---> ce9522861e0b [2021-01-05T17:54:22.406Z] Step 7/26 : RUN go mod download [2021-01-05T17:54:22.991Z] ---> Running in 5a77f242166a [2021-01-05T17:54:23.259Z] Removing intermediate container 11156d375f5b [2021-01-05T17:54:23.259Z] ---> 0c05da2eef1f [2021-01-05T17:54:23.259Z] Step 6/23 : COPY go.mod . [2021-01-05T17:54:23.846Z] ---> bae6c81333c2 [2021-01-05T17:54:23.846Z] Step 7/23 : RUN go mod download [2021-01-05T17:54:23.846Z] ---> Running in e834f73b0208 [2021-01-05T17:54:26.459Z] Removing intermediate container 5a77f242166a [2021-01-05T17:54:26.459Z] ---> 2f2a774c63f5 [2021-01-05T17:54:26.459Z] Step 8/26 : COPY . . [2021-01-05T17:54:26.459Z] Removing intermediate container e834f73b0208 [2021-01-05T17:54:26.459Z] ---> 61912610d968 [2021-01-05T17:54:26.459Z] Step 8/23 : COPY . . [2021-01-05T17:54:36.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T17:54:48.625Z] Removing intermediate container 7d7d9723c949 [2021-01-05T17:54:48.625Z] ---> 781a4ae918c0 [2021-01-05T17:54:48.625Z] [2021-01-05T17:54:48.625Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T17:54:48.625Z] ---> 389fef711851 [2021-01-05T17:54:48.625Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:54:48.625Z] ---> Using cache [2021-01-05T17:54:48.625Z] ---> 82841fa31a89 [2021-01-05T17:54:48.625Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T17:54:48.625Z] Removing intermediate container 8fcb39c2133e [2021-01-05T17:54:48.625Z] ---> 040c3ea87412 [2021-01-05T17:54:48.625Z] [2021-01-05T17:54:48.625Z] Step 10/21 : FROM scratch [2021-01-05T17:54:48.625Z] ---> [2021-01-05T17:54:48.625Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:54:48.890Z] ---> Using cache [2021-01-05T17:54:48.890Z] ---> 3b75713e78d7 [2021-01-05T17:54:48.890Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T17:54:49.846Z] ---> Running in 1ad40326f242 [2021-01-05T17:54:49.846Z] ---> Running in eabf51003591 [2021-01-05T17:54:50.421Z] ---> 49bb4396413a [2021-01-05T17:54:50.421Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T17:54:50.421Z] ---> d9eb87cbc8ea [2021-01-05T17:54:50.421Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T17:54:50.421Z] Removing intermediate container eabf51003591 [2021-01-05T17:54:50.421Z] ---> 7568ec22120f [2021-01-05T17:54:50.421Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T17:54:51.374Z] Removing intermediate container 1ad40326f242 [2021-01-05T17:54:51.374Z] ---> 1da4643a7d49 [2021-01-05T17:54:51.374Z] Step 13/22 : WORKDIR / [2021-01-05T17:54:51.374Z] ---> Running in 153c3effe5f4 [2021-01-05T17:54:51.374Z] ---> Running in 2352731d800f [2021-01-05T17:54:51.374Z] ---> Running in 4ee1e1c4a827 [2021-01-05T17:54:51.374Z] ---> Running in 63bbc3f4ddae [2021-01-05T17:54:51.969Z] Removing intermediate container 2352731d800f [2021-01-05T17:54:51.969Z] ---> dc7d80b3694e [2021-01-05T17:54:51.969Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T17:54:51.969Z] Removing intermediate container 63bbc3f4ddae [2021-01-05T17:54:51.969Z] ---> 894032aba3ac [2021-01-05T17:54:51.969Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T17:54:52.240Z] ---> 14fe5ac352f4 [2021-01-05T17:54:52.240Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T17:54:52.240Z] ---> 20750d71ea69 [2021-01-05T17:54:52.240Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T17:54:52.507Z] 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-05T17:54:52.507Z] 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-05T17:54:53.105Z] ---> 08a35787b29d [2021-01-05T17:54:53.105Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T17:54:53.105Z] ---> 2fb8654f9122 [2021-01-05T17:54:53.105Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T17:54:53.385Z] ---> d8fcdf5a1daf [2021-01-05T17:54:53.385Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T17:54:53.385Z] ---> fbba6961524a [2021-01-05T17:54:53.385Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T17:54:53.652Z] ---> Running in 056d5789927e [2021-01-05T17:54:53.918Z] Removing intermediate container 056d5789927e [2021-01-05T17:54:53.918Z] ---> fe35a1fc1a93 [2021-01-05T17:54:53.918Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:54:54.185Z] ---> bee95872a44a [2021-01-05T17:54:54.185Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T17:54:54.185Z] ---> Running in 2d7fe2a08476 [2021-01-05T17:54:54.458Z] ---> Running in ede63c847379 [2021-01-05T17:54:54.727Z] Removing intermediate container 2d7fe2a08476 [2021-01-05T17:54:54.727Z] ---> bfc7ae13eaaa [2021-01-05T17:54:54.727Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:54:55.003Z] ---> Running in 258830bcbdee [2021-01-05T17:54:55.284Z] Removing intermediate container 258830bcbdee [2021-01-05T17:54:55.284Z] ---> 91b6ed56c91a [2021-01-05T17:54:55.284Z] Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:54:55.573Z] ---> Running in d607ec0a9e63 [2021-01-05T17:54:55.845Z] Removing intermediate container d607ec0a9e63 [2021-01-05T17:54:55.845Z] ---> 754453bbb8cf [2021-01-05T17:54:55.845Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:54:55.845Z] ---> Running in 35a7487fc061 [2021-01-05T17:54:56.463Z] Removing intermediate container 35a7487fc061 [2021-01-05T17:54:56.463Z] ---> 4a0967094b84 [2021-01-05T17:54:56.463Z] [2021-01-05T17:54:56.744Z] Successfully built 4a0967094b84 [2021-01-05T17:54:56.744Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T17:54:56.744Z]  Building docker-support-scheduler-go ... done Removing intermediate container ede63c847379 [2021-01-05T17:54:56.744Z] ---> fa7c44929d7b [2021-01-05T17:54:56.744Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T17:54:56.744Z] ---> Running in 76ab9484a982 [2021-01-05T17:54:57.026Z] Removing intermediate container 76ab9484a982 [2021-01-05T17:54:57.026Z] ---> e4a68afd187f [2021-01-05T17:54:57.026Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:54:57.026Z] ---> Running in bcf27c04d8c1 [2021-01-05T17:54:57.298Z] Removing intermediate container bcf27c04d8c1 [2021-01-05T17:54:57.298Z] ---> 81edf0e5a895 [2021-01-05T17:54:57.298Z] Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:54:57.572Z] ---> Running in 8c93f02b0298 [2021-01-05T17:54:58.550Z] Removing intermediate container 8c93f02b0298 [2021-01-05T17:54:58.550Z] ---> 6b0cae6a21d7 [2021-01-05T17:54:58.550Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:54:58.828Z] ---> Running in 09a230489d8e [2021-01-05T17:54:59.098Z] Removing intermediate container 09a230489d8e [2021-01-05T17:54:59.098Z] ---> 452c0f6d2d3b [2021-01-05T17:54:59.098Z] [2021-01-05T17:54:59.156Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T17:54:59.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T17:54:59.365Z] Successfully built 452c0f6d2d3b [2021-01-05T17:54:59.365Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T17:55:02.548Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T17:55:02.548Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T17:55:02.548Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T17:55:09.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements [2021-01-05T17:55:09.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T17:55:09.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T17:55:09.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T17:55:09.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T17:55:09.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T17:55:11.729Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4ee1e1c4a827 [2021-01-05T17:55:11.729Z] ---> 2a2cbf011852 [2021-01-05T17:55:11.729Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T17:55:12.001Z] ---> Running in e552583c3d6a [2021-01-05T17:55:12.957Z] 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-05T17:55:14.888Z] Removing intermediate container 153c3effe5f4 [2021-01-05T17:55:14.888Z] ---> 016ab4f44e0f [2021-01-05T17:55:14.888Z] [2021-01-05T17:55:14.888Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T17:55:14.888Z] ---> 389fef711851 [2021-01-05T17:55:14.888Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:55:15.150Z] ---> Running in 3907822f172e [2021-01-05T17:55:15.150Z] Removing intermediate container e552583c3d6a [2021-01-05T17:55:15.150Z] ---> 0343745a9069 [2021-01-05T17:55:15.150Z] [2021-01-05T17:55:15.150Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T17:55:15.150Z] Removing intermediate container 3907822f172e [2021-01-05T17:55:15.150Z] ---> f9c42ba8e6c6 [2021-01-05T17:55:15.150Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T17:55:15.411Z] 20.10.0: Pulling from library/docker [2021-01-05T17:55:15.412Z] ---> Running in 9191c8e8b687 [2021-01-05T17:55:15.679Z] Removing intermediate container 9191c8e8b687 [2021-01-05T17:55:15.679Z] ---> a0de13a7b1c0 [2021-01-05T17:55:15.679Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T17:55:15.679Z] ---> Running in 5a2c5d307c0a [2021-01-05T17:55:16.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.465s coverage: 27.0% of statements [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T17:55:16.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T17:55:16.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T17:55:16.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 77.1% of statements [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T17:55:16.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T17:55:16.262Z] Removing intermediate container 5a2c5d307c0a [2021-01-05T17:55:16.262Z] ---> d452099075d3 [2021-01-05T17:55:16.262Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:55:16.262Z] ---> Running in 154f630ecde9 [2021-01-05T17:55:17.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.656s coverage: 82.4% of statements [2021-01-05T17:55:17.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T17:55:17.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:55:17.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T17:55:17.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T17:55:18.219Z] Removing intermediate container 154f630ecde9 [2021-01-05T17:55:18.219Z] ---> 8d36a7fc18d9 [2021-01-05T17:55:18.219Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T17:55:18.219Z] ---> Running in 5b573121527c [2021-01-05T17:55:18.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:19.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:20.021Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T17:55:20.021Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T17:55:20.021Z] ---> aefe523efa57 [2021-01-05T17:55:20.021Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T17:55:20.285Z] ---> Running in 32eb450e2ec5 [2021-01-05T17:55:20.285Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T17:55:20.285Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T17:55:20.553Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T17:55:20.815Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T17:55:21.390Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T17:55:21.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:21.390Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:55:21.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:21.390Z] OK: 8 MiB in 19 packages [2021-01-05T17:55:21.653Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T17:55:21.653Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T17:55:21.653Z] Executing bash-5.0.17-r0.post-install [2021-01-05T17:55:21.653Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:55:21.653Z] OK: 12 MiB in 22 packages [2021-01-05T17:55:22.236Z] Removing intermediate container 5b573121527c [2021-01-05T17:55:22.236Z] ---> 219cb92c43b0 [2021-01-05T17:55:22.236Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T17:55:22.236Z] Removing intermediate container 32eb450e2ec5 [2021-01-05T17:55:22.236Z] ---> d3d430fbb774 [2021-01-05T17:55:22.236Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T17:55:22.236Z] ---> Running in f1d56ed3d533 [2021-01-05T17:55:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T17:55:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T17:55:22.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-01-05T17:55:22.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T17:55:22.501Z] ---> 342f241a403e [2021-01-05T17:55:22.501Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T17:55:22.501Z] Removing intermediate container f1d56ed3d533 [2021-01-05T17:55:22.501Z] ---> 84723857d4ed [2021-01-05T17:55:22.501Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T17:55:22.763Z] ---> Running in 176f43849807 [2021-01-05T17:55:23.032Z] Removing intermediate container 176f43849807 [2021-01-05T17:55:23.032Z] ---> 0a94bd67dbcc [2021-01-05T17:55:23.032Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T17:55:23.032Z] ---> Running in 2d4d12041772 [2021-01-05T17:55:23.032Z] ---> d4bc91695771 [2021-01-05T17:55:23.032Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T17:55:23.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements [2021-01-05T17:55:23.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T17:55:23.296Z] Removing intermediate container 2d4d12041772 [2021-01-05T17:55:23.296Z] ---> 038c974504db [2021-01-05T17:55:23.296Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T17:55:23.296Z] ---> d423559a32ce [2021-01-05T17:55:23.296Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T17:55:23.558Z] ---> Running in a230087b9e73 [2021-01-05T17:55:23.558Z] Removing intermediate container a230087b9e73 [2021-01-05T17:55:23.558Z] ---> e9df2ffafdda [2021-01-05T17:55:23.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:55:23.832Z] ---> Running in 9c7d3bb19304 [2021-01-05T17:55:23.832Z] ---> 9bfea4863044 [2021-01-05T17:55:23.832Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T17:55:24.104Z] Removing intermediate container 9c7d3bb19304 [2021-01-05T17:55:24.104Z] ---> 65ee7bf78625 [2021-01-05T17:55:24.104Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T17:55:24.104Z] ---> Running in ff907fe58546 [2021-01-05T17:55:24.104Z] ---> fb9d8f49ff7f [2021-01-05T17:55:24.104Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T17:55:24.373Z] Removing intermediate container ff907fe58546 [2021-01-05T17:55:24.373Z] ---> 1f265a6db3c5 [2021-01-05T17:55:24.373Z] Step 22/23 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:55:24.373Z] ---> Running in ac570b167862 [2021-01-05T17:55:24.642Z] ---> 08bb4bd4c371 [2021-01-05T17:55:24.642Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T17:55:24.642Z] ---> Running in bc4ad8da66eb [2021-01-05T17:55:24.642Z] Removing intermediate container ac570b167862 [2021-01-05T17:55:24.642Z] ---> 16704c7e5187 [2021-01-05T17:55:24.642Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T17:55:24.906Z] ---> Running in 3dc4dc8fb692 [2021-01-05T17:55:25.169Z] Removing intermediate container 3dc4dc8fb692 [2021-01-05T17:55:25.169Z] ---> f390e1fa3738 [2021-01-05T17:55:25.169Z] [2021-01-05T17:55:25.169Z] Successfully built f390e1fa3738 [2021-01-05T17:55:25.169Z] Successfully tagged docker-core-data-go:latest [2021-01-05T17:55:25.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:25.433Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:25.433Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T17:55:25.433Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T17:55:25.433Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T17:55:25.433Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T17:55:25.433Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T17:55:25.433Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T17:55:25.433Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T17:55:25.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.327s coverage: 97.5% of statements [2021-01-05T17:55:25.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T17:55:25.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-01-05T17:55:25.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T17:55:25.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T17:55:25.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T17:55:25.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T17:55:26.379Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T17:55:26.379Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T17:55:26.379Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T17:55:26.641Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T17:55:26.641Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T17:55:26.641Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T17:55:26.641Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T17:55:26.641Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T17:55:26.641Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T17:55:26.641Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T17:55:26.641Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T17:55:26.903Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T17:55:26.903Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T17:55:26.903Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T17:55:26.903Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T17:55:26.903Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T17:55:26.903Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T17:55:26.903Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T17:55:26.903Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T17:55:26.903Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T17:55:26.903Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T17:55:26.903Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T17:55:26.903Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T17:55:26.903Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T17:55:27.165Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T17:55:27.165Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T17:55:27.165Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:55:27.165Z] OK: 71 MiB in 55 packages [2021-01-05T17:55:32.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.106s coverage: 93.8% of statements [2021-01-05T17:55:32.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T17:55:32.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:55:32.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T17:55:32.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T17:55:32.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T17:55:32.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T17:55:32.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements [2021-01-05T17:55:32.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T17:55:32.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 80.8% of statements [2021-01-05T17:55:32.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-01-05T17:55:33.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 84.2% of statements [2021-01-05T17:55:34.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.4% of statements [2021-01-05T17:55:34.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T17:55:35.334Z] Removing intermediate container bc4ad8da66eb [2021-01-05T17:55:35.334Z] ---> bbd0c1c7f08e [2021-01-05T17:55:35.334Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T17:55:35.334Z] ---> Running in 34e6ed57295b [2021-01-05T17:55:36.726Z] Collecting docker-compose==1.23.2 [2021-01-05T17:55:36.726Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T17:55:36.996Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T17:55:36.996Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T17:55:37.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 63.5% of statements [2021-01-05T17:55:37.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T17:55:37.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T17:55:37.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-05T17:55:37.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-01-05T17:55:37.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements [2021-01-05T17:55:37.572Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T17:55:37.573Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T17:55:37.573Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T17:55:37.573Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T17:55:37.834Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T17:55:37.834Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T17:55:38.096Z] Collecting PyYAML<4,>=3.10 [2021-01-05T17:55:38.096Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T17:55:38.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-01-05T17:55:38.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-01-05T17:55:39.041Z] 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-05T17:55:39.042Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T17:55:39.042Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T17:55:39.042Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T17:55:39.042Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T17:55:39.303Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T17:55:39.303Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T17:55:39.877Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T17:55:39.877Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T17:55:40.140Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T17:55:40.140Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T17:55:40.140Z] 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-05T17:55:40.401Z] Collecting idna<2.8,>=2.5 [2021-01-05T17:55:40.401Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T17:55:40.402Z] 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-05T17:55:40.402Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T17:55:40.402Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T17:55:40.402Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T17:55:40.402Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T17:55:40.402Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T17:55:40.402Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T17:55:40.664Z] Installing collected packages: texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, PyYAML, cached-property, docopt, dockerpty, docker-compose [2021-01-05T17:55:40.664Z] Running setup.py install for texttable: started [2021-01-05T17:55:41.238Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T17:55:41.238Z] Attempting uninstall: idna [2021-01-05T17:55:41.238Z] Found existing installation: idna 2.9 [2021-01-05T17:55:41.238Z] Uninstalling idna-2.9: [2021-01-05T17:55:41.238Z] Successfully uninstalled idna-2.9 [2021-01-05T17:55:41.501Z] Attempting uninstall: urllib3 [2021-01-05T17:55:41.501Z] Found existing installation: urllib3 1.25.9 [2021-01-05T17:55:41.501Z] Uninstalling urllib3-1.25.9: [2021-01-05T17:55:41.501Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T17:55:41.501Z] Attempting uninstall: requests [2021-01-05T17:55:41.501Z] Found existing installation: requests 2.23.0 [2021-01-05T17:55:41.501Z] Uninstalling requests-2.23.0: [2021-01-05T17:55:41.763Z] Successfully uninstalled requests-2.23.0 [2021-01-05T17:55:42.352Z] Running setup.py install for PyYAML: started [2021-01-05T17:55:42.614Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T17:55:42.877Z] Running setup.py install for docopt: started [2021-01-05T17:55:43.138Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T17:55:43.139Z] Running setup.py install for dockerpty: started [2021-01-05T17:55:43.713Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T17:55:43.976Z] 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-05T17:55:44.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T17:55:44.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.389s coverage: 37.0% of statements [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T17:55:44.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T17:55:45.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.642s coverage: 84.0% of statements [2021-01-05T17:55:45.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-05T17:55:47.390Z] Removing intermediate container 34e6ed57295b [2021-01-05T17:55:47.391Z] ---> c281926fe787 [2021-01-05T17:55:47.391Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T17:55:47.391Z] ---> Running in 19c8d11aaa10 [2021-01-05T17:55:47.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:47.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:55:48.052Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:55:48.052Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T17:55:48.052Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T17:55:48.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:55:48.052Z] OK: 72 MiB in 58 packages [2021-01-05T17:55:48.627Z] Removing intermediate container 19c8d11aaa10 [2021-01-05T17:55:48.627Z] ---> aecfb14fd128 [2021-01-05T17:55:48.627Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T17:55:48.627Z] ---> Running in 7690038ea07a [2021-01-05T17:55:48.890Z] Removing intermediate container 7690038ea07a [2021-01-05T17:55:48.890Z] ---> e69788fb05ba [2021-01-05T17:55:48.890Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:55:48.890Z] ---> Running in da732d3a556c [2021-01-05T17:55:49.152Z] Removing intermediate container da732d3a556c [2021-01-05T17:55:49.152Z] ---> 4e6e8fbbed5b [2021-01-05T17:55:49.152Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T17:55:49.152Z] ---> Running in f115af9bac0b [2021-01-05T17:55:49.152Z] Removing intermediate container f115af9bac0b [2021-01-05T17:55:49.152Z] ---> b8bd6c450aaf [2021-01-05T17:55:49.152Z] Step 25/26 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:55:49.415Z] ---> Running in 6cca4fcc12c2 [2021-01-05T17:55:49.415Z] Removing intermediate container 6cca4fcc12c2 [2021-01-05T17:55:49.415Z] ---> 91167334848e [2021-01-05T17:55:49.415Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T17:55:49.678Z] ---> Running in ca575d0b7949 [2021-01-05T17:55:49.678Z] Removing intermediate container ca575d0b7949 [2021-01-05T17:55:49.678Z] ---> 0ea67bbe9eb9 [2021-01-05T17:55:49.678Z] [2021-01-05T17:55:49.950Z] Successfully built 0ea67bbe9eb9 [2021-01-05T17:55:49.950Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T17:55:50.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.337s coverage: 47.1% of statements [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T17:55:50.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T17:55:50.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-01-05T17:55:50.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T17:55:50.224Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T17:55:50.230Z] $ docker stop --time=1 2464e2b28162759af87284caba0a3f3ebcf0a4217a02c771c2cbaa730b75098c [2021-01-05T17:55:51.962Z] $ docker rm -f 2464e2b28162759af87284caba0a3f3ebcf0a4217a02c771c2cbaa730b75098c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:55:52.528Z] + docker images [2021-01-05T17:55:52.528Z] + grep docker [2021-01-05T17:55:52.528Z] docker-sys-mgmt-agent-go latest 0ea67bbe9eb9 3 seconds ago 313MB [2021-01-05T17:55:52.528Z] docker-core-data-go latest f390e1fa3738 28 seconds ago 22.2MB [2021-01-05T17:55:52.528Z] docker-security-bootstrap-redis-go latest 452c0f6d2d3b 54 seconds ago 15.8MB [2021-01-05T17:55:52.528Z] docker-support-scheduler-go latest 4a0967094b84 56 seconds ago 10.7MB [2021-01-05T17:55:52.528Z] docker-security-secretstore-setup-go latest 5f5d5c23904a About a minute ago 24.6MB [2021-01-05T17:55:52.528Z] docker-security-proxy-setup-go latest 261526f38dac About a minute ago 24.5MB [2021-01-05T17:55:52.528Z] docker-support-notifications-go latest 6d0c2dc305ac About a minute ago 12MB [2021-01-05T17:55:52.528Z] docker-core-command-go latest 15be974b64e9 2 minutes ago 10.6MB [2021-01-05T17:55:52.528Z] docker-core-metadata-go latest 32028cae2de4 2 minutes ago 13MB [2021-01-05T17:55:52.528Z] docker 20.10.0 aefe523efa57 3 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-05T17:55:53.353Z] Running on prd-ubuntu18.04-docker-8c-8g-18542 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws [2021-01-05T17:55:53.402Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-05T17:55:55.529Z] using credential edgex-jenkins-ssh [2021-01-05T17:55:55.580Z] Cloning the remote Git repository [2021-01-05T17:55:55.602Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:55:55.679Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-05T17:55:55.710Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:55:55.710Z] > git --version # timeout=10 [2021-01-05T17:55:55.716Z] > git --version # 'git version 2.17.1' [2021-01-05T17:55:55.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:55:55.743Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.824s coverage: 29.1% of statements [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.142s coverage: 100.0% of statements [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T17:55:56.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-01-05T17:55:56.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-05T17:55:57.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-05T17:55:57.972Z] GO111MODULE=on go vet ./... [2021-01-05T17:56:07.034Z] Merging remotes/origin/master commit 828b569b97d1497e97194cb37b384982112fa400 into PR head commit b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:56:07.222Z] Merge succeeded, producing b48eada16333cc829670c470b7385597682ce50c [2021-01-05T17:56:07.222Z] Checking out Revision b48eada16333cc829670c470b7385597682ce50c (PR-2986) [2021-01-05T17:56:06.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:56:06.544Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:56:06.553Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:56:06.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:56:06.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:56:06.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:56:07.043Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:56:07.047Z] > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 [2021-01-05T17:56:07.166Z] > git remote # timeout=10 [2021-01-05T17:56:07.171Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T17:56:07.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:56:07.181Z] > git merge 828b569b97d1497e97194cb37b384982112fa400 # timeout=10 [2021-01-05T17:56:07.206Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T17:56:07.226Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:56:07.230Z] > git checkout -f b48eada16333cc829670c470b7385597682ce50c # timeout=10 [2021-01-05T17:56:10.824Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:56:12.048Z] + echo snap-build.sh [2021-01-05T17:56:12.048Z] snap-build.sh [2021-01-05T17:56:12.048Z] + SNAP_BASE_DIR=. [2021-01-05T17:56:12.048Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-05T17:56:12.048Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-05T17:56:12.048Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-05T17:56:12.048Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-05T17:56:12.048Z] + cd /w/workspace/edgex-go/5 [2021-01-05T17:56:12.048Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-05T17:56:12.048Z] Reading package lists... [2021-01-05T17:56:12.310Z] Building dependency tree... [2021-01-05T17:56:12.310Z] Reading state information... [2021-01-05T17:56:12.310Z] The following packages were automatically installed and are no longer required: [2021-01-05T17:56:12.310Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-05T17:56:12.310Z] uidmap xdelta3 [2021-01-05T17:56:12.310Z] Use 'sudo apt autoremove' to remove them. [2021-01-05T17:56:12.573Z] The following packages will be REMOVED: [2021-01-05T17:56:12.573Z] lxd* lxd-client* [2021-01-05T17:56:12.858Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-05T17:56:12.858Z] After this operation, 31.7 MB disk space will be freed. [2021-01-05T17:56:13.923Z] (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-05T17:56:13.923Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T17:56:14.900Z] Removing lxd dnsmasq configuration [2021-01-05T17:56:14.900Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T17:56:15.165Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-05T17:57:06.009Z] gofmt -l . [2021-01-05T17:57:06.009Z] [ "`gofmt -l .`" = "" ] [2021-01-05T17:57:06.009Z] ./bin/test-go-mod-tidy.sh [2021-01-05T17:57:06.287Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T17:57:11.237Z] + ls -al . [2021-01-05T17:57:11.238Z] total 668 [2021-01-05T17:57:11.238Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 17:57 . [2021-01-05T17:57:11.238Z] drwxr-xr-x 4 root root 4096 Jan 5 17:53 .. [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 17:52 .dockerignore [2021-01-05T17:57:11.238Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 17:52 .git [2021-01-05T17:57:11.238Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 17:52 .github [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 17:52 .gitignore [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 17:52 .sonarcloud.properties [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:52 CONTRIBUTING.md [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 17:52 Dockerfile.build [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 17:52 Jenkinsfile [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:52 LICENSE [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:52 Makefile [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:52 README.md [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:52 SECURITY.md [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 17:48 VERSION [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:52 ZMQWindows.md [2021-01-05T17:57:11.238Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 17:52 bin [2021-01-05T17:57:11.238Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 17:52 cmd [2021-01-05T17:57:11.238Z] -rw-r--r-- 1 root root 541590 Jan 5 17:55 coverage.out [2021-01-05T17:57:11.238Z] -rw-r--r-- 1 root root 979 Jan 5 17:57 go.mod [2021-01-05T17:57:11.238Z] -rw-r--r-- 1 root root 19019 Jan 5 17:57 go.sum [2021-01-05T17:57:11.238Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 17:52 internal [2021-01-05T17:57:11.238Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 17:52 openapi [2021-01-05T17:57:11.238Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 17:52 snap [2021-01-05T17:57:11.238Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 17:52 version.go [Pipeline] sh [2021-01-05T17:57:11.888Z] + '[' -e coverage.out ] [2021-01-05T17:57:11.888Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T17:57:11.914Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T17:57:13.023Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T17:57:13.763Z] + make build [2021-01-05T17:57:13.763Z] 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-05T17:57:23.922Z] 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-05T17:57:36.752Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-05T17:57:36.752Z] (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-05T17:57:36.752Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T17:57:36.752Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-05T17:57:36.752Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-05T17:57:36.752Z] + sudo snap remove --purge lxd [2021-01-05T17:57:36.752Z] snap "lxd" is not installed [2021-01-05T17:57:36.752Z] + sudo groupadd --force --system lxd [2021-01-05T17:57:36.752Z] ++ whoami [2021-01-05T17:57:36.752Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-05T17:57:36.752Z] + newgrp - lxd [2021-01-05T17:57:36.752Z] + sudo snap install lxd [2021-01-05T17:57:39.306Z] 2021-01-05T17:57:37Z INFO Waiting for automatic snapd restart... [2021-01-05T17:57:46.099Z] 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-05T17:57:48.072Z] 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-05T17:57:53.471Z] 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-05T17:57:54.448Z] 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-05T17:57:57.492Z] lxd 4.9 from Canonical* installed [2021-01-05T17:57:57.492Z] + sudo lxd init --auto [2021-01-05T17:57:59.858Z] 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-05T17:58:04.098Z] + sudo snap install --classic snapcraft [2021-01-05T17:58:04.214Z] 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-05T17:58:08.517Z] 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-05T17:58:11.903Z] 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-05T17:58:16.202Z] 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-05T17:58:19.582Z] 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-05T17:58:22.982Z] $ docker stop --time=1 2d549041873278f7523788478f734b85b764114c56f10c33ec0203312f827597 [2021-01-05T17:58:25.466Z] $ docker rm -f 2d549041873278f7523788478f734b85b764114c56f10c33ec0203312f827597 [2021-01-05T17:58:26.091Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T17:58:26.091Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-05T17:58:26.091Z] + patch --verbose -p1 [2021-01-05T17:58:26.091Z] Hmm... Looks like a unified diff to me... [2021-01-05T17:58:26.091Z] The text leading up to this was: [2021-01-05T17:58:26.091Z] -------------------------- [2021-01-05T17:58:26.091Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-05T17:58:26.091Z] |From: Tony Espy [2021-01-05T17:58:26.091Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-05T17:58:26.091Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-05T17:58:26.091Z] | [2021-01-05T17:58:26.091Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-05T17:58:26.091Z] |optimize the snap CI check run for pull requests. When [2021-01-05T17:58:26.091Z] |applied, it essentially strips out everything (apps and [2021-01-05T17:58:26.091Z] |parts) from the snapcraft.yaml file except those required [2021-01-05T17:58:26.091Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-05T17:58:26.091Z] |catch changes to edgex-go that break the snap build. [2021-01-05T17:58:26.091Z] | [2021-01-05T17:58:26.091Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-05T17:58:26.091Z] |to update this patch file, otherwise it may fail to apply, [2021-01-05T17:58:26.091Z] |resulting in a failed snap build CI check in the associated [2021-01-05T17:58:26.091Z] |pull request. [2021-01-05T17:58:26.091Z] | [2021-01-05T17:58:26.091Z] |Note - in addition to applying this patch, the pipeline also [2021-01-05T17:58:26.091Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-05T17:58:26.091Z] |need to build the finally binary .snap file (and it won't [2021-01-05T17:58:26.091Z] |work with the patch applied). This further reduces the build [2021-01-05T17:58:26.091Z] |time. [2021-01-05T17:58:26.091Z] |--- [2021-01-05T17:58:26.091Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-05T17:58:26.091Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-05T17:58:26.091Z] | [2021-01-05T17:58:26.091Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-05T17:58:26.091Z] |index 1e537489..faf42425 100644 [2021-01-05T17:58:26.091Z] |--- a/snap/snapcraft.yaml [2021-01-05T17:58:26.091Z] |+++ b/snap/snapcraft.yaml [2021-01-05T17:58:26.092Z] -------------------------- [2021-01-05T17:58:26.092Z] patching file snap/snapcraft.yaml [2021-01-05T17:58:26.092Z] Using Plan A... [2021-01-05T17:58:26.092Z] Hunk #1 succeeded at 73. [2021-01-05T17:58:26.092Z] Hunk #2 succeeded at 202. [2021-01-05T17:58:26.092Z] Hunk #3 succeeded at 214. [2021-01-05T17:58:26.092Z] Hunk #4 succeeded at 222. [2021-01-05T17:58:26.092Z] Hunk #5 succeeded at 229. [2021-01-05T17:58:26.092Z] Hunk #6 succeeded at 256. [2021-01-05T17:58:26.092Z] Hunk #7 succeeded at 290. [2021-01-05T17:58:26.092Z] Hunk #8 succeeded at 341. [2021-01-05T17:58:26.092Z] Hmm... Ignoring the trailing garbage. [2021-01-05T17:58:26.092Z] done [2021-01-05T17:58:26.092Z] + sudo snapcraft prime --use-lxd [2021-01-05T17:58:26.092Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-05T17:58:26.092Z] 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-05T17:58:26.092Z] - README.md [2021-01-05T17:58:26.092Z] [2021-01-05T17:58:26.092Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:58:27.041Z] Launching a container. [2021-01-05T17:58:27.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:58:27.321Z] [2021-01-05T17:58:27.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:58:27.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:58:28.245Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T17:58:28.245Z] 29e5d40040c1: Pulling fs layer [2021-01-05T17:58:28.245Z] 1ce36da41761: Pulling fs layer [2021-01-05T17:58:28.245Z] 25b303627fd3: Pulling fs layer [2021-01-05T17:58:28.245Z] 29e5d40040c1: Verifying Checksum [2021-01-05T17:58:28.245Z] 29e5d40040c1: Download complete [2021-01-05T17:58:28.842Z] 1ce36da41761: Verifying Checksum [2021-01-05T17:58:28.842Z] 1ce36da41761: Download complete [2021-01-05T17:58:29.118Z] 29e5d40040c1: Pull complete [2021-01-05T17:58:30.093Z] 1ce36da41761: Pull complete [2021-01-05T17:58:31.062Z] 25b303627fd3: Verifying Checksum [2021-01-05T17:58:31.062Z] 25b303627fd3: Download complete [2021-01-05T17:58:41.207Z] 25b303627fd3: Pull complete [2021-01-05T17:58:41.207Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T17:58:41.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:58:41.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T17:58:41.473Z] prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container [2021-01-05T17:58:41.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T17:58:41.992Z] Waiting for container to be ready [2021-01-05T17:58:41.993Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-05T17:58:41.993Z] [2021-01-05T17:58:44.440Z] $ docker top 7fd3a6ad752d9e1019b1d4f848cad262ddeace103d759ab6fddaa9cfcd035a4a -eo pid,comm [2021-01-05T17:58:44.557Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-05T17:58:44.557Z] Waiting for network to be ready... [Pipeline] { [Pipeline] sh [2021-01-05T17:58:45.131Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T17:58:45.131Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-05T17:58:45.131Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T17:58:45.393Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-05T17:58:45.393Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T17:58:45.393Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T17:58:45.393Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T17:58:45.393Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T17:58:45.393Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T17:58:45.393Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T17:58:45.471Z] + grep parallel [2021-01-05T17:58:45.471Z] + docker-compose build --help [2021-01-05T17:58:45.654Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T17:58:45.915Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T17:58:45.915Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T17:58:46.181Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T17:58:46.181Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T17:58:46.181Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T17:58:46.181Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T17:58:46.181Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T17:58:46.442Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T17:58:46.705Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T17:58:46.705Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T17:58:46.705Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-05T17:58:46.705Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-05T17:58:46.705Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T17:58:46.705Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T17:58:46.705Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T17:58:46.965Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T17:58:48.847Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:58:48.864Z] $ docker stop --time=1 7fd3a6ad752d9e1019b1d4f848cad262ddeace103d759ab6fddaa9cfcd035a4a [2021-01-05T17:58:49.540Z] Fetched 23.6 MB in 5s (5055 kB/s) [2021-01-05T17:58:50.833Z] $ docker rm -f 7fd3a6ad752d9e1019b1d4f848cad262ddeace103d759ab6fddaa9cfcd035a4a [2021-01-05T17:58:50.935Z] Reading package lists... [2021-01-05T17:58:50.935Z] Reading package lists... [2021-01-05T17:58:50.935Z] Building dependency tree... [2021-01-05T17:58:50.935Z] Reading state information... [Pipeline] // withDockerContainer [2021-01-05T17:58:51.196Z] The following additional packages will be installed: [2021-01-05T17:58:51.197Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T17:58:51.197Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T17:58:51.197Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T17:58:51.197Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-05T17:58:51.197Z] Suggested packages: [2021-01-05T17:58:51.197Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-05T17:58:51.197Z] Recommended packages: [2021-01-05T17:58:51.197Z] gnupg libsasl2-modules [2021-01-05T17:58:51.197Z] The following NEW packages will be installed: [2021-01-05T17:58:51.197Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T17:58:51.197Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T17:58:51.197Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T17:58:51.197Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-05T17:58:51.197Z] The following packages will be upgraded: [2021-01-05T17:58:51.197Z] gpg gpg-agent gpgconf libudev1 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:58:51.461Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-05T17:58:51.461Z] Need to get 3531 kB of archives. [2021-01-05T17:58:51.461Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-05T17:58:51.461Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-05T17:58:51.461Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-05T17:58:51.722Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-05T17:58:51.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T17:58:51.737Z] . [Pipeline] withDockerContainer [2021-01-05T17:58:51.983Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-05T17:58:51.983Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-05T17:58:51.983Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-05T17:58:51.983Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-05T17:58:51.983Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-05T17:58:51.983Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-05T17:58:51.983Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-05T17:58:51.983Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-05T17:58:52.021Z] prd-ubuntu18.04-docker-arm64-4c-16g-18547 does not seem to be running inside a container [2021-01-05T17:58:52.127Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T17:58:52.245Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-05T17:58:52.245Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-05T17:58:52.245Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-05T17:58:52.245Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-05T17:58:52.245Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-05T17:58:52.245Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-05T17:58:52.245Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-05T17:58:52.245Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-05T17:58:52.245Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-05T17:58:52.245Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-05T17:58:52.245Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-05T17:58:52.507Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:58:52.507Z] Fetched 3531 kB in 1s (3185 kB/s) [2021-01-05T17:58:52.507Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T17:58:52.507Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:58:52.507Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:58:52.507Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-05T17:58:52.769Z] Selecting previously unselected package udev. [2021-01-05T17:58:52.769Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T17:58:52.769Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:58:52.769Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-05T17:58:53.032Z] Selecting previously unselected package libfuse2:amd64. [2021-01-05T17:58:53.032Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T17:58:53.032Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T17:58:53.320Z] Selecting previously unselected package fuse. [2021-01-05T17:58:53.320Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T17:58:53.320Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-05T17:58:53.320Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:58:53.320Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:58:53.584Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:58:53.584Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:58:53.584Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:58:53.584Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:58:53.596Z] $ docker top a7f55ed0582b5223f2616d3b4b34a9b36d464b2ce0be86c94baa5817c774834e -eo pid,comm [2021-01-05T17:58:53.856Z] Selecting previously unselected package libksba8:amd64. [2021-01-05T17:58:53.856Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-05T17:58:53.856Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-05T17:58:53.856Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-05T17:58:53.856Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:53.856Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] { [Pipeline] sh [2021-01-05T17:58:54.118Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-05T17:58:54.118Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.118Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.118Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-05T17:58:54.118Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.118Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.118Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-05T17:58:54.118Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.118Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.379Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-05T17:58:54.379Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.379Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.379Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-05T17:58:54.379Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.379Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.379Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-05T17:58:54.379Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.627Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:58:54.639Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.639Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-05T17:58:54.639Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.639Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.639Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-05T17:58:54.639Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T17:58:54.639Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:54.900Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-05T17:58:54.900Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T17:58:54.900Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:58:54.900Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-05T17:58:54.900Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T17:58:54.900Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:58:54.900Z] Selecting previously unselected package libldap-common. [2021-01-05T17:58:54.900Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-05T17:58:54.900Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:58:54.900Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-05T17:58:54.900Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-05T17:58:54.900Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:58:55.161Z] Selecting previously unselected package dirmngr. [2021-01-05T17:58:55.161Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:58:55.161Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T17:58:55.161Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:58:55.161Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-05T17:58:55.161Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T17:58:55.422Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:58:55.422Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T17:58:55.422Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-05T17:58:55.422Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:55.422Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-05T17:58:55.422Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:58:55.422Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-05T17:58:55.994Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-05T17:58:55.994Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:55.994Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-05T17:58:55.994Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-05T17:58:55.994Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-05T17:58:55.994Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T17:58:56.256Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T17:58:56.256Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T17:58:56.518Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:58:56.781Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-05T17:58:56.781Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-05T17:58:56.781Z] This means they are not meant to be enabled using systemctl. [2021-01-05T17:58:56.781Z] Possible reasons for having this kind of units are: [2021-01-05T17:58:56.781Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-05T17:58:56.781Z] .wants/ or .requires/ directory. [2021-01-05T17:58:56.781Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-05T17:58:56.781Z] a requirement dependency on it. [2021-01-05T17:58:56.781Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-05T17:58:56.781Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-05T17:58:56.781Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-05T17:58:56.781Z] instance name specified. [2021-01-05T17:58:57.045Z] Reading package lists... [2021-01-05T17:58:57.307Z] Building dependency tree... [2021-01-05T17:58:57.307Z] Reading state information... [2021-01-05T17:58:57.307Z] The following additional packages will be installed: [2021-01-05T17:58:57.307Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-05T17:58:57.307Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-05T17:58:57.307Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-05T17:58:57.307Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-05T17:58:57.307Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-05T17:58:57.307Z] Suggested packages: [2021-01-05T17:58:57.307Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-05T17:58:57.307Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-05T17:58:57.307Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-05T17:58:57.307Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-05T17:58:57.307Z] systemd-container policykit-1 [2021-01-05T17:58:57.307Z] Recommended packages: [2021-01-05T17:58:57.307Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-05T17:58:57.570Z] The following NEW packages will be installed: [2021-01-05T17:58:57.570Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-05T17:58:57.570Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-05T17:58:57.570Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-05T17:58:57.570Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-05T17:58:57.570Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-05T17:58:57.570Z] The following packages will be upgraded: [2021-01-05T17:58:57.570Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-05T17:58:57.570Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-05T17:58:57.570Z] Need to get 35.2 MB of archives. [2021-01-05T17:58:57.570Z] After this operation, 141 MB of additional disk space will be used. [2021-01-05T17:58:57.570Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-05T17:58:57.570Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-05T17:58:57.570Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-05T17:58:57.570Z] 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-05T17:58:57.837Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-05T17:58:57.837Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-05T17:58:57.837Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-05T17:58:57.837Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-05T17:58:57.837Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-05T17:58:57.837Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-05T17:58:57.837Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-05T17:58:57.837Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-05T17:58:57.837Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-05T17:58:57.837Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-05T17:58:57.837Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-05T17:58:57.837Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-05T17:58:57.837Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-05T17:58:57.994Z] Building docker-core-command-go ... [2021-01-05T17:58:57.994Z] Building docker-core-data-go ... [2021-01-05T17:58:57.994Z] Building docker-core-metadata-go ... [2021-01-05T17:58:57.994Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:58:57.994Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:58:57.994Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:58:57.994Z] Building docker-support-notifications-go ... [2021-01-05T17:58:57.994Z] Building docker-support-scheduler-go ... [2021-01-05T17:58:57.994Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:58:57.995Z] Building docker-security-secretstore-setup-go [2021-01-05T17:58:57.995Z] Building docker-sys-mgmt-agent-go [2021-01-05T17:58:57.995Z] Building docker-core-metadata-go [2021-01-05T17:58:57.995Z] Building docker-support-notifications-go [2021-01-05T17:58:57.995Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:58:58.781Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-05T17:58:58.781Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-05T17:58:58.781Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-05T17:58:58.781Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-05T17:58:58.781Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-05T17:58:58.781Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-05T17:58:58.781Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-05T17:58:58.782Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-05T17:58:58.782Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-05T17:58:58.782Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-05T17:58:58.782Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-05T17:58:58.782Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-05T17:58:58.782Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-05T17:59:00.701Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:59:00.701Z] Fetched 35.2 MB in 3s (12.3 MB/s) [2021-01-05T17:59:00.701Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T17:59:00.701Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:59:00.701Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:59:01.280Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:59:01.280Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:59:01.543Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-05T17:59:01.543Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T17:59:01.543Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T17:59:01.543Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T17:59:01.806Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-05T17:59:01.806Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T17:59:01.806Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T17:59:01.806Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T17:59:02.070Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-05T17:59:02.070Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-05T17:59:02.645Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-05T17:59:02.645Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-05T17:59:02.645Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T17:59:02.645Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T17:59:03.222Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-05T17:59:03.222Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:59:03.222Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:03.484Z] Selecting previously unselected package libexpat1:amd64. [2021-01-05T17:59:03.484Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-05T17:59:03.484Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T17:59:03.484Z] Selecting previously unselected package python3.6-minimal. [2021-01-05T17:59:03.484Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:59:03.484Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:03.745Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T17:59:03.745Z] Checking for services that may need to be restarted...done. [2021-01-05T17:59:04.008Z] Checking for services that may need to be restarted...done. [2021-01-05T17:59:04.008Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:04.008Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T17:59:04.008Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:04.580Z] Selecting previously unselected package python3-minimal. [2021-01-05T17:59:04.580Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-05T17:59:04.580Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-05T17:59:04.580Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-05T17:59:04.580Z] Selecting previously unselected package mime-support. [2021-01-05T17:59:04.580Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-05T17:59:04.580Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-05T17:59:04.842Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-05T17:59:04.842Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-05T17:59:04.842Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T17:59:04.842Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-05T17:59:04.842Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:59:04.842Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:05.102Z] Selecting previously unselected package python3.6. [2021-01-05T17:59:05.102Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T17:59:05.102Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:05.362Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-05T17:59:05.362Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-05T17:59:05.362Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T17:59:05.362Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-05T17:59:05.624Z] Selecting previously unselected package python3. [2021-01-05T17:59:05.624Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-05T17:59:05.624Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-05T17:59:05.624Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-05T17:59:05.624Z] Selecting previously unselected package multiarch-support. [2021-01-05T17:59:05.624Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:59:05.624Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T17:59:05.624Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T17:59:05.885Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-05T17:59:05.885Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-05T17:59:05.885Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-05T17:59:05.885Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T17:59:05.885Z] Selecting previously unselected package libbsd0:amd64. [2021-01-05T17:59:05.885Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-05T17:59:05.885Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T17:59:05.885Z] Selecting previously unselected package sudo. [2021-01-05T17:59:05.885Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-05T17:59:05.885Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T17:59:06.145Z] Selecting previously unselected package apparmor. [2021-01-05T17:59:06.145Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T17:59:06.145Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-05T17:59:06.407Z] Selecting previously unselected package libedit2:amd64. [2021-01-05T17:59:06.407Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-05T17:59:06.407Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T17:59:06.407Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-05T17:59:06.407Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:59:06.407Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:06.407Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-05T17:59:06.407Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:59:06.407Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:06.676Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-05T17:59:06.676Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-05T17:59:06.676Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T17:59:06.676Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-05T17:59:06.676Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:59:06.676Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:06.676Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-05T17:59:06.676Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T17:59:06.676Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:06.936Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-05T17:59:06.936Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-05T17:59:06.936Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T17:59:07.197Z] Selecting previously unselected package openssh-client. [2021-01-05T17:59:07.197Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-05T17:59:07.197Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T17:59:07.197Z] Selecting previously unselected package squashfs-tools. [2021-01-05T17:59:07.197Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-05T17:59:07.197Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T17:59:07.457Z] Selecting previously unselected package snapd. [2021-01-05T17:59:07.457Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-05T17:59:07.457Z] Unpacking snapd (2.48+18.04) ... [2021-01-05T17:59:10.002Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T17:59:10.002Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T17:59:10.002Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-05T17:59:10.002Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T17:59:10.002Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T17:59:10.002Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:10.002Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:59:10.002Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-05T17:59:10.002Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-05T17:59:10.949Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T17:59:11.210Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T17:59:11.210Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T17:59:11.210Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:11.210Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:11.210Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T17:59:12.156Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T17:59:12.156Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:12.156Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T17:59:12.156Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-05T17:59:12.156Z] running python rtupdate hooks for python3.6... [2021-01-05T17:59:12.156Z] running python post-rtupdate hooks for python3.6... [2021-01-05T17:59:12.156Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-05T17:59:13.540Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-05T17:59:13.803Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T17:59:13.803Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T17:59:14.069Z] Setting up snapd (2.48+18.04) ... [2021-01-05T17:59:14.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-05T17:59:14.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-05T17:59:14.905Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-05T17:59:15.166Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-05T17:59:15.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T17:59:15.428Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T17:59:15.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-05T17:59:15.688Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-05T17:59:15.949Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-05T17:59:16.209Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-05T17:59:16.209Z] /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-05T17:59:16.209Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T17:59:16.209Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T17:59:17.594Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T17:59:17.594Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T17:59:17.594Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T17:59:18.979Z] Reading package lists... [2021-01-05T17:59:18.979Z] Reading package lists... [2021-01-05T17:59:18.979Z] Building dependency tree... [2021-01-05T17:59:18.979Z] Reading state information... [2021-01-05T17:59:19.239Z] Calculating upgrade... [2021-01-05T17:59:19.239Z] The following packages will be upgraded: [2021-01-05T17:59:19.239Z] advancecomp base-files bash binutils binutils-common [2021-01-05T17:59:19.239Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-05T17:59:19.239Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-05T17:59:19.239Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-05T17:59:19.239Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-05T17:59:19.239Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-05T17:59:19.239Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-05T17:59:19.239Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-05T17:59:19.239Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-05T17:59:19.239Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-05T17:59:19.239Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-05T17:59:19.239Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-05T17:59:19.239Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-05T17:59:19.239Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-05T17:59:19.239Z] ubuntu-keyring util-linux [2021-01-05T17:59:19.500Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T17:59:19.500Z] Need to get 63.7 MB of archives. [2021-01-05T17:59:19.500Z] After this operation, 5201 kB of additional disk space will be used. [2021-01-05T17:59:19.500Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-05T17:59:19.500Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-05T17:59:19.500Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-05T17:59:19.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-05T17:59:19.500Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-05T17:59:19.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-05T17:59:19.761Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-05T17:59:19.761Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-05T17:59:19.761Z] 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-05T17:59:19.761Z] 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-05T17:59:19.761Z] 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-05T17:59:19.761Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-05T17:59:19.761Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-05T17:59:19.761Z] 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-05T17:59:19.761Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-05T17:59:19.761Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-05T17:59:19.761Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-05T17:59:19.761Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-05T17:59:19.761Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-05T17:59:19.761Z] 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-05T17:59:19.761Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-05T17:59:19.761Z] 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-05T17:59:19.762Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-05T17:59:20.024Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-05T17:59:20.024Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-05T17:59:20.024Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-05T17:59:20.024Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-05T17:59:20.024Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-05T17:59:20.024Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-05T17:59:20.024Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-05T17:59:20.024Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-05T17:59:20.024Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-05T17:59:20.024Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-05T17:59:20.024Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-05T17:59:20.024Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-05T17:59:20.024Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-05T17:59:20.024Z] 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-05T17:59:20.024Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-05T17:59:20.024Z] 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-05T17:59:20.024Z] 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-05T17:59:20.024Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-05T17:59:20.024Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-05T17:59:20.024Z] 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-05T17:59:20.024Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-05T17:59:20.024Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-05T17:59:20.024Z] 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-05T17:59:20.024Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-05T17:59:20.024Z] 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-05T17:59:20.024Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-05T17:59:20.024Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-05T17:59:20.024Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-05T17:59:20.024Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-05T17:59:20.024Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-05T17:59:20.024Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-05T17:59:20.024Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-05T17:59:20.289Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-05T17:59:20.556Z] 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-05T17:59:20.557Z] 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-05T17:59:20.557Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-05T17:59:20.821Z] 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-05T17:59:20.821Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-05T17:59:20.821Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-05T17:59:20.821Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-05T17:59:20.821Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-05T17:59:20.821Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-05T17:59:20.821Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-05T17:59:21.399Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-05T17:59:21.399Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-05T17:59:21.399Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-05T17:59:21.399Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-05T17:59:21.660Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-05T17:59:21.660Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-05T17:59:21.660Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-05T17:59:21.660Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-05T17:59:21.660Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-05T17:59:21.660Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-05T17:59:21.660Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-05T17:59:21.660Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-05T17:59:21.921Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-05T17:59:21.921Z] 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-05T17:59:21.921Z] 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-05T17:59:21.921Z] 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-05T17:59:21.921Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-05T17:59:21.921Z] 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-05T17:59:21.921Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-05T17:59:21.921Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-05T17:59:22.181Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-05T17:59:22.181Z] 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-05T17:59:22.181Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-05T17:59:22.181Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-05T17:59:22.181Z] 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-05T17:59:22.181Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-05T17:59:22.181Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-05T17:59:22.181Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-05T17:59:22.181Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-05T17:59:22.181Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-05T17:59:22.181Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-05T17:59:22.445Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:59:22.445Z] Fetched 63.7 MB in 3s (21.4 MB/s) [2021-01-05T17:59:22.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:22.707Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:59:22.707Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:59:23.279Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:59:23.279Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:59:23.279Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-05T17:59:23.279Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-05T17:59:24.222Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.222Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:24.222Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.496Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:24.497Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.497Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:24.497Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.497Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:24.758Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.758Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:24.758Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.758Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:24.758Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:24.758Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:25.019Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:25.019Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:59:25.019Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:25.019Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-05T17:59:25.281Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:25.281Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:59:25.281Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:25.281Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:25.541Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:25.541Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:25.541Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:25.541Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T17:59:25.807Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:25.807Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:59:25.807Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:59:26.068Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:59:26.638Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T17:59:26.900Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T17:59:26.900Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-05T17:59:26.900Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-05T17:59:26.900Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-05T17:59:26.900Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-05T17:59:27.161Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-05T17:59:27.161Z] Installing new version of config file /etc/issue ... [2021-01-05T17:59:27.161Z] Installing new version of config file /etc/issue.net ... [2021-01-05T17:59:27.161Z] Installing new version of config file /etc/lsb-release ... [2021-01-05T17:59:27.161Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-05T17:59:27.421Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-05T17:59:27.421Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-05T17:59:27.421Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-05T17:59:27.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:27.683Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-05T17:59:27.683Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-05T17:59:27.683Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-05T17:59:27.943Z] 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-05T17:59:27.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:27.943Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:27.943Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:27.943Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:28.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:28.204Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-05T17:59:28.204Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-05T17:59:28.204Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-05T17:59:28.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:28.464Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-05T17:59:28.464Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T17:59:28.747Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-05T17:59:29.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:29.009Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:59:29.009Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:59:29.009Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T17:59:29.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:29.269Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:59:29.269Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:59:29.269Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-05T17:59:29.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:29.530Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-05T17:59:29.530Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-05T17:59:29.530Z] Setting up grep (3.1-2build1) ... [2021-01-05T17:59:29.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:29.530Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T17:59:29.530Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T17:59:29.792Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-05T17:59:29.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:29.792Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:59:30.052Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:59:30.053Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-05T17:59:30.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:30.053Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T17:59:30.053Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:59:30.622Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T17:59:30.622Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:59:30.884Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T17:59:30.884Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:59:31.456Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-05T17:59:31.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:31.456Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-05T17:59:31.456Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T17:59:32.856Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T17:59:32.856Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T17:59:32.856Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T17:59:32.856Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T17:59:32.856Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T17:59:33.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:33.122Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-05T17:59:33.122Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-05T17:59:33.386Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-05T17:59:33.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:33.386Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:33.386Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:33.646Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:33.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:33.646Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:33.646Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:33.930Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:33.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:33.930Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:33.930Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:33.930Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:34.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:34.194Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:34.194Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:34.194Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:34.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:34.455Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:59:34.455Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:59:34.455Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:59:34.716Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:59:34.716Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T17:59:34.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:34.716Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T17:59:35.050Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:59:35.050Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T17:59:35.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:35.050Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:35.050Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:35.329Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:35.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:35.597Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:35.597Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:35.597Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:35.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:35.869Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:35.869Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:36.140Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:36.415Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-05T17:59:37.044Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-05T17:59:37.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:37.044Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T17:59:37.044Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T17:59:37.044Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T17:59:37.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T17:59:37.320Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-05T17:59:37.320Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T17:59:37.320Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-05T17:59:37.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:37.595Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-05T17:59:37.595Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-05T17:59:37.863Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-05T17:59:38.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:38.126Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T17:59:38.126Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:59:38.126Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:59:38.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:38.395Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T17:59:38.395Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:59:38.395Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:59:38.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:38.656Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T17:59:38.656Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:59:38.933Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:59:38.933Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:38.933Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T17:59:38.933Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T17:59:39.210Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-05T17:59:39.210Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T17:59:39.210Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:59:39.210Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:59:39.210Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T17:59:39.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:39.472Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-05T17:59:39.472Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-05T17:59:39.472Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-05T17:59:39.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:39.735Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-05T17:59:39.735Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T17:59:39.735Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T17:59:40.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:40.000Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T17:59:40.000Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T17:59:40.262Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T17:59:40.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:40.262Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-05T17:59:40.262Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-05T17:59:40.523Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-05T17:59:40.523Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:40.523Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T17:59:40.523Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T17:59:40.785Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-05T17:59:41.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:41.046Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T17:59:41.046Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T17:59:41.046Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-05T17:59:41.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:41.313Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-05T17:59:41.313Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-05T17:59:41.313Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-05T17:59:41.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:41.573Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-05T17:59:41.573Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-05T17:59:41.573Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-05T17:59:41.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:41.834Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-05T17:59:41.834Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-05T17:59:41.834Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-05T17:59:42.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:42.097Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-05T17:59:42.097Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-05T17:59:42.097Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-05T17:59:42.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:42.358Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T17:59:42.358Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-05T17:59:42.358Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-05T17:59:42.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T17:59:42.358Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-05T17:59:42.358Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-05T17:59:42.620Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-05T17:59:42.620Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-05T17:59:42.620Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T17:59:42.620Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T17:59:42.620Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T17:59:42.620Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T17:59:42.888Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T17:59:42.888Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T17:59:43.160Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-05T17:59:43.160Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-05T17:59:43.422Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T17:59:43.422Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-05T17:59:43.422Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T17:59:43.422Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-05T17:59:43.688Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-05T17:59:43.688Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-05T17:59:43.688Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-05T17:59:43.688Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-05T17:59:43.688Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-05T17:59:43.688Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-05T17:59:43.950Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-05T17:59:43.950Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-05T17:59:43.950Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-05T17:59:43.950Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-05T17:59:44.213Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-05T17:59:44.213Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-05T17:59:45.165Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-05T17:59:45.165Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-05T17:59:45.165Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-05T17:59:45.165Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-05T17:59:45.426Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:59:45.426Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:59:46.367Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:59:46.367Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:59:46.367Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:59:46.367Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:59:46.367Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T17:59:46.635Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T17:59:46.635Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:46.635Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:46.910Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:46.910Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:46.910Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:46.910Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:47.190Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:47.190Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:48.179Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:48.179Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:49.188Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:49.188Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:49.771Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:49.771Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:50.345Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:50.345Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:51.293Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T17:59:51.560Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T17:59:51.560Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T17:59:51.560Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T17:59:51.560Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T17:59:51.832Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T17:59:51.832Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T17:59:51.832Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T17:59:52.099Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-05T17:59:52.099Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-05T17:59:52.100Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T17:59:52.100Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T17:59:52.370Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T17:59:52.370Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T17:59:52.370Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-05T17:59:52.370Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-05T17:59:52.633Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:52.633Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T17:59:52.633Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:52.633Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:52.633Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:52.633Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-05T17:59:52.633Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-05T17:59:52.894Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-05T17:59:52.894Z] [2021-01-05T17:59:52.894Z] Current default time zone: 'Etc/UTC' [2021-01-05T17:59:52.894Z] Local time is now: Tue Jan 5 17:59:52 UTC 2021. [2021-01-05T17:59:52.894Z] Universal Time is now: Tue Jan 5 17:59:52 UTC 2021. [2021-01-05T17:59:52.894Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-05T17:59:52.894Z] [2021-01-05T17:59:52.894Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-05T17:59:52.894Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:52.894Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-05T17:59:53.171Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-05T17:59:53.171Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-05T17:59:53.171Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-05T17:59:53.171Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-05T17:59:53.171Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-05T17:59:53.171Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-05T17:59:53.171Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T17:59:53.171Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:53.433Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-05T17:59:53.693Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:53.693Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:59:53.693Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:53.693Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-05T17:59:53.693Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-05T17:59:53.693Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-05T17:59:53.953Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T17:59:53.953Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-05T17:59:53.953Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-05T17:59:53.953Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-05T17:59:53.953Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T17:59:55.878Z] Updating certificates in /etc/ssl/certs... [2021-01-05T17:59:56.453Z] 22 added, 17 removed; done. [2021-01-05T17:59:56.453Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T17:59:56.453Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T17:59:56.453Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-05T17:59:56.453Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-05T17:59:56.453Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-05T17:59:56.714Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.715Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:59:56.715Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.715Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.715Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.715Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.974Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.974Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-05T17:59:56.974Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:59:56.974Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-05T17:59:56.974Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-05T17:59:56.974Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-05T17:59:56.974Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.974Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T17:59:56.974Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-05T17:59:57.234Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-05T17:59:57.234Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-05T17:59:57.234Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T17:59:57.234Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T17:59:57.234Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-05T17:59:57.234Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T17:59:57.495Z] Updating certificates in /etc/ssl/certs... [2021-01-05T17:59:58.064Z] 0 added, 0 removed; done. [2021-01-05T17:59:58.064Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-05T17:59:58.064Z] done. [2021-01-05T17:59:58.324Z] Reading package lists... [2021-01-05T17:59:58.585Z] Building dependency tree... [2021-01-05T17:59:58.585Z] Reading state information... [2021-01-05T17:59:58.585Z] The following NEW packages will be installed: [2021-01-05T17:59:58.585Z] apt-transport-https [2021-01-05T17:59:58.845Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T17:59:58.845Z] Need to get 1696 B of archives. [2021-01-05T17:59:58.845Z] After this operation, 153 kB of additional disk space will be used. [2021-01-05T17:59:58.845Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-05T17:59:58.845Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T17:59:58.845Z] Fetched 1696 B in 0s (26.7 kB/s) [2021-01-05T17:59:58.845Z] Selecting previously unselected package apt-transport-https. [2021-01-05T17:59:58.845Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-05T17:59:58.845Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-05T17:59:58.845Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T17:59:59.104Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T17:59:59.365Z] Waiting for network to be ready... [2021-01-05T18:00:05.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:00:05.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:00:05.985Z] ---> 9e99e08fa7f3 [2021-01-05T18:00:05.985Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T18:00:05.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:00:05.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:00:05.985Z] ---> 9e99e08fa7f3 [2021-01-05T18:00:05.985Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T18:00:05.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:00:05.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:00:05.985Z] ---> 9e99e08fa7f3 [2021-01-05T18:00:05.985Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T18:00:05.985Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:00:05.985Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:00:05.985Z] ---> 9e99e08fa7f3 [2021-01-05T18:00:05.985Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T18:00:05.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:00:05.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:00:05.985Z] ---> 9e99e08fa7f3 [2021-01-05T18:00:05.985Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T18:00:05.998Z] 2021-01-05T18:00:02Z INFO Waiting for automatic snapd restart... [2021-01-05T18:00:06.579Z] snapd 2.48.1 from Canonical* installed [2021-01-05T18:00:07.522Z] "snapd" switched to the "latest/stable" channel [2021-01-05T18:00:07.522Z] [2021-01-05T18:00:08.636Z] ---> Running in ff3194415463 [2021-01-05T18:00:08.636Z] ---> Running in 4cea9549eec1 [2021-01-05T18:00:08.636Z] ---> Running in 374042d5abe0 [2021-01-05T18:00:08.636Z] ---> Running in 81314f295d81 [2021-01-05T18:00:08.636Z] ---> Running in 77ae91eba3dc [2021-01-05T18:00:09.239Z] Removing intermediate container ff3194415463 [2021-01-05T18:00:09.239Z] ---> 924b98b93aa0 [2021-01-05T18:00:09.239Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:00:09.239Z] Removing intermediate container 374042d5abe0 [2021-01-05T18:00:09.239Z] ---> ce9d48616c81 [2021-01-05T18:00:09.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:00:09.239Z] Removing intermediate container 77ae91eba3dc [2021-01-05T18:00:09.239Z] ---> 61e8004e32f2 [2021-01-05T18:00:09.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:00:09.239Z] Removing intermediate container 4cea9549eec1 [2021-01-05T18:00:09.239Z] ---> 33eba9cabdc9 [2021-01-05T18:00:09.239Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:00:09.239Z] Removing intermediate container 81314f295d81 [2021-01-05T18:00:09.239Z] ---> 48c84cbbff05 [2021-01-05T18:00:09.239Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:00:09.239Z] ---> Running in 6b32e16f4a38 [2021-01-05T18:00:09.239Z] ---> Running in c1c3bad02b02 [2021-01-05T18:00:09.525Z] ---> Running in eb72755a240b [2021-01-05T18:00:09.525Z] ---> Running in 48cfafca7cfc [2021-01-05T18:00:09.525Z] ---> Running in 4a81940f8f0c [2021-01-05T18:00:11.760Z] core18 20201210 from Canonical* installed [2021-01-05T18:00:11.760Z] "core18" switched to the "latest/stable" channel [2021-01-05T18:00:11.760Z] [2021-01-05T18:00:12.972Z] Removing intermediate container 6b32e16f4a38 [2021-01-05T18:00:12.972Z] ---> a61725c10871 [2021-01-05T18:00:12.972Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T18:00:13.245Z] ---> Running in e8299e501d9b [2021-01-05T18:00:13.245Z] Removing intermediate container eb72755a240b [2021-01-05T18:00:13.245Z] ---> a188f9e7d389 [2021-01-05T18:00:13.245Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T18:00:13.519Z] Removing intermediate container c1c3bad02b02 [2021-01-05T18:00:13.519Z] ---> d43c88e9343a [2021-01-05T18:00:13.519Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T18:00:13.796Z] ---> Running in b660d77bc577 [2021-01-05T18:00:13.796Z] Removing intermediate container 4a81940f8f0c [2021-01-05T18:00:13.796Z] ---> 91aca2e757b9 [2021-01-05T18:00:13.796Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T18:00:13.796Z] Removing intermediate container 48cfafca7cfc [2021-01-05T18:00:13.796Z] ---> 2e2aa11932ed [2021-01-05T18:00:13.796Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T18:00:13.796Z] ---> Running in a07206e46416 [2021-01-05T18:00:14.071Z] ---> Running in 8e697df495af [2021-01-05T18:00:14.071Z] ---> Running in b05a088933f0 [2021-01-05T18:00:15.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:15.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:15.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:15.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:15.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:15.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:16.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:16.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:16.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:16.798Z] OK: 217 MiB in 51 packages [2021-01-05T18:00:16.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:00:17.079Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T18:00:17.079Z] "snapcraft" switched to the "latest/stable" channel [2021-01-05T18:00:17.079Z] [2021-01-05T18:00:17.784Z] OK: 217 MiB in 51 packages [2021-01-05T18:00:17.784Z] OK: 217 MiB in 51 packages [2021-01-05T18:00:17.784Z] OK: 217 MiB in 51 packages [2021-01-05T18:00:18.073Z] OK: 217 MiB in 51 packages [2021-01-05T18:00:18.673Z] Removing intermediate container e8299e501d9b [2021-01-05T18:00:18.673Z] ---> ccc184208471 [2021-01-05T18:00:18.673Z] Step 6/22 : COPY go.mod . [2021-01-05T18:00:19.276Z] Removing intermediate container a07206e46416 [2021-01-05T18:00:19.276Z] ---> b79e474506f4 [2021-01-05T18:00:19.276Z] Step 6/22 : COPY go.mod . [2021-01-05T18:00:19.548Z] Removing intermediate container b660d77bc577 [2021-01-05T18:00:19.548Z] ---> ed69bcee0775 [2021-01-05T18:00:19.548Z] Step 6/24 : COPY go.mod . [2021-01-05T18:00:19.827Z] ---> 1767e2cdeacd [2021-01-05T18:00:19.827Z] Step 7/22 : RUN go mod download [2021-01-05T18:00:19.827Z] Removing intermediate container 8e697df495af [2021-01-05T18:00:19.827Z] ---> 674b97d5d1c7 [2021-01-05T18:00:20.108Z] Step 6/26 : COPY go.mod . [2021-01-05T18:00:20.108Z] ---> Running in c3d77768209e [2021-01-05T18:00:20.108Z] Removing intermediate container b05a088933f0 [2021-01-05T18:00:20.108Z] ---> 2731a140afa3 [2021-01-05T18:00:20.108Z] Step 6/24 : COPY go.mod . [2021-01-05T18:00:20.376Z] 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-05T18:00:20.376Z] - README.md [2021-01-05T18:00:20.376Z] [2021-01-05T18:00:20.376Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T18:00:20.382Z] ---> 4d215df209f5 [2021-01-05T18:00:20.383Z] Step 7/22 : RUN go mod download [2021-01-05T18:00:20.995Z] ---> Running in 36889394521e [2021-01-05T18:00:20.995Z] ---> 7d096377315b [2021-01-05T18:00:20.995Z] Step 7/24 : RUN go mod download [2021-01-05T18:00:21.285Z] ---> Running in 12e1fbd9665e [2021-01-05T18:00:21.285Z] ---> 1a7a6688c913 [2021-01-05T18:00:21.285Z] Step 7/26 : RUN go mod download [2021-01-05T18:00:21.567Z] ---> faa278999514 [2021-01-05T18:00:21.567Z] Step 7/24 : RUN go mod download [2021-01-05T18:00:21.567Z] ---> Running in fb4a5277d275 [2021-01-05T18:00:21.845Z] ---> Running in 02c74a8628f9 [2021-01-05T18:00:24.503Z] Removing intermediate container c3d77768209e [2021-01-05T18:00:24.503Z] ---> e3600a989a35 [2021-01-05T18:00:24.503Z] Step 8/22 : COPY . . [2021-01-05T18:00:25.492Z] Removing intermediate container 36889394521e [2021-01-05T18:00:25.492Z] ---> 453bc8ec011a [2021-01-05T18:00:25.492Z] Step 8/22 : COPY . . [2021-01-05T18:00:26.932Z] Removing intermediate container 12e1fbd9665e [2021-01-05T18:00:26.932Z] ---> d4498d4e79fb [2021-01-05T18:00:26.932Z] Step 8/24 : COPY . . [2021-01-05T18:00:27.009Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T18:00:27.009Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T18:00:27.009Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T18:00:27.009Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T18:00:27.205Z] Removing intermediate container fb4a5277d275 [2021-01-05T18:00:27.205Z] ---> 6144c107c74d [2021-01-05T18:00:27.205Z] Step 8/26 : COPY . . [2021-01-05T18:00:27.478Z] Removing intermediate container 02c74a8628f9 [2021-01-05T18:00:27.478Z] ---> 6dbbe6d45305 [2021-01-05T18:00:27.478Z] Step 8/24 : COPY . . [2021-01-05T18:00:27.955Z] Reading package lists... [2021-01-05T18:00:28.217Z] 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-05T18:00:34.850Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T18:00:34.850Z] Reading package lists... [2021-01-05T18:00:34.850Z] Building dependency tree... [2021-01-05T18:00:34.850Z] Reading state information... [2021-01-05T18:00:34.850Z] Suggested packages: [2021-01-05T18:00:34.850Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-05T18:00:34.850Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-05T18:00:34.850Z] Recommended packages: [2021-01-05T18:00:34.850Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-05T18:00:34.850Z] The following NEW packages will be installed: [2021-01-05T18:00:34.850Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-05T18:00:34.850Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-05T18:00:34.850Z] pkg-config zip [2021-01-05T18:00:34.850Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T18:00:34.850Z] Need to get 7655 kB of archives. [2021-01-05T18:00:34.850Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-05T18:00:34.850Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-05T18:00:34.850Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-05T18:00:34.850Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-05T18:00:34.850Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-05T18:00:34.850Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-05T18:00:35.110Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-05T18:00:35.110Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-05T18:00:35.681Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-05T18:00:35.941Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-05T18:00:36.202Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-05T18:00:36.466Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-05T18:00:37.041Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-05T18:00:37.041Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-05T18:00:37.322Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-05T18:00:37.322Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-05T18:00:37.617Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T18:00:37.617Z] Fetched 7655 kB in 3s (2774 kB/s) [2021-01-05T18:00:37.617Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-05T18:00:37.617Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-05T18:00:37.617Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-05T18:00:37.617Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T18:00:37.910Z] Selecting previously unselected package libpsl5:amd64. [2021-01-05T18:00:37.910Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-05T18:00:37.910Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T18:00:37.910Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-05T18:00:37.910Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-05T18:00:37.910Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T18:00:38.192Z] Selecting previously unselected package librtmp1:amd64. [2021-01-05T18:00:38.192Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-05T18:00:38.192Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T18:00:38.192Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-05T18:00:38.192Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-05T18:00:38.192Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T18:00:38.192Z] Selecting previously unselected package liberror-perl. [2021-01-05T18:00:38.192Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-05T18:00:38.192Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-05T18:00:38.455Z] Selecting previously unselected package git-man. [2021-01-05T18:00:38.455Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-05T18:00:38.455Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T18:00:38.455Z] Selecting previously unselected package git. [2021-01-05T18:00:38.455Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-05T18:00:38.455Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T18:00:39.404Z] Selecting previously unselected package libnorm1:amd64. [2021-01-05T18:00:39.404Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-05T18:00:39.404Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T18:00:39.404Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-05T18:00:39.404Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-05T18:00:39.404Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T18:00:39.404Z] Selecting previously unselected package libsodium23:amd64. [2021-01-05T18:00:39.404Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-05T18:00:39.404Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-05T18:00:39.667Z] Selecting previously unselected package libzmq5:amd64. [2021-01-05T18:00:39.667Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T18:00:39.667Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T18:00:39.667Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-05T18:00:39.667Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T18:00:39.667Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T18:00:39.667Z] Selecting previously unselected package pkg-config. [2021-01-05T18:00:39.667Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-05T18:00:39.930Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T18:00:39.930Z] Selecting previously unselected package zip. [2021-01-05T18:00:39.930Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-05T18:00:39.930Z] Unpacking zip (3.0-11build1) ... [2021-01-05T18:00:39.930Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T18:00:39.930Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T18:00:39.930Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T18:00:39.930Z] Setting up liberror-perl (0.17025-1) ... [2021-01-05T18:00:39.930Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T18:00:40.193Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T18:00:40.193Z] No schema files found: doing nothing. [2021-01-05T18:00:40.193Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T18:00:40.193Z] Setting up zip (3.0-11build1) ... [2021-01-05T18:00:40.193Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T18:00:40.193Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-05T18:00:40.193Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T18:00:40.193Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T18:00:40.193Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T18:00:40.193Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T18:00:40.458Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T18:00:40.458Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T18:00:47.057Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T18:00:47.057Z] git set to automatically installed. [2021-01-05T18:00:47.057Z] git-man set to automatically installed. [2021-01-05T18:00:47.057Z] libcurl3-gnutls set to automatically installed. [2021-01-05T18:00:47.057Z] liberror-perl set to automatically installed. [2021-01-05T18:00:47.057Z] libglib2.0-0 set to automatically installed. [2021-01-05T18:00:47.057Z] libnghttp2-14 set to automatically installed. [2021-01-05T18:00:47.057Z] libnorm1 set to automatically installed. [2021-01-05T18:00:47.057Z] libpgm-5.2-0 set to automatically installed. [2021-01-05T18:00:47.057Z] libpsl5 set to automatically installed. [2021-01-05T18:00:47.057Z] librtmp1 set to automatically installed. [2021-01-05T18:00:47.057Z] libsodium23 set to automatically installed. [2021-01-05T18:00:47.057Z] libzmq3-dev set to automatically installed. [2021-01-05T18:00:47.057Z] libzmq5 set to automatically installed. [2021-01-05T18:00:47.057Z] pkg-config set to automatically installed. [2021-01-05T18:00:47.057Z] zip set to automatically installed. [2021-01-05T18:00:48.454Z] snapd is not logged in, snap install commands will use sudo [2021-01-05T18:00:54.309Z] ---> 1fa1c769ebe6 [2021-01-05T18:00:54.309Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis ---> 79da5823423e [2021-01-05T18:00:54.309Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T18:00:54.309Z] [2021-01-05T18:00:54.309Z] ---> 416e400db2bc [2021-01-05T18:00:54.309Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T18:00:54.309Z] ---> 14fba7585cc3 [2021-01-05T18:00:54.309Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T18:00:54.309Z] ---> 47f31173ebeb [2021-01-05T18:00:54.309Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T18:00:54.309Z] ---> Running in 10dfc37b1db0 [2021-01-05T18:00:54.309Z] ---> Running in 5c20a69e6b85 [2021-01-05T18:00:54.309Z] ---> Running in 3f988fd43d98 [2021-01-05T18:00:54.309Z] ---> Running in c09e6a27a023 [2021-01-05T18:00:54.309Z] ---> Running in 69b4fac1ad21 [2021-01-05T18:00:54.309Z] 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-05T18:00:54.309Z] 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-05T18:00:54.309Z] 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-05T18:00:54.309Z] 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-05T18:00:54.309Z] 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-05T18:00:55.082Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T18:00:55.082Z] snap "core18" has no updates available [2021-01-05T18:00:56.044Z] Pulling config-common [2021-01-05T18:00:56.991Z] Pulling go-build-helper [2021-01-05T18:01:23.604Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T18:01:23.604Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T18:01:23.604Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T18:01:23.604Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-05T18:01:23.604Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T18:01:23.604Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T18:01:23.604Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T18:01:23.604Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T18:01:23.604Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T18:01:23.604Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T18:01:23.604Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T18:01:23.604Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-05T18:01:23.604Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T18:01:23.604Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T18:01:23.604Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T18:01:23.604Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T18:01:23.604Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T18:01:23.604Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T18:01:23.604Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T18:01:23.604Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T18:01:23.604Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T18:01:23.604Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-05T18:01:23.604Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-05T18:01:23.604Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T18:01:23.604Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T18:01:23.604Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T18:01:23.604Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T18:01:23.604Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-05T18:01:23.604Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-05T18:01:23.604Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-05T18:01:23.604Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-05T18:01:23.604Z] Fetched 279 kB in 0s (0 B/s) [2021-01-05T18:01:23.604Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-05T18:01:23.604Z] Fetched 122 kB in 0s (0 B/s) [2021-01-05T18:01:23.604Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-05T18:01:23.604Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-05T18:01:23.604Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-05T18:01:23.605Z] Fetched 8848 B in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-05T18:01:23.605Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-05T18:01:23.605Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-05T18:01:23.605Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-05T18:01:23.605Z] Fetched 214 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-05T18:01:23.605Z] Fetched 155 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-05T18:01:23.605Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-05T18:01:23.605Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-05T18:01:23.605Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-05T18:01:23.605Z] Fetched 499 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-05T18:01:23.605Z] Fetched 111 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-05T18:01:23.605Z] Fetched 240 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-05T18:01:23.605Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-05T18:01:23.605Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-05T18:01:23.605Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-05T18:01:23.605Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-05T18:01:23.605Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-05T18:01:23.605Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-05T18:01:23.605Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-05T18:01:23.605Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-05T18:01:23.605Z] Fetched 8720 B in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-05T18:01:23.605Z] Fetched 137 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-05T18:01:23.605Z] Fetched 119 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-05T18:01:23.605Z] Fetched 109 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-05T18:01:23.605Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-05T18:01:23.605Z] Fetched 645 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-05T18:01:23.605Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-05T18:01:23.605Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-05T18:01:23.605Z] Fetched 368 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-05T18:01:23.605Z] Fetched 187 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-05T18:01:23.605Z] Fetched 175 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-05T18:01:23.605Z] Fetched 206 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-05T18:01:23.605Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-05T18:01:23.605Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-05T18:01:23.605Z] Fetched 159 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-05T18:01:23.605Z] Fetched 107 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-05T18:01:23.605Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-05T18:01:23.605Z] Pulling static-packages [2021-01-05T18:01:24.568Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-05T18:01:24.568Z] Skipping pull go-build-helper (already ran) [2021-01-05T18:01:24.568Z] Skipping pull static-packages (already ran) [2021-01-05T18:01:24.568Z] Building go-build-helper [2021-01-05T18:01:28.778Z] Building static-packages [2021-01-05T18:01:30.706Z] Staging go-build-helper [2021-01-05T18:01:31.649Z] Staging static-packages [2021-01-05T18:01:32.591Z] Pulling go115 [2021-01-05T18:01:33.533Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-05T18:01:33.533Z] Skipping pull go115 (already ran) [2021-01-05T18:01:33.533Z] Building go115 [2021-01-05T18:01:33.533Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T18:01:33.533Z] Dload Upload Total Spent Left Speed [2021-01-05T18:01:37.601Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 7832 0 4:17:48 --:--:-- 4:17:48 7823 9 115M 9 10.8M 0 0 7721k 0 0:00:15 0:00:01 0:00:14 7715k 42 115M 42 49.2M 0 0 20.2M 0 0:00:05 0:00:02 0:00:03 20.1M 77 115M 77 89.2M 0 0 25.9M 0 0:00:04 0:00:03 0:00:01 25.9M 100 115M 100 115M 0 0 28.6M 0 0:00:04 0:00:04 --:--:-- 28.6M [2021-01-05T18:01:38.545Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-05T18:01:42.759Z] Staging go115 [2021-01-05T18:01:49.350Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T18:01:49.350Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T18:01:49.350Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T18:01:49.350Z] Fetched 0 B in 0s (0 B/s) [2021-01-05T18:01:49.350Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-05T18:01:49.350Z] Fetched 224 kB in 0s (0 B/s) [2021-01-05T18:01:49.350Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-05T18:01:49.350Z] Fetched 157 kB in 0s (0 B/s) [2021-01-05T18:01:49.350Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-05T18:01:49.350Z] Fetched 221 kB in 0s (0 B/s) [2021-01-05T18:01:49.350Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-05T18:01:49.350Z] Fetched 143 kB in 0s (0 B/s) [2021-01-05T18:01:49.350Z] Pulling edgex-go [2021-01-05T18:01:50.293Z] Pulling version [2021-01-05T18:01:51.239Z] Building config-common [2021-01-05T18:01:53.784Z] Skipping build go-build-helper (already ran) [2021-01-05T18:01:53.784Z] Skipping build static-packages (already ran) [2021-01-05T18:01:53.784Z] Skipping build go115 (already ran) [2021-01-05T18:01:53.784Z] Building edgex-go [2021-01-05T18:01:54.045Z] 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-05T18:01:55.436Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-05T18:01:55.436Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-05T18:01:55.436Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 [2021-01-05T18:01:55.436Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-05T18:01:55.436Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-05T18:01:55.436Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-05T18:01:55.436Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-05T18:01:55.436Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-05T18:01:55.436Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-05T18:01:55.436Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-05T18:01:55.436Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-05T18:01:55.436Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-05T18:01:55.436Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-05T18:01:55.436Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-05T18:01:55.436Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-05T18:01:55.436Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-05T18:01:55.436Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-05T18:01:55.436Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-05T18:01:56.010Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-05T18:01:56.010Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-05T18:01:56.010Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-05T18:01:56.010Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-05T18:01:56.010Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-05T18:01:56.010Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-05T18:01:56.010Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-05T18:01:56.010Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-05T18:01:56.010Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-05T18:01:56.293Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-05T18:01:56.293Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-05T18:01:56.293Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-05T18:01:56.293Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-05T18:01:56.293Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-05T18:01:56.293Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-05T18:01:56.293Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-05T18:01:56.293Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-05T18:01:56.293Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-05T18:01:56.293Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-05T18:01:56.877Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-05T18:01:56.877Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-05T18:01:56.877Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-05T18:02:05.010Z] 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-05T18:02:09.222Z] 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-05T18:02:09.488Z] 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-05T18:02:10.430Z] 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-05T18:02:11.001Z] 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-05T18:02:11.001Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-05T18:02:11.001Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-05T18:02:11.001Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-05T18:02:11.001Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-05T18:02:12.912Z] 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-05T18:02:12.912Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-05T18:02:12.912Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-05T18:02:13.852Z] 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-05T18:02:13.852Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-05T18:02:14.795Z] 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-05T18:02:15.056Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-05T18:02:16.238Z] 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-05T18:02:16.452Z] 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-05T18:02:17.023Z] 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-05T18:02:17.967Z] 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-05T18:02:20.514Z] Building version [2021-01-05T18:02:23.058Z] Staging config-common [2021-01-05T18:02:23.998Z] Skipping stage go-build-helper (already ran) [2021-01-05T18:02:23.998Z] Skipping stage static-packages (already ran) [2021-01-05T18:02:23.998Z] Skipping stage go115 (already ran) [2021-01-05T18:02:23.998Z] Staging edgex-go [2021-01-05T18:02:24.567Z] Removing intermediate container 10dfc37b1db0 [2021-01-05T18:02:24.567Z] ---> 7773bb8cc8f2 [2021-01-05T18:02:24.567Z] [2021-01-05T18:02:24.567Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T18:02:24.567Z] 3.12: Pulling from library/alpine [2021-01-05T18:02:24.844Z] Removing intermediate container 3f988fd43d98 [2021-01-05T18:02:24.844Z] ---> ee3cd9b67326 [2021-01-05T18:02:24.844Z] [2021-01-05T18:02:24.844Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T18:02:25.092Z] Staging version [2021-01-05T18:02:25.123Z] 3.12: Pulling from library/alpine [2021-01-05T18:02:26.061Z] Priming config-common [2021-01-05T18:02:27.006Z] Priming go-build-helper [2021-01-05T18:02:27.120Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T18:02:27.120Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T18:02:27.120Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T18:02:27.120Z] ---> afeebe901d6b [2021-01-05T18:02:27.120Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T18:02:27.120Z] Status: Image is up to date for alpine:3.12 [2021-01-05T18:02:27.120Z] ---> afeebe901d6b [2021-01-05T18:02:27.120Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T18:02:27.120Z] Removing intermediate container c09e6a27a023 [2021-01-05T18:02:27.120Z] ---> 571701d61a07 [2021-01-05T18:02:27.120Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T18:02:27.394Z] ---> Running in a77364a5c17c [2021-01-05T18:02:27.394Z] ---> Running in 88cf8e3779fc [2021-01-05T18:02:27.394Z] ---> Running in 003b18dcd3e5 [2021-01-05T18:02:27.955Z] Priming static-packages [2021-01-05T18:02:27.993Z] Removing intermediate container 69b4fac1ad21 [2021-01-05T18:02:27.993Z] ---> 1008c8348420 [2021-01-05T18:02:27.993Z] [2021-01-05T18:02:27.993Z] Step 10/24 : FROM scratch [2021-01-05T18:02:27.993Z] ---> [2021-01-05T18:02:27.993Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T18:02:28.267Z] ---> Running in e19b9cd5e502 [2021-01-05T18:02:29.249Z] Removing intermediate container e19b9cd5e502 [2021-01-05T18:02:29.249Z] ---> 0413d7ed35e6 [2021-01-05T18:02:29.249Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T18:02:29.524Z] ---> Running in 3fb53f4c80e5 [2021-01-05T18:02:29.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:02:30.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:02:30.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:02:30.080Z] Removing intermediate container 3fb53f4c80e5 [2021-01-05T18:02:30.080Z] ---> 6becee3c73ef [2021-01-05T18:02:30.080Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T18:02:30.080Z] 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-05T18:02:30.354Z] ---> Running in 7daddb65b8a7 [2021-01-05T18:02:30.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:02:30.505Z] Priming go115 [2021-01-05T18:02:30.629Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T18:02:30.904Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T18:02:30.904Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T18:02:30.904Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T18:02:30.904Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T18:02:30.904Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T18:02:30.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:02:30.904Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T18:02:30.904Z] Removing intermediate container 7daddb65b8a7 [2021-01-05T18:02:30.904Z] ---> 5e2fdf52441e [2021-01-05T18:02:30.904Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T18:02:30.904Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T18:02:31.181Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T18:02:31.181Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T18:02:31.181Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T18:02:31.181Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:02:31.181Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T18:02:31.181Z] OK: 7 MiB in 19 packages [2021-01-05T18:02:31.447Z] Priming edgex-go [2021-01-05T18:02:31.577Z] OK: 7 MiB in 19 packages [2021-01-05T18:02:32.664Z] ---> 1608a3e1f42d [2021-01-05T18:02:32.664Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T18:02:32.832Z] Priming version [2021-01-05T18:02:33.773Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [2021-01-05T18:02:35.325Z] Removing intermediate container a77364a5c17c [2021-01-05T18:02:35.326Z] ---> 9d391e5b08ed [2021-01-05T18:02:35.326Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T18:02:35.326Z] Removing intermediate container 003b18dcd3e5 [2021-01-05T18:02:35.326Z] ---> 18dcce1d12c9 [2021-01-05T18:02:35.326Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T18:02:35.326Z] ---> 08927990e370 [2021-01-05T18:02:35.326Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T18:02:35.326Z] ---> Running in 10b2b3c80c27 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-05T18:02:35.612Z] ---> Running in a4b044f4ad22 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T18:02:36.218Z] Removing intermediate container 10b2b3c80c27 [2021-01-05T18:02:36.218Z] ---> 6000b989ba57 [2021-01-05T18:02:36.218Z] Step 13/22 : WORKDIR / [2021-01-05T18:02:36.498Z] Removing intermediate container a4b044f4ad22 [2021-01-05T18:02:36.498Z] ---> 5c8852f9c5fe [2021-01-05T18:02:36.498Z] Step 13/24 : WORKDIR / [2021-01-05T18:02:36.498Z] Removing intermediate container 88cf8e3779fc [2021-01-05T18:02:36.498Z] ---> 5d04efaeaee2 [2021-01-05T18:02:36.498Z] [2021-01-05T18:02:36.498Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T18:02:36.498Z] 20.10.0: Pulling from library/docker [2021-01-05T18:02:36.498Z] ---> Running in 9ed22564db62 [2021-01-05T18:02:36.772Z] ---> Running in 44604588764d [2021-01-05T18:02:37.054Z] ---> 62701078a0b9 [2021-01-05T18:02:37.054Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T18:02:38.042Z] Removing intermediate container 9ed22564db62 [2021-01-05T18:02:38.042Z] ---> 3cf1d0412417 [2021-01-05T18:02:38.042Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T18:02:38.649Z] Removing intermediate container 44604588764d [2021-01-05T18:02:38.649Z] ---> ff50cece3201 [2021-01-05T18:02:38.649Z] 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-05T18:02:38.933Z] ---> 6c093ac2913e [2021-01-05T18:02:38.933Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T18:02:39.207Z] ---> fa1b7d5bf5a5 [2021-01-05T18:02:39.207Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T18:02:39.805Z] ---> 06ae683d34e7 [2021-01-05T18:02:39.805Z] 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-05T18:02:40.787Z] Removing intermediate container 5c20a69e6b85 [2021-01-05T18:02:40.787Z] ---> e5e7454a1379 [2021-01-05T18:02:40.787Z] [2021-01-05T18:02:40.787Z] Step 10/22 : FROM scratch [2021-01-05T18:02:40.787Z] ---> [2021-01-05T18:02:40.787Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T18:02:41.063Z] ---> 1c897cb61c8a [2021-01-05T18:02:41.063Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T18:02:41.063Z] ---> Running in 915c23a54da5 [2021-01-05T18:02:41.340Z] ---> 6860e7949548 [2021-01-05T18:02:41.341Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T18:02:41.341Z] ---> 2a0449ca672a [2021-01-05T18:02:41.341Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T18:02:41.944Z] Removing intermediate container 915c23a54da5 [2021-01-05T18:02:41.944Z] ---> 39373f25b1cc [2021-01-05T18:02:41.944Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T18:02:41.944Z] ---> Running in 99171d45bc09 [2021-01-05T18:02:42.217Z] ---> 8fa12ed42827 [2021-01-05T18:02:42.217Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T18:02:42.497Z] ---> Running in e538df779d8d [2021-01-05T18:02:42.774Z] ---> c4f0e3e1f3b7 [2021-01-05T18:02:42.774Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T18:02:42.774Z] ---> f3d9d61cbe5a [2021-01-05T18:02:42.774Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T18:02:43.049Z] Removing intermediate container 99171d45bc09 [2021-01-05T18:02:43.049Z] ---> 362b96d9eb51 [2021-01-05T18:02:43.049Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T18:02:43.344Z] ---> Running in 5ae63bdbd4de [2021-01-05T18:02:43.344Z] Removing intermediate container e538df779d8d [2021-01-05T18:02:43.344Z] ---> 928b7abc7e3a [2021-01-05T18:02:43.344Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T18:02:43.948Z] ---> Running in 4952bbde4cab [2021-01-05T18:02:44.223Z] ---> ecc3bdf710ad [2021-01-05T18:02:44.223Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T18:02:44.223Z] Removing intermediate container 5ae63bdbd4de [2021-01-05T18:02:44.223Z] ---> 4c86862b313a [2021-01-05T18:02:44.223Z] Step 14/22 : WORKDIR / [2021-01-05T18:02:44.817Z] ---> Running in bb2e851cf41f [2021-01-05T18:02:44.817Z] ---> Running in b0216a8a42fc [2021-01-05T18:02:45.091Z] ---> 1caebce39563 [2021-01-05T18:02:45.091Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T18:02:45.091Z] Removing intermediate container 4952bbde4cab [2021-01-05T18:02:45.091Z] ---> b76d78572e85 [2021-01-05T18:02:45.091Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T18:02:45.693Z] ---> Running in 103b68c4226f [2021-01-05T18:02:45.968Z] Removing intermediate container bb2e851cf41f [2021-01-05T18:02:45.968Z] ---> 3ec6e9279d15 [2021-01-05T18:02:45.968Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T18:02:46.957Z] Removing intermediate container 103b68c4226f [2021-01-05T18:02:46.957Z] ---> 8fa3e839288c [2021-01-05T18:02:46.957Z] Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:02:47.238Z] ---> 4de6aa30ebea [2021-01-05T18:02:47.238Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T18:02:47.238Z] ---> 6b47f71c50b1 [2021-01-05T18:02:47.238Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T18:02:47.238Z] ---> Running in 67c7f76cb072 [2021-01-05T18:02:48.225Z] Removing intermediate container 67c7f76cb072 [2021-01-05T18:02:48.225Z] ---> df488b0ff005 [2021-01-05T18:02:48.225Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T18:02:48.506Z] Removing intermediate container b0216a8a42fc [2021-01-05T18:02:48.506Z] ---> 7d0a35503902 [2021-01-05T18:02:48.506Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T18:02:49.103Z] ---> Running in ee06dacadf73 [2021-01-05T18:02:49.392Z] ---> c153753cad5b [2021-01-05T18:02:49.392Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T18:02:49.392Z] ---> Running in bfc29fa2b595 [2021-01-05T18:02:49.392Z] ---> 503c85fd2da8 [2021-01-05T18:02:49.392Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T18:02:49.670Z] ---> Running in 620007f20ece [2021-01-05T18:02:49.943Z] Removing intermediate container ee06dacadf73 [2021-01-05T18:02:49.943Z] ---> f1f89c872db5 [2021-01-05T18:02:49.943Z] [2021-01-05T18:02:50.213Z] Removing intermediate container bfc29fa2b595 [2021-01-05T18:02:50.213Z] ---> c15e4adeb3e3 [2021-01-05T18:02:50.213Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T18:02:50.485Z] Successfully built f1f89c872db5 [2021-01-05T18:02:50.769Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T18:02:50.769Z] ---> Running in 92c5bd991629 [2021-01-05T18:02:50.769Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-05T18:02:51.043Z] ---> 8bd9a481fe35 [2021-01-05T18:02:51.043Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T18:02:51.043Z] ---> Running in cd11e4bee6d4 [2021-01-05T18:02:51.321Z] Removing intermediate container 92c5bd991629 [2021-01-05T18:02:51.321Z] ---> 86936d5df13e [2021-01-05T18:02:51.321Z] Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:02:51.321Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T18:02:51.321Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T18:02:51.321Z] ---> eeaf43b92773 [2021-01-05T18:02:51.321Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T18:02:51.609Z] ---> Running in dbf17c99ec62 [2021-01-05T18:02:51.609Z] ---> Running in a096bf5eb668 [2021-01-05T18:02:52.208Z] Removing intermediate container cd11e4bee6d4 [2021-01-05T18:02:52.208Z] ---> 46bb4d0f9bae [2021-01-05T18:02:52.208Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T18:02:52.810Z] Removing intermediate container a096bf5eb668 [2021-01-05T18:02:52.810Z] ---> 14c117978ca6 [2021-01-05T18:02:52.810Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T18:02:53.792Z] ---> Running in f358e66c269e [2021-01-05T18:02:53.792Z] ---> Running in a6198cc861e3 [2021-01-05T18:02:54.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:02:54.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:02:54.668Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T18:02:54.668Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T18:02:54.668Z] Removing intermediate container 620007f20ece [2021-01-05T18:02:54.668Z] ---> 23acf2eaeee3 [2021-01-05T18:02:54.668Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T18:02:54.668Z] Executing bash-5.0.17-r0.post-install [2021-01-05T18:02:54.668Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:02:54.668Z] OK: 12 MiB in 22 packages [2021-01-05T18:02:54.939Z] Removing intermediate container f358e66c269e [2021-01-05T18:02:54.939Z] ---> 35d338a337dd [2021-01-05T18:02:54.939Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T18:02:54.939Z] Removing intermediate container a6198cc861e3 [2021-01-05T18:02:54.939Z] ---> 2cea4d1a8663 [2021-01-05T18:02:54.939Z] [2021-01-05T18:02:55.545Z] ---> Running in 5d148a7e061c [2021-01-05T18:02:55.545Z] Successfully built 2cea4d1a8663 [2021-01-05T18:02:55.819Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T18:02:55.819Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 0f2fd810ad44 [2021-01-05T18:02:55.819Z] Building docker-core-data-go [2021-01-05T18:02:56.423Z] Removing intermediate container 5d148a7e061c [2021-01-05T18:02:56.423Z] ---> 35025359ea66 [2021-01-05T18:02:56.423Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T18:02:56.423Z] Removing intermediate container 0f2fd810ad44 [2021-01-05T18:02:56.423Z] ---> 78f74ec6c97c [2021-01-05T18:02:56.423Z] Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:02:56.423Z] ---> Running in 9b7b453a778e [2021-01-05T18:02:56.697Z] ---> Running in 6d09e8e8bebf [2021-01-05T18:02:56.970Z] Removing intermediate container dbf17c99ec62 [2021-01-05T18:02:56.970Z] ---> 03347e570aa8 [2021-01-05T18:02:56.970Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T18:02:56.970Z] Removing intermediate container 9b7b453a778e [2021-01-05T18:02:56.970Z] ---> 204e083eb586 [2021-01-05T18:02:56.970Z] Step 23/24 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:02:57.245Z] ---> Running in 2949b1bbd2a8 [2021-01-05T18:02:57.245Z] ---> Running in fba81e378094 [2021-01-05T18:02:57.245Z] Removing intermediate container 6d09e8e8bebf [2021-01-05T18:02:57.245Z] ---> e7512e4a13e1 [2021-01-05T18:02:57.245Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T18:02:57.839Z] ---> Running in fcbb474392f5 [2021-01-05T18:02:57.839Z] Removing intermediate container 2949b1bbd2a8 [2021-01-05T18:02:57.839Z] ---> 979b8d4e9ee8 [2021-01-05T18:02:57.839Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T18:02:58.112Z] Removing intermediate container fba81e378094 [2021-01-05T18:02:58.112Z] ---> 7898338bae50 [2021-01-05T18:02:58.112Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T18:02:58.389Z] ---> Running in 17ba8f8bbc5f [2021-01-05T18:02:58.389Z] ---> Running in 0b383f6870ba [2021-01-05T18:02:58.389Z] Removing intermediate container fcbb474392f5 [2021-01-05T18:02:58.389Z] ---> 0cb1c64fbeb3 [2021-01-05T18:02:58.389Z] [2021-01-05T18:02:58.988Z] Successfully built 0cb1c64fbeb3 [2021-01-05T18:02:59.271Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T18:02:59.271Z]  Building docker-core-metadata-go ... done Removing intermediate container 0b383f6870ba [2021-01-05T18:02:59.271Z] ---> fb46623012ed [2021-01-05T18:02:59.271Z] Building docker-security-proxy-setup-go [2021-01-05T18:02:59.271Z] [2021-01-05T18:02:59.545Z] Successfully built fb46623012ed [2021-01-05T18:02:59.817Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T18:02:59.817Z] Building docker-support-scheduler-go [2021-01-05T18:02:59.817Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 17ba8f8bbc5f [2021-01-05T18:02:59.817Z] ---> 31f16cc33a98 [2021-01-05T18:02:59.817Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T18:03:00.093Z] ---> Running in 432081193bf1 [2021-01-05T18:03:00.369Z] Removing intermediate container 432081193bf1 [2021-01-05T18:03:00.369Z] ---> dab77342d981 [2021-01-05T18:03:00.369Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T18:03:02.355Z] ---> 5cbd0b68e443 [2021-01-05T18:03:02.355Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T18:03:03.791Z] ---> 092ba8f23d95 [2021-01-05T18:03:03.791Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T18:03:05.222Z] ---> 70ace7c93512 [2021-01-05T18:03:05.222Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T18:03:05.821Z] ---> Running in 279ce5141f23 [2021-01-05T18:03:07.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:03:07.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:03:08.124Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T18:03:08.124Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T18:03:08.124Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T18:03:08.124Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T18:03:08.124Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T18:03:08.124Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T18:03:08.124Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T18:03:10.098Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T18:03:10.098Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T18:03:10.098Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T18:03:10.098Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T18:03:10.098Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T18:03:10.098Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T18:03:10.098Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T18:03:10.098Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T18:03:10.098Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T18:03:10.098Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T18:03:10.098Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T18:03:10.098Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T18:03:10.098Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T18:03:10.372Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T18:03:10.372Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T18:03:10.372Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T18:03:10.372Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T18:03:10.372Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T18:03:10.372Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T18:03:10.372Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T18:03:10.372Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T18:03:10.372Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T18:03:10.372Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T18:03:10.372Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T18:03:10.372Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T18:03:10.642Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T18:03:10.642Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:03:10.642Z] OK: 71 MiB in 55 packages [2021-01-05T18:03:20.790Z] Removing intermediate container 279ce5141f23 [2021-01-05T18:03:20.790Z] ---> e3452e3a92fb [2021-01-05T18:03:20.790Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T18:03:20.790Z] ---> Running in 42802712744d [2021-01-05T18:03:27.500Z] Collecting docker-compose==1.23.2 [2021-01-05T18:03:27.500Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T18:03:27.500Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T18:03:27.500Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T18:03:28.936Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:03:28.936Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:03:28.936Z] ---> 9e99e08fa7f3 [2021-01-05T18:03:28.936Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T18:03:28.936Z] ---> Using cache [2021-01-05T18:03:28.936Z] ---> 33eba9cabdc9 [2021-01-05T18:03:28.936Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:03:28.936Z] ---> Using cache [2021-01-05T18:03:28.936Z] ---> 91aca2e757b9 [2021-01-05T18:03:28.936Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T18:03:30.377Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T18:03:30.377Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T18:03:31.359Z] ---> Running in ed37a43aff1e [2021-01-05T18:03:31.957Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T18:03:31.957Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T18:03:32.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:03:33.535Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T18:03:33.535Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T18:03:33.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:03:34.085Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T18:03:34.085Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T18:03:34.361Z] OK: 217 MiB in 51 packages [2021-01-05T18:03:35.343Z] Collecting PyYAML<4,>=3.10 [2021-01-05T18:03:35.343Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T18:03:38.753Z] Removing intermediate container ed37a43aff1e [2021-01-05T18:03:38.754Z] ---> 006962100973 [2021-01-05T18:03:38.754Z] Step 6/22 : COPY go.mod . [2021-01-05T18:03:40.228Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T18:03:40.228Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T18:03:40.526Z] ---> d19eb7972f6d [2021-01-05T18:03:40.526Z] Step 7/22 : RUN go mod download [2021-01-05T18:03:40.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:03:40.526Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:03:40.526Z] ---> 9e99e08fa7f3 [2021-01-05T18:03:40.526Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T18:03:40.526Z] ---> Using cache [2021-01-05T18:03:40.526Z] ---> 33eba9cabdc9 [2021-01-05T18:03:40.526Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:03:40.526Z] ---> Using cache [2021-01-05T18:03:40.526Z] ---> 91aca2e757b9 [2021-01-05T18:03:40.526Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T18:03:40.526Z] ---> Running in 1c8a599b71d9 [2021-01-05T18:03:40.883Z] ---> Running in 91898274a0de [2021-01-05T18:03:40.883Z] 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-05T18:03:41.160Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T18:03:41.160Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T18:03:43.184Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:03:43.184Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:03:43.184Z] ---> 9e99e08fa7f3 [2021-01-05T18:03:43.184Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T18:03:43.184Z] ---> Using cache [2021-01-05T18:03:43.184Z] ---> 33eba9cabdc9 [2021-01-05T18:03:43.184Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:03:43.184Z] ---> Using cache [2021-01-05T18:03:43.184Z] ---> 91aca2e757b9 [2021-01-05T18:03:43.184Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T18:03:43.184Z] ---> Using cache [2021-01-05T18:03:43.184Z] ---> 006962100973 [2021-01-05T18:03:43.184Z] Step 6/21 : COPY go.mod . [2021-01-05T18:03:43.184Z] ---> Using cache [2021-01-05T18:03:43.184Z] ---> d19eb7972f6d [2021-01-05T18:03:43.184Z] Step 7/21 : RUN go mod download [2021-01-05T18:03:43.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:03:43.465Z] ---> Running in 3a63161c41e2 [2021-01-05T18:03:43.746Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T18:03:43.746Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T18:03:43.746Z] ---> 9e99e08fa7f3 [2021-01-05T18:03:43.746Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T18:03:43.746Z] ---> Using cache [2021-01-05T18:03:43.746Z] ---> 33eba9cabdc9 [2021-01-05T18:03:43.746Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:03:43.746Z] ---> Using cache [2021-01-05T18:03:43.746Z] ---> 91aca2e757b9 [2021-01-05T18:03:43.746Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T18:03:43.746Z] ---> Using cache [2021-01-05T18:03:43.746Z] ---> 006962100973 [2021-01-05T18:03:43.746Z] Step 6/21 : COPY go.mod . [2021-01-05T18:03:43.746Z] ---> Using cache [2021-01-05T18:03:43.746Z] ---> d19eb7972f6d [2021-01-05T18:03:43.746Z] Step 7/21 : RUN go mod download [2021-01-05T18:03:43.746Z] ---> Running in 4bffb1fa67f0 [2021-01-05T18:03:43.746Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T18:03:43.746Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T18:03:44.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:03:45.001Z] OK: 217 MiB in 51 packages [2021-01-05T18:03:45.610Z] Removing intermediate container 91898274a0de [2021-01-05T18:03:45.610Z] ---> dd9806208d0f [2021-01-05T18:03:45.610Z] Step 8/22 : COPY . . [2021-01-05T18:03:46.599Z] 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-05T18:03:46.599Z] 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-05T18:03:46.874Z] Removing intermediate container 1c8a599b71d9 [2021-01-05T18:03:46.874Z] ---> 8ec67dfa1255 [2021-01-05T18:03:46.874Z] Step 6/23 : COPY go.mod . [2021-01-05T18:03:47.165Z] Collecting idna<2.8,>=2.5 [2021-01-05T18:03:47.165Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T18:03:48.149Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T18:03:48.149Z] ---> e1df80afd900 [2021-01-05T18:03:48.149Z] Step 7/23 : RUN go mod download [2021-01-05T18:03:48.149Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T18:03:48.419Z] Removing intermediate container 3a63161c41e2 [2021-01-05T18:03:48.419Z] ---> 0b1a39ecae73 [2021-01-05T18:03:48.419Z] Step 8/21 : COPY . . [2021-01-05T18:03:49.029Z] ---> Running in 6afde0ced269 [2021-01-05T18:03:49.029Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T18:03:49.029Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T18:03:49.303Z] Removing intermediate container 4bffb1fa67f0 [2021-01-05T18:03:49.303Z] ---> 466f28a1cdd9 [2021-01-05T18:03:49.303Z] Step 8/21 : COPY . . [2021-01-05T18:03:49.303Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T18:03:49.303Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T18:03:49.303Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T18:03:49.303Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T18:03:50.741Z] Installing collected packages: dockerpty, cached-property, websocket-client, idna, urllib3, requests, jsonschema, PyYAML, docker-pycreds, docker, texttable, docopt, docker-compose [2021-01-05T18:03:50.741Z] Running setup.py install for dockerpty: started [2021-01-05T18:03:53.364Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T18:03:54.344Z] Attempting uninstall: idna [2021-01-05T18:03:54.344Z] Found existing installation: idna 2.9 [2021-01-05T18:03:54.344Z] Uninstalling idna-2.9: [2021-01-05T18:03:54.629Z] Successfully uninstalled idna-2.9 [2021-01-05T18:03:56.083Z] Attempting uninstall: urllib3 [2021-01-05T18:03:56.083Z] Found existing installation: urllib3 1.25.9 [2021-01-05T18:03:56.083Z] Uninstalling urllib3-1.25.9: [2021-01-05T18:03:56.083Z] Removing intermediate container 6afde0ced269 [2021-01-05T18:03:56.083Z] ---> 1b8ef3c033ab [2021-01-05T18:03:56.083Z] Step 8/23 : COPY . . [2021-01-05T18:03:56.083Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T18:03:56.686Z] Attempting uninstall: requests [2021-01-05T18:03:56.686Z] Found existing installation: requests 2.23.0 [2021-01-05T18:03:56.686Z] Uninstalling requests-2.23.0: [2021-01-05T18:03:56.963Z] Successfully uninstalled requests-2.23.0 [2021-01-05T18:03:57.569Z] Running setup.py install for PyYAML: started [2021-01-05T18:04:00.194Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T18:04:01.172Z] Running setup.py install for texttable: started [2021-01-05T18:04:03.157Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T18:04:03.157Z] Running setup.py install for docopt: started [2021-01-05T18:04:05.778Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T18:04:06.759Z] 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-05T18:04:06.759Z] ---> f7506a2381b3 [2021-01-05T18:04:06.759Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T18:04:08.206Z] ---> Running in 91ce69176ca8 [2021-01-05T18:04:10.193Z] 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-05T18:04:10.470Z] ---> 145fb7e64e87 [2021-01-05T18:04:10.470Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T18:04:11.078Z] ---> Running in 0dde00621ad9 [2021-01-05T18:04:12.534Z] ---> 1b5a036164b5 [2021-01-05T18:04:12.534Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T18:04:12.806Z] ---> Running in 3bb8f55464a2 [2021-01-05T18:04:13.083Z] 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-05T18:04:14.062Z] Removing intermediate container 42802712744d [2021-01-05T18:04:14.062Z] ---> 2498a60844d1 [2021-01-05T18:04:14.062Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T18:04:14.337Z] ---> Running in 76889f55eda5 [2021-01-05T18:04:15.327Z] 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-05T18:04:16.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:04:17.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:04:18.046Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T18:04:18.046Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T18:04:18.046Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T18:04:18.046Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:04:18.046Z] OK: 71 MiB in 58 packages [2021-01-05T18:04:20.042Z] ---> d62d23794fd7 [2021-01-05T18:04:20.042Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T18:04:20.317Z] ---> Running in 1ca5e658a11b [2021-01-05T18:04:20.608Z] Removing intermediate container 76889f55eda5 [2021-01-05T18:04:20.608Z] ---> 7e858f85935d [2021-01-05T18:04:20.608Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T18:04:20.881Z] ---> Running in 9394a11094e6 [2021-01-05T18:04:21.873Z] Removing intermediate container 9394a11094e6 [2021-01-05T18:04:21.873Z] ---> 291951df6992 [2021-01-05T18:04:21.873Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T18:04:21.873Z] ---> Running in 80c6ac0f084e [2021-01-05T18:04:22.152Z] 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-05T18:04:22.765Z] Removing intermediate container 80c6ac0f084e [2021-01-05T18:04:22.765Z] ---> c925bd48be6f [2021-01-05T18:04:22.765Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T18:04:23.044Z] ---> Running in c8448cb39e79 [2021-01-05T18:04:23.681Z] Removing intermediate container c8448cb39e79 [2021-01-05T18:04:23.681Z] ---> 778b9294dd67 [2021-01-05T18:04:23.681Z] Step 25/26 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:04:23.681Z] ---> Running in 9506f42f69e6 [2021-01-05T18:04:24.701Z] Removing intermediate container 9506f42f69e6 [2021-01-05T18:04:24.701Z] ---> 14b94423ed82 [2021-01-05T18:04:24.701Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T18:04:24.701Z] ---> Running in 7c946154dd19 [2021-01-05T18:04:25.299Z] Removing intermediate container 7c946154dd19 [2021-01-05T18:04:25.299Z] ---> d3d9baeb2aa4 [2021-01-05T18:04:25.299Z] [2021-01-05T18:04:25.903Z] Successfully built d3d9baeb2aa4 [2021-01-05T18:04:25.903Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T18:05:22.470Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T18:05:27.904Z] Removing intermediate container 91ce69176ca8 [2021-01-05T18:05:27.904Z] ---> f031610b10e3 [2021-01-05T18:05:27.904Z] [2021-01-05T18:05:27.904Z] Step 10/22 : FROM scratch [2021-01-05T18:05:27.904Z] ---> [2021-01-05T18:05:27.904Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T18:05:27.904Z] ---> Using cache [2021-01-05T18:05:27.904Z] ---> 39373f25b1cc [2021-01-05T18:05:27.904Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T18:05:27.904Z] ---> Running in 95334625fed3 [2021-01-05T18:05:28.181Z] Removing intermediate container 95334625fed3 [2021-01-05T18:05:28.181Z] ---> a5280d6cf5d3 [2021-01-05T18:05:28.181Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T18:05:28.181Z] ---> Running in ebfa0b781562 [2021-01-05T18:05:29.169Z] Removing intermediate container ebfa0b781562 [2021-01-05T18:05:29.169Z] ---> ca45f40487f6 [2021-01-05T18:05:29.169Z] Step 14/22 : WORKDIR / [2021-01-05T18:05:29.169Z] ---> Running in bcc3643b8885 [2021-01-05T18:05:30.171Z] Removing intermediate container bcc3643b8885 [2021-01-05T18:05:30.171Z] ---> 95dab64cfe29 [2021-01-05T18:05:30.171Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T18:05:32.405Z] ---> 8cb427dfae91 [2021-01-05T18:05:32.405Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T18:05:35.949Z] ---> 8deb6149af53 [2021-01-05T18:05:35.949Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T18:05:35.949Z] Removing intermediate container 0dde00621ad9 [2021-01-05T18:05:35.949Z] ---> a63f0f72d067 [2021-01-05T18:05:35.949Z] [2021-01-05T18:05:35.949Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T18:05:35.949Z] ---> afeebe901d6b [2021-01-05T18:05:35.949Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T18:05:36.226Z] ---> Running in 68d8677c018f [2021-01-05T18:05:38.213Z] ---> f15d4a5da5d0 [2021-01-05T18:05:38.213Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T18:05:38.213Z] Removing intermediate container 3bb8f55464a2 [2021-01-05T18:05:38.213Z] ---> cdc132c1801f [2021-01-05T18:05:38.213Z] [2021-01-05T18:05:38.213Z] Step 10/21 : FROM scratch [2021-01-05T18:05:38.213Z] ---> [2021-01-05T18:05:38.213Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T18:05:38.213Z] ---> Using cache [2021-01-05T18:05:38.213Z] ---> 39373f25b1cc [2021-01-05T18:05:38.213Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T18:05:38.213Z] ---> Running in 547c11d88888 [2021-01-05T18:05:38.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:05:38.213Z] ---> Running in 2b7e85195deb [2021-01-05T18:05:38.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:05:38.766Z] Removing intermediate container 547c11d88888 [2021-01-05T18:05:38.766Z] ---> 01cb7e017293 [2021-01-05T18:05:38.766Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T18:05:39.040Z] Removing intermediate container 2b7e85195deb [2021-01-05T18:05:39.040Z] ---> bd8af1cd7b11 [2021-01-05T18:05:39.040Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T18:05:39.040Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T18:05:39.040Z] ---> Running in 211dd99bdb1f [2021-01-05T18:05:39.324Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T18:05:39.324Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T18:05:39.324Z] ---> Running in 120a42313b31 [2021-01-05T18:05:39.324Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T18:05:39.324Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:05:39.324Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T18:05:39.603Z] OK: 7 MiB in 18 packages [2021-01-05T18:05:39.878Z] Removing intermediate container 211dd99bdb1f [2021-01-05T18:05:40.156Z] Removing intermediate container 120a42313b31 [2021-01-05T18:05:40.156Z] ---> 4edacf92340b [2021-01-05T18:05:40.156Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T18:05:40.156Z] ---> 05d9a0da9208 [2021-01-05T18:05:40.156Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T18:05:40.435Z] ---> Running in fc9d95033bbf [2021-01-05T18:05:41.035Z] Removing intermediate container fc9d95033bbf [2021-01-05T18:05:41.035Z] ---> eb224547fcf7 [2021-01-05T18:05:41.035Z] Step 21/22 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:05:41.314Z] ---> Running in 64595c084367 [2021-01-05T18:05:41.314Z] ---> 886b367b04df [2021-01-05T18:05:41.314Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T18:05:41.912Z] Removing intermediate container 68d8677c018f [2021-01-05T18:05:41.912Z] ---> c13297e20010 [2021-01-05T18:05:41.912Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T18:05:42.189Z] ---> Running in fe2f83210c94 [2021-01-05T18:05:42.470Z] Removing intermediate container 64595c084367 [2021-01-05T18:05:42.470Z] ---> 2d9fcf57d3e4 [2021-01-05T18:05:42.470Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T18:05:42.470Z] ---> Running in 9b9188e872b8 [2021-01-05T18:05:43.070Z] Removing intermediate container fe2f83210c94 [2021-01-05T18:05:43.070Z] ---> eb8d8c8d80fb [2021-01-05T18:05:43.070Z] Step 13/21 : WORKDIR /edgex [2021-01-05T18:05:43.070Z] ---> 27b065eb72b0 [2021-01-05T18:05:43.070Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T18:05:43.070Z] ---> Running in 46c1cb970796 [2021-01-05T18:05:43.070Z] Removing intermediate container 9b9188e872b8 [2021-01-05T18:05:43.070Z] ---> 2e609cf27f17 [2021-01-05T18:05:43.070Z] [2021-01-05T18:05:43.668Z] Successfully built 2e609cf27f17 [2021-01-05T18:05:43.668Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T18:05:43.940Z]  Building docker-core-command-go ... done Removing intermediate container 46c1cb970796 [2021-01-05T18:05:43.940Z] ---> 0d6237a95ad7 [2021-01-05T18:05:43.940Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T18:05:43.940Z] ---> 0249f86dbc86 [2021-01-05T18:05:43.940Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T18:05:44.215Z] ---> Running in e8e703a74e49 [2021-01-05T18:05:44.487Z] ---> ddb4cb3caed6 [2021-01-05T18:05:44.487Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T18:05:44.759Z] Removing intermediate container e8e703a74e49 [2021-01-05T18:05:44.759Z] ---> 1b1bf6a2af86 [2021-01-05T18:05:44.759Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T18:05:44.759Z] ---> Running in 4f76bd4e642e [2021-01-05T18:05:45.736Z] Removing intermediate container 4f76bd4e642e [2021-01-05T18:05:45.736Z] ---> c8220da3d851 [2021-01-05T18:05:45.736Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T18:05:46.011Z] ---> Running in 7c6396e26680 [2021-01-05T18:05:46.011Z] ---> a296573641a6 [2021-01-05T18:05:46.011Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T18:05:46.616Z] Removing intermediate container 7c6396e26680 [2021-01-05T18:05:46.616Z] ---> 752973dedd64 [2021-01-05T18:05:46.616Z] Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:05:46.889Z] ---> Running in 46254a692d67 [2021-01-05T18:05:47.481Z] Removing intermediate container 46254a692d67 [2021-01-05T18:05:47.481Z] ---> 31bcac4bc87a [2021-01-05T18:05:47.481Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T18:05:47.481Z] ---> 34ed61345d0d [2021-01-05T18:05:47.481Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T18:05:47.755Z] ---> Running in 433bff13e09a [2021-01-05T18:05:47.755Z] ---> Running in f32b3d19b84e [2021-01-05T18:05:48.347Z] Removing intermediate container 433bff13e09a [2021-01-05T18:05:48.347Z] ---> aed9735299a7 [2021-01-05T18:05:48.347Z] [2021-01-05T18:05:48.619Z] Removing intermediate container f32b3d19b84e [2021-01-05T18:05:48.619Z] ---> 2032cbc4080c [2021-01-05T18:05:48.619Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T18:05:48.619Z] Successfully built aed9735299a7 [2021-01-05T18:05:48.891Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T18:05:48.891Z]  Building docker-support-scheduler-go ... done  ---> Running in bbd6f84fb805 [2021-01-05T18:05:49.481Z] Removing intermediate container bbd6f84fb805 [2021-01-05T18:05:49.481Z] ---> 997fd28e61c2 [2021-01-05T18:05:49.481Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T18:05:49.752Z] ---> Running in 75d1e88143f7 [2021-01-05T18:05:50.026Z] Removing intermediate container 75d1e88143f7 [2021-01-05T18:05:50.026Z] ---> 8bf2c3ade270 [2021-01-05T18:05:50.026Z] Step 20/21 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:05:50.297Z] ---> Running in 3b2c3aab89c7 [2021-01-05T18:05:50.581Z] Removing intermediate container 3b2c3aab89c7 [2021-01-05T18:05:50.581Z] ---> 64891c1f2594 [2021-01-05T18:05:50.581Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T18:05:50.857Z] ---> Running in 4097cbc2d49a [2021-01-05T18:05:51.455Z] Removing intermediate container 4097cbc2d49a [2021-01-05T18:05:51.455Z] ---> e3a03cfd8289 [2021-01-05T18:05:51.455Z] [2021-01-05T18:05:51.726Z] Successfully built e3a03cfd8289 [2021-01-05T18:05:51.726Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T18:05:55.104Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1ca5e658a11b [2021-01-05T18:05:55.104Z] ---> 087bc03d1ca8 [2021-01-05T18:05:55.104Z] [2021-01-05T18:05:55.104Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T18:05:55.104Z] ---> afeebe901d6b [2021-01-05T18:05:55.104Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T18:05:55.104Z] ---> Running in fd9aad11015f [2021-01-05T18:05:55.376Z] Removing intermediate container fd9aad11015f [2021-01-05T18:05:55.376Z] ---> b02571d5b06e [2021-01-05T18:05:55.376Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T18:05:55.376Z] ---> Running in ac3b4c95dabb [2021-01-05T18:05:55.967Z] Removing intermediate container ac3b4c95dabb [2021-01-05T18:05:55.967Z] ---> 9dc473f08174 [2021-01-05T18:05:55.967Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T18:05:55.967Z] ---> Running in 59f2d4a05c9b [2021-01-05T18:05:56.563Z] Removing intermediate container 59f2d4a05c9b [2021-01-05T18:05:56.563Z] ---> 3b09146d70cf [2021-01-05T18:05:56.563Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T18:05:56.563Z] ---> Running in d878c726d9eb [2021-01-05T18:05:59.198Z] Removing intermediate container d878c726d9eb [2021-01-05T18:05:59.199Z] ---> ec0baf751285 [2021-01-05T18:05:59.199Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T18:05:59.199Z] ---> Running in 0af8ad222c91 [2021-01-05T18:06:00.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T18:06:01.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T18:06:01.733Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T18:06:01.733Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T18:06:02.006Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T18:06:02.283Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T18:06:02.283Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T18:06:02.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T18:06:02.283Z] OK: 8 MiB in 19 packages [2021-01-05T18:06:03.714Z] Removing intermediate container 0af8ad222c91 [2021-01-05T18:06:03.714Z] ---> db4dc17862dd [2021-01-05T18:06:03.714Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T18:06:04.306Z] ---> 7ea811b686fd [2021-01-05T18:06:04.306Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T18:06:05.736Z] ---> 08c935d3bc33 [2021-01-05T18:06:05.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T18:06:06.332Z] ---> da8192df88c1 [2021-01-05T18:06:06.332Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T18:06:06.618Z] ---> Running in 946e98ce8f66 [2021-01-05T18:06:07.210Z] Removing intermediate container 946e98ce8f66 [2021-01-05T18:06:07.210Z] ---> 336940592183 [2021-01-05T18:06:07.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T18:06:07.210Z] ---> Running in c7d4e418e2cb [2021-01-05T18:06:07.805Z] Removing intermediate container c7d4e418e2cb [2021-01-05T18:06:07.805Z] ---> e1f7f1f2dc67 [2021-01-05T18:06:07.805Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T18:06:07.805Z] ---> Running in 541f88d4e948 [2021-01-05T18:06:08.400Z] Removing intermediate container 541f88d4e948 [2021-01-05T18:06:08.400Z] ---> 25254859e10c [2021-01-05T18:06:08.400Z] Step 22/23 : LABEL git_sha=b48eada16333cc829670c470b7385597682ce50c [2021-01-05T18:06:08.400Z] ---> Running in 10951203d4ec [2021-01-05T18:06:08.994Z] Removing intermediate container 10951203d4ec [2021-01-05T18:06:08.994Z] ---> 9c75e9c83ee3 [2021-01-05T18:06:08.994Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T18:06:08.994Z] ---> Running in 6e6eafb8621b [2021-01-05T18:06:09.584Z] Removing intermediate container 6e6eafb8621b [2021-01-05T18:06:09.584Z] ---> e24c04adbf35 [2021-01-05T18:06:09.584Z] [2021-01-05T18:06:09.855Z] Successfully built e24c04adbf35 [2021-01-05T18:06:09.855Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T18:06:10.143Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-05T18:06:10.138Z] $ docker stop --time=1 a7f55ed0582b5223f2616d3b4b34a9b36d464b2ce0be86c94baa5817c774834e [2021-01-05T18:06:12.082Z] $ docker rm -f a7f55ed0582b5223f2616d3b4b34a9b36d464b2ce0be86c94baa5817c774834e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T18:06:12.792Z] + docker images [2021-01-05T18:06:12.792Z] + grep docker [2021-01-05T18:06:13.061Z] docker-core-data-go-arm64 latest e24c04adbf35 3 seconds ago 21MB [2021-01-05T18:06:13.061Z] docker-security-proxy-setup-go-arm64 latest e3a03cfd8289 21 seconds ago 23.3MB [2021-01-05T18:06:13.061Z] docker-support-scheduler-go-arm64 latest aed9735299a7 25 seconds ago 10MB [2021-01-05T18:06:13.061Z] docker-core-command-go-arm64 latest 2e609cf27f17 30 seconds ago 9.98MB [2021-01-05T18:06:13.061Z] docker-sys-mgmt-agent-go-arm64 latest d3d9baeb2aa4 About a minute ago 300MB [2021-01-05T18:06:13.061Z] docker-security-secretstore-setup-go-arm64 latest fb46623012ed 3 minutes ago 23.4MB [2021-01-05T18:06:13.061Z] docker-core-metadata-go-arm64 latest 0cb1c64fbeb3 3 minutes ago 12.2MB [2021-01-05T18:06:13.061Z] docker-security-bootstrap-redis-go-arm64 latest 2cea4d1a8663 3 minutes ago 15.1MB [2021-01-05T18:06:13.061Z] docker-support-notifications-go-arm64 latest f1f89c872db5 3 minutes ago 11.4MB [2021-01-05T18:06:13.061Z] docker 20.10.0 eeaf43b92773 3 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-05T18:06:14.930Z] provisioning config files... [2021-01-05T18:06:14.941Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config2791094118070714609tmp [Pipeline] { [Pipeline] sh [2021-01-05T18:06:15.335Z] + set +x [2021-01-05T18:06:15.336Z] + curl -s https://codecov.io/bash [2021-01-05T18:06:15.336Z] + bash -s -- [2021-01-05T18:06:15.936Z] [2021-01-05T18:06:15.936Z] _____ _ [2021-01-05T18:06:15.936Z] / ____| | | [2021-01-05T18:06:15.936Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T18:06:15.936Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T18:06:15.936Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T18:06:15.936Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T18:06:15.936Z] Bash-20201231-23d4836 [2021-01-05T18:06:15.936Z] [2021-01-05T18:06:15.936Z] [2021-01-05T18:06:15.936Z] ==> git version 2.24.3 found [2021-01-05T18:06:15.936Z] ==> 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-05T18:06:15.936Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T18:06:15.936Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T18:06:15.936Z] ==> Jenkins CI detected. [2021-01-05T18:06:15.936Z] project root: . [2021-01-05T18:06:15.936Z] --> token set from env [2021-01-05T18:06:15.936Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T18:06:15.936Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T18:06:15.936Z] ==> Python coveragepy not found [2021-01-05T18:06:15.936Z] ==> Searching for coverage reports in: [2021-01-05T18:06:15.936Z] + . [2021-01-05T18:06:15.936Z] -> Found 1 reports [2021-01-05T18:06:15.936Z] ==> Detecting git/mercurial file structure [2021-01-05T18:06:15.936Z] ==> Reading reports [2021-01-05T18:06:15.936Z] + ./coverage.out bytes=541590 [2021-01-05T18:06:15.936Z] ==> Appending adjustments [2021-01-05T18:06:15.936Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T18:06:19.255Z] + Found adjustments [2021-01-05T18:06:19.255Z] ==> Gzipping contents [2021-01-05T18:06:19.255Z] 84K /tmp/codecov.V9eCJ7.gz [2021-01-05T18:06:19.255Z] ==> Uploading reports [2021-01-05T18:06:19.255Z] url: https://codecov.io [2021-01-05T18:06:19.255Z] query: branch=PR-2986&commit=b48eada16333cc829670c470b7385597682ce50c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= [2021-01-05T18:06:19.255Z] -> Pinging Codecov [2021-01-05T18:06:19.255Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2986&commit=b48eada16333cc829670c470b7385597682ce50c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= [2021-01-05T18:06:19.519Z] -> Uploading to [2021-01-05T18:06:19.519Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/b48eada16333cc829670c470b7385597682ce50c/b82d62a6-c343-4de3-b20a-b0ed984c5169.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T180619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=96be7467b24295927cf58a0903d7d32aae02981d06cab3fd51eedd7eb7512ed4 [2021-01-05T18:06:19.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T18:06:19.519Z] Dload Upload Total Spent Left Speed [2021-01-05T18:06:20.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82357 0 0 100 82357 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-01-05T18:06:20.046Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b48eada16333cc829670c470b7385597682ce50c [Pipeline] } [2021-01-05T18:06:20.056Z] 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-05T18:06:22.336Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:06:23.222Z] ---> package-listing.sh [2021-01-05T18:06:23.222Z] ++ facter osfamily [2021-01-05T18:06:23.222Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T18:06:23.222Z] + OS_FAMILY=redhat [2021-01-05T18:06:23.222Z] + workspace=/w/workspace/edgex-go/5 [2021-01-05T18:06:23.222Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T18:06:23.222Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T18:06:23.222Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T18:06:23.222Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T18:06:23.222Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-05T18:06:23.222Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T18:06:23.222Z] + case "${OS_FAMILY}" in [2021-01-05T18:06:23.222Z] + rpm -qa [2021-01-05T18:06:23.222Z] + sort [2021-01-05T18:06:28.527Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T18:06:28.527Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T18:06:28.527Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T18:06:28.527Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-05T18:06:28.527Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-05T18:06:28.527Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-05T18:06:28.542Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T18:06:28.832Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:06:29.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T18:06:29.147Z] [2021-01-05T18:06:29.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T18:06:29.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T18:06:29.490Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T18:06:29.490Z] df20fa9351a1: Pulling fs layer [2021-01-05T18:06:29.490Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T18:06:29.490Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T18:06:29.490Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T18:06:29.490Z] 93b61091891f: Pulling fs layer [2021-01-05T18:06:29.490Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T18:06:29.490Z] 5e14af77c1be: Pulling fs layer [2021-01-05T18:06:29.490Z] 01666e4c0597: Pulling fs layer [2021-01-05T18:06:29.490Z] aa168da1d23b: Pulling fs layer [2021-01-05T18:06:29.490Z] 5e14af77c1be: Waiting [2021-01-05T18:06:29.490Z] 93b61091891f: Waiting [2021-01-05T18:06:29.490Z] 01666e4c0597: Waiting [2021-01-05T18:06:29.490Z] aa168da1d23b: Waiting [2021-01-05T18:06:29.490Z] 93b9cdb0e59b: Waiting [2021-01-05T18:06:29.490Z] 46f8f816bc3b: Waiting [2021-01-05T18:06:29.752Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T18:06:29.752Z] 36b3adc4ff6f: Download complete [2021-01-05T18:06:29.752Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T18:06:29.752Z] 46f8f816bc3b: Download complete [2021-01-05T18:06:29.752Z] df20fa9351a1: Verifying Checksum [2021-01-05T18:06:29.752Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T18:06:29.752Z] 93b9cdb0e59b: Download complete [2021-01-05T18:06:29.752Z] 5e14af77c1be: Verifying Checksum [2021-01-05T18:06:29.752Z] 5e14af77c1be: Download complete [2021-01-05T18:06:29.752Z] 01666e4c0597: Verifying Checksum [2021-01-05T18:06:29.752Z] 01666e4c0597: Download complete [2021-01-05T18:06:29.752Z] 93b61091891f: Verifying Checksum [2021-01-05T18:06:29.752Z] 93b61091891f: Download complete [2021-01-05T18:06:30.014Z] df20fa9351a1: Pull complete [2021-01-05T18:06:30.276Z] 36b3adc4ff6f: Pull complete [2021-01-05T18:06:30.539Z] 8ad3a11d3b57: Download complete [2021-01-05T18:06:31.502Z] 8ad3a11d3b57: Pull complete [2021-01-05T18:06:31.502Z] 46f8f816bc3b: Pull complete [2021-01-05T18:06:32.465Z] aa168da1d23b: Verifying Checksum [2021-01-05T18:06:32.465Z] aa168da1d23b: Download complete [2021-01-05T18:06:33.047Z] 93b61091891f: Pull complete [2021-01-05T18:06:33.309Z] 93b9cdb0e59b: Pull complete [2021-01-05T18:06:33.571Z] 5e14af77c1be: Pull complete [2021-01-05T18:06:33.571Z] 01666e4c0597: Pull complete [2021-01-05T18:06:45.875Z] aa168da1d23b: Pull complete [2021-01-05T18:06:45.875Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T18:06:45.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T18:06:45.875Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T18:06:46.077Z] prd-centos7-docker-4c-2g-18545 does not seem to be running inside a container [2021-01-05T18:06:46.127Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T18:06:50.671Z] $ docker top cfab3c6887bab6b072a8156b4d410669e4cf7fefc9ad3b8cd853428b02db526f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T18:06:51.258Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T18:06:51.564Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T18:06:51.866Z] + ls /var/log/sa-host [2021-01-05T18:06:51.866Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T18:06:51.866Z] file_magic: OK [2021-01-05T18:06:51.866Z] HZ: Using current value: 100 [2021-01-05T18:06:51.866Z] file_header: OK [2021-01-05T18:06:51.866Z] 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-05T18:06:51.866Z] Statistics: [2021-01-05T18:06:51.866Z] 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-05T18:06:51.866Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T18:06:51.866Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T18:06:51.866Z] file_magic: OK [2021-01-05T18:06:51.866Z] HZ: Using current value: 100 [2021-01-05T18:06:51.866Z] file_header: OK [2021-01-05T18:06:51.866Z] 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-05T18:06:51.866Z] Statistics: [2021-01-05T18:06:51.866Z] Hnuu...uuuununununu... [2021-01-05T18:06:51.866Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T18:06:52.061Z] provisioning config files... [2021-01-05T18:06:52.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config803591182551919172tmp [Pipeline] { [Pipeline] echo [2021-01-05T18:06:52.153Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:06:52.453Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T18:06:52.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T18:06:52.573Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:06:52.871Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T18:06:52.882Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:06:53.189Z] ---> sudo-logs.sh [2021-01-05T18:06:53.189Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T18:06:53.200Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:06:53.597Z] ---> job-cost.sh [2021-01-05T18:06:53.597Z] lf-activate-venv: SKIPPING [2021-01-05T18:06:53.597Z] INFO: No Stack... [2021-01-05T18:06:55.045Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T18:06:55.620Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T18:06:55.635Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T18:06:55.935Z] ---> logs-deploy.sh [2021-01-05T18:06:55.935Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2986/5 [2021-01-05T18:06:55.935Z] INFO: archiving workspace using pattern(s): [2021-01-05T18:06:57.325Z] Archives upload complete. [2021-01-05T18:06:57.325Z] INFO: archiving logs to Nexus