Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at fc096e9ec0f95dbc625a498b2feb9840babc6219 rather than b2fad2e75cb696e1b9a364d7813c7f873b3385bf Obtained Jenkinsfile from fc096e9ec0f95dbc625a498b2feb9840babc6219 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20872 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit b2fad2e75cb696e1b9a364d7813c7f873b3385bf > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2fad2e75cb696e1b9a364d7813c7f873b3385bf # timeout=10 Merge succeeded, producing 0100e763579434c456d8d6af299aaade79330aa5 Checking out Revision 0100e763579434c456d8d6af299aaade79330aa5 (PR-3030) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0100e763579434c456d8d6af299aaade79330aa5 # timeout=10 Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T01:55:58.369Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T01:55:58.626Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T01:55:58.728Z] ========================================================= [2021-01-18T01:55:58.728Z] EdgeX Global Pipelines Version Info [2021-01-18T01:55:58.728Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b98ebd7de7cc4caa7a6a548468d34e46f1c80615 # timeout=10 [2021-01-18T01:56:00.837Z] ------------------- [2021-01-18T01:56:00.837Z] stable info: [2021-01-18T01:56:00.837Z] ------------------- [2021-01-18T01:56:00.837Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T01:56:00.837Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T01:56:00.837Z] Message: update stable to v1.0.177 [2021-01-18T01:56:01.427Z] ------------------- [2021-01-18T01:56:01.427Z] experimental info: [2021-01-18T01:56:01.427Z] ------------------- [2021-01-18T01:56:01.427Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T01:56:01.427Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T01:56:01.427Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T01:56:01.723Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-18T01:56:01.855Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-18T01:56:01.961Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T01:56:02.054Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T01:56:02.145Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T01:56:02.235Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T01:56:02.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T01:56:02.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-18T01:56:02.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-18T01:56:02.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-18T01:56:02.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T01:56:02.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T01:56:02.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T01:56:03.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T01:56:03.235Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T01:56:03.387Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T01:56:03.475Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T01:56:03.567Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T01:56:03.656Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T01:56:03.747Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T01:56:03.836Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-18T01:56:03.926Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T01:56:04.015Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T01:56:04.119Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-18T01:56:04.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-18T01:56:04.305Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-18T01:56:04.393Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0100e763579434c456d8d6af299aaade79330aa5 [Pipeline] echo [2021-01-18T01:56:04.479Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0100e76 [Pipeline] echo [2021-01-18T01:56:04.563Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T01:56:04.771Z] provisioning config files... [2021-01-18T01:56:04.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8496400621455865984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T01:56:05.183Z] ---> docker-login.sh [2021-01-18T01:56:05.184Z] nexus3.edgexfoundry.org:10001 [2021-01-18T01:56:05.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:56:05.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:56:05.715Z] Configure a credential helper to remove this warning. See [2021-01-18T01:56:05.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:56:05.715Z] [2021-01-18T01:56:05.715Z] Login Succeeded [2021-01-18T01:56:05.715Z] nexus3.edgexfoundry.org:10002 [2021-01-18T01:56:05.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:56:05.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:56:05.979Z] Configure a credential helper to remove this warning. See [2021-01-18T01:56:05.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:56:05.979Z] [2021-01-18T01:56:05.979Z] Login Succeeded [2021-01-18T01:56:05.979Z] nexus3.edgexfoundry.org:10003 [2021-01-18T01:56:05.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:56:05.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:56:05.979Z] Configure a credential helper to remove this warning. See [2021-01-18T01:56:05.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:56:05.979Z] [2021-01-18T01:56:05.979Z] Login Succeeded [2021-01-18T01:56:05.979Z] nexus3.edgexfoundry.org:10004 [2021-01-18T01:56:06.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:56:06.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:56:06.244Z] Configure a credential helper to remove this warning. See [2021-01-18T01:56:06.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:56:06.244Z] [2021-01-18T01:56:06.244Z] Login Succeeded [2021-01-18T01:56:06.244Z] docker.io [2021-01-18T01:56:06.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:56:06.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:56:06.769Z] Configure a credential helper to remove this warning. See [2021-01-18T01:56:06.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:56:06.769Z] [2021-01-18T01:56:06.769Z] Login Succeeded [2021-01-18T01:56:06.769Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T01:56:06.779Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T01:56:07.298Z] ++ 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-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/core-command/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/core-data/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-18T01:56:07.298Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-18T01:56:07.298Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-18T01:56:07.298Z] ++ cut -d/ -f2 [2021-01-18T01:56:07.298Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-18T01:56:07.363Z] 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-18T01:56:08.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T01:56:08.914Z] [2021-01-18T01:56:08.914Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:56:09.267Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T01:56:09.267Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T01:56:09.267Z] 31603596830f: Pulling fs layer [2021-01-18T01:56:09.267Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T01:56:09.267Z] 6ca5941a6612: Pulling fs layer [2021-01-18T01:56:09.267Z] ecc8261a40a4: Pulling fs layer [2021-01-18T01:56:09.267Z] ecc8261a40a4: Waiting [2021-01-18T01:56:09.267Z] 2a8b12db71e7: Verifying Checksum [2021-01-18T01:56:09.267Z] 2a8b12db71e7: Download complete [2021-01-18T01:56:09.530Z] 31603596830f: Verifying Checksum [2021-01-18T01:56:09.530Z] 31603596830f: Download complete [2021-01-18T01:56:09.530Z] 6ca5941a6612: Verifying Checksum [2021-01-18T01:56:09.530Z] 6ca5941a6612: Download complete [2021-01-18T01:56:09.796Z] ecc8261a40a4: Verifying Checksum [2021-01-18T01:56:09.796Z] ecc8261a40a4: Download complete [2021-01-18T01:56:09.796Z] 31603596830f: Pull complete [2021-01-18T01:56:10.059Z] 2a8b12db71e7: Pull complete [2021-01-18T01:56:11.014Z] 6ca5941a6612: Pull complete [2021-01-18T01:56:11.281Z] ecc8261a40a4: Pull complete [2021-01-18T01:56:11.281Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T01:56:11.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T01:56:11.281Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T01:56:11.390Z] prd-centos7-docker-4c-2g-20872 does not seem to be running inside a container [2021-01-18T01:56:11.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T01:56:13.936Z] $ docker top 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T01:56:14.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T01:56:14.244Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T01:56:14.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T01:56:14.477Z] $ docker exec 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef ssh-agent [2021-01-18T01:56:14.664Z] SSH_AUTH_SOCK=/tmp/ssh-ozSdNZO7nxrH/agent.12 [2021-01-18T01:56:14.664Z] SSH_AGENT_PID=17 [2021-01-18T01:56:14.676Z] Running ssh-add (command line suppressed) [2021-01-18T01:56:14.804Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6847406777420586418.key (/w/workspace/edgex-go/7@tmp/private_key_6847406777420586418.key) [2021-01-18T01:56:14.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T01:56:15.191Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T01:56:15.213Z] $ docker exec --env ******** --env ******** 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef ssh-agent -k [2021-01-18T01:56:15.330Z] unset SSH_AUTH_SOCK; [2021-01-18T01:56:15.330Z] unset SSH_AGENT_PID; [2021-01-18T01:56:15.330Z] echo Agent pid 17 killed; [2021-01-18T01:56:15.378Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T01:56:15.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T01:56:15.533Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T01:56:15.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T01:56:15.714Z] $ docker exec 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef ssh-agent [2021-01-18T01:56:15.892Z] SSH_AUTH_SOCK=/tmp/ssh-BUSQ7BR8kKcI/agent.45 [2021-01-18T01:56:15.892Z] SSH_AGENT_PID=51 [2021-01-18T01:56:15.899Z] Running ssh-add (command line suppressed) [2021-01-18T01:56:16.030Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5771183600083938669.key (/w/workspace/edgex-go/7@tmp/private_key_5771183600083938669.key) [2021-01-18T01:56:16.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T01:56:16.493Z] + git semver init [2021-01-18T01:56:16.493Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T01:56:16.493Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-18T01:56:16.493Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-18T01:56:16.493Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T01:56:16.493Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T01:56:16.493Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T01:56:16.493Z] # $SEMVER_BRANCH = PR-3030 [2021-01-18T01:56:16.493Z] # $SEMVER_TEMP = /tmp/semver-952625330 [2021-01-18T01:56:16.493Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-18T01:56:34.764Z] # '/tmp/semver-952625330' -> '/w/workspace/edgex-go/7/.semver' [2021-01-18T01:56:34.764Z] # -> Force: false [2021-01-18T01:56:34.764Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-18T01:56:34.782Z] $ docker exec --env ******** --env ******** 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef ssh-agent -k [2021-01-18T01:56:35.093Z] unset SSH_AUTH_SOCK; [2021-01-18T01:56:35.094Z] unset SSH_AGENT_PID; [2021-01-18T01:56:35.094Z] echo Agent pid 51 killed; [2021-01-18T01:56:35.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T01:56:35.713Z] + git semver [Pipeline] } [2021-01-18T01:56:35.735Z] $ docker stop --time=1 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef [2021-01-18T01:56:37.430Z] $ docker rm -f 7a14c6ef1f5793b1e8a7065cea46aef18bcfd9d5e024aed3cc9a5d798391f1ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T01:56:37.974Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T01:56:38.582Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T01:56:38.588Z] [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-18T01:56:39.582Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T01:56:39.884Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T01:56:40.193Z] + sudo service docker restart [2021-01-18T01:56:40.193Z] + true [2021-01-18T01:56:40.193Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-18T01:56:40.784Z] ========================================================= [2021-01-18T01:56:40.784Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T01:56:40.784Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:56:41.129Z] + 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-18T01:56:45.366Z] Sending build context to Docker daemon 326.5MB [2021-01-18T01:56:45.366Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T01:56:45.366Z] Step 2/6 : FROM ${BASE} [2021-01-18T01:56:45.366Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T01:56:45.366Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T01:56:45.366Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T01:56:45.366Z] de9db76c5a1d: Pulling fs layer [2021-01-18T01:56:45.366Z] bca2f99d35d6: Pulling fs layer [2021-01-18T01:56:45.366Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T01:56:45.366Z] 7c6f9722023f: Pulling fs layer [2021-01-18T01:56:45.366Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T01:56:45.366Z] bca2f99d35d6: Waiting [2021-01-18T01:56:45.366Z] 7c6f9722023f: Waiting [2021-01-18T01:56:45.366Z] a35cf1a2eb13: Waiting [2021-01-18T01:56:45.366Z] 93359f2a8cfa: Waiting [2021-01-18T01:56:45.366Z] de9db76c5a1d: Verifying Checksum [2021-01-18T01:56:45.366Z] de9db76c5a1d: Download complete [2021-01-18T01:56:45.366Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T01:56:45.366Z] 0ef7d3d256c8: Download complete [2021-01-18T01:56:45.366Z] 93359f2a8cfa: Verifying Checksum [2021-01-18T01:56:45.366Z] 93359f2a8cfa: Download complete [2021-01-18T01:56:45.942Z] 7c6f9722023f: Verifying Checksum [2021-01-18T01:56:45.942Z] 7c6f9722023f: Download complete [2021-01-18T01:56:45.942Z] 188c0c94c7c5: Verifying Checksum [2021-01-18T01:56:45.942Z] 188c0c94c7c5: Download complete [2021-01-18T01:56:46.519Z] 188c0c94c7c5: Pull complete [2021-01-18T01:56:46.519Z] 0ef7d3d256c8: Pull complete [2021-01-18T01:56:46.781Z] de9db76c5a1d: Pull complete [2021-01-18T01:56:48.186Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T01:56:48.186Z] a35cf1a2eb13: Download complete [2021-01-18T01:56:48.451Z] bca2f99d35d6: Verifying Checksum [2021-01-18T01:56:48.452Z] bca2f99d35d6: Download complete [2021-01-18T01:56:54.077Z] Still waiting to schedule task [2021-01-18T01:56:54.077Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-18T01:56:55.107Z] bca2f99d35d6: Pull complete [2021-01-18T01:56:55.107Z] 93359f2a8cfa: Pull complete [2021-01-18T01:56:55.107Z] 7c6f9722023f: Pull complete [2021-01-18T01:56:59.340Z] a35cf1a2eb13: Pull complete [2021-01-18T01:56:59.340Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T01:56:59.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T01:56:59.340Z] ---> a62c8e92a672 [2021-01-18T01:56:59.340Z] 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-18T01:56:59.610Z] ---> Running in 9906915c0ab0 [2021-01-18T01:57:00.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T01:57:01.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T01:57:01.410Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T01:57:02.360Z] (2/12) Installing file (5.38-r0) [2021-01-18T01:57:02.360Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T01:57:02.624Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T01:57:06.846Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T01:57:06.846Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T01:57:07.109Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T01:57:07.109Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T01:57:07.109Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T01:57:07.371Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T01:57:07.371Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T01:57:07.371Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T01:57:07.633Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T01:57:07.633Z] OK: 233 MiB in 51 packages [2021-01-18T01:57:10.958Z] Removing intermediate container 9906915c0ab0 [2021-01-18T01:57:10.959Z] ---> 66e8c6a4fa7c [2021-01-18T01:57:10.959Z] Step 4/6 : WORKDIR /edgex-go [2021-01-18T01:57:10.959Z] ---> Running in 5c09c93dfb96 [2021-01-18T01:57:11.222Z] Removing intermediate container 5c09c93dfb96 [2021-01-18T01:57:11.222Z] ---> c386a9c61962 [2021-01-18T01:57:11.222Z] Step 5/6 : COPY go.mod . [2021-01-18T01:57:11.485Z] ---> b5836ede63e9 [2021-01-18T01:57:11.485Z] Step 6/6 : RUN go mod download [2021-01-18T01:57:11.485Z] ---> Running in 891b396b65bb [2021-01-18T01:57:33.512Z] Removing intermediate container 891b396b65bb [2021-01-18T01:57:33.512Z] ---> cd45a83e334d [2021-01-18T01:57:33.512Z] Successfully built cd45a83e334d [2021-01-18T01:57:33.512Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:57:33.829Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T01:57:33.829Z] . [Pipeline] withDockerContainer [2021-01-18T01:57:33.934Z] prd-centos7-docker-4c-2g-20872 does not seem to be running inside a container [2021-01-18T01:57:33.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T01:57:34.967Z] $ docker top 4d42010a79085e4b5427477747e22d5fb5d2defb5476fbe0f0e7d841b2f9d3ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T01:57:35.562Z] + go version [2021-01-18T01:57:35.562Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T01:57:35.577Z] $ docker stop --time=1 4d42010a79085e4b5427477747e22d5fb5d2defb5476fbe0f0e7d841b2f9d3ff [2021-01-18T01:57:36.939Z] $ docker rm -f 4d42010a79085e4b5427477747e22d5fb5d2defb5476fbe0f0e7d841b2f9d3ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:57:37.729Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T01:57:37.729Z] . [Pipeline] withDockerContainer [2021-01-18T01:57:37.830Z] prd-centos7-docker-4c-2g-20872 does not seem to be running inside a container [2021-01-18T01:57:37.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T01:57:38.572Z] $ docker top 1ef4daac6821b7ee45691e9683b8609e2c07b2ee18325a18067d6fcafbedae13 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T01:57:38.788Z] ========================================================= [2021-01-18T01:57:38.788Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T01:57:38.788Z] ========================================================= [Pipeline] sh [2021-01-18T01:57:39.082Z] + make test [2021-01-18T01:57:39.082Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T01:57:49.153Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T01:58:04.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T01:58:08.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T01:58:09.406Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T01:58:09.406Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T01:58:09.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T01:58:09.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T01:58:09.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T01:58:09.999Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T01:58:10.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T01:58:10.879Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T01:58:13.460Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T01:58:13.460Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T01:58:13.460Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T01:58:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-18T01:58:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T01:58:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T01:58:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T01:58:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T01:58:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T01:58:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.0% of statements [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T01:58:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T01:58:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T01:58:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 67.9% of statements [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T01:58:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.3% of statements [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T01:58:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T01:58:21.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.394s coverage: 28.6% of statements [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T01:58:21.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T01:58:21.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-01-18T01:58:21.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T01:58:22.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-01-18T01:58:22.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T01:58:22.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-01-18T01:58:22.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T01:58:22.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-01-18T01:58:22.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T01:58:22.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T01:58:22.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T01:58:22.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.129s coverage: 0.1% of statements [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-18T01:58:24.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements [2021-01-18T01:58:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-01-18T01:58:25.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-18T01:58:25.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements [2021-01-18T01:58:25.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T01:58:26.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.250s coverage: 63.5% of statements [2021-01-18T01:58:26.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T01:58:26.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T01:58:26.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-18T01:58:26.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-18T01:58:26.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-18T01:58:26.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-18T01:58:27.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-01-18T01:58:27.404Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20873 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-18T01:58:27.454Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-18T01:58:28.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 68.9% of statements [2021-01-18T01:58:28.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T01:58:28.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T01:58:28.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T01:58:28.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T01:58:28.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T01:58:28.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-01-18T01:58:28.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T01:58:28.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T01:58:28.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.360s coverage: 84.0% of statements [2021-01-18T01:58:28.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-18T01:58:30.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.161s coverage: 47.1% of statements [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T01:58:30.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T01:58:30.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-18T01:58:30.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T01:58:32.295Z] using credential edgex-jenkins-ssh [2021-01-18T01:58:32.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T01:58:32.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.121s coverage: 99.0% of statements [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T01:58:32.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T01:58:32.302Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T01:58:32.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T01:58:32.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T01:58:32.367Z] Cloning the remote Git repository [2021-01-18T01:58:32.437Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T01:58:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-01-18T01:58:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T01:58:32.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T01:58:32.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-18T01:58:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-18T01:58:33.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-18T01:58:33.588Z] GO111MODULE=on go vet ./... [2021-01-18T01:58:32.557Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-18T01:58:32.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T01:58:32.647Z] > git --version # timeout=10 [2021-01-18T01:58:32.663Z] > git --version # 'git version 2.17.1' [2021-01-18T01:58:32.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T01:58:32.733Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T01:58:48.876Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T01:58:48.898Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T01:58:48.928Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T01:58:48.968Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T01:58:48.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T01:58:48.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T01:58:49.784Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit b2fad2e75cb696e1b9a364d7813c7f873b3385bf [2021-01-18T01:58:50.414Z] Merge succeeded, producing 43173f6d7c635483360ed5d4caee735d6389003a [2021-01-18T01:58:50.415Z] Checking out Revision 43173f6d7c635483360ed5d4caee735d6389003a (PR-3030) [2021-01-18T01:58:49.802Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T01:58:49.815Z] > git checkout -f b2fad2e75cb696e1b9a364d7813c7f873b3385bf # timeout=10 [2021-01-18T01:58:50.105Z] > git remote # timeout=10 [2021-01-18T01:58:50.127Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T01:58:50.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T01:58:50.156Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T01:58:50.380Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T01:58:50.422Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T01:58:50.434Z] > git checkout -f 43173f6d7c635483360ed5d4caee735d6389003a # timeout=10 [2021-01-18T01:58:54.719Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T01:58:54.741Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T01:58:54.726Z] > git rev-list --no-walk b98ebd7de7cc4caa7a6a548468d34e46f1c80615 # timeout=10 [2021-01-18T01:58:56.367Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T01:58:56.835Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T01:58:57.177Z] + + sudo servicetrue docker [2021-01-18T01:58:57.177Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T01:58:59.231Z] provisioning config files... [2021-01-18T01:58:59.271Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5247630409753632998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T01:58:59.682Z] ---> docker-login.sh [2021-01-18T01:58:59.683Z] nexus3.edgexfoundry.org:10001 [2021-01-18T01:59:00.327Z] gofmt -l . [2021-01-18T01:59:00.327Z] [ "`gofmt -l .`" = "" ] [2021-01-18T01:59:00.327Z] ./bin/test-go-mod-tidy.sh [2021-01-18T01:59:00.327Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T01:59:00.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:59:00.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:59:00.939Z] Configure a credential helper to remove this warning. See [2021-01-18T01:59:00.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:59:00.939Z] [2021-01-18T01:59:00.939Z] Login Succeeded [2021-01-18T01:59:00.939Z] nexus3.edgexfoundry.org:10002 [2021-01-18T01:59:01.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:59:01.321Z] + ls -al . [2021-01-18T01:59:01.322Z] total 656 [2021-01-18T01:59:01.322Z] drwxrwxr-x 10 1001 1001 4096 Jan 18 01:58 . [2021-01-18T01:59:01.322Z] drwxr-xr-x 4 root root 28 Jan 18 01:57 .. [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 01:55 .dockerignore [2021-01-18T01:59:01.322Z] drwxrwxr-x 8 1001 1001 179 Jan 18 01:55 .git [2021-01-18T01:59:01.322Z] drwxrwxr-x 3 1001 1001 125 Jan 18 01:55 .github [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 01:55 .gitignore [2021-01-18T01:59:01.322Z] drwx------ 3 1001 1001 47 Jan 18 01:56 .semver [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 01:55 .sonarcloud.properties [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 01:55 Attribution.txt [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 01:55 CONTRIBUTING.md [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 01:55 Dockerfile.build [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 01:55 Jenkinsfile [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 01:55 LICENSE [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 01:55 Makefile [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 01:55 README.md [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 01:55 SECURITY.md [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 01:56 VERSION [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 01:55 ZMQWindows.md [2021-01-18T01:59:01.322Z] drwxrwxr-x 2 1001 1001 117 Jan 18 01:55 bin [2021-01-18T01:59:01.322Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 01:55 cmd [2021-01-18T01:59:01.322Z] -rw-r--r-- 1 root root 550280 Jan 18 01:58 coverage.out [2021-01-18T01:59:01.322Z] -rw-r--r-- 1 root root 981 Jan 18 01:58 go.mod [2021-01-18T01:59:01.322Z] -rw-r--r-- 1 root root 19241 Jan 18 01:58 go.sum [2021-01-18T01:59:01.322Z] drwxrwxr-x 8 1001 1001 127 Jan 18 01:55 internal [2021-01-18T01:59:01.322Z] drwxrwxr-x 4 1001 1001 26 Jan 18 01:55 openapi [2021-01-18T01:59:01.322Z] drwxrwxr-x 4 1001 1001 71 Jan 18 01:55 snap [2021-01-18T01:59:01.322Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 01:55 version.go [Pipeline] sh [2021-01-18T01:59:01.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:59:01.489Z] Configure a credential helper to remove this warning. See [2021-01-18T01:59:01.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:59:01.489Z] [2021-01-18T01:59:01.489Z] Login Succeeded [2021-01-18T01:59:01.489Z] nexus3.edgexfoundry.org:10003 [2021-01-18T01:59:01.625Z] + '[' -e coverage.out ] [2021-01-18T01:59:01.625Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T01:59:01.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:59:01.819Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T01:59:02.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:59:02.044Z] Configure a credential helper to remove this warning. See [2021-01-18T01:59:02.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:59:02.044Z] [2021-01-18T01:59:02.044Z] Login Succeeded [2021-01-18T01:59:02.044Z] nexus3.edgexfoundry.org:10004 [2021-01-18T01:59:02.118Z] + make build [2021-01-18T01:59:02.118Z] 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-18T01:59:02.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:59:02.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:59:02.599Z] Configure a credential helper to remove this warning. See [2021-01-18T01:59:02.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:59:02.599Z] [2021-01-18T01:59:02.599Z] Login Succeeded [2021-01-18T01:59:02.599Z] docker.io [2021-01-18T01:59:02.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T01:59:03.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T01:59:03.147Z] Configure a credential helper to remove this warning. See [2021-01-18T01:59:03.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T01:59:03.147Z] [2021-01-18T01:59:03.147Z] Login Succeeded [2021-01-18T01:59:03.147Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T01:59:03.164Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T01:59:03.673Z] ========================================================= [2021-01-18T01:59:03.673Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T01:59:03.673Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:59:04.045Z] + 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-18T01:59:05.444Z] 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-18T01:59:06.692Z] Sending build context to Docker daemon 165.5MB [2021-01-18T01:59:06.693Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T01:59:06.693Z] Step 2/6 : FROM ${BASE} [2021-01-18T01:59:06.693Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T01:59:06.693Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T01:59:06.693Z] a4357932f1b6: Pulling fs layer [2021-01-18T01:59:06.693Z] 18c013af1878: Pulling fs layer [2021-01-18T01:59:06.693Z] 00ac8860ef70: Pulling fs layer [2021-01-18T01:59:06.693Z] 63d7cb157983: Pulling fs layer [2021-01-18T01:59:06.693Z] b116817d02f9: Pulling fs layer [2021-01-18T01:59:06.693Z] 745a02a5169b: Pulling fs layer [2021-01-18T01:59:06.693Z] 00ac8860ef70: Waiting [2021-01-18T01:59:06.693Z] 63d7cb157983: Waiting [2021-01-18T01:59:06.693Z] b116817d02f9: Waiting [2021-01-18T01:59:06.693Z] 745a02a5169b: Waiting [2021-01-18T01:59:06.693Z] 18c013af1878: Verifying Checksum [2021-01-18T01:59:06.693Z] 18c013af1878: Download complete [2021-01-18T01:59:06.693Z] a4357932f1b6: Download complete [2021-01-18T01:59:06.693Z] 63d7cb157983: Verifying Checksum [2021-01-18T01:59:06.693Z] 63d7cb157983: Download complete [2021-01-18T01:59:06.693Z] b116817d02f9: Verifying Checksum [2021-01-18T01:59:06.693Z] b116817d02f9: Download complete [2021-01-18T01:59:06.693Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T01:59:06.693Z] 5f621e34cdf4: Download complete [2021-01-18T01:59:07.295Z] 5f621e34cdf4: Pull complete [2021-01-18T01:59:07.897Z] a4357932f1b6: Pull complete [2021-01-18T01:59:08.171Z] 18c013af1878: Pull complete [2021-01-18T01:59:09.147Z] 745a02a5169b: Verifying Checksum [2021-01-18T01:59:09.147Z] 745a02a5169b: Download complete [2021-01-18T01:59:10.126Z] 00ac8860ef70: Verifying Checksum [2021-01-18T01:59:10.126Z] 00ac8860ef70: Download complete [2021-01-18T01:59:13.675Z] 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-18T01:59:13.940Z] 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-18T01:59:15.338Z] 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-18T01:59:15.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-18T01:59:17.332Z] 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-18T01:59:18.730Z] 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-18T01:59:20.145Z] 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-18T01:59:20.279Z] 00ac8860ef70: Pull complete [2021-01-18T01:59:20.279Z] 63d7cb157983: Pull complete [2021-01-18T01:59:20.565Z] b116817d02f9: Pull complete [2021-01-18T01:59:21.115Z] 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-18T01:59:22.528Z] 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-18T01:59:23.483Z] 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-18T01:59:24.900Z] 745a02a5169b: Pull complete [2021-01-18T01:59:24.900Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T01:59:24.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T01:59:24.900Z] ---> b7e6874047d6 [2021-01-18T01:59:24.900Z] 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-18T01:59:24.903Z] $ docker stop --time=1 1ef4daac6821b7ee45691e9683b8609e2c07b2ee18325a18067d6fcafbedae13 [2021-01-18T01:59:26.642Z] $ docker rm -f 1ef4daac6821b7ee45691e9683b8609e2c07b2ee18325a18067d6fcafbedae13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-18T01:59:28.323Z] ---> Running in 6e5b02e2e1ac [2021-01-18T01:59:28.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T01:59:29.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:59:30.188Z] (1/12) Installing libmagic (5.38-r0) [2021-01-18T01:59:30.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T01:59:30.223Z] [2021-01-18T01:59:30.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:59:30.468Z] (2/12) Installing file (5.38-r0) [2021-01-18T01:59:30.595Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T01:59:30.595Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-18T01:59:30.595Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-18T01:59:30.595Z] ca9280d653b3: Pulling fs layer [2021-01-18T01:59:30.595Z] 7e9c9ca2126c: Pulling fs layer [2021-01-18T01:59:30.749Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-18T01:59:30.749Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-18T01:59:30.867Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-18T01:59:30.867Z] cbdbe7a5bc2a: Download complete [2021-01-18T01:59:31.132Z] cbdbe7a5bc2a: Pull complete [2021-01-18T01:59:31.395Z] ca9280d653b3: Verifying Checksum [2021-01-18T01:59:31.395Z] ca9280d653b3: Download complete [2021-01-18T01:59:32.353Z] ca9280d653b3: Pull complete [2021-01-18T01:59:32.618Z] 7e9c9ca2126c: Download complete [2021-01-18T01:59:39.238Z] 7e9c9ca2126c: Pull complete [2021-01-18T01:59:39.238Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-18T01:59:39.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T01:59:39.238Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-18T01:59:39.403Z] prd-centos7-docker-4c-2g-20872 does not seem to be running inside a container [2021-01-18T01:59:39.452Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T01:59:42.429Z] $ docker top 42016342a3f7147bd1ff3cbfcfe86d72042924faa29fa8735bce021c131d6b68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T01:59:43.052Z] + docker-compose build --help [2021-01-18T01:59:43.052Z] + grep parallel [2021-01-18T01:59:43.160Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-18T01:59:43.160Z] (6/12) Installing patch (2.7.6-r6) [2021-01-18T01:59:43.160Z] (7/12) Installing build-base (0.5-r2) [2021-01-18T01:59:43.160Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-18T01:59:43.160Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-18T01:59:43.160Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-18T01:59:43.160Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-18T01:59:43.160Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-18T01:59:43.160Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T01:59:43.160Z] OK: 217 MiB in 51 packages [2021-01-18T01:59:44.000Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T01:59:44.278Z] $ docker stop --time=1 42016342a3f7147bd1ff3cbfcfe86d72042924faa29fa8735bce021c131d6b68 [2021-01-18T01:59:45.684Z] $ docker rm -f 42016342a3f7147bd1ff3cbfcfe86d72042924faa29fa8735bce021c131d6b68 [2021-01-18T01:59:45.784Z] Removing intermediate container 6e5b02e2e1ac [2021-01-18T01:59:45.784Z] ---> 7738b58d444b [2021-01-18T01:59:45.784Z] Step 4/6 : WORKDIR /edgex-go [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T01:59:46.069Z] ---> Running in 9d4c1ed9d72e [2021-01-18T01:59:46.346Z] Removing intermediate container 9d4c1ed9d72e [2021-01-18T01:59:46.346Z] ---> a96196fd94d6 [2021-01-18T01:59:46.346Z] Step 5/6 : COPY go.mod . [2021-01-18T01:59:46.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-18T01:59:46.355Z] . [Pipeline] withDockerContainer [2021-01-18T01:59:46.464Z] prd-centos7-docker-4c-2g-20872 does not seem to be running inside a container [2021-01-18T01:59:46.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-18T01:59:47.286Z] $ docker top 31726ade060541a338f5dc9ab01281a6bc4bdf600b86045334700c79778c0d29 -eo pid,comm [2021-01-18T01:59:47.342Z] ---> 441693796cb8 [2021-01-18T01:59:47.342Z] Step 6/6 : RUN go mod download [2021-01-18T01:59:47.342Z] ---> Running in 8c8cd1d9cdf8 [Pipeline] { [Pipeline] sh [2021-01-18T01:59:47.778Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T01:59:48.730Z] Building docker-core-command-go ... [2021-01-18T01:59:48.730Z] Building docker-core-data-go ... [2021-01-18T01:59:48.730Z] Building docker-core-metadata-go ... [2021-01-18T01:59:48.730Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T01:59:48.730Z] Building docker-security-proxy-setup-go ... [2021-01-18T01:59:48.730Z] Building docker-security-secretstore-setup-go ... [2021-01-18T01:59:48.730Z] Building docker-support-notifications-go ... [2021-01-18T01:59:48.730Z] Building docker-support-scheduler-go ... [2021-01-18T01:59:48.730Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T01:59:48.730Z] Building docker-security-secretstore-setup-go [2021-01-18T01:59:48.730Z] Building docker-core-command-go [2021-01-18T01:59:48.730Z] Building docker-support-notifications-go [2021-01-18T01:59:48.730Z] Building docker-support-scheduler-go [2021-01-18T01:59:48.730Z] Building docker-core-metadata-go [2021-01-18T02:00:14.207Z] Removing intermediate container 8c8cd1d9cdf8 [2021-01-18T02:00:14.207Z] ---> 84878da59c60 [2021-01-18T02:00:14.207Z] Successfully built 84878da59c60 [2021-01-18T02:00:14.207Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:00:14.555Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T02:00:14.555Z] . [Pipeline] withDockerContainer [2021-01-18T02:00:14.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-20873 does not seem to be running inside a container [2021-01-18T02:00:14.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T02:00:16.465Z] $ docker top e2a47ebe30fae7ac32a9b8ea9ce1e39bb225a8ca38b024dd3dcf64377c68d252 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:00:17.500Z] + go version [2021-01-18T02:00:17.500Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T02:00:17.521Z] $ docker stop --time=1 e2a47ebe30fae7ac32a9b8ea9ce1e39bb225a8ca38b024dd3dcf64377c68d252 [2021-01-18T02:00:19.521Z] $ docker rm -f e2a47ebe30fae7ac32a9b8ea9ce1e39bb225a8ca38b024dd3dcf64377c68d252 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:00:20.568Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T02:00:20.568Z] . [Pipeline] withDockerContainer [2021-01-18T02:00:20.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-20873 does not seem to be running inside a container [2021-01-18T02:00:20.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T02:00:21.285Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:00:21.285Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:00:21.285Z] ---> cd45a83e334d [2021-01-18T02:00:21.285Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:00:21.285Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:00:21.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:00:21.285Z] ---> cd45a83e334d [2021-01-18T02:00:21.285Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:00:21.285Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:00:21.285Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:00:21.285Z] ---> cd45a83e334d [2021-01-18T02:00:21.285Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:00:21.285Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:00:21.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:00:21.285Z] ---> cd45a83e334d [2021-01-18T02:00:21.285Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:00:21.285Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:00:21.285Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:00:21.285Z] ---> cd45a83e334d [2021-01-18T02:00:21.285Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:00:21.285Z] ---> Running in 806ee2cba580 [2021-01-18T02:00:21.285Z] ---> Running in 0fdd9577ecf8 [2021-01-18T02:00:21.285Z] ---> Running in 781822eff24e [2021-01-18T02:00:21.285Z] ---> Running in 480f314a3a3d [2021-01-18T02:00:21.285Z] ---> Running in a9aa5859499b [2021-01-18T02:00:21.285Z] Removing intermediate container 0fdd9577ecf8 [2021-01-18T02:00:21.285Z] ---> 6f716e948098 [2021-01-18T02:00:21.285Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:00:21.286Z] Removing intermediate container 806ee2cba580 [2021-01-18T02:00:21.286Z] ---> 80002ab4b278 [2021-01-18T02:00:21.286Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:00:21.286Z] Removing intermediate container 781822eff24e [2021-01-18T02:00:21.286Z] ---> afff1501aa40 [2021-01-18T02:00:21.286Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:00:21.286Z] Removing intermediate container a9aa5859499b [2021-01-18T02:00:21.286Z] ---> 61d00664f63c [2021-01-18T02:00:21.286Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:00:21.286Z] Removing intermediate container 480f314a3a3d [2021-01-18T02:00:21.286Z] ---> 8266921901f5 [2021-01-18T02:00:21.286Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:00:21.286Z] ---> Running in 6d71b0a400d2 [2021-01-18T02:00:21.286Z] ---> Running in 9cf3221d4f0a [2021-01-18T02:00:21.286Z] ---> Running in b91aaff73da8 [2021-01-18T02:00:21.286Z] ---> Running in 45b60c992108 [2021-01-18T02:00:21.286Z] ---> Running in 0baabe28bff5 [2021-01-18T02:00:22.343Z] $ docker top c8a65ab9abbe9a3b47b53c257853ff7704b7da80f26445a5e59a2ab476a4aac9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-18T02:00:22.748Z] ========================================================= [2021-01-18T02:00:22.748Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-18T02:00:22.748Z] ========================================================= [Pipeline] sh [2021-01-18T02:00:23.404Z] + make test [2021-01-18T02:00:23.404Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T02:00:23.863Z] Removing intermediate container 6d71b0a400d2 [2021-01-18T02:00:23.864Z] ---> 89c35734cd64 [2021-01-18T02:00:23.864Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T02:00:23.864Z] Removing intermediate container 9cf3221d4f0a [2021-01-18T02:00:23.864Z] ---> a7cf95910fa1 [2021-01-18T02:00:23.864Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:00:23.864Z] Removing intermediate container b91aaff73da8 [2021-01-18T02:00:23.864Z] ---> 9eb60351656d [2021-01-18T02:00:23.864Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:00:23.864Z] ---> Running in 8042ff262b34 [2021-01-18T02:00:23.864Z] ---> Running in 9e84908cb90b [2021-01-18T02:00:23.864Z] ---> Running in 4147ae79b7cc [2021-01-18T02:00:23.864Z] Removing intermediate container 0baabe28bff5 [2021-01-18T02:00:23.864Z] ---> 6523660845e6 [2021-01-18T02:00:23.864Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T02:00:23.864Z] Removing intermediate container 45b60c992108 [2021-01-18T02:00:23.864Z] ---> 3eb084b5cf39 [2021-01-18T02:00:23.864Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:00:24.134Z] ---> Running in 1f092e30e465 [2021-01-18T02:00:24.134Z] ---> Running in 8cac7f38fc24 [2021-01-18T02:00:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:25.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:26.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:00:26.803Z] OK: 233 MiB in 51 packages [2021-01-18T02:00:26.803Z] OK: 233 MiB in 51 packages [2021-01-18T02:00:26.803Z] OK: 233 MiB in 51 packages [2021-01-18T02:00:26.803Z] OK: 233 MiB in 51 packages [2021-01-18T02:00:27.076Z] OK: 233 MiB in 51 packages [2021-01-18T02:00:27.659Z] Removing intermediate container 4147ae79b7cc [2021-01-18T02:00:27.659Z] ---> 4329be823de1 [2021-01-18T02:00:27.659Z] Step 6/22 : COPY go.mod . [2021-01-18T02:00:27.659Z] Removing intermediate container 8cac7f38fc24 [2021-01-18T02:00:27.659Z] ---> 05e2a2bde876 [2021-01-18T02:00:27.659Z] Step 6/22 : COPY go.mod . [2021-01-18T02:00:27.926Z] Removing intermediate container 9e84908cb90b [2021-01-18T02:00:27.926Z] ---> 3cebace9e82e [2021-01-18T02:00:27.926Z] Step 6/21 : COPY go.mod . [2021-01-18T02:00:27.926Z] ---> 595c8d1b7ace [2021-01-18T02:00:27.926Z] Step 7/22 : RUN go mod download [2021-01-18T02:00:28.198Z] ---> Running in f2327a91cf80 [2021-01-18T02:00:28.198Z] ---> 12055ed42d58 [2021-01-18T02:00:28.198Z] Step 7/22 : RUN go mod download [2021-01-18T02:00:28.198Z] Removing intermediate container 8042ff262b34 [2021-01-18T02:00:28.198Z] ---> 030bd609d133 [2021-01-18T02:00:28.198Z] Step 6/24 : COPY go.mod . [2021-01-18T02:00:28.468Z] Removing intermediate container 1f092e30e465 [2021-01-18T02:00:28.468Z] ---> f0549a045275 [2021-01-18T02:00:28.468Z] Step 6/24 : COPY go.mod . [2021-01-18T02:00:28.468Z] ---> 751731191b1b [2021-01-18T02:00:28.468Z] Step 7/21 : RUN go mod download [2021-01-18T02:00:28.468Z] ---> Running in eeb3de07abdd [2021-01-18T02:00:28.468Z] ---> Running in 55382b8661f2 [2021-01-18T02:00:28.735Z] ---> 457783ed441f [2021-01-18T02:00:28.735Z] Step 7/24 : RUN go mod download [2021-01-18T02:00:29.000Z] ---> 16be5879ba77 [2021-01-18T02:00:29.000Z] Step 7/24 : RUN go mod download [2021-01-18T02:00:29.000Z] ---> Running in 398ad0694f6e [2021-01-18T02:00:29.278Z] ---> Running in a8113e9df56f [2021-01-18T02:00:31.898Z] Removing intermediate container f2327a91cf80 [2021-01-18T02:00:31.898Z] ---> 3e26a51a3ebd [2021-01-18T02:00:31.898Z] Step 8/22 : COPY . . [2021-01-18T02:00:31.898Z] Removing intermediate container 55382b8661f2 [2021-01-18T02:00:31.898Z] ---> 5cecfa3618c2 [2021-01-18T02:00:31.898Z] Step 8/21 : COPY . . [2021-01-18T02:00:31.898Z] Removing intermediate container eeb3de07abdd [2021-01-18T02:00:31.898Z] ---> f5b4396f7707 [2021-01-18T02:00:32.172Z] Step 8/22 : COPY . . [2021-01-18T02:00:36.474Z] Removing intermediate container a8113e9df56f [2021-01-18T02:00:36.474Z] ---> df43dad2e281 [2021-01-18T02:00:36.474Z] Step 8/24 : COPY . . [2021-01-18T02:00:36.474Z] Removing intermediate container 398ad0694f6e [2021-01-18T02:00:36.474Z] ---> 3f8b9ebdcdb3 [2021-01-18T02:00:36.474Z] Step 8/24 : COPY . . [2021-01-18T02:00:45.679Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-18T02:01:08.811Z] ---> b266045ccf8e [2021-01-18T02:01:08.811Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T02:01:08.811Z] ---> 5db08b211bd6 [2021-01-18T02:01:08.811Z] ---> a855c18818b4 [2021-01-18T02:01:08.811Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T02:01:08.811Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T02:01:08.811Z] ---> Running in f37bd8676c21 [2021-01-18T02:01:09.080Z] ---> d3cc1982a865 [2021-01-18T02:01:09.080Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T02:01:09.671Z] ---> 334bc2828cce [2021-01-18T02:01:09.671Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T02:01:09.671Z] ---> Running in 5d8fef701ae3 [2021-01-18T02:01:09.671Z] ---> Running in 21444bc8ae91 [2021-01-18T02:01:09.951Z] ---> Running in a627447d1e81 [2021-01-18T02:01:09.951Z] ---> Running in d6625d55e025 [2021-01-18T02:01:10.924Z] 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-18T02:01:10.924Z] 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-18T02:01:10.924Z] 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-18T02:01:11.195Z] 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-18T02:01:11.195Z] 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-18T02:01:24.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-18T02:01:43.480Z] 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-18T02:01:43.480Z] Removing intermediate container 5d8fef701ae3 [2021-01-18T02:01:43.480Z] ---> 5a4e0b1a8a28 [2021-01-18T02:01:43.480Z] [2021-01-18T02:01:43.480Z] Step 10/24 : FROM scratch [2021-01-18T02:01:43.480Z] ---> [2021-01-18T02:01:43.480Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T02:01:43.770Z] ---> Running in 24c88efab225 [2021-01-18T02:01:44.048Z] Removing intermediate container 24c88efab225 [2021-01-18T02:01:44.048Z] ---> b3ed27e68501 [2021-01-18T02:01:44.048Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T02:01:44.048Z] ---> Running in cbef6d71d6ea [2021-01-18T02:01:45.451Z] Removing intermediate container cbef6d71d6ea [2021-01-18T02:01:45.451Z] ---> 38851ab83c37 [2021-01-18T02:01:45.451Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T02:01:46.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-18T02:01:46.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-18T02:01:46.971Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-18T02:01:46.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-18T02:01:46.971Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-18T02:01:46.972Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-18T02:01:46.972Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-18T02:01:46.972Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-18T02:01:46.972Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-18T02:01:48.017Z] ---> Running in 6f1491192406 [2021-01-18T02:01:48.018Z] Removing intermediate container f37bd8676c21 [2021-01-18T02:01:48.018Z] ---> 45a617cb5b95 [2021-01-18T02:01:48.018Z] [2021-01-18T02:01:48.018Z] Step 10/22 : FROM scratch [2021-01-18T02:01:48.018Z] ---> [2021-01-18T02:01:48.018Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:01:48.018Z] Removing intermediate container a627447d1e81 [2021-01-18T02:01:48.018Z] ---> 16a8f88affbb [2021-01-18T02:01:48.018Z] [2021-01-18T02:01:48.018Z] Step 10/21 : FROM scratch [2021-01-18T02:01:48.018Z] ---> [2021-01-18T02:01:48.018Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:01:48.018Z] ---> Running in 0297df498fd2 [2021-01-18T02:01:48.291Z] ---> Running in 7aa3db8f7f96 [2021-01-18T02:01:48.291Z] Removing intermediate container 6f1491192406 [2021-01-18T02:01:48.291Z] ---> 638e83a06d44 [2021-01-18T02:01:48.291Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T02:01:50.858Z] Removing intermediate container 0297df498fd2 [2021-01-18T02:01:50.858Z] ---> cd851126c891 [2021-01-18T02:01:50.858Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T02:01:50.858Z] Removing intermediate container 7aa3db8f7f96 [2021-01-18T02:01:50.858Z] ---> 296f185fa83a [2021-01-18T02:01:50.858Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T02:01:51.449Z] ---> 33541786b380 [2021-01-18T02:01:51.449Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T02:01:51.713Z] ---> Running in bba81ddcbcbf [2021-01-18T02:01:51.713Z] ---> Running in f07d1444a0c2 [2021-01-18T02:01:51.713Z] Removing intermediate container d6625d55e025 [2021-01-18T02:01:51.713Z] ---> f4c8c8bd3484 [2021-01-18T02:01:51.713Z] [2021-01-18T02:01:51.713Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T02:01:51.713Z] Removing intermediate container 21444bc8ae91 [2021-01-18T02:01:51.713Z] ---> 83a560fdcd16 [2021-01-18T02:01:51.713Z] [2021-01-18T02:01:51.713Z] Step 10/22 : FROM scratch [2021-01-18T02:01:51.713Z] ---> [2021-01-18T02:01:51.713Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:01:51.713Z] ---> Using cache [2021-01-18T02:01:51.713Z] ---> 296f185fa83a [2021-01-18T02:01:51.713Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T02:01:51.979Z] 3.12: Pulling from library/alpine [2021-01-18T02:01:52.565Z] ---> Running in f685714a94a5 [2021-01-18T02:01:52.565Z] Removing intermediate container f07d1444a0c2 [2021-01-18T02:01:52.565Z] ---> 2ebf40622353 [2021-01-18T02:01:52.565Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T02:01:52.830Z] Removing intermediate container bba81ddcbcbf [2021-01-18T02:01:52.830Z] ---> f4c9d79fdda9 [2021-01-18T02:01:52.830Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:01:52.830Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T02:01:52.830Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T02:01:52.830Z] ---> 389fef711851 [2021-01-18T02:01:52.830Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:01:52.830Z] ---> d7502c7ca05a [2021-01-18T02:01:52.830Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T02:01:52.830Z] ---> Running in dbfbc18c534f [2021-01-18T02:01:52.830Z] ---> Running in eb2e8248907b [2021-01-18T02:01:53.109Z] Removing intermediate container f685714a94a5 [2021-01-18T02:01:53.109Z] ---> b09941bb6527 [2021-01-18T02:01:53.109Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:01:53.109Z] ---> Running in d7f6b1f370e2 [2021-01-18T02:01:53.109Z] ---> Running in 3a96d46fd8e8 [2021-01-18T02:01:53.109Z] Removing intermediate container dbfbc18c534f [2021-01-18T02:01:53.109Z] ---> c441dedcee9b [2021-01-18T02:01:53.109Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:01:53.375Z] Removing intermediate container eb2e8248907b [2021-01-18T02:01:53.375Z] ---> 596c0f33a3aa [2021-01-18T02:01:53.375Z] Step 14/22 : WORKDIR / [2021-01-18T02:01:53.639Z] Removing intermediate container 3a96d46fd8e8 [2021-01-18T02:01:53.639Z] ---> c0f5a13f97da [2021-01-18T02:01:53.639Z] Step 14/22 : WORKDIR / [2021-01-18T02:01:53.639Z] ---> Running in 04e4c7d72146 [2021-01-18T02:01:53.820Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-18T02:01:53.820Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-18T02:01:53.820Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-18T02:01:54.221Z] ---> 7ba23a2c3cc5 [2021-01-18T02:01:54.222Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:01:54.222Z] ---> e26d6b68ff2c [2021-01-18T02:01:54.222Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T02:01:54.222Z] ---> Running in b5b8eda90284 [2021-01-18T02:01:54.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:01:54.222Z] Removing intermediate container 04e4c7d72146 [2021-01-18T02:01:54.222Z] ---> ac84ee833ec3 [2021-01-18T02:01:54.222Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:01:54.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:01:54.492Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T02:01:54.492Z] Removing intermediate container b5b8eda90284 [2021-01-18T02:01:54.492Z] ---> 3dbef8405af5 [2021-01-18T02:01:54.492Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:01:54.767Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:01:54.767Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T02:01:54.767Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T02:01:54.767Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T02:01:54.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:01:54.767Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:01:54.767Z] ---> 908330c48d43 [2021-01-18T02:01:54.767Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T02:01:54.767Z] OK: 7 MiB in 19 packages [2021-01-18T02:01:54.767Z] ---> f89b73c55e52 [2021-01-18T02:01:54.767Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T02:01:55.033Z] ---> c2b1efe000f6 [2021-01-18T02:01:55.033Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T02:01:55.033Z] ---> effc245cd27d [2021-01-18T02:01:55.033Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T02:01:55.616Z] ---> 6015e4170c79 [2021-01-18T02:01:55.616Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T02:01:55.616Z] ---> c4bc5c54f7df [2021-01-18T02:01:55.616Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T02:01:55.880Z] ---> Running in 9f40a321924d [2021-01-18T02:01:55.880Z] ---> 4d412f38faa1 [2021-01-18T02:01:55.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T02:01:55.880Z] Removing intermediate container d7f6b1f370e2 [2021-01-18T02:01:55.880Z] ---> 32dd25080226 [2021-01-18T02:01:55.880Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:01:55.880Z] ---> a4b55615564e [2021-01-18T02:01:55.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T02:01:56.455Z] ---> Running in 2ad3d714ab52 [2021-01-18T02:01:56.455Z] ---> 4a19313e4a48 [2021-01-18T02:01:56.455Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T02:01:56.455Z] Removing intermediate container 9f40a321924d [2021-01-18T02:01:56.455Z] ---> 3ea9bcf6f2f1 [2021-01-18T02:01:56.455Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:01:56.455Z] ---> 4cf2b0a9ebad [2021-01-18T02:01:56.455Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T02:01:56.726Z] ---> 4760f6d219f8 [2021-01-18T02:01:56.726Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T02:01:56.726Z] ---> Running in 064daa8a4dbf [2021-01-18T02:01:56.726Z] ---> Running in 7717f06544ad [2021-01-18T02:01:56.726Z] ---> Running in c76a72b7cd33 [2021-01-18T02:01:56.726Z] ---> Running in ec0d201ceb3c [2021-01-18T02:01:56.993Z] Removing intermediate container 2ad3d714ab52 [2021-01-18T02:01:56.993Z] ---> 079824904b0f [2021-01-18T02:01:56.993Z] Step 13/24 : WORKDIR / [2021-01-18T02:01:56.993Z] Removing intermediate container 064daa8a4dbf [2021-01-18T02:01:56.993Z] ---> ec5435232df2 [2021-01-18T02:01:56.993Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:01:56.993Z] ---> Running in e9b178d542d7 [2021-01-18T02:01:57.255Z] ---> Running in 5f549f29bf26 [2021-01-18T02:01:57.255Z] Removing intermediate container c76a72b7cd33 [2021-01-18T02:01:57.255Z] ---> 6d63257bd836 [2021-01-18T02:01:57.255Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T02:01:57.255Z] Removing intermediate container 7717f06544ad [2021-01-18T02:01:57.255Z] ---> 878798b911d3 [2021-01-18T02:01:57.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:01:57.255Z] Removing intermediate container ec0d201ceb3c [2021-01-18T02:01:57.255Z] ---> 1659fe350c6d [2021-01-18T02:01:57.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:01:57.517Z] ---> Running in 530644a6d9bb [2021-01-18T02:01:57.517Z] ---> Running in 7fc2bd0b8f8e [2021-01-18T02:01:57.517Z] Removing intermediate container e9b178d542d7 [2021-01-18T02:01:57.517Z] ---> 2f6945c995ec [2021-01-18T02:01:57.517Z] 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-18T02:01:57.517Z] ---> Running in 2bd9b7feb95a [2021-01-18T02:01:57.517Z] Removing intermediate container 5f549f29bf26 [2021-01-18T02:01:57.517Z] ---> 0873eb622956 [2021-01-18T02:01:57.517Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T02:01:58.095Z] Removing intermediate container 530644a6d9bb [2021-01-18T02:01:58.095Z] ---> 81162cf6e77b [2021-01-18T02:01:58.095Z] Step 20/21 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:01:58.095Z] ---> Running in 135facd18312 [2021-01-18T02:01:58.095Z] Removing intermediate container 2bd9b7feb95a [2021-01-18T02:01:58.095Z] ---> 78bcf19ade6a [2021-01-18T02:01:58.095Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T02:01:58.095Z] Removing intermediate container 7fc2bd0b8f8e [2021-01-18T02:01:58.095Z] ---> a475778ed9c7 [2021-01-18T02:01:58.095Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T02:01:58.095Z] ---> 435f1c6a93e1 [2021-01-18T02:01:58.095Z] 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-18T02:01:58.095Z] ---> Running in f3f324d3a297 [2021-01-18T02:01:58.361Z] ---> Running in 6aee4ff761fe [2021-01-18T02:01:58.361Z] ---> Running in 2934ff8a4694 [2021-01-18T02:01:58.362Z] Removing intermediate container 135facd18312 [2021-01-18T02:01:58.362Z] ---> daa7c95ef526 [2021-01-18T02:01:58.362Z] Step 23/24 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:01:58.362Z] Removing intermediate container f3f324d3a297 [2021-01-18T02:01:58.362Z] ---> 0286ee6eccc3 [2021-01-18T02:01:58.362Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:01:58.629Z] ---> Running in cf177e854882 [2021-01-18T02:01:58.629Z] ---> 3c332132732e [2021-01-18T02:01:58.629Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T02:01:58.629Z] ---> Running in e305c5c2bd88 [2021-01-18T02:01:58.629Z] Removing intermediate container 6aee4ff761fe [2021-01-18T02:01:58.629Z] ---> ef9717fc4c33 [2021-01-18T02:01:58.629Z] Step 21/22 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:01:58.905Z] Removing intermediate container 2934ff8a4694 [2021-01-18T02:01:58.905Z] ---> ea1ee659bc83 [2021-01-18T02:01:58.905Z] Step 21/22 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:01:58.905Z] Removing intermediate container cf177e854882 [2021-01-18T02:01:58.905Z] ---> 560b027475f4 [2021-01-18T02:01:58.905Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:01:58.905Z] ---> Running in d84af8a913fe [2021-01-18T02:01:58.905Z] ---> Running in 6af90017691a [2021-01-18T02:01:59.181Z] ---> Running in 02ee1747e6b4 [2021-01-18T02:01:59.181Z] Removing intermediate container e305c5c2bd88 [2021-01-18T02:01:59.181Z] ---> 432fbf76ac3d [2021-01-18T02:01:59.181Z] [2021-01-18T02:01:59.181Z] ---> 8f50d7bb1be4 [2021-01-18T02:01:59.181Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T02:01:59.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements [2021-01-18T02:01:59.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-18T02:01:59.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-18T02:01:59.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-18T02:01:59.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-18T02:01:59.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-18T02:01:59.446Z] Successfully built 432fbf76ac3d [2021-01-18T02:01:59.447Z] Removing intermediate container d84af8a913fe [2021-01-18T02:01:59.447Z] ---> d9b312ba07c8 [2021-01-18T02:01:59.447Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:01:59.725Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-18T02:01:59.725Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-18T02:01:59.725Z] Removing intermediate container 6af90017691a [2021-01-18T02:01:59.725Z] ---> 8fc13cb56f32 [2021-01-18T02:01:59.725Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:01:59.725Z] ---> Running in 2674a8be915e [2021-01-18T02:01:59.725Z] ---> Running in fa79663da94b [2021-01-18T02:01:59.998Z] ---> 0c9e113b9808 [2021-01-18T02:01:59.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T02:01:59.998Z] Removing intermediate container 02ee1747e6b4 [2021-01-18T02:01:59.998Z] ---> 07f79d7bff4e [2021-01-18T02:01:59.998Z] [2021-01-18T02:01:59.998Z] Removing intermediate container 2674a8be915e [2021-01-18T02:01:59.998Z] ---> 13a9700fbe01 [2021-01-18T02:01:59.998Z] [2021-01-18T02:01:59.998Z] Successfully built 07f79d7bff4e [2021-01-18T02:02:00.262Z] Successfully tagged docker-support-notifications-go:latest [2021-01-18T02:02:00.262Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-18T02:02:00.262Z] Removing intermediate container fa79663da94b [2021-01-18T02:02:00.262Z] ---> 794ee7ef3896 [2021-01-18T02:02:00.262Z] [2021-01-18T02:02:00.262Z] Successfully built 13a9700fbe01 [2021-01-18T02:02:00.262Z] Successfully tagged docker-core-command-go:latest [2021-01-18T02:02:00.262Z] Building docker-core-data-go [2021-01-18T02:02:00.262Z]  Building docker-core-command-go ... done Successfully built 794ee7ef3896 [2021-01-18T02:02:00.262Z] Successfully tagged docker-core-metadata-go:latest [2021-01-18T02:02:00.262Z] Building docker-sys-mgmt-agent-go [2021-01-18T02:02:00.524Z]  Building docker-core-metadata-go ... done  ---> 4253ae4f0b32 [2021-01-18T02:02:00.524Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T02:02:03.086Z] ---> bdab3da7c077 [2021-01-18T02:02:03.086Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-18T02:02:03.371Z] ---> Running in d15978f139d2 [2021-01-18T02:02:07.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.479s coverage: 27.0% of statements [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-18T02:02:07.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-18T02:02:07.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-18T02:02:07.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 67.9% of statements [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-18T02:02:07.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.414s coverage: 82.3% of statements [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-18T02:02:07.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-18T02:02:07.625Z] Removing intermediate container d15978f139d2 [2021-01-18T02:02:07.625Z] ---> 4859db81633f [2021-01-18T02:02:07.625Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T02:02:07.625Z] ---> Running in 519518a6da6b [2021-01-18T02:02:08.208Z] Removing intermediate container 519518a6da6b [2021-01-18T02:02:08.208Z] ---> 463121ba1c19 [2021-01-18T02:02:08.208Z] Step 22/24 : LABEL arch=x86_64 [2021-01-18T02:02:08.473Z] ---> Running in d081baf83d73 [2021-01-18T02:02:09.456Z] Removing intermediate container d081baf83d73 [2021-01-18T02:02:09.456Z] ---> b494e394a26b [2021-01-18T02:02:09.456Z] Step 23/24 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:02:09.719Z] ---> Running in c125972fc041 [2021-01-18T02:02:09.983Z] Removing intermediate container c125972fc041 [2021-01-18T02:02:09.983Z] ---> ec65df7aae28 [2021-01-18T02:02:09.983Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:02:10.245Z] ---> Running in 4095380f9740 [2021-01-18T02:02:10.246Z] Removing intermediate container 4095380f9740 [2021-01-18T02:02:10.246Z] ---> 5654d88c5366 [2021-01-18T02:02:10.246Z] [2021-01-18T02:02:10.508Z] Successfully built 5654d88c5366 [2021-01-18T02:02:10.508Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-18T02:02:14.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.101s coverage: 28.6% of statements [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-18T02:02:14.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-18T02:02:14.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-18T02:02:14.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.414s coverage: 86.7% of statements [2021-01-18T02:02:14.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-18T02:02:14.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements [2021-01-18T02:02:14.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-18T02:02:14.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.185s coverage: 78.3% of statements [2021-01-18T02:02:14.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-18T02:02:14.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-18T02:02:14.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-18T02:02:14.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.166s coverage: 92.8% of statements [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements [2021-01-18T02:02:24.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-01-18T02:02:24.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements [2021-01-18T02:02:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.4% of statements [2021-01-18T02:02:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-18T02:02:25.659Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:02:25.659Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:02:25.659Z] ---> cd45a83e334d [2021-01-18T02:02:25.659Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:02:25.659Z] ---> Using cache [2021-01-18T02:02:25.659Z] ---> 8266921901f5 [2021-01-18T02:02:25.659Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:02:25.659Z] ---> Using cache [2021-01-18T02:02:25.659Z] ---> 6523660845e6 [2021-01-18T02:02:25.659Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:02:25.659Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:02:25.659Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:02:25.659Z] ---> cd45a83e334d [2021-01-18T02:02:25.659Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T02:02:25.659Z] ---> Using cache [2021-01-18T02:02:25.659Z] ---> 8266921901f5 [2021-01-18T02:02:25.659Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:02:25.659Z] ---> Using cache [2021-01-18T02:02:25.659Z] ---> 6523660845e6 [2021-01-18T02:02:25.659Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T02:02:25.659Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:02:25.659Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:02:25.659Z] ---> cd45a83e334d [2021-01-18T02:02:25.659Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T02:02:25.659Z] ---> Using cache [2021-01-18T02:02:25.659Z] ---> 8266921901f5 [2021-01-18T02:02:25.659Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:02:25.659Z] ---> Using cache [2021-01-18T02:02:25.659Z] ---> 6523660845e6 [2021-01-18T02:02:25.659Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T02:02:26.236Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:02:26.236Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:02:26.236Z] ---> cd45a83e334d [2021-01-18T02:02:26.236Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:02:26.236Z] ---> Using cache [2021-01-18T02:02:26.236Z] ---> 8266921901f5 [2021-01-18T02:02:26.236Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:02:26.236Z] ---> Using cache [2021-01-18T02:02:26.236Z] ---> 6523660845e6 [2021-01-18T02:02:26.236Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:02:27.191Z] ---> Running in c557a3e37533 [2021-01-18T02:02:27.191Z] ---> Running in de82f7cea2ea [2021-01-18T02:02:27.191Z] ---> Running in 24dc188a6d98 [2021-01-18T02:02:27.191Z] ---> Running in 1d0c40f53987 [2021-01-18T02:02:28.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.627s coverage: 63.5% of statements [2021-01-18T02:02:28.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-18T02:02:28.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-18T02:02:28.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.102s coverage: 100.0% of statements [2021-01-18T02:02:28.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-01-18T02:02:28.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-18T02:02:28.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:28.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:28.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:28.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:29.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:29.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:29.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:29.772Z] OK: 233 MiB in 51 packages [2021-01-18T02:02:29.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-01-18T02:02:29.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-01-18T02:02:30.037Z] OK: 233 MiB in 51 packages [2021-01-18T02:02:30.037Z] OK: 233 MiB in 51 packages [2021-01-18T02:02:30.619Z] Removing intermediate container 24dc188a6d98 [2021-01-18T02:02:30.619Z] ---> a1970ae26430 [2021-01-18T02:02:30.619Z] Step 6/23 : COPY go.mod . [2021-01-18T02:02:30.619Z] Removing intermediate container c557a3e37533 [2021-01-18T02:02:30.619Z] ---> 074ae1ce4169 [2021-01-18T02:02:30.619Z] Step 6/22 : COPY go.mod . [2021-01-18T02:02:30.883Z] Removing intermediate container de82f7cea2ea [2021-01-18T02:02:30.883Z] ---> a0a4437c2a86 [2021-01-18T02:02:30.883Z] Step 6/21 : COPY go.mod . [2021-01-18T02:02:30.883Z] ---> fcb7e867915e [2021-01-18T02:02:30.883Z] Step 7/23 : RUN go mod download [2021-01-18T02:02:30.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:02:30.883Z] ---> Running in f0f67779aed9 [2021-01-18T02:02:30.883Z] ---> 62d09244230a [2021-01-18T02:02:30.883Z] Step 7/22 : RUN go mod download [2021-01-18T02:02:31.835Z] ---> Running in 6f48864e88eb [2021-01-18T02:02:31.835Z] ---> b31c061473ea [2021-01-18T02:02:31.835Z] Step 7/21 : RUN go mod download [2021-01-18T02:02:32.105Z] ---> Running in 55703fbd9f83 [2021-01-18T02:02:33.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.902s coverage: 68.9% of statements [2021-01-18T02:02:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-18T02:02:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-18T02:02:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-18T02:02:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-18T02:02:33.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-18T02:02:33.530Z] OK: 233 MiB in 51 packages [2021-01-18T02:02:33.530Z] Removing intermediate container 55703fbd9f83 [2021-01-18T02:02:33.530Z] ---> 309e20de8f41 [2021-01-18T02:02:33.530Z] Step 8/21 : COPY . . [2021-01-18T02:02:33.795Z] Removing intermediate container 6f48864e88eb [2021-01-18T02:02:33.795Z] ---> d636e53bd012 [2021-01-18T02:02:33.795Z] Step 8/22 : COPY . . [2021-01-18T02:02:33.795Z] Removing intermediate container f0f67779aed9 [2021-01-18T02:02:33.795Z] ---> 07103bb55142 [2021-01-18T02:02:33.795Z] Step 8/23 : COPY . . [2021-01-18T02:02:34.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-01-18T02:02:34.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-18T02:02:34.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-18T02:02:36.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.635s coverage: 84.0% of statements [2021-01-18T02:02:36.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.111s coverage: 100.0% of statements [2021-01-18T02:02:38.068Z] Removing intermediate container 1d0c40f53987 [2021-01-18T02:02:38.068Z] ---> a73757e69eea [2021-01-18T02:02:38.068Z] Step 6/26 : COPY go.mod . [2021-01-18T02:02:41.403Z] ---> 9352590a93e5 [2021-01-18T02:02:41.403Z] Step 7/26 : RUN go mod download [2021-01-18T02:02:41.721Z] ---> Running in 118ece97b74f [2021-01-18T02:02:42.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.361s coverage: 47.1% of statements [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-18T02:02:42.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-18T02:02:42.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-01-18T02:02:42.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-18T02:02:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-01-18T02:02:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-18T02:02:49.960Z] GO111MODULE=on go vet ./... [2021-01-18T02:02:51.872Z] Removing intermediate container 118ece97b74f [2021-01-18T02:02:51.872Z] ---> 661951726d7a [2021-01-18T02:02:51.872Z] Step 8/26 : COPY . . [2021-01-18T02:03:04.907Z] ---> d098c0e1e419 [2021-01-18T02:03:04.907Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T02:03:04.907Z] ---> 86fe27479fc6 [2021-01-18T02:03:04.907Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T02:03:04.907Z] ---> d6b1b863c88c [2021-01-18T02:03:04.907Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T02:03:04.907Z] ---> Running in 2f8f44a79388 [2021-01-18T02:03:04.907Z] ---> Running in f48a07b44035 [2021-01-18T02:03:04.907Z] ---> Running in c3e1beec72fe [2021-01-18T02:03: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-18T02:03:06.379Z] 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-18T02:03:06.379Z] 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-18T02:03:16.480Z] ---> 2267c9f27e17 [2021-01-18T02:03:16.481Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T02:03:16.481Z] ---> Running in 8978936afaad [2021-01-18T02:03:17.081Z] 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-18T02:03:29.457Z] 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-18T02:03:34.837Z] Removing intermediate container c3e1beec72fe [2021-01-18T02:03:34.837Z] ---> c6f5fa2e8263 [2021-01-18T02:03:34.837Z] [2021-01-18T02:03:34.837Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T02:03:34.837Z] ---> 389fef711851 [2021-01-18T02:03:34.837Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:03:34.837Z] ---> Using cache [2021-01-18T02:03:34.837Z] ---> 32dd25080226 [2021-01-18T02:03:34.837Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T02:03:35.115Z] ---> Running in bdf88fe061b8 [2021-01-18T02:03:35.384Z] Removing intermediate container bdf88fe061b8 [2021-01-18T02:03:35.384Z] ---> 0e36b2c1eaaf [2021-01-18T02:03:35.384Z] Step 13/22 : WORKDIR / [2021-01-18T02:03:35.654Z] ---> Running in 8d00935b782c [2021-01-18T02:03:37.597Z] Removing intermediate container 8d00935b782c [2021-01-18T02:03:37.597Z] ---> 5d8550f3ba81 [2021-01-18T02:03:37.597Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:03:37.597Z] Removing intermediate container 2f8f44a79388 [2021-01-18T02:03:37.597Z] ---> bb91cfc62d8f [2021-01-18T02:03:37.597Z] [2021-01-18T02:03:37.597Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T02:03:37.597Z] ---> 389fef711851 [2021-01-18T02:03:37.597Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T02:03:37.871Z] ---> 8d4e707260f8 [2021-01-18T02:03:37.871Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T02:03:37.871Z] ---> Running in c8ba9482d663 [2021-01-18T02:03:38.464Z] ---> c4bcf1fd0310 [2021-01-18T02:03:38.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T02:03:38.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:39.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:39.005Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T02:03:39.005Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:03:39.267Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T02:03:39.267Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T02:03:39.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:03:39.267Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:03:39.267Z] OK: 7 MiB in 18 packages [2021-01-18T02:03:40.220Z] ---> 2abc83526798 [2021-01-18T02:03:40.220Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T02:03:41.615Z] Removing intermediate container f48a07b44035 [2021-01-18T02:03:41.615Z] ---> 88d21be14050 [2021-01-18T02:03:41.615Z] [2021-01-18T02:03:41.615Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T02:03:41.879Z] ---> 389fef711851 [2021-01-18T02:03:41.879Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:03:43.273Z] ---> f8759436c29a [2021-01-18T02:03:43.273Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T02:03:43.537Z] ---> Running in 423ca5cc7709 [2021-01-18T02:03:43.537Z] Removing intermediate container c8ba9482d663 [2021-01-18T02:03:43.537Z] ---> 47e62a0537dc [2021-01-18T02:03:43.537Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:03:43.537Z] ---> Running in 3961b563cfde [2021-01-18T02:03:43.537Z] Removing intermediate container 8978936afaad [2021-01-18T02:03:43.537Z] ---> 30a9ac7fb3f7 [2021-01-18T02:03:43.537Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T02:03:43.799Z] ---> Running in e17b453c3910 [2021-01-18T02:03:43.799Z] ---> Running in 5e493acda383 [2021-01-18T02:03:44.065Z] Removing intermediate container 423ca5cc7709 [2021-01-18T02:03:44.065Z] ---> ee5e7b0d7ba7 [2021-01-18T02:03:44.065Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T02:03:44.065Z] Removing intermediate container e17b453c3910 [2021-01-18T02:03:44.065Z] ---> 752de6a54d7d [2021-01-18T02:03:44.065Z] Step 13/21 : WORKDIR /edgex [2021-01-18T02:03:44.332Z] ---> Running in 6a85a7f11c33 [2021-01-18T02:03:44.332Z] ---> Running in 195089ec9b41 [2021-01-18T02:03:44.602Z] Removing intermediate container 6a85a7f11c33 [2021-01-18T02:03:44.602Z] ---> 11ab70c6d3c8 [2021-01-18T02:03:44.602Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T02:03:44.602Z] 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-18T02:03:44.867Z] Removing intermediate container 195089ec9b41 [2021-01-18T02:03:44.867Z] ---> bc1557cffdb1 [2021-01-18T02:03:44.867Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T02:03:45.130Z] ---> Running in 343758e604e8 [2021-01-18T02:03:45.401Z] ---> 0bd862305340 [2021-01-18T02:03:45.402Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T02:03:45.402Z] Removing intermediate container 343758e604e8 [2021-01-18T02:03:45.402Z] ---> cf66274cb401 [2021-01-18T02:03:45.402Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:03:45.402Z] Removing intermediate container 3961b563cfde [2021-01-18T02:03:45.402Z] ---> 7e56153599eb [2021-01-18T02:03:45.402Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T02:03:45.402Z] ---> Running in 2cc60eed0ac4 [2021-01-18T02:03:45.665Z] ---> Running in 9f5c3a1166b8 [2021-01-18T02:03:45.932Z] ---> 9a019c793f6c [2021-01-18T02:03:45.932Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T02:03:45.932Z] Removing intermediate container 9f5c3a1166b8 [2021-01-18T02:03:45.932Z] ---> f003e18d99e2 [2021-01-18T02:03:45.932Z] Step 20/22 : LABEL arch=x86_64 [2021-01-18T02:03:46.203Z] Removing intermediate container 5e493acda383 [2021-01-18T02:03:46.203Z] ---> 734217aca761 [2021-01-18T02:03:46.203Z] [2021-01-18T02:03:46.203Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T02:03:46.203Z] ---> Running in be49d04f5acd [2021-01-18T02:03:46.203Z] 20.10.0: Pulling from library/docker [2021-01-18T02:03:46.472Z] Removing intermediate container be49d04f5acd [2021-01-18T02:03:46.472Z] ---> 977c0df3e980 [2021-01-18T02:03:46.472Z] Step 21/22 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:03:46.472Z] ---> Running in 78f67a6d0609 [2021-01-18T02:03:46.472Z] ---> a0ef6f4e55dd [2021-01-18T02:03:46.472Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T02:03:46.738Z] ---> Running in 5cbc66a5a5c2 [2021-01-18T02:03:47.005Z] Removing intermediate container 78f67a6d0609 [2021-01-18T02:03:47.005Z] ---> 48e924f64a17 [2021-01-18T02:03:47.005Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:03:48.404Z] ---> Running in fece22f6140d [2021-01-18T02:03:48.404Z] Removing intermediate container 5cbc66a5a5c2 [2021-01-18T02:03:48.404Z] ---> c9f8bfbe9aaf [2021-01-18T02:03:48.404Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T02:03:48.404Z] Removing intermediate container 2cc60eed0ac4 [2021-01-18T02:03:48.404Z] ---> 0917a2b865dd [2021-01-18T02:03:48.404Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T02:03:48.404Z] ---> Running in 4b678b364185 [2021-01-18T02:03:48.404Z] ---> Running in db7cae413ba2 [2021-01-18T02:03:48.404Z] Removing intermediate container fece22f6140d [2021-01-18T02:03:48.404Z] ---> 1da93f102817 [2021-01-18T02:03:48.404Z] [2021-01-18T02:03:48.668Z] Successfully built 1da93f102817 [2021-01-18T02:03:49.245Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-18T02:03:49.245Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4b678b364185 [2021-01-18T02:03:49.245Z] ---> 1b547faf1d54 [2021-01-18T02:03:49.245Z] Step 19/21 : LABEL arch=x86_64 [2021-01-18T02:03:49.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:49.245Z] ---> Running in 907081505c52 [2021-01-18T02:03:49.514Z] Removing intermediate container 907081505c52 [2021-01-18T02:03:49.514Z] ---> d0bee53a640e [2021-01-18T02:03:49.514Z] Step 20/21 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:03:49.514Z] ---> Running in 38ef3bfbb1d6 [2021-01-18T02:03:49.779Z] Removing intermediate container 38ef3bfbb1d6 [2021-01-18T02:03:49.779Z] ---> f225ca3faf9e [2021-01-18T02:03:49.779Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:03:50.047Z] ---> Running in a604bb71316f [2021-01-18T02:03:50.629Z] Removing intermediate container a604bb71316f [2021-01-18T02:03:50.629Z] ---> f0661e7e1ea2 [2021-01-18T02:03:50.629Z] [2021-01-18T02:03:50.629Z] Successfully built f0661e7e1ea2 [2021-01-18T02:03:50.629Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-18T02:03:51.210Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:52.629Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T02:03:52.630Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T02:03:52.630Z] ---> aefe523efa57 [2021-01-18T02:03:52.630Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T02:03:52.898Z] ---> Running in dbae0ade554b [2021-01-18T02:03:53.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:53.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:54.009Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T02:03:54.009Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T02:03:54.009Z] Executing bash-5.0.17-r0.post-install [2021-01-18T02:03:54.009Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:03:54.009Z] OK: 12 MiB in 22 packages [2021-01-18T02:03:54.586Z] Removing intermediate container dbae0ade554b [2021-01-18T02:03:54.586Z] ---> eed7102da446 [2021-01-18T02:03:54.586Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T02:03:54.586Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T02:03:54.586Z] ---> Running in 39ee33f7cebf [2021-01-18T02:03:54.586Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T02:03:54.849Z] Removing intermediate container 39ee33f7cebf [2021-01-18T02:03:54.849Z] ---> 2ef72aa79794 [2021-01-18T02:03:54.849Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T02:03:54.849Z] ---> Running in ac6732d76314 [2021-01-18T02:03:55.113Z] Removing intermediate container ac6732d76314 [2021-01-18T02:03:55.113Z] ---> cbfa1bd44674 [2021-01-18T02:03:55.113Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T02:03:55.113Z] ---> Running in 754317e2e417 [2021-01-18T02:03:55.113Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T02:03:55.113Z] Removing intermediate container 754317e2e417 [2021-01-18T02:03:55.113Z] ---> 4dc480c4ba03 [2021-01-18T02:03:55.113Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T02:03:55.691Z] ---> 6dbbf026f9c0 [2021-01-18T02:03:55.691Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T02:03:55.953Z] ---> 20d3dd9f7084 [2021-01-18T02:03:55.953Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T02:03:56.528Z] ---> 80c09dba4518 [2021-01-18T02:03:56.528Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T02:03:56.528Z] ---> Running in 84a4e8936e68 [2021-01-18T02:03:56.528Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T02:03:57.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:57.102Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T02:03:57.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:03:57.102Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:03:57.102Z] OK: 8 MiB in 19 packages [2021-01-18T02:03:57.102Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T02:03:57.370Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T02:03:57.370Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T02:03:57.370Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T02:03:57.370Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T02:03:57.370Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T02:03:57.370Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T02:03:57.946Z] Removing intermediate container db7cae413ba2 [2021-01-18T02:03:57.946Z] ---> bbcf682ab5d0 [2021-01-18T02:03:57.946Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:03:57.988Z] gofmt -l . [2021-01-18T02:03:57.988Z] [ "`gofmt -l .`" = "" ] [2021-01-18T02:03:57.988Z] ./bin/test-go-mod-tidy.sh [2021-01-18T02:03:58.264Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-18T02:03:59.902Z] + ls -al . [2021-01-18T02:03:59.903Z] total 684 [2021-01-18T02:03:59.903Z] drwxrwxr-x 9 1001 1001 4096 Jan 18 02:03 . [2021-01-18T02:03:59.903Z] drwxr-xr-x 4 root root 4096 Jan 18 02:00 .. [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 11 Jan 18 01:58 .dockerignore [2021-01-18T02:03:59.903Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 01:58 .git [2021-01-18T02:03:59.903Z] drwxrwxr-x 3 1001 1001 4096 Jan 18 01:58 .github [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 824 Jan 18 01:58 .gitignore [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 166 Jan 18 01:58 .sonarcloud.properties [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 7744 Jan 18 01:58 Attribution.txt [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 3804 Jan 18 01:58 CONTRIBUTING.md [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 931 Jan 18 01:58 Dockerfile.build [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 863 Jan 18 01:58 Jenkinsfile [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 10775 Jan 18 01:58 LICENSE [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 5750 Jan 18 01:58 Makefile [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 6524 Jan 18 01:58 README.md [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 6744 Jan 18 01:58 SECURITY.md [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 5 Jan 18 01:56 VERSION [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 4131 Jan 18 01:58 ZMQWindows.md [2021-01-18T02:03:59.903Z] drwxrwxr-x 2 1001 1001 4096 Jan 18 01:58 bin [2021-01-18T02:03:59.903Z] drwxrwxr-x 14 1001 1001 4096 Jan 18 01:58 cmd [2021-01-18T02:03:59.903Z] -rw-r--r-- 1 root root 550280 Jan 18 02:02 coverage.out [2021-01-18T02:03:59.903Z] -rw-r--r-- 1 root root 981 Jan 18 02:03 go.mod [2021-01-18T02:03:59.903Z] -rw-r--r-- 1 root root 19241 Jan 18 02:03 go.sum [2021-01-18T02:03:59.903Z] drwxrwxr-x 8 1001 1001 4096 Jan 18 01:58 internal [2021-01-18T02:03:59.903Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 01:58 openapi [2021-01-18T02:03:59.903Z] drwxrwxr-x 4 1001 1001 4096 Jan 18 01:58 snap [2021-01-18T02:03:59.903Z] -rw-rw-r-- 1 1001 1001 168 Jan 18 01:58 version.go [Pipeline] sh [2021-01-18T02:04:00.504Z] ---> 6e066d900c67 [2021-01-18T02:04:00.505Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T02:04:00.569Z] + '[' -e coverage.out ] [2021-01-18T02:04:00.569Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-18T02:04:00.589Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T02:04:01.629Z] Stashed 1 file(s) [Pipeline] sh [2021-01-18T02:04:02.339Z] + make build [2021-01-18T02:04:02.339Z] 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-18T02:04:03.828Z] ---> e64976374f71 [2021-01-18T02:04:03.828Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T02:04:03.828Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T02:04:03.828Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T02:04:03.828Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T02:04:03.828Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T02:04:03.828Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T02:04:03.828Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T02:04:03.828Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T02:04:03.828Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T02:04:03.828Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T02:04:03.828Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T02:04:03.828Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T02:04:03.828Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T02:04:04.403Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T02:04:04.665Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T02:04:04.665Z] ---> 4eff33eb2eb7 [2021-01-18T02:04:04.665Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T02:04:04.665Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T02:04:04.931Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T02:04:04.931Z] ---> Running in 31ed4dc15040 [2021-01-18T02:04:04.931Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T02:04:04.931Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T02:04:04.931Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T02:04:05.194Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T02:04:05.194Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T02:04:05.194Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T02:04:05.194Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T02:04:05.457Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T02:04:05.457Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T02:04:05.457Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T02:04:05.457Z] Removing intermediate container 31ed4dc15040 [2021-01-18T02:04:05.457Z] ---> f612bda5c034 [2021-01-18T02:04:05.457Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:04:06.409Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:04:06.409Z] ---> Running in 0984f1abdeca [2021-01-18T02:04:06.409Z] OK: 71 MiB in 55 packages [2021-01-18T02:04:06.409Z] Removing intermediate container 0984f1abdeca [2021-01-18T02:04:06.409Z] ---> c696e3bac8c5 [2021-01-18T02:04:06.409Z] Step 21/23 : LABEL arch=x86_64 [2021-01-18T02:04:06.409Z] ---> Running in 63dc4370d525 [2021-01-18T02:04:06.671Z] Removing intermediate container 63dc4370d525 [2021-01-18T02:04:06.671Z] ---> bd29330d4537 [2021-01-18T02:04:06.671Z] Step 22/23 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:04:06.935Z] ---> Running in 168ca503e5fb [2021-01-18T02:04:08.870Z] Removing intermediate container 168ca503e5fb [2021-01-18T02:04:08.870Z] ---> a583b7c66c0e [2021-01-18T02:04:08.870Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T02:04:11.439Z] ---> Running in d67dee10fc68 [2021-01-18T02:04:11.703Z] Removing intermediate container 84a4e8936e68 [2021-01-18T02:04:11.703Z] ---> 5ba3c9bc6b22 [2021-01-18T02:04:11.703Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T02:04:11.703Z] ---> Running in d81bb01e32a2 [2021-01-18T02:04:11.703Z] Removing intermediate container d67dee10fc68 [2021-01-18T02:04:11.703Z] ---> e67e54d6a4ac [2021-01-18T02:04:11.703Z] [2021-01-18T02:04:11.973Z] Successfully built e67e54d6a4ac [2021-01-18T02:04:11.973Z] Successfully tagged docker-core-data-go:latest [2021-01-18T02:04:13.368Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-18T02:04:13.368Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T02:04:13.630Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T02:04:13.630Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T02:04:13.630Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T02:04:13.630Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T02:04:14.205Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T02:04:14.205Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T02:04:14.752Z] 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-18T02:04:14.781Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T02:04:14.781Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T02:04:15.354Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T02:04:15.354Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T02:04:15.617Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T02:04:15.617Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T02:04:15.880Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T02:04:15.880Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T02:04:15.880Z] Collecting PyYAML<4,>=3.10 [2021-01-18T02:04:15.880Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-18T02:04:16.827Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T02:04:16.827Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T02:04:17.090Z] 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-18T02:04:17.090Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T02:04:17.090Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T02:04:17.353Z] 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-18T02:04:17.353Z] Collecting idna<2.8,>=2.5 [2021-01-18T02:04:17.353Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T02:04:17.353Z] 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-18T02:04:17.353Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T02:04:17.353Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T02:04:17.353Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T02:04:17.353Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T02:04:17.353Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T02:04:17.353Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T02:04:17.615Z] Installing collected packages: jsonschema, dockerpty, docopt, texttable, websocket-client, cached-property, urllib3, idna, requests, PyYAML, docker-pycreds, docker, docker-compose [2021-01-18T02:04:17.615Z] Running setup.py install for dockerpty: started [2021-01-18T02:04:18.189Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T02:04:18.189Z] Running setup.py install for docopt: started [2021-01-18T02:04:18.771Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T02:04:18.771Z] Running setup.py install for texttable: started [2021-01-18T02:04:19.033Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T02:04:19.296Z] Attempting uninstall: urllib3 [2021-01-18T02:04:19.296Z] Found existing installation: urllib3 1.25.9 [2021-01-18T02:04:19.296Z] Uninstalling urllib3-1.25.9: [2021-01-18T02:04:19.296Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T02:04:19.560Z] Attempting uninstall: idna [2021-01-18T02:04:19.560Z] Found existing installation: idna 2.9 [2021-01-18T02:04:19.560Z] Uninstalling idna-2.9: [2021-01-18T02:04:19.560Z] Successfully uninstalled idna-2.9 [2021-01-18T02:04:19.826Z] Attempting uninstall: requests [2021-01-18T02:04:19.826Z] Found existing installation: requests 2.23.0 [2021-01-18T02:04:19.826Z] Uninstalling requests-2.23.0: [2021-01-18T02:04:19.826Z] Successfully uninstalled requests-2.23.0 [2021-01-18T02:04:19.826Z] Running setup.py install for PyYAML: started [2021-01-18T02:04:20.776Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T02:04:21.039Z] 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-18T02:04:25.415Z] Removing intermediate container d81bb01e32a2 [2021-01-18T02:04:25.415Z] ---> 2b1c1a52916c [2021-01-18T02:04:25.415Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T02:04:25.415Z] ---> Running in b1ac8b856f41 [2021-01-18T02:04:25.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T02:04:25.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T02:04:25.685Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:04:25.685Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T02:04:25.685Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T02:04:25.685Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:04:25.685Z] OK: 72 MiB in 58 packages [2021-01-18T02:04:26.260Z] Removing intermediate container b1ac8b856f41 [2021-01-18T02:04:26.260Z] ---> f8e97475db57 [2021-01-18T02:04:26.260Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T02:04:26.260Z] ---> Running in 247ea909fb2d [2021-01-18T02:04:26.260Z] Removing intermediate container 247ea909fb2d [2021-01-18T02:04:26.260Z] ---> 9149362db279 [2021-01-18T02:04:26.260Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:04:26.523Z] ---> Running in 57d4da0f60ee [2021-01-18T02:04:26.785Z] Removing intermediate container 57d4da0f60ee [2021-01-18T02:04:26.785Z] ---> 723b5b5c10b6 [2021-01-18T02:04:26.785Z] Step 24/26 : LABEL arch=x86_64 [2021-01-18T02:04:26.785Z] ---> Running in 5e4187eb9350 [2021-01-18T02:04:26.785Z] Removing intermediate container 5e4187eb9350 [2021-01-18T02:04:26.785Z] ---> aa0d950caa6c [2021-01-18T02:04:26.785Z] Step 25/26 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:04:27.049Z] ---> Running in a3f048102c35 [2021-01-18T02:04:27.049Z] Removing intermediate container a3f048102c35 [2021-01-18T02:04:27.049Z] ---> 3626c19500b8 [2021-01-18T02:04:27.049Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T02:04:27.313Z] ---> Running in ed98c5d7d36c [2021-01-18T02:04:27.313Z] Removing intermediate container ed98c5d7d36c [2021-01-18T02:04:27.313Z] ---> e54c7d652f94 [2021-01-18T02:04:27.313Z] [2021-01-18T02:04:27.576Z] Successfully built e54c7d652f94 [2021-01-18T02:04:27.576Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-18T02:04:27.851Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-18T02:04:27.858Z] $ docker stop --time=1 31726ade060541a338f5dc9ab01281a6bc4bdf600b86045334700c79778c0d29 [2021-01-18T02:04:29.480Z] $ docker rm -f 31726ade060541a338f5dc9ab01281a6bc4bdf600b86045334700c79778c0d29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T02:04:30.016Z] + docker images [2021-01-18T02:04:30.017Z] + grep docker [2021-01-18T02:04:30.287Z] docker-sys-mgmt-agent-go latest e54c7d652f94 3 seconds ago 313MB [2021-01-18T02:04:30.287Z] docker-core-data-go latest e67e54d6a4ac 19 seconds ago 22.3MB [2021-01-18T02:04:30.287Z] docker-security-proxy-setup-go latest f0661e7e1ea2 40 seconds ago 24.4MB [2021-01-18T02:04:30.287Z] docker-security-bootstrap-redis-go latest 1da93f102817 42 seconds ago 15.8MB [2021-01-18T02:04:30.287Z] docker-security-secretstore-setup-go latest 5654d88c5366 2 minutes ago 24.6MB [2021-01-18T02:04:30.287Z] docker-core-command-go latest 13a9700fbe01 2 minutes ago 10.6MB [2021-01-18T02:04:30.287Z] docker-core-metadata-go latest 794ee7ef3896 2 minutes ago 13.1MB [2021-01-18T02:04:30.287Z] docker-support-notifications-go latest 07f79d7bff4e 2 minutes ago 12MB [2021-01-18T02:04:30.287Z] docker-support-scheduler-go latest 432fbf76ac3d 2 minutes ago 10.7MB [2021-01-18T02:04:30.287Z] docker 20.10.0 aefe523efa57 5 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-18T02:04:36.938Z] 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-18T02:04:40.335Z] 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-18T02:04:45.739Z] 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-18T02:04:46.011Z] 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-18T02:04:46.151Z] Still waiting to schedule task [2021-01-18T02:04:46.151Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-18T02:04:51.415Z] 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-18T02:04:54.790Z] 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-18T02:04:58.168Z] 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-18T02:05:01.574Z] 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-18T02:05:04.959Z] 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-18T02:05:09.262Z] 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-18T02:05:12.680Z] $ docker stop --time=1 c8a65ab9abbe9a3b47b53c257853ff7704b7da80f26445a5e59a2ab476a4aac9 [2021-01-18T02:05:15.420Z] $ docker rm -f c8a65ab9abbe9a3b47b53c257853ff7704b7da80f26445a5e59a2ab476a4aac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:05:17.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:05:17.591Z] [2021-01-18T02:05:17.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:05:18.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:05:18.014Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-18T02:05:18.014Z] 29e5d40040c1: Pulling fs layer [2021-01-18T02:05:18.014Z] 1ce36da41761: Pulling fs layer [2021-01-18T02:05:18.014Z] 25b303627fd3: Pulling fs layer [2021-01-18T02:05:18.988Z] 29e5d40040c1: Verifying Checksum [2021-01-18T02:05:18.988Z] 29e5d40040c1: Download complete [2021-01-18T02:05:19.260Z] 1ce36da41761: Verifying Checksum [2021-01-18T02:05:19.260Z] 1ce36da41761: Download complete [2021-01-18T02:05:19.535Z] 29e5d40040c1: Pull complete [2021-01-18T02:05:20.973Z] 1ce36da41761: Pull complete [2021-01-18T02:05:20.973Z] 25b303627fd3: Verifying Checksum [2021-01-18T02:05:20.973Z] 25b303627fd3: Download complete [2021-01-18T02:05:31.116Z] 25b303627fd3: Pull complete [2021-01-18T02:05:31.116Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-18T02:05:31.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:05:31.116Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-18T02:05:31.350Z] prd-ubuntu18.04-docker-arm64-4c-16g-20873 does not seem to be running inside a container [2021-01-18T02:05:31.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T02:05:34.383Z] $ docker top e4554f4be3b795201fc911a17221a9fec3b78409bb04ebf25ebedd532769f22c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:05:35.396Z] + grep parallel [2021-01-18T02:05:35.396Z] + docker-compose build --help [2021-01-18T02:05:38.779Z] --parallel Build images in parallel. [Pipeline] } [2021-01-18T02:05:38.793Z] $ docker stop --time=1 e4554f4be3b795201fc911a17221a9fec3b78409bb04ebf25ebedd532769f22c [2021-01-18T02:05:40.696Z] $ docker rm -f e4554f4be3b795201fc911a17221a9fec3b78409bb04ebf25ebedd532769f22c [Pipeline] // withDockerContainer [2021-01-18T02:05:41.072Z] Running on prd-ubuntu18.04-docker-8c-8g-20875 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-18T02:05:41.132Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:05:41.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-18T02:05:41.763Z] . [Pipeline] withDockerContainer [2021-01-18T02:05:42.042Z] prd-ubuntu18.04-docker-arm64-4c-16g-20873 does not seem to be running inside a container [2021-01-18T02:05:42.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-18T02:05:43.545Z] using credential edgex-jenkins-ssh [2021-01-18T02:05:43.612Z] Cloning the remote Git repository [2021-01-18T02:05:43.659Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:05:43.770Z] $ docker top f2722d3aee09f3d3fed377ddb97bc60f5cda69ee29021836a8102d636e9582ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:05:43.726Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-18T02:05:43.757Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:05:43.758Z] > git --version # timeout=10 [2021-01-18T02:05:43.766Z] > git --version # 'git version 2.17.1' [2021-01-18T02:05:43.766Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:05:43.791Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T02:05:44.842Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-18T02:05:49.131Z] Building docker-core-command-go ... [2021-01-18T02:05:49.131Z] Building docker-core-data-go ... [2021-01-18T02:05:49.131Z] Building docker-core-metadata-go ... [2021-01-18T02:05:49.131Z] Building docker-security-bootstrap-redis-go ... [2021-01-18T02:05:49.131Z] Building docker-security-proxy-setup-go ... [2021-01-18T02:05:49.131Z] Building docker-security-secretstore-setup-go ... [2021-01-18T02:05:49.131Z] Building docker-support-notifications-go ... [2021-01-18T02:05:49.131Z] Building docker-support-scheduler-go ... [2021-01-18T02:05:49.131Z] Building docker-sys-mgmt-agent-go ... [2021-01-18T02:05:49.131Z] Building docker-security-secretstore-setup-go [2021-01-18T02:05:49.131Z] Building docker-core-metadata-go [2021-01-18T02:05:49.131Z] Building docker-security-proxy-setup-go [2021-01-18T02:05:49.131Z] Building docker-support-scheduler-go [2021-01-18T02:05:49.131Z] Building docker-sys-mgmt-agent-go [2021-01-18T02:05:48.732Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T02:05:48.746Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T02:05:48.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-18T02:05:48.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-18T02:05:48.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:05:48.775Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T02:05:50.298Z] Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit b2fad2e75cb696e1b9a364d7813c7f873b3385bf [2021-01-18T02:05:50.480Z] Merge succeeded, producing 94ba9614158769179452b28209378e574240433b [2021-01-18T02:05:50.481Z] Checking out Revision 94ba9614158769179452b28209378e574240433b (PR-3030) [2021-01-18T02:05:50.327Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T02:05:50.333Z] > git checkout -f b2fad2e75cb696e1b9a364d7813c7f873b3385bf # timeout=10 [2021-01-18T02:05:50.412Z] > git remote # timeout=10 [2021-01-18T02:05:50.419Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T02:05:50.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T02:05:50.428Z] > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 [2021-01-18T02:05:50.495Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T02:05:50.504Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T02:05:50.507Z] > git checkout -f 94ba9614158769179452b28209378e574240433b # timeout=10 [2021-01-18T02:05:54.175Z] Commit message: "Merge commit 'fc096e9ec0f95dbc625a498b2feb9840babc6219' into HEAD" [2021-01-18T02:05:54.185Z] First time build. Skipping changelog. [2021-01-18T02:05:54.198Z] > git rev-list --no-walk b98ebd7de7cc4caa7a6a548468d34e46f1c80615 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:05:55.292Z] + echo snap-build.sh [2021-01-18T02:05:55.292Z] snap-build.sh [2021-01-18T02:05:55.292Z] + SNAP_BASE_DIR=. [2021-01-18T02:05:55.292Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-18T02:05:55.292Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-18T02:05:55.292Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-18T02:05:55.292Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-18T02:05:55.292Z] + cd /w/workspace/edgex-go/7 [2021-01-18T02:05:55.292Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-18T02:05:55.292Z] Reading package lists... [2021-01-18T02:05:55.292Z] Building dependency tree... [2021-01-18T02:05:55.292Z] Reading state information... [2021-01-18T02:05:55.555Z] The following packages were automatically installed and are no longer required: [2021-01-18T02:05:55.555Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-18T02:05:55.555Z] uidmap xdelta3 [2021-01-18T02:05:55.555Z] Use 'sudo apt autoremove' to remove them. [2021-01-18T02:05:55.555Z] The following packages will be REMOVED: [2021-01-18T02:05:55.555Z] lxd* lxd-client* [2021-01-18T02:05:55.817Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-18T02:05:55.817Z] After this operation, 31.7 MB disk space will be freed. [2021-01-18T02:05:57.133Z] (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-18T02:05:57.133Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T02:05:58.077Z] Removing lxd dnsmasq configuration [2021-01-18T02:05:58.077Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T02:05:58.340Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-18T02:05:59.284Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-18T02:05:59.284Z] (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-18T02:05:59.284Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-18T02:06:00.674Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-18T02:06:00.675Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-18T02:06:02.065Z] + sudo snap remove --purge lxd [2021-01-18T02:06:02.326Z] snap "lxd" is not installed [2021-01-18T02:06:02.326Z] + sudo groupadd --force --system lxd [2021-01-18T02:06:02.326Z] ++ whoami [2021-01-18T02:06:02.326Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-18T02:06:02.326Z] + newgrp - lxd [2021-01-18T02:06:02.326Z] + sudo snap install lxd [2021-01-18T02:06:10.475Z] 2021-01-18T02:06:07Z INFO Waiting for automatic snapd restart... [2021-01-18T02:06:25.412Z] lxd 4.10 from Canonical* installed [2021-01-18T02:06:25.412Z] + sudo lxd init --auto [2021-01-18T02:06:33.576Z] + sudo snap install --classic snapcraft [2021-01-18T02:06:37.792Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T02:06:37.792Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-18T02:06:37.792Z] + patch --verbose -p1 [2021-01-18T02:06:37.792Z] Hmm... Looks like a unified diff to me... [2021-01-18T02:06:37.792Z] The text leading up to this was: [2021-01-18T02:06:37.792Z] -------------------------- [2021-01-18T02:06:37.792Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-18T02:06:37.792Z] |From: Tony Espy [2021-01-18T02:06:37.792Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-18T02:06:37.792Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-18T02:06:37.792Z] | [2021-01-18T02:06:37.792Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-18T02:06:37.792Z] |optimize the snap CI check run for pull requests. When [2021-01-18T02:06:37.792Z] |applied, it essentially strips out everything (apps and [2021-01-18T02:06:37.792Z] |parts) from the snapcraft.yaml file except those required [2021-01-18T02:06:37.792Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-18T02:06:37.792Z] |catch changes to edgex-go that break the snap build. [2021-01-18T02:06:37.793Z] | [2021-01-18T02:06:37.793Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-18T02:06:37.793Z] |to update this patch file, otherwise it may fail to apply, [2021-01-18T02:06:37.793Z] |resulting in a failed snap build CI check in the associated [2021-01-18T02:06:37.793Z] |pull request. [2021-01-18T02:06:37.793Z] | [2021-01-18T02:06:37.793Z] |Note - in addition to applying this patch, the pipeline also [2021-01-18T02:06:37.793Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-18T02:06:37.793Z] |need to build the finally binary .snap file (and it won't [2021-01-18T02:06:37.793Z] |work with the patch applied). This further reduces the build [2021-01-18T02:06:37.793Z] |time. [2021-01-18T02:06:37.793Z] |--- [2021-01-18T02:06:37.793Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-18T02:06:37.793Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-18T02:06:37.793Z] | [2021-01-18T02:06:37.793Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-18T02:06:37.793Z] |index 1e537489..faf42425 100644 [2021-01-18T02:06:37.793Z] |--- a/snap/snapcraft.yaml [2021-01-18T02:06:37.793Z] |+++ b/snap/snapcraft.yaml [2021-01-18T02:06:37.793Z] -------------------------- [2021-01-18T02:06:37.793Z] patching file snap/snapcraft.yaml [2021-01-18T02:06:37.793Z] Using Plan A... [2021-01-18T02:06:37.793Z] Hunk #1 succeeded at 73. [2021-01-18T02:06:37.793Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-18T02:06:37.793Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-18T02:06:37.793Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-18T02:06:37.793Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-18T02:06:37.793Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-18T02:06:37.793Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-18T02:06:37.793Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-18T02:06:37.793Z] Hmm... Ignoring the trailing garbage. [2021-01-18T02:06:37.793Z] done [2021-01-18T02:06:37.793Z] + sudo snapcraft prime --use-lxd [2021-01-18T02:06:39.178Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-18T02:06:39.178Z] 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-18T02:06:39.178Z] - README.md [2021-01-18T02:06:39.178Z] - snapcraft.yaml.orig [2021-01-18T02:06:39.178Z] [2021-01-18T02:06:39.178Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T02:06:39.749Z] Launching a container. [2021-01-18T02:06:51.994Z] Waiting for container to be ready [2021-01-18T02:06:51.994Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-18T02:06:51.994Z] [2021-01-18T02:06:54.544Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-18T02:06:54.805Z] Waiting for network to be ready... [2021-01-18T02:06:55.382Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T02:06:55.382Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T02:06:55.956Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T02:06:55.956Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T02:06:55.956Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T02:06:56.216Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T02:06:56.216Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T02:06:56.216Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T02:06:56.216Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T02:06:56.216Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T02:06:56.216Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T02:06:56.476Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T02:06:56.476Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T02:06:56.476Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T02:06:56.476Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T02:06:56.476Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T02:06:56.476Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T02:06:56.476Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T02:06:56.737Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T02:06:56.997Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T02:06:57.127Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:06:57.127Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:06:57.127Z] ---> 84878da59c60 [2021-01-18T02:06:57.127Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:06:57.127Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:06:57.127Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:06:57.127Z] ---> 84878da59c60 [2021-01-18T02:06:57.127Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:06:57.127Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:06:57.127Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:06:57.127Z] ---> 84878da59c60 [2021-01-18T02:06:57.127Z] Step 3/26 : WORKDIR /edgex-go [2021-01-18T02:06:57.127Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:06:57.127Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:06:57.127Z] ---> 84878da59c60 [2021-01-18T02:06:57.128Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:06:57.128Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:06:57.128Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:06:57.128Z] ---> 84878da59c60 [2021-01-18T02:06:57.128Z] Step 3/21 : WORKDIR /edgex-go [2021-01-18T02:06:57.258Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T02:06:57.258Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T02:06:57.258Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T02:06:57.258Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T02:06:57.258Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T02:06:57.258Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T02:06:57.258Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T02:06:59.809Z] Fetched 23.7 MB in 4s (5541 kB/s) [2021-01-18T02:07:00.381Z] Reading package lists... [2021-01-18T02:07:00.381Z] Reading package lists... [2021-01-18T02:07:00.504Z] ---> Running in 488b200ea612 [2021-01-18T02:07:00.505Z] ---> Running in bf545bd161a6 [2021-01-18T02:07:00.505Z] ---> Running in 70d028e30683 [2021-01-18T02:07:00.505Z] ---> Running in 502d9fdb2c75 [2021-01-18T02:07:00.505Z] ---> Running in d457d60313b7 [2021-01-18T02:07:00.642Z] Building dependency tree... [2021-01-18T02:07:00.642Z] Reading state information... [2021-01-18T02:07:00.642Z] The following additional packages will be installed: [2021-01-18T02:07:00.642Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T02:07:00.642Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T02:07:00.642Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T02:07:00.642Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-18T02:07:00.642Z] Suggested packages: [2021-01-18T02:07:00.642Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-18T02:07:00.642Z] Recommended packages: [2021-01-18T02:07:00.642Z] gnupg libsasl2-modules [2021-01-18T02:07:00.902Z] The following NEW packages will be installed: [2021-01-18T02:07:00.902Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-18T02:07:00.902Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-18T02:07:00.902Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-18T02:07:00.902Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-18T02:07:00.902Z] The following packages will be upgraded: [2021-01-18T02:07:00.902Z] gpg gpg-agent gpgconf libudev1 [2021-01-18T02:07:01.113Z] Removing intermediate container bf545bd161a6 [2021-01-18T02:07:01.113Z] ---> 1675c9bc1c1f [2021-01-18T02:07:01.113Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:07:01.113Z] ---> Running in 278d984aa256 [2021-01-18T02:07:01.113Z] Removing intermediate container 488b200ea612 [2021-01-18T02:07:01.113Z] ---> fe236dd00402 [2021-01-18T02:07:01.113Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:07:01.113Z] Removing intermediate container d457d60313b7 [2021-01-18T02:07:01.113Z] ---> e4310f0949d4 [2021-01-18T02:07:01.113Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:07:01.163Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-18T02:07:01.163Z] Need to get 3532 kB of archives. [2021-01-18T02:07:01.163Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-18T02:07:01.163Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-18T02:07:01.163Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-18T02:07:01.389Z] Removing intermediate container 70d028e30683 [2021-01-18T02:07:01.389Z] ---> ef59be0b4a6f [2021-01-18T02:07:01.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:07:01.389Z] Removing intermediate container 502d9fdb2c75 [2021-01-18T02:07:01.389Z] ---> 09f2bc8168bb [2021-01-18T02:07:01.389Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:07:01.423Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-18T02:07:01.663Z] ---> Running in 614ffa9e1baf [2021-01-18T02:07:01.664Z] ---> Running in 7f73ef1c5e01 [2021-01-18T02:07:01.664Z] ---> Running in 55e92bb49658 [2021-01-18T02:07:01.664Z] ---> Running in 29ce66b3a04b [2021-01-18T02:07:01.684Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-18T02:07:01.684Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-18T02:07:01.684Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-18T02:07:01.684Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-18T02:07:01.684Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-18T02:07:01.684Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-18T02:07:01.684Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-18T02:07:01.684Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-18T02:07:01.684Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-18T02:07:01.684Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-18T02:07:01.684Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-18T02:07:01.684Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-18T02:07:01.684Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-18T02:07:01.684Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-18T02:07:01.947Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-18T02:07:01.947Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-18T02:07:01.947Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-18T02:07:01.947Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-18T02:07:01.947Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-18T02:07:01.947Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:07:01.947Z] Fetched 3532 kB in 1s (3049 kB/s) [2021-01-18T02:07:02.211Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T02:07:02.211Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:07:02.211Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:07:02.211Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-18T02:07:02.472Z] Selecting previously unselected package udev. [2021-01-18T02:07:02.472Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-18T02:07:02.472Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:07:02.472Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-18T02:07:02.733Z] Selecting previously unselected package libfuse2:amd64. [2021-01-18T02:07:02.733Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T02:07:02.733Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T02:07:02.733Z] Selecting previously unselected package fuse. [2021-01-18T02:07:02.733Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-18T02:07:02.733Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-18T02:07:02.994Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:02.994Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:07:02.994Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:02.994Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:07:03.256Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:03.256Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:07:03.256Z] Selecting previously unselected package libksba8:amd64. [2021-01-18T02:07:03.256Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-18T02:07:03.518Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-18T02:07:03.518Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-18T02:07:03.518Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:03.518Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:03.518Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-18T02:07:03.518Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:03.518Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:03.778Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-18T02:07:03.778Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:03.778Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.040Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-18T02:07:04.040Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:04.040Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.040Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-18T02:07:04.040Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:04.040Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.040Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-18T02:07:04.040Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:04.040Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.301Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-18T02:07:04.301Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:04.301Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.301Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-18T02:07:04.301Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:04.301Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.562Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-18T02:07:04.562Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-18T02:07:04.562Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:04.562Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-18T02:07:04.562Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T02:07:04.562Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:07:04.562Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-18T02:07:04.562Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-18T02:07:04.562Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:07:04.822Z] Selecting previously unselected package libldap-common. [2021-01-18T02:07:04.822Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-18T02:07:04.822Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:07:04.822Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-18T02:07:04.822Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-18T02:07:04.822Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:07:04.822Z] Selecting previously unselected package dirmngr. [2021-01-18T02:07:04.822Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:04.822Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T02:07:05.084Z] Removing intermediate container 278d984aa256 [2021-01-18T02:07:05.084Z] ---> d31462520a39 [2021-01-18T02:07:05.084Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:07:05.084Z] ---> Running in 04fff51b6715 [2021-01-18T02:07:05.084Z] Removing intermediate container 614ffa9e1baf [2021-01-18T02:07:05.084Z] ---> acf9386ddb13 [2021-01-18T02:07:05.084Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-18T02:07:05.097Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:07:05.097Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-18T02:07:05.367Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-18T02:07:05.367Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:07:05.367Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-18T02:07:05.367Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-18T02:07:05.367Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:05.367Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-18T02:07:05.367Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:07:05.367Z] ---> Running in 351320be0b20 [2021-01-18T02:07:05.635Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-18T02:07:05.641Z] Removing intermediate container 55e92bb49658 [2021-01-18T02:07:05.641Z] ---> c68a92399e4e [2021-01-18T02:07:05.641Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:07:05.641Z] Removing intermediate container 7f73ef1c5e01 [2021-01-18T02:07:05.641Z] ---> e6a2c7e3d2f5 [2021-01-18T02:07:05.641Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-18T02:07:05.898Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-18T02:07:05.898Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:05.898Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-18T02:07:05.916Z] ---> Running in 99500ee10a89 [2021-01-18T02:07:05.916Z] ---> Running in cf236462f3bc [2021-01-18T02:07:06.159Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-18T02:07:06.159Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-18T02:07:06.159Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.159Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.159Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.159Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.159Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.189Z] Removing intermediate container 29ce66b3a04b [2021-01-18T02:07:06.189Z] ---> 99d22b9b7d3d [2021-01-18T02:07:06.189Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-18T02:07:06.419Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.419Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-18T02:07:06.419Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-18T02:07:06.419Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-18T02:07:06.419Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:07:06.461Z] ---> Running in f39bfa1aa08c [2021-01-18T02:07:06.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:06.996Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-18T02:07:06.996Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-18T02:07:06.996Z] This means they are not meant to be enabled using systemctl. [2021-01-18T02:07:06.996Z] Possible reasons for having this kind of units are: [2021-01-18T02:07:06.996Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-18T02:07:06.996Z] .wants/ or .requires/ directory. [2021-01-18T02:07:06.996Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-18T02:07:06.996Z] a requirement dependency on it. [2021-01-18T02:07:06.996Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-18T02:07:06.996Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-18T02:07:06.996Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-18T02:07:06.996Z] instance name specified. [2021-01-18T02:07:07.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:07.258Z] Reading package lists... [2021-01-18T02:07:07.258Z] Building dependency tree... [2021-01-18T02:07:07.258Z] Reading state information... [2021-01-18T02:07:07.518Z] The following additional packages will be installed: [2021-01-18T02:07:07.518Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-18T02:07:07.518Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-18T02:07:07.518Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-18T02:07:07.518Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-18T02:07:07.518Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-18T02:07:07.518Z] Suggested packages: [2021-01-18T02:07:07.518Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-18T02:07:07.518Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-18T02:07:07.518Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-18T02:07:07.518Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-18T02:07:07.518Z] systemd-container policykit-1 [2021-01-18T02:07:07.518Z] Recommended packages: [2021-01-18T02:07:07.518Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-18T02:07:07.518Z] The following NEW packages will be installed: [2021-01-18T02:07:07.518Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-18T02:07:07.518Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-18T02:07:07.518Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-18T02:07:07.518Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-18T02:07:07.518Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-18T02:07:07.518Z] The following packages will be upgraded: [2021-01-18T02:07:07.518Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-18T02:07:07.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:07.779Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-18T02:07:07.779Z] Need to get 35.2 MB of archives. [2021-01-18T02:07:07.779Z] After this operation, 141 MB of additional disk space will be used. [2021-01-18T02:07:07.779Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-18T02:07:07.779Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-18T02:07:07.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:07.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:08.350Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-18T02:07:08.614Z] 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-18T02:07:08.614Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-18T02:07:08.614Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-18T02:07:08.614Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-18T02:07:08.614Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-18T02:07:08.614Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-18T02:07:08.614Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-18T02:07:08.614Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-18T02:07:08.614Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-18T02:07:08.614Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-18T02:07:08.614Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-18T02:07:08.614Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-18T02:07:08.614Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-18T02:07:08.614Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-18T02:07:08.614Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-18T02:07:08.874Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-18T02:07:08.874Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-18T02:07:08.874Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-18T02:07:08.874Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-18T02:07:08.874Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-18T02:07:08.874Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-18T02:07:08.874Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-18T02:07:08.874Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-18T02:07:08.874Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-18T02:07:08.874Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-18T02:07:08.874Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-18T02:07:08.874Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-18T02:07:09.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:09.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:09.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:09.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:10.260Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:07:10.260Z] Fetched 35.2 MB in 2s (14.3 MB/s) [2021-01-18T02:07:10.260Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T02:07:10.260Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:07:10.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:07:10.521Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:07:11.094Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:07:11.094Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:07:11.094Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-18T02:07:11.355Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T02:07:11.355Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T02:07:11.355Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T02:07:11.355Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-18T02:07:11.616Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-18T02:07:11.616Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-18T02:07:11.616Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-18T02:07:11.868Z] OK: 217 MiB in 51 packages [2021-01-18T02:07:11.878Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-18T02:07:11.878Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-18T02:07:12.143Z] OK: 217 MiB in 51 packages [2021-01-18T02:07:12.416Z] OK: 217 MiB in 51 packages [2021-01-18T02:07:12.450Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-18T02:07:12.450Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-18T02:07:12.450Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T02:07:12.450Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T02:07:12.711Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-18T02:07:12.711Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:07:12.711Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:12.972Z] Selecting previously unselected package libexpat1:amd64. [2021-01-18T02:07:12.972Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-18T02:07:12.972Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T02:07:12.972Z] Selecting previously unselected package python3.6-minimal. [2021-01-18T02:07:12.972Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:07:12.972Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:13.027Z] OK: 217 MiB in 51 packages [2021-01-18T02:07:13.027Z] Removing intermediate container cf236462f3bc [2021-01-18T02:07:13.027Z] ---> d76c6a515516 [2021-01-18T02:07:13.027Z] Step 6/26 : COPY go.mod . [2021-01-18T02:07:13.234Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T02:07:13.234Z] Checking for services that may need to be restarted...done. [2021-01-18T02:07:13.301Z] Removing intermediate container f39bfa1aa08c [2021-01-18T02:07:13.301Z] ---> 6249058eb8ce [2021-01-18T02:07:13.301Z] Step 6/24 : COPY go.mod . [2021-01-18T02:07:13.301Z] OK: 217 MiB in 51 packages [2021-01-18T02:07:13.495Z] Checking for services that may need to be restarted...done. [2021-01-18T02:07:13.495Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:13.495Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-18T02:07:13.495Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:13.910Z] Removing intermediate container 99500ee10a89 [2021-01-18T02:07:13.910Z] ---> b234879964b6 [2021-01-18T02:07:13.910Z] Step 6/22 : COPY go.mod . [2021-01-18T02:07:14.064Z] Selecting previously unselected package python3-minimal. [2021-01-18T02:07:14.064Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-18T02:07:14.064Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-18T02:07:14.064Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-18T02:07:14.064Z] Selecting previously unselected package mime-support. [2021-01-18T02:07:14.064Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-18T02:07:14.064Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-18T02:07:14.188Z] ---> de27c42bc0bb [2021-01-18T02:07:14.188Z] Step 7/26 : RUN go mod download [2021-01-18T02:07:14.325Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-18T02:07:14.325Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-18T02:07:14.325Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T02:07:14.325Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-18T02:07:14.325Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:07:14.325Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:14.501Z] ---> Running in fe91741aaeb3 [2021-01-18T02:07:14.501Z] ---> 5c1a94d2e8e4 [2021-01-18T02:07:14.501Z] Step 7/24 : RUN go mod download [2021-01-18T02:07:14.501Z] Removing intermediate container 04fff51b6715 [2021-01-18T02:07:14.501Z] ---> 6e5438c517bf [2021-01-18T02:07:14.501Z] Step 6/21 : COPY go.mod . [2021-01-18T02:07:14.585Z] Selecting previously unselected package python3.6. [2021-01-18T02:07:14.586Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-18T02:07:14.586Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:14.780Z] ---> Running in 84586890efae [2021-01-18T02:07:14.847Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-18T02:07:14.847Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-18T02:07:14.847Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T02:07:14.847Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-18T02:07:15.072Z] ---> 90dcf8c05e36 [2021-01-18T02:07:15.072Z] Step 7/22 : RUN go mod download [2021-01-18T02:07:15.072Z] Removing intermediate container 351320be0b20 [2021-01-18T02:07:15.072Z] ---> cfbfc6466366 [2021-01-18T02:07:15.108Z] Selecting previously unselected package python3. [2021-01-18T02:07:15.108Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-18T02:07:15.108Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-18T02:07:15.108Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-18T02:07:15.356Z] Step 6/21 : COPY go.mod . [2021-01-18T02:07:15.368Z] Selecting previously unselected package multiarch-support. [2021-01-18T02:07:15.368Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:07:15.368Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T02:07:15.628Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-18T02:07:15.629Z] ---> Running in 6cb66a93c23c [2021-01-18T02:07:15.888Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-18T02:07:15.888Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-18T02:07:15.888Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-18T02:07:15.888Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T02:07:15.888Z] Selecting previously unselected package libbsd0:amd64. [2021-01-18T02:07:15.888Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-18T02:07:15.888Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T02:07:15.888Z] Selecting previously unselected package sudo. [2021-01-18T02:07:15.888Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-18T02:07:15.888Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T02:07:15.905Z] ---> 126daab692fc [2021-01-18T02:07:15.905Z] Step 7/21 : RUN go mod download [2021-01-18T02:07:16.149Z] Selecting previously unselected package apparmor. [2021-01-18T02:07:16.149Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T02:07:16.149Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-18T02:07:16.149Z] Selecting previously unselected package libedit2:amd64. [2021-01-18T02:07:16.149Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-18T02:07:16.149Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T02:07:16.190Z] ---> Running in 0c3929cde00e [2021-01-18T02:07:16.409Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-18T02:07:16.409Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:07:16.409Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:16.409Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-18T02:07:16.409Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:07:16.409Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:16.409Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-18T02:07:16.409Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-18T02:07:16.409Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T02:07:16.470Z] ---> 73966e8a8aa5 [2021-01-18T02:07:16.470Z] Step 7/21 : RUN go mod download [2021-01-18T02:07:16.670Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-18T02:07:16.671Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:07:16.671Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:16.671Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-18T02:07:16.671Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-18T02:07:16.671Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:16.754Z] ---> Running in 6a6671a6b93f [2021-01-18T02:07:16.931Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-18T02:07:16.931Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-18T02:07:16.931Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T02:07:17.191Z] Selecting previously unselected package openssh-client. [2021-01-18T02:07:17.191Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-18T02:07:17.191Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T02:07:17.191Z] Selecting previously unselected package squashfs-tools. [2021-01-18T02:07:17.191Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-18T02:07:17.191Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T02:07:17.451Z] Selecting previously unselected package snapd. [2021-01-18T02:07:17.451Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-18T02:07:17.451Z] Unpacking snapd (2.48+18.04) ... [2021-01-18T02:07:19.372Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-18T02:07:19.372Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-18T02:07:19.372Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-18T02:07:19.391Z] Removing intermediate container fe91741aaeb3 [2021-01-18T02:07:19.391Z] ---> 44a43c1d101a [2021-01-18T02:07:19.391Z] Step 8/26 : COPY . . [2021-01-18T02:07:19.632Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-18T02:07:19.632Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-18T02:07:19.632Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:19.632Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:07:19.632Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-18T02:07:19.632Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-18T02:07:19.994Z] Removing intermediate container 84586890efae [2021-01-18T02:07:19.994Z] ---> 371e26cbcf55 [2021-01-18T02:07:19.994Z] Step 8/24 : COPY . . [2021-01-18T02:07:20.265Z] Removing intermediate container 6cb66a93c23c [2021-01-18T02:07:20.265Z] ---> cf774dfc3fd5 [2021-01-18T02:07:20.265Z] Step 8/22 : COPY . . [2021-01-18T02:07:20.561Z] Removing intermediate container 0c3929cde00e [2021-01-18T02:07:20.561Z] ---> e50b1718f6bf [2021-01-18T02:07:20.561Z] Step 8/21 : COPY . . [2021-01-18T02:07:20.578Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-18T02:07:20.578Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-18T02:07:20.578Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-18T02:07:20.578Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:20.578Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:20.578Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-18T02:07:20.837Z] Removing intermediate container 6a6671a6b93f [2021-01-18T02:07:20.837Z] ---> 8adf25125adf [2021-01-18T02:07:20.837Z] Step 8/21 : COPY . . [2021-01-18T02:07:21.523Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-18T02:07:21.523Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:21.523Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-18T02:07:21.523Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-18T02:07:21.783Z] running python rtupdate hooks for python3.6... [2021-01-18T02:07:21.783Z] running python post-rtupdate hooks for python3.6... [2021-01-18T02:07:21.783Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-18T02:07:23.169Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-18T02:07:23.430Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-18T02:07:23.430Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-18T02:07:23.691Z] Setting up snapd (2.48+18.04) ... [2021-01-18T02:07:23.953Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-18T02:07:24.213Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-18T02:07:24.213Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-18T02:07:24.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-18T02:07:24.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T02:07:24.735Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-18T02:07:24.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-18T02:07:24.996Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-18T02:07:25.257Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-18T02:07:25.519Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-18T02:07:25.519Z] /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-18T02:07:25.519Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-18T02:07:25.519Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T02:07:26.461Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T02:07:26.461Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T02:07:26.723Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T02:07:27.667Z] Reading package lists... [2021-01-18T02:07:27.928Z] Reading package lists... [2021-01-18T02:07:27.928Z] Building dependency tree... [2021-01-18T02:07:27.928Z] Reading state information... [2021-01-18T02:07:28.188Z] Calculating upgrade... [2021-01-18T02:07:28.188Z] The following packages will be upgraded: [2021-01-18T02:07:28.188Z] advancecomp base-files bash binutils binutils-common [2021-01-18T02:07:28.189Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-18T02:07:28.189Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-18T02:07:28.189Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-18T02:07:28.189Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-18T02:07:28.189Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-18T02:07:28.189Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-18T02:07:28.189Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-18T02:07:28.189Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-18T02:07:28.189Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-18T02:07:28.189Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-18T02:07:28.189Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-18T02:07:28.189Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-18T02:07:28.189Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-18T02:07:28.189Z] ubuntu-keyring util-linux [2021-01-18T02:07:28.189Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T02:07:28.189Z] Need to get 63.7 MB of archives. [2021-01-18T02:07:28.189Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-18T02:07:28.189Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-18T02:07:28.449Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-18T02:07:28.449Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-18T02:07:28.449Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-18T02:07:28.449Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-18T02:07:28.449Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-18T02:07:28.449Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-18T02:07:28.449Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-18T02:07:28.449Z] 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-18T02:07:28.449Z] 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-18T02:07:28.449Z] 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-18T02:07:28.449Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-18T02:07:28.449Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-18T02:07:28.449Z] 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-18T02:07:28.449Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-18T02:07:28.449Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-18T02:07:28.449Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-18T02:07:28.449Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-18T02:07:28.449Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-18T02:07:28.710Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-18T02:07:28.710Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-18T02:07:28.710Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-18T02:07:28.710Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-18T02:07:28.710Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-18T02:07:28.710Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-18T02:07:28.710Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-18T02:07:28.710Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-18T02:07:28.710Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-18T02:07:28.710Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-18T02:07:28.710Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-18T02:07:28.710Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-18T02:07:28.710Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-18T02:07:28.710Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-18T02:07:28.710Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-18T02:07:28.710Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-18T02:07:28.710Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-18T02:07:28.710Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-18T02:07:28.710Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-18T02:07:28.710Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-18T02:07:28.710Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-18T02:07:28.710Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-18T02:07:28.710Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-18T02:07:28.710Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-18T02:07:28.710Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-18T02:07:28.710Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-18T02:07:28.710Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-18T02:07:28.710Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-18T02:07:28.710Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-18T02:07:28.710Z] Get:49 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-18T02:07:28.710Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-18T02:07:28.710Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-18T02:07:28.711Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-18T02:07:28.711Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-18T02:07:28.711Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-18T02:07:28.711Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-18T02:07:28.711Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-18T02:07:28.970Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-18T02:07:28.970Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-18T02:07:29.230Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-18T02:07:29.230Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-18T02:07:29.230Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-18T02:07:29.230Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-18T02:07:29.230Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-18T02:07:29.230Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-18T02:07:29.230Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-18T02:07:29.801Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-18T02:07:29.801Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-18T02:07:30.371Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-18T02:07:30.371Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-18T02:07:30.371Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-18T02:07:30.631Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-18T02:07:30.631Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-18T02:07:30.631Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-18T02:07:30.631Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-18T02:07:30.631Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-18T02:07:30.631Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-18T02:07:30.631Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-18T02:07:30.892Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-18T02:07:30.892Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-18T02:07:30.892Z] 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-18T02:07:30.892Z] 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-18T02:07:30.892Z] 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-18T02:07:30.892Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-18T02:07:30.892Z] 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-18T02:07:30.892Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-18T02:07:30.892Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-18T02:07:30.892Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-18T02:07:31.154Z] 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-18T02:07:31.154Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-18T02:07:31.154Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-18T02:07:31.154Z] 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-18T02:07:31.154Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-18T02:07:31.154Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-18T02:07:31.154Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-18T02:07:31.154Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-18T02:07:31.154Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-18T02:07:31.154Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-18T02:07:31.414Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:07:31.414Z] Fetched 63.7 MB in 3s (21.4 MB/s) [2021-01-18T02:07:31.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:31.414Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:07:31.414Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:07:32.359Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:07:32.360Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:07:32.360Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-18T02:07:32.360Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-18T02:07:33.301Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:33.301Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:33.301Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:33.301Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:33.562Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:33.562Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:33.562Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:33.562Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:33.826Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:33.827Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:33.827Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:33.827Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:34.088Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:34.088Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:34.088Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:07:34.088Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:07:34.088Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:34.349Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-18T02:07:34.349Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:07:34.349Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:07:34.349Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:34.609Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:34.609Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:34.609Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:34.870Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:34.870Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-18T02:07:34.870Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:07:35.131Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:07:35.131Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:07:35.392Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:07:35.655Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T02:07:35.918Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-18T02:07:35.918Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-18T02:07:35.918Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-18T02:07:35.918Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-18T02:07:36.181Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-18T02:07:36.445Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-18T02:07:36.445Z] Installing new version of config file /etc/issue ... [2021-01-18T02:07:36.445Z] Installing new version of config file /etc/issue.net ... [2021-01-18T02:07:36.445Z] Installing new version of config file /etc/lsb-release ... [2021-01-18T02:07:36.445Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-18T02:07:36.705Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-18T02:07:36.705Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-18T02:07:36.705Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-18T02:07:36.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:36.966Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-18T02:07:36.966Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-18T02:07:37.230Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-18T02:07:37.230Z] 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-18T02:07:37.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:37.230Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:37.491Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:37.491Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:37.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:37.491Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-18T02:07:37.752Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-18T02:07:37.752Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-18T02:07:37.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:37.752Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-18T02:07:38.013Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T02:07:38.013Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-18T02:07:38.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:38.274Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:38.274Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:07:38.537Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T02:07:38.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:38.537Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:38.537Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:07:38.798Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-18T02:07:38.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:38.798Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-18T02:07:38.798Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-18T02:07:39.057Z] Setting up grep (3.1-2build1) ... [2021-01-18T02:07:39.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:39.057Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T02:07:39.057Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T02:07:39.318Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-18T02:07:39.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:39.318Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:07:39.579Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:07:39.579Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-18T02:07:39.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:39.579Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T02:07:39.579Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:07:40.150Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T02:07:40.150Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:07:40.150Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-18T02:07:40.150Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:07:40.722Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-18T02:07:40.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:40.983Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-18T02:07:40.983Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-18T02:07:41.929Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T02:07:41.929Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T02:07:42.192Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-18T02:07:42.192Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-18T02:07:42.192Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T02:07:42.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:42.192Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-18T02:07:42.452Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-18T02:07:42.452Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-18T02:07:42.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:42.712Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:42.712Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:42.712Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:42.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:42.712Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:42.712Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:42.974Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:42.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:42.974Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:42.974Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:43.236Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:43.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:43.236Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:43.236Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:43.236Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:43.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:43.497Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:07:43.497Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:07:43.497Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:07:43.497Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:07:43.759Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T02:07:43.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:43.759Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-18T02:07:43.759Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:07:44.021Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T02:07:44.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:44.021Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:44.021Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:44.282Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:44.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:44.282Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:44.282Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:44.282Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:44.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:44.543Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:44.543Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:44.804Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:07:45.064Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-18T02:07:45.324Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-18T02:07:45.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:45.585Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-18T02:07:45.585Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-18T02:07:45.585Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:07:45.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-18T02:07:45.847Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-18T02:07:45.847Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-18T02:07:46.108Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-18T02:07:46.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:46.108Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-18T02:07:46.108Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-18T02:07:46.369Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-18T02:07:46.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:46.629Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T02:07:46.629Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:07:46.629Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:07:46.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:46.889Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T02:07:46.889Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:07:47.150Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:07:47.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:47.150Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-18T02:07:47.411Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:07:47.411Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:07:47.633Z] ---> 398804f9df55 [2021-01-18T02:07:47.634Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-18T02:07:47.634Z] ---> 77d3ddbd4c88 [2021-01-18T02:07:47.634Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-18T02:07:47.634Z] ---> c55a49484293 [2021-01-18T02:07:47.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-18T02:07:47.634Z] ---> 9ad5299994c3 [2021-01-18T02:07:47.634Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-18T02:07:47.634Z] ---> d545170a2953 [2021-01-18T02:07:47.634Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-18T02:07:47.634Z] ---> Running in e77a0010ac23 [2021-01-18T02:07:47.634Z] ---> Running in 64f76c634d40 [2021-01-18T02:07:47.634Z] ---> Running in 2db5ac964f54 [2021-01-18T02:07:47.634Z] ---> Running in 21f910474e19 [2021-01-18T02:07:47.634Z] ---> Running in 2ccf3b1e532c [2021-01-18T02:07:47.634Z] 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-18T02:07:47.634Z] 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-18T02:07:47.634Z] 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-18T02:07:47.634Z] 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-18T02:07:47.634Z] 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-18T02:07:47.709Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:47.709Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-18T02:07:47.709Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-18T02:07:47.969Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-18T02:07:47.969Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-18T02:07:47.969Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:47.969Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:07:47.969Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T02:07:48.229Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:48.229Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-18T02:07:48.229Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-18T02:07:48.490Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-18T02:07:48.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:48.490Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-18T02:07:48.490Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-18T02:07:48.751Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-18T02:07:49.017Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:49.017Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:49.017Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-18T02:07:49.017Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-18T02:07:49.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:49.278Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-18T02:07:49.278Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-18T02:07:49.539Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-18T02:07:49.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:49.539Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-18T02:07:49.539Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-18T02:07:49.799Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-18T02:07:50.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:50.060Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-18T02:07:50.060Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-18T02:07:50.321Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-18T02:07:50.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:50.321Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-18T02:07:50.321Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-18T02:07:50.583Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-18T02:07:50.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:50.844Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-18T02:07:50.844Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-18T02:07:50.844Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-18T02:07:51.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:51.105Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-18T02:07:51.105Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-18T02:07:51.105Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-18T02:07:51.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:51.365Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-18T02:07:51.365Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-18T02:07:51.365Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-18T02:07:51.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:51.627Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T02:07:51.627Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-18T02:07:51.627Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-18T02:07:51.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-18T02:07:51.893Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-18T02:07:51.893Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-18T02:07:51.893Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-18T02:07:52.156Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-18T02:07:52.156Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T02:07:52.156Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T02:07:52.156Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-18T02:07:52.156Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-18T02:07:52.730Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-18T02:07:52.730Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-18T02:07:52.992Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-18T02:07:52.992Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-18T02:07:53.252Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-18T02:07:53.252Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-18T02:07:53.252Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-18T02:07:53.252Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-18T02:07:53.512Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-18T02:07:53.512Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-18T02:07:53.512Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-18T02:07:53.512Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-18T02:07:53.773Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-18T02:07:53.773Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-18T02:07:53.773Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-18T02:07:53.773Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-18T02:07:54.034Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-18T02:07:54.034Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-18T02:07:54.034Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-18T02:07:54.034Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-18T02:07:54.976Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-18T02:07:54.976Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-18T02:07:54.976Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-18T02:07:54.976Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-18T02:07:55.236Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:07:55.236Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:07:55.496Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:07:55.496Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:07:55.756Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:07:55.756Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:07:56.017Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-18T02:07:56.017Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-18T02:07:56.017Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:56.017Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:56.277Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:56.277Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:56.670Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:56.670Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:56.670Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:56.670Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:57.385Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:57.385Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:58.428Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:58.428Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:59.039Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:59.039Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:07:59.299Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:07:59.299Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:08:00.242Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-18T02:08:00.242Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-18T02:08:00.242Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T02:08:00.242Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T02:08:00.503Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T02:08:00.503Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T02:08:00.503Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-18T02:08:00.768Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-18T02:08:00.768Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-18T02:08:00.768Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-18T02:08:01.031Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T02:08:01.031Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T02:08:01.031Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-18T02:08:01.031Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-18T02:08:01.293Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-18T02:08:01.293Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-18T02:08:01.555Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:01.555Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-18T02:08:01.555Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:01.555Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:01.555Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:01.555Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-18T02:08:01.555Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-18T02:08:01.555Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-18T02:08:01.820Z] [2021-01-18T02:08:01.820Z] Current default time zone: 'Etc/UTC' [2021-01-18T02:08:01.820Z] Local time is now: Mon Jan 18 02:08:01 UTC 2021. [2021-01-18T02:08:01.820Z] Universal Time is now: Mon Jan 18 02:08:01 UTC 2021. [2021-01-18T02:08:01.820Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-18T02:08:01.820Z] [2021-01-18T02:08:01.820Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-18T02:08:01.820Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:01.820Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-18T02:08:01.820Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-18T02:08:01.820Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-18T02:08:01.820Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-18T02:08:02.081Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-18T02:08:02.081Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-18T02:08:02.081Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-18T02:08:02.081Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-18T02:08:02.081Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:02.081Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-18T02:08:02.342Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:02.342Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:08:02.342Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:02.602Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-18T02:08:02.602Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-18T02:08:02.602Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-18T02:08:02.602Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-18T02:08:02.602Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-18T02:08:02.602Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-18T02:08:02.602Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:08:02.602Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T02:08:04.514Z] Updating certificates in /etc/ssl/certs... [2021-01-18T02:08:05.457Z] 22 added, 17 removed; done. [2021-01-18T02:08:05.457Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-18T02:08:05.457Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-18T02:08:05.457Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-18T02:08:05.457Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-18T02:08:05.457Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-18T02:08:05.717Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.717Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:08:05.717Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.717Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.717Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.717Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.717Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.717Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-18T02:08:05.977Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:08:05.977Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-18T02:08:05.977Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-18T02:08:05.977Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-18T02:08:05.977Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.977Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-18T02:08:05.977Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-18T02:08:06.238Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-18T02:08:06.238Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-18T02:08:06.238Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:08:06.238Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-18T02:08:06.238Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-18T02:08:06.238Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-18T02:08:06.500Z] Updating certificates in /etc/ssl/certs... [2021-01-18T02:08:07.071Z] 0 added, 0 removed; done. [2021-01-18T02:08:07.071Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-18T02:08:07.071Z] done. [2021-01-18T02:08:07.332Z] Reading package lists... [2021-01-18T02:08:07.591Z] Building dependency tree... [2021-01-18T02:08:07.591Z] Reading state information... [2021-01-18T02:08:07.591Z] The following NEW packages will be installed: [2021-01-18T02:08:07.591Z] apt-transport-https [2021-01-18T02:08:07.852Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T02:08:07.852Z] Need to get 1696 B of archives. [2021-01-18T02:08:07.852Z] After this operation, 153 kB of additional disk space will be used. [2021-01-18T02:08:07.852Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-18T02:08:07.852Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:08:07.852Z] Fetched 1696 B in 0s (20.7 kB/s) [2021-01-18T02:08:07.852Z] Selecting previously unselected package apt-transport-https. [2021-01-18T02:08:07.852Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-18T02:08:07.852Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-18T02:08:07.852Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T02:08:08.113Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-18T02:08:08.373Z] Waiting for network to be ready... [2021-01-18T02:08:14.956Z] 2021-01-18T02:08:11Z INFO Waiting for automatic snapd restart... [2021-01-18T02:08:14.956Z] snapd 2.48.2 from Canonical* installed [2021-01-18T02:08:15.527Z] "snapd" switched to the "latest/stable" channel [2021-01-18T02:08:15.527Z] [2021-01-18T02:08:18.073Z] core18 20201210 from Canonical* installed [2021-01-18T02:08:18.333Z] "core18" switched to the "latest/stable" channel [2021-01-18T02:08:18.333Z] [2021-01-18T02:08:21.635Z] snapcraft 4.4.4 from Canonical* installed [2021-01-18T02:08:21.635Z] "snapcraft" switched to the "latest/stable" channel [2021-01-18T02:08:21.635Z] [2021-01-18T02:08:24.933Z] 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-18T02:08:24.933Z] - README.md [2021-01-18T02:08:24.933Z] - snapcraft.yaml.orig [2021-01-18T02:08:24.933Z] [2021-01-18T02:08:24.933Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-18T02:08:31.517Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T02:08:31.517Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T02:08:31.517Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T02:08:31.517Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T02:08:32.718Z] Reading package lists... [2021-01-18T02:08:32.979Z] 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-18T02:08:39.568Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T02:08:39.568Z] Reading package lists... [2021-01-18T02:08:39.568Z] Building dependency tree... [2021-01-18T02:08:39.568Z] Reading state information... [2021-01-18T02:08:39.568Z] Suggested packages: [2021-01-18T02:08:39.568Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-18T02:08:39.568Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-18T02:08:39.568Z] Recommended packages: [2021-01-18T02:08:39.568Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-18T02:08:39.568Z] The following NEW packages will be installed: [2021-01-18T02:08:39.568Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-18T02:08:39.568Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-18T02:08:39.568Z] pkg-config zip [2021-01-18T02:08:39.568Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-18T02:08:39.568Z] Need to get 7655 kB of archives. [2021-01-18T02:08:39.568Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-18T02:08:39.568Z] 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-18T02:08:39.568Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-18T02:08:39.568Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-18T02:08:39.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-18T02:08:39.828Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-18T02:08:39.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-18T02:08:39.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-18T02:08:39.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-18T02:08:40.089Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-18T02:08:40.089Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-18T02:08:40.089Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-18T02:08:40.089Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-18T02:08:40.357Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-18T02:08:40.357Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-18T02:08:40.357Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-18T02:08:40.618Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-18T02:08:40.618Z] Fetched 7655 kB in 1s (7392 kB/s) [2021-01-18T02:08:40.618Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-18T02:08:40.618Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-18T02:08:40.618Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-18T02:08:40.618Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T02:08:40.878Z] Selecting previously unselected package libpsl5:amd64. [2021-01-18T02:08:40.878Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-18T02:08:40.878Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T02:08:40.878Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-18T02:08:40.878Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-18T02:08:40.878Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T02:08:40.878Z] Selecting previously unselected package librtmp1:amd64. [2021-01-18T02:08:40.878Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-18T02:08:41.139Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T02:08:41.139Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-18T02:08:41.139Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-18T02:08:41.139Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T02:08:41.139Z] Selecting previously unselected package liberror-perl. [2021-01-18T02:08:41.139Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-18T02:08:41.139Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-18T02:08:41.400Z] Selecting previously unselected package git-man. [2021-01-18T02:08:41.400Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-18T02:08:41.400Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T02:08:41.400Z] Selecting previously unselected package git. [2021-01-18T02:08:41.400Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-18T02:08:41.400Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T02:08:42.346Z] Selecting previously unselected package libnorm1:amd64. [2021-01-18T02:08:42.346Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-18T02:08:42.346Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T02:08:42.346Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-18T02:08:42.346Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-18T02:08:42.346Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T02:08:42.606Z] Selecting previously unselected package libsodium23:amd64. [2021-01-18T02:08:42.606Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-18T02:08:42.606Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-18T02:08:42.606Z] Selecting previously unselected package libzmq5:amd64. [2021-01-18T02:08:42.606Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T02:08:42.606Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T02:08:42.606Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-18T02:08:42.606Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-18T02:08:42.606Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T02:08:42.868Z] Selecting previously unselected package pkg-config. [2021-01-18T02:08:42.868Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-18T02:08:42.868Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T02:08:42.868Z] Selecting previously unselected package zip. [2021-01-18T02:08:42.868Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-18T02:08:42.868Z] Unpacking zip (3.0-11build1) ... [2021-01-18T02:08:43.128Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-18T02:08:43.128Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-18T02:08:43.128Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-18T02:08:43.128Z] Setting up liberror-perl (0.17025-1) ... [2021-01-18T02:08:43.128Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-18T02:08:43.128Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-18T02:08:43.128Z] No schema files found: doing nothing. [2021-01-18T02:08:43.128Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-18T02:08:43.128Z] Setting up zip (3.0-11build1) ... [2021-01-18T02:08:43.128Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-18T02:08:43.128Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-18T02:08:43.128Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-18T02:08:43.390Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T02:08:43.390Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-18T02:08:43.390Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-18T02:08:43.390Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-18T02:08:43.390Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-18T02:08:49.981Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T02:08:49.981Z] git set to automatically installed. [2021-01-18T02:08:49.981Z] git-man set to automatically installed. [2021-01-18T02:08:49.981Z] libcurl3-gnutls set to automatically installed. [2021-01-18T02:08:49.981Z] liberror-perl set to automatically installed. [2021-01-18T02:08:49.981Z] libglib2.0-0 set to automatically installed. [2021-01-18T02:08:49.981Z] libnghttp2-14 set to automatically installed. [2021-01-18T02:08:49.981Z] libnorm1 set to automatically installed. [2021-01-18T02:08:49.981Z] libpgm-5.2-0 set to automatically installed. [2021-01-18T02:08:49.981Z] libpsl5 set to automatically installed. [2021-01-18T02:08:49.981Z] librtmp1 set to automatically installed. [2021-01-18T02:08:49.981Z] libsodium23 set to automatically installed. [2021-01-18T02:08:49.981Z] libzmq3-dev set to automatically installed. [2021-01-18T02:08:49.981Z] libzmq5 set to automatically installed. [2021-01-18T02:08:49.981Z] pkg-config set to automatically installed. [2021-01-18T02:08:49.981Z] zip set to automatically installed. [2021-01-18T02:08:52.552Z] snapd is not logged in, snap install commands will use sudo [2021-01-18T02:08:59.146Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-18T02:08:59.406Z] snap "core18" has no updates available [2021-01-18T02:08:59.975Z] Pulling config-common [2021-01-18T02:09:00.915Z] Pulling go-build-helper [2021-01-18T02:09:09.428Z] 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-18T02:09:09.428Z] 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-18T02:09:22.876Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-18T02:09:22.876Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-18T02:09:22.876Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-18T02:09:22.876Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-18T02:09:22.876Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-18T02:09:22.876Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-18T02:09:22.876Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-18T02:09:22.876Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-18T02:09:22.876Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-18T02:09:22.876Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-18T02:09:22.876Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-18T02:09:22.876Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-18T02:09:22.876Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-18T02:09:22.876Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-18T02:09:22.876Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-18T02:09:22.876Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-18T02:09:22.876Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-18T02:09:22.876Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-18T02:09:22.876Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-18T02:09:22.876Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-18T02:09:22.876Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-18T02:09:22.876Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-18T02:09:22.877Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-18T02:09:22.877Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-18T02:09:22.877Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-18T02:09:22.877Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-18T02:09:22.877Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-18T02:09:22.877Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-18T02:09:22.877Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-18T02:09:22.877Z] Fetched 279 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-18T02:09:22.877Z] Fetched 122 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-18T02:09:22.877Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-18T02:09:22.877Z] Fetched 8848 B in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-18T02:09:22.877Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-18T02:09:22.877Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-18T02:09:22.877Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-18T02:09:22.877Z] Fetched 214 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-18T02:09:22.877Z] Fetched 155 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-18T02:09:22.877Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-18T02:09:22.877Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-18T02:09:22.877Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-18T02:09:22.877Z] Fetched 499 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-18T02:09:22.877Z] Fetched 111 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-18T02:09:22.877Z] Fetched 240 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-18T02:09:22.877Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-18T02:09:22.877Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-18T02:09:22.877Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-18T02:09:22.877Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-18T02:09:22.877Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-18T02:09:22.877Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-18T02:09:22.877Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-18T02:09:22.877Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-18T02:09:22.877Z] Fetched 8720 B in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-18T02:09:22.877Z] Fetched 137 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-18T02:09:22.877Z] Fetched 119 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-18T02:09:22.877Z] Fetched 109 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-18T02:09:22.877Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-18T02:09:22.877Z] Fetched 645 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-18T02:09:22.877Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-18T02:09:22.877Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-18T02:09:22.877Z] Fetched 368 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-18T02:09:22.877Z] Fetched 187 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-18T02:09:22.877Z] Fetched 175 kB in 0s (0 B/s) [2021-01-18T02:09:22.877Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-18T02:09:24.554Z] Removing intermediate container 2ccf3b1e532c [2021-01-18T02:09:24.554Z] ---> eb77aaa88740 [2021-01-18T02:09:24.554Z] [2021-01-18T02:09:24.554Z] Step 10/24 : FROM alpine:3.12 [2021-01-18T02:09:24.554Z] 3.12: Pulling from library/alpine [2021-01-18T02:09:24.554Z] Removing intermediate container 2db5ac964f54 [2021-01-18T02:09:24.554Z] ---> 209b4c6ac0c0 [2021-01-18T02:09:24.554Z] [2021-01-18T02:09:24.554Z] Step 10/21 : FROM scratch [2021-01-18T02:09:24.554Z] ---> [2021-01-18T02:09:24.554Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:09:24.554Z] Removing intermediate container e77a0010ac23 [2021-01-18T02:09:24.554Z] ---> 9a3d8fc0b1b3 [2021-01-18T02:09:24.554Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-18T02:09:24.554Z] Removing intermediate container 21f910474e19 [2021-01-18T02:09:24.554Z] ---> 089d9a2c9860 [2021-01-18T02:09:24.554Z] [2021-01-18T02:09:24.554Z] Step 10/21 : FROM alpine:3.12 [2021-01-18T02:09:24.554Z] 3.12: Pulling from library/alpine [2021-01-18T02:09:24.554Z] ---> Running in dce2527c922f [2021-01-18T02:09:24.554Z] ---> Running in f573396d42bd [2021-01-18T02:09:24.554Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T02:09:24.554Z] Removing intermediate container dce2527c922f [2021-01-18T02:09:24.554Z] ---> 5e72cfee81d0 [2021-01-18T02:09:24.554Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-18T02:09:24.554Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-18T02:09:24.554Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T02:09:24.554Z] Status: Downloaded newer image for alpine:3.12 [2021-01-18T02:09:24.554Z] ---> afeebe901d6b [2021-01-18T02:09:24.554Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-18T02:09:24.554Z] ---> afeebe901d6b [2021-01-18T02:09:24.554Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:09:24.554Z] ---> Running in 1c89dc4cc828 [2021-01-18T02:09:24.554Z] ---> Running in cfae024481b3 [2021-01-18T02:09:24.554Z] ---> Running in ef07e6a4cb32 [2021-01-18T02:09:24.554Z] 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-18T02:09:24.554Z] Removing intermediate container 1c89dc4cc828 [2021-01-18T02:09:24.554Z] ---> 22a3a7c5dc94 [2021-01-18T02:09:24.554Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-18T02:09:24.835Z] ---> Running in 139af4aabdbf [2021-01-18T02:09:25.818Z] Removing intermediate container 139af4aabdbf [2021-01-18T02:09:25.818Z] ---> d47fd8c3a618 [2021-01-18T02:09:25.818Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:09:26.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:09:26.177Z] Fetched 206 kB in 0s (0 B/s) [2021-01-18T02:09:26.177Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-18T02:09:26.177Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-18T02:09:26.177Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-18T02:09:26.177Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-18T02:09:26.177Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-18T02:09:26.177Z] Fetched 159 kB in 0s (0 B/s) [2021-01-18T02:09:26.177Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-18T02:09:26.177Z] Fetched 107 kB in 0s (0 B/s) [2021-01-18T02:09:26.177Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-18T02:09:26.177Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-18T02:09:26.177Z] Pulling static-packages [2021-01-18T02:09:26.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:09:26.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:09:26.439Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-18T02:09:26.439Z] Skipping pull go-build-helper (already ran) [2021-01-18T02:09:26.439Z] Skipping pull static-packages (already ran) [2021-01-18T02:09:26.439Z] Building go-build-helper [2021-01-18T02:09:26.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:09:26.937Z] ---> b1799c24714f [2021-01-18T02:09:26.937Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-18T02:09:27.214Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-18T02:09:27.214Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-18T02:09:27.214Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:09:27.505Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-18T02:09:27.505Z] (4/5) Installing curl (7.69.1-r3) [2021-01-18T02:09:27.505Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-18T02:09:27.505Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:09:27.505Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:09:27.505Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-18T02:09:27.505Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:09:27.505Z] (4/4) Installing curl (7.69.1-r3) [2021-01-18T02:09:27.505Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:09:27.505Z] Executing ca-certificates-20191127-r4.trigger [2021-01-18T02:09:27.783Z] OK: 7 MiB in 19 packages [2021-01-18T02:09:27.783Z] OK: 7 MiB in 18 packages [2021-01-18T02:09:29.767Z] ---> b1a2f073829f [2021-01-18T02:09:29.768Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-18T02:09:29.851Z] Building static-packages [2021-01-18T02:09:30.751Z] Removing intermediate container 64f76c634d40 [2021-01-18T02:09:30.751Z] ---> fb5c4b6cd68a [2021-01-18T02:09:30.751Z] [2021-01-18T02:09:30.751Z] Step 10/22 : FROM scratch [2021-01-18T02:09:30.751Z] ---> [2021-01-18T02:09:30.751Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:09:31.021Z] Removing intermediate container f573396d42bd [2021-01-18T02:09:31.021Z] ---> 7873438f5e1c [2021-01-18T02:09:31.021Z] [2021-01-18T02:09:31.021Z] Step 11/26 : FROM docker:20.10.0 [2021-01-18T02:09:31.021Z] ---> d8d96de92017 [2021-01-18T02:09:31.021Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-18T02:09:31.021Z] ---> Using cache [2021-01-18T02:09:31.021Z] ---> 5e72cfee81d0 [2021-01-18T02:09:31.021Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-18T02:09:31.021Z] 20.10.0: Pulling from library/docker [2021-01-18T02:09:31.294Z] ---> Running in 220e44a4ba05 [2021-01-18T02:09:31.294Z] Removing intermediate container ef07e6a4cb32 [2021-01-18T02:09:31.294Z] ---> 81fc657038ca [2021-01-18T02:09:31.294Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:09:31.294Z] Removing intermediate container cfae024481b3 [2021-01-18T02:09:31.294Z] ---> 23780065829a [2021-01-18T02:09:31.294Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-18T02:09:31.572Z] ---> Running in a156ec2433a0 [2021-01-18T02:09:31.572Z] ---> Running in 662b21fcd02b [2021-01-18T02:09:31.572Z] ---> Running in 082f0a015ec9 [2021-01-18T02:09:31.572Z] Removing intermediate container 220e44a4ba05 [2021-01-18T02:09:31.572Z] ---> d80f8292cae1 [2021-01-18T02:09:31.572Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:09:31.759Z] Staging go-build-helper [2021-01-18T02:09:31.855Z] ---> Running in db10dc2785a6 [2021-01-18T02:09:32.131Z] Removing intermediate container a156ec2433a0 [2021-01-18T02:09:32.131Z] ---> 87896bc7379e [2021-01-18T02:09:32.131Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:09:32.700Z] Staging static-packages [2021-01-18T02:09:32.810Z] Removing intermediate container 082f0a015ec9 [2021-01-18T02:09:32.811Z] ---> c5856704146e [2021-01-18T02:09:32.811Z] Step 13/24 : WORKDIR / [2021-01-18T02:09:32.811Z] ---> Running in 5b6f335f90b8 [2021-01-18T02:09:32.811Z] Removing intermediate container 662b21fcd02b [2021-01-18T02:09:32.811Z] ---> cc01273c72a0 [2021-01-18T02:09:32.811Z] Step 13/21 : WORKDIR /edgex [2021-01-18T02:09:33.099Z] Removing intermediate container db10dc2785a6 [2021-01-18T02:09:33.099Z] ---> a7d34ed16c36 [2021-01-18T02:09:33.099Z] Step 14/22 : WORKDIR / [2021-01-18T02:09:33.385Z] ---> Running in 13ac2f6b5392 [2021-01-18T02:09:33.385Z] ---> Running in 456fef902283 [2021-01-18T02:09:33.385Z] ---> Running in 6b72e1a5ed4f [2021-01-18T02:09:33.642Z] Pulling go115 [2021-01-18T02:09:33.670Z] Removing intermediate container 5b6f335f90b8 [2021-01-18T02:09:33.670Z] ---> bd89a2b496d2 [2021-01-18T02:09:33.670Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T02:09:33.961Z] ---> Running in 72b2b4d91bf9 [2021-01-18T02:09:34.234Z] Removing intermediate container 13ac2f6b5392 [2021-01-18T02:09:34.234Z] ---> b7be25472aa8 [2021-01-18T02:09:34.234Z] 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-18T02:09:34.527Z] Removing intermediate container 6b72e1a5ed4f [2021-01-18T02:09:34.527Z] ---> fc0c74955f68 [2021-01-18T02:09:34.527Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:09:34.527Z] Removing intermediate container 456fef902283 [2021-01-18T02:09:34.527Z] ---> 5a80f6a11d09 [2021-01-18T02:09:34.527Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-18T02:09:34.583Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-18T02:09:34.583Z] Skipping pull go115 (already ran) [2021-01-18T02:09:34.583Z] Building go115 [2021-01-18T02:09:34.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T02:09:34.583Z] Dload Upload Total Spent Left Speed [2021-01-18T02:09:35.126Z] Removing intermediate container 72b2b4d91bf9 [2021-01-18T02:09:35.126Z] ---> 4bf1d02e9867 [2021-01-18T02:09:35.126Z] Step 20/21 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:09:35.405Z] ---> Running in 6466826ba67f [2021-01-18T02:09:35.405Z] ---> c67a6162c41b [2021-01-18T02:09:35.405Z] ---> 903971d76190 [2021-01-18T02:09:35.405Z] 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-18T02:09:35.405Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-18T02:09:35.683Z] ---> 245b7071e8fc [2021-01-18T02:09:35.683Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-18T02:09:35.961Z] Removing intermediate container 6466826ba67f [2021-01-18T02:09:35.961Z] ---> 0a167f73c76d [2021-01-18T02:09:35.961Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:09:36.561Z] ---> Running in 704f8de91f20 [2021-01-18T02:09:37.158Z] ---> 946004601839 [2021-01-18T02:09:37.158Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-18T02:09:37.769Z] Removing intermediate container 704f8de91f20 [2021-01-18T02:09:37.769Z] ---> 28ae6e87baf5 [2021-01-18T02:09:37.769Z] [2021-01-18T02:09:37.769Z] ---> b8307e87268f [2021-01-18T02:09:37.769Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-18T02:09:37.769Z] ---> b4148ddfd416 [2021-01-18T02:09:37.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-18T02:09:38.365Z] Successfully built 28ae6e87baf5 [2021-01-18T02:09:38.365Z] ---> c6a328a9f937 [2021-01-18T02:09:38.365Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-18T02:09:38.365Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-18T02:09:38.365Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-18T02:09:38.390Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 744k 0 0 2217k 0 0:00:53 --:--:-- 0:00:53 2210k 25 115M 25 29.9M 0 0 22.4M 0 0:00:05 0:00:01 0:00:04 22.4M 53 115M 53 61.8M 0 0 26.2M 0 0:00:04 0:00:02 0:00:02 26.2M 89 115M 89 103M 0 0 30.9M 0 0:00:03 0:00:03 --:--:-- 30.9M 100 115M 100 115M 0 0 31.6M 0 0:00:03 0:00:03 --:--:-- 31.6M [2021-01-18T02:09:38.650Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-18T02:09:39.796Z] ---> b5ff4c8f8a7f [2021-01-18T02:09:39.796Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-18T02:09:41.254Z] ---> 709fe21b0644 [2021-01-18T02:09:41.254Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-18T02:09:41.529Z] ---> Running in a651966dca86 [2021-01-18T02:09:41.811Z] ---> 785e1e67ec46 [2021-01-18T02:09:41.811Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-18T02:09:41.811Z] ---> Running in 788edf645212 [2021-01-18T02:09:42.813Z] Removing intermediate container a651966dca86 [2021-01-18T02:09:42.813Z] ---> 438ac15f62c3 [2021-01-18T02:09:42.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:09:42.855Z] Staging go115 [2021-01-18T02:09:43.407Z] Removing intermediate container 788edf645212 [2021-01-18T02:09:43.407Z] ---> f33c20661995 [2021-01-18T02:09:43.407Z] Step 18/21 : CMD ["--init=true"] [2021-01-18T02:09:43.677Z] ---> Running in 5f4b866f7cfb [2021-01-18T02:09:43.952Z] ---> Running in a7c30346b326 [2021-01-18T02:09:43.952Z] ---> 7dd2cd742ff6 [2021-01-18T02:09:43.952Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-18T02:09:44.237Z] Removing intermediate container 5f4b866f7cfb [2021-01-18T02:09:44.237Z] ---> 8aea6ad69c31 [2021-01-18T02:09:44.237Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T02:09:44.510Z] ---> Running in 42beefe10f20 [2021-01-18T02:09:44.781Z] Removing intermediate container a7c30346b326 [2021-01-18T02:09:44.781Z] ---> 4430ac21433c [2021-01-18T02:09:44.781Z] Step 19/21 : LABEL arch=arm64 [2021-01-18T02:09:45.063Z] ---> Running in 6eb166bc0a86 [2021-01-18T02:09:45.063Z] ---> 27557e82fff2 [2021-01-18T02:09:45.063Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-18T02:09:45.063Z] ---> Running in 983ace8a38f4 [2021-01-18T02:09:45.338Z] Removing intermediate container 42beefe10f20 [2021-01-18T02:09:45.338Z] ---> 9ad78ea29815 [2021-01-18T02:09:45.338Z] Step 21/22 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:09:45.615Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-18T02:09:45.615Z] ---> Running in 8762bc3233a8 [2021-01-18T02:09:45.615Z] Removing intermediate container 6eb166bc0a86 [2021-01-18T02:09:45.615Z] ---> 52568f8a0e2e [2021-01-18T02:09:45.615Z] Step 20/21 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:09:45.615Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-18T02:09:45.615Z] ---> eeaf43b92773 [2021-01-18T02:09:45.615Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-18T02:09:46.220Z] ---> Running in 2edd2fd4b3ca [2021-01-18T02:09:46.220Z] ---> Running in fd8c46d295a4 [2021-01-18T02:09:46.498Z] Removing intermediate container 8762bc3233a8 [2021-01-18T02:09:46.498Z] ---> c687beb743c0 [2021-01-18T02:09:46.498Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:09:47.112Z] ---> Running in 3649a0d8d3f3 [2021-01-18T02:09:47.388Z] Removing intermediate container 2edd2fd4b3ca [2021-01-18T02:09:47.388Z] ---> c629491c3329 [2021-01-18T02:09:47.388Z] Step 21/21 : LABEL version=0.0.0 [2021-01-18T02:09:47.993Z] ---> Running in 7af0befdaece [2021-01-18T02:09:48.141Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-18T02:09:48.141Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-18T02:09:48.141Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-18T02:09:48.141Z] Fetched 0 B in 0s (0 B/s) [2021-01-18T02:09:48.141Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-18T02:09:48.141Z] Fetched 224 kB in 0s (0 B/s) [2021-01-18T02:09:48.141Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-18T02:09:48.141Z] Fetched 157 kB in 0s (0 B/s) [2021-01-18T02:09:48.141Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-18T02:09:48.141Z] Fetched 221 kB in 0s (0 B/s) [2021-01-18T02:09:48.141Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-18T02:09:48.141Z] Fetched 143 kB in 0s (0 B/s) [2021-01-18T02:09:48.141Z] Pulling edgex-go [2021-01-18T02:09:48.269Z] Removing intermediate container 3649a0d8d3f3 [2021-01-18T02:09:48.269Z] ---> 832dd647137f [2021-01-18T02:09:48.269Z] [2021-01-18T02:09:48.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:09:48.402Z] Pulling version [2021-01-18T02:09:48.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:09:48.817Z] Successfully built 832dd647137f [2021-01-18T02:09:48.817Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-18T02:09:48.817Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-18T02:09:48.817Z] Removing intermediate container 7af0befdaece [2021-01-18T02:09:48.817Z] ---> ef96a20a14ec [2021-01-18T02:09:48.817Z] [2021-01-18T02:09:49.103Z] Removing intermediate container 983ace8a38f4 [2021-01-18T02:09:49.103Z] ---> 1b15611d4968 [2021-01-18T02:09:49.103Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-18T02:09:49.103Z] Successfully built ef96a20a14ec [2021-01-18T02:09:49.103Z] (1/2) Installing readline (8.0.4-r0) [2021-01-18T02:09:49.350Z] Building config-common [2021-01-18T02:09:49.379Z] (2/2) Installing bash (5.0.17-r0) [2021-01-18T02:09:49.379Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-18T02:09:49.379Z] Building docker-support-notifications-go [2021-01-18T02:09:49.379Z]  Building docker-security-proxy-setup-go ... done Executing bash-5.0.17-r0.post-install [2021-01-18T02:09:49.379Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:09:49.379Z] OK: 12 MiB in 22 packages [2021-01-18T02:09:49.379Z] ---> Running in 68f117fb7d29 [2021-01-18T02:09:49.988Z] Removing intermediate container 68f117fb7d29 [2021-01-18T02:09:49.988Z] ---> 000755754416 [2021-01-18T02:09:49.988Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T02:09:50.266Z] ---> Running in c82d71dd9a43 [2021-01-18T02:09:50.874Z] Removing intermediate container c82d71dd9a43 [2021-01-18T02:09:50.874Z] ---> 5b34e0a30328 [2021-01-18T02:09:50.874Z] Step 23/24 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:09:51.147Z] Removing intermediate container fd8c46d295a4 [2021-01-18T02:09:51.147Z] ---> 604496c6a090 [2021-01-18T02:09:51.148Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-18T02:09:51.148Z] ---> Running in d7c6309b3d77 [2021-01-18T02:09:51.148Z] ---> Running in fc58acca219b [2021-01-18T02:09:51.263Z] Skipping build go-build-helper (already ran) [2021-01-18T02:09:51.263Z] Skipping build static-packages (already ran) [2021-01-18T02:09:51.263Z] Skipping build go115 (already ran) [2021-01-18T02:09:51.524Z] Building edgex-go [2021-01-18T02:09:51.786Z] 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-18T02:09:52.149Z] Removing intermediate container d7c6309b3d77 [2021-01-18T02:09:52.149Z] ---> 2baf26021df8 [2021-01-18T02:09:52.149Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:09:53.132Z] ---> Running in 8acebd9f534a [2021-01-18T02:09:53.132Z] Removing intermediate container fc58acca219b [2021-01-18T02:09:53.132Z] ---> ba231d81a339 [2021-01-18T02:09:53.132Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-18T02:09:53.702Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-18T02:09:53.703Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-18T02:09:53.703Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-18T02:09:53.703Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-18T02:09:53.729Z] ---> Running in afdcbb473fde [2021-01-18T02:09:53.965Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-18T02:09:53.965Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-18T02:09:53.965Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-18T02:09:53.965Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-18T02:09:53.965Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-18T02:09:53.965Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-18T02:09:53.965Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-18T02:09:53.965Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-18T02:09:53.966Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-18T02:09:53.966Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-18T02:09:53.966Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-18T02:09:53.966Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-18T02:09:53.966Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-18T02:09:53.966Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-18T02:09:53.966Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-18T02:09:53.966Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-18T02:09:53.966Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-18T02:09:54.005Z] Removing intermediate container 8acebd9f534a [2021-01-18T02:09:54.005Z] ---> 17bb02830863 [2021-01-18T02:09:54.005Z] [2021-01-18T02:09:54.227Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-18T02:09:54.227Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-18T02:09:54.227Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-18T02:09:54.227Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-18T02:09:54.227Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-18T02:09:54.227Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-18T02:09:54.227Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-18T02:09:54.227Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-18T02:09:54.490Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-18T02:09:54.490Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-18T02:09:54.490Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-18T02:09:54.658Z] Successfully built 17bb02830863 [2021-01-18T02:09:54.658Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-18T02:09:54.658Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-18T02:09:54.658Z] Removing intermediate container afdcbb473fde [2021-01-18T02:09:54.658Z] ---> fdbe1fcd01fc [2021-01-18T02:09:54.658Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-18T02:09:54.935Z] ---> Running in 55df30a6a262 [2021-01-18T02:09:55.536Z] Removing intermediate container 55df30a6a262 [2021-01-18T02:09:55.536Z] ---> cfa85baa1daa [2021-01-18T02:09:55.536Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-18T02:09:57.525Z] ---> a894cd8c18f3 [2021-01-18T02:09:57.525Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-18T02:09:58.975Z] ---> e7b5b503ea4b [2021-01-18T02:09:58.975Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-18T02:09:59.970Z] ---> 10f1c2d296b4 [2021-01-18T02:09:59.970Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-18T02:10:00.247Z] ---> Running in e13c62705e3b [2021-01-18T02:10:01.067Z] 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-18T02:10:01.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:10:01.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:10:02.299Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-18T02:10:02.299Z] (2/33) Installing expat (2.2.9-r1) [2021-01-18T02:10:02.299Z] (3/33) Installing libffi (3.3-r2) [2021-01-18T02:10:02.299Z] (4/33) Installing gdbm (1.13-r1) [2021-01-18T02:10:02.299Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-18T02:10:02.299Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-18T02:10:02.299Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-18T02:10:04.290Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-18T02:10:04.290Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-18T02:10:04.290Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-18T02:10:04.290Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-18T02:10:04.290Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-18T02:10:04.290Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-18T02:10:04.290Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-18T02:10:04.359Z] 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-18T02:10:04.567Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-18T02:10:04.567Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-18T02:10:04.567Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-18T02:10:04.567Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-18T02:10:04.567Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-18T02:10:04.567Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-18T02:10:04.567Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-18T02:10:04.567Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-18T02:10:04.567Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-18T02:10:04.870Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-18T02:10:04.870Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-18T02:10:04.870Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-18T02:10:04.870Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-18T02:10:04.870Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-18T02:10:04.870Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-18T02:10:04.870Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-18T02:10:04.870Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-18T02:10:05.147Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-18T02:10:05.147Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-18T02:10:05.147Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:10:05.147Z] OK: 71 MiB in 55 packages [2021-01-18T02:10:05.308Z] 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-18T02:10:05.423Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:10:05.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:10:05.424Z] ---> 84878da59c60 [2021-01-18T02:10:05.424Z] Step 3/23 : WORKDIR /edgex-go [2021-01-18T02:10:05.424Z] ---> Using cache [2021-01-18T02:10:05.424Z] ---> 09f2bc8168bb [2021-01-18T02:10:05.424Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:10:05.424Z] ---> Using cache [2021-01-18T02:10:05.424Z] ---> acf9386ddb13 [2021-01-18T02:10:05.424Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-18T02:10:06.256Z] 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-18T02:10:06.516Z] 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-18T02:10:06.516Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-18T02:10:07.087Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-18T02:10:07.087Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-18T02:10:07.087Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-18T02:10:08.468Z] 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-18T02:10:08.468Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-18T02:10:08.468Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-18T02:10:08.848Z] ---> Running in dc4a977c39f8 [2021-01-18T02:10:09.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:10:09.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-18T02:10:10.796Z] 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-18T02:10:10.797Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-18T02:10:11.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:10:12.182Z] 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-18T02:10:12.739Z] OK: 217 MiB in 51 packages [2021-01-18T02:10:13.120Z] 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-18T02:10:13.690Z] 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-18T02:10:13.690Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-18T02:10:16.232Z] Building version [2021-01-18T02:10:17.616Z] Staging config-common [2021-01-18T02:10:18.176Z] Removing intermediate container dc4a977c39f8 [2021-01-18T02:10:18.176Z] ---> 5092994d4a38 [2021-01-18T02:10:18.176Z] Step 6/23 : COPY go.mod . [2021-01-18T02:10:18.176Z] Removing intermediate container e13c62705e3b [2021-01-18T02:10:18.176Z] ---> 80a02dfbc070 [2021-01-18T02:10:18.176Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-18T02:10:18.458Z] ---> Running in fbd8cbd15c00 [2021-01-18T02:10:18.560Z] Skipping stage go-build-helper (already ran) [2021-01-18T02:10:18.560Z] Skipping stage static-packages (already ran) [2021-01-18T02:10:18.560Z] Skipping stage go115 (already ran) [2021-01-18T02:10:18.560Z] Staging edgex-go [2021-01-18T02:10:18.738Z] ---> 13bfbaa738b1 [2021-01-18T02:10:18.738Z] Step 7/23 : RUN go mod download [2021-01-18T02:10:19.025Z] ---> Running in 178254224f72 [2021-01-18T02:10:19.499Z] Staging version [2021-01-18T02:10:20.440Z] Priming config-common [2021-01-18T02:10:21.381Z] Priming go-build-helper [2021-01-18T02:10:22.324Z] Priming static-packages [2021-01-18T02:10:24.236Z] Priming go115 [2021-01-18T02:10:24.464Z] Removing intermediate container 178254224f72 [2021-01-18T02:10:24.464Z] ---> 122a7237c4eb [2021-01-18T02:10:24.464Z] Step 8/23 : COPY . . [2021-01-18T02:10:25.182Z] Priming edgex-go [2021-01-18T02:10:25.457Z] Collecting docker-compose==1.23.2 [2021-01-18T02:10:25.457Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-18T02:10:26.450Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-18T02:10:26.450Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-18T02:10:26.566Z] Priming version [2021-01-18T02:10:27.136Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-01-18T02:10:29.098Z] Collecting PyYAML<4,>=3.10 [2021-01-18T02:10:29.098Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-18T02:10:30.108Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:10:30.108Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:10:30.108Z] ---> 84878da59c60 [2021-01-18T02:10:30.108Z] Step 3/24 : WORKDIR /edgex-go [2021-01-18T02:10:30.108Z] ---> Using cache [2021-01-18T02:10:30.108Z] ---> 09f2bc8168bb [2021-01-18T02:10:30.108Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:10:30.108Z] ---> Using cache [2021-01-18T02:10:30.108Z] ---> acf9386ddb13 [2021-01-18T02:10:30.108Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-18T02:10:30.713Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:10:30.713Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:10:30.713Z] ---> 84878da59c60 [2021-01-18T02:10:30.713Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:10:30.713Z] ---> Using cache [2021-01-18T02:10:30.713Z] ---> 09f2bc8168bb [2021-01-18T02:10:30.713Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:10:30.713Z] ---> Using cache [2021-01-18T02:10:30.713Z] ---> acf9386ddb13 [2021-01-18T02:10:30.713Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:10:30.713Z] ---> Using cache [2021-01-18T02:10:30.713Z] ---> cfbfc6466366 [2021-01-18T02:10:30.713Z] Step 6/22 : COPY go.mod . [2021-01-18T02:10:30.713Z] ---> Using cache [2021-01-18T02:10:30.713Z] ---> 73966e8a8aa5 [2021-01-18T02:10:30.713Z] Step 7/22 : RUN go mod download [2021-01-18T02:10:30.713Z] ---> Using cache [2021-01-18T02:10:30.713Z] ---> 8adf25125adf [2021-01-18T02:10:30.713Z] Step 8/22 : COPY . . [2021-01-18T02:10:30.995Z] ---> Using cache [2021-01-18T02:10:30.995Z] ---> c55a49484293 [2021-01-18T02:10:30.995Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-18T02:10:32.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-18T02:10:32.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-18T02:10:32.444Z] ---> 84878da59c60 [2021-01-18T02:10:32.444Z] Step 3/22 : WORKDIR /edgex-go [2021-01-18T02:10:32.444Z] ---> Using cache [2021-01-18T02:10:32.444Z] ---> 09f2bc8168bb [2021-01-18T02:10:32.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:10:32.444Z] ---> Using cache [2021-01-18T02:10:32.444Z] ---> acf9386ddb13 [2021-01-18T02:10:32.444Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-18T02:10:32.444Z] ---> Using cache [2021-01-18T02:10:32.444Z] ---> cfbfc6466366 [2021-01-18T02:10:32.444Z] Step 6/22 : COPY go.mod . [2021-01-18T02:10:32.444Z] ---> Using cache [2021-01-18T02:10:32.444Z] ---> 73966e8a8aa5 [2021-01-18T02:10:32.444Z] Step 7/22 : RUN go mod download [2021-01-18T02:10:32.444Z] ---> Using cache [2021-01-18T02:10:32.444Z] ---> 8adf25125adf [2021-01-18T02:10:32.444Z] Step 8/22 : COPY . . [2021-01-18T02:10:32.723Z] ---> Using cache [2021-01-18T02:10:32.723Z] ---> c55a49484293 [2021-01-18T02:10:32.723Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-18T02:10:34.167Z] Collecting docker<4.0,>=3.6.0 [2021-01-18T02:10:34.167Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-18T02:10:34.167Z] ---> Running in a507ae04f416 [2021-01-18T02:10:34.167Z] ---> Running in 9e8449aa9836 [2021-01-18T02:10:34.167Z] ---> Running in a3088228488c [2021-01-18T02:10:35.149Z] Collecting cached-property<2,>=1.2.0 [2021-01-18T02:10:35.149Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-18T02:10:35.432Z] Collecting texttable<0.10,>=0.9.0 [2021-01-18T02:10:35.432Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-18T02:10:36.035Z] 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-18T02:10:36.357Z] 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-18T02:10:36.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:10:37.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:10:38.686Z] OK: 217 MiB in 51 packages [2021-01-18T02:10:40.686Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-18T02:10:40.686Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-18T02:10:42.147Z] Collecting jsonschema<3,>=2.5.1 [2021-01-18T02:10:42.147Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-18T02:10:42.147Z] Removing intermediate container a3088228488c [2021-01-18T02:10:42.147Z] ---> 53598e47b89b [2021-01-18T02:10:42.147Z] Step 6/24 : COPY go.mod . [2021-01-18T02:10:42.753Z] Collecting docopt<0.7,>=0.6.1 [2021-01-18T02:10:42.753Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-18T02:10:43.359Z] ---> 30cd7b285efc [2021-01-18T02:10:43.359Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-18T02:10:43.359Z] ---> 74c3ffe7a602 [2021-01-18T02:10:43.359Z] Step 7/24 : RUN go mod download [2021-01-18T02:10:43.648Z] ---> Running in 76f66cc8f523 [2021-01-18T02:10:43.648Z] ---> Running in 48117d2d2b55 [2021-01-18T02:10:46.294Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-18T02:10:46.294Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-18T02:10:46.294Z] 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-18T02:10:46.894Z] 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-18T02:10:46.894Z] Collecting docker-pycreds>=0.4.0 [2021-01-18T02:10:46.894Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-18T02:10:47.497Z] 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-18T02:10:48.489Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-18T02:10:48.489Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-18T02:10:48.489Z] Removing intermediate container 76f66cc8f523 [2021-01-18T02:10:48.489Z] ---> 68166a7fb0b2 [2021-01-18T02:10:48.489Z] Step 8/24 : COPY . . [2021-01-18T02:10:48.764Z] 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-18T02:10:49.039Z] Collecting idna<2.8,>=2.5 [2021-01-18T02:10:49.039Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-18T02:10:49.316Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-18T02:10:49.317Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-18T02:10:49.317Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-18T02:10:49.317Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-18T02:10:50.771Z] Installing collected packages: dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, texttable, jsonschema, docopt, docker-compose [2021-01-18T02:10:50.771Z] Running setup.py install for dockerpty: started [2021-01-18T02:10:55.126Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-18T02:10:55.126Z] Running setup.py install for PyYAML: started [2021-01-18T02:10:58.528Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-18T02:10:58.528Z] Attempting uninstall: urllib3 [2021-01-18T02:10:58.528Z] Found existing installation: urllib3 1.25.9 [2021-01-18T02:10:58.528Z] Uninstalling urllib3-1.25.9: [2021-01-18T02:10:58.806Z] Successfully uninstalled urllib3-1.25.9 [2021-01-18T02:10:59.787Z] Attempting uninstall: idna [2021-01-18T02:10:59.787Z] Found existing installation: idna 2.9 [2021-01-18T02:10:59.787Z] Uninstalling idna-2.9: [2021-01-18T02:11:00.060Z] Successfully uninstalled idna-2.9 [2021-01-18T02:11:01.037Z] Attempting uninstall: requests [2021-01-18T02:11:01.037Z] Found existing installation: requests 2.23.0 [2021-01-18T02:11:01.037Z] Uninstalling requests-2.23.0: [2021-01-18T02:11:01.037Z] Successfully uninstalled requests-2.23.0 [2021-01-18T02:11:05.349Z] Running setup.py install for texttable: started [2021-01-18T02:11:06.785Z] ---> a258c17ec148 [2021-01-18T02:11:06.785Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-18T02:11:06.785Z] ---> Running in 6b2abd04a323 [2021-01-18T02:11:08.234Z] Running setup.py install for texttable: finished with status 'done' [2021-01-18T02:11:08.830Z] 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-18T02:11:08.830Z] Running setup.py install for docopt: started [2021-01-18T02:11:11.447Z] Running setup.py install for docopt: finished with status 'done' [2021-01-18T02:11:12.885Z] 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-18T02:11:18.295Z] Removing intermediate container fbd8cbd15c00 [2021-01-18T02:11:18.295Z] ---> 9ce6d81ad524 [2021-01-18T02:11:18.295Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-18T02:11:18.295Z] ---> Running in 286dec4586c2 [2021-01-18T02:11:20.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:11:20.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:11:21.277Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-18T02:11:21.277Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-18T02:11:21.277Z] (3/3) Installing curl (7.69.1-r3) [2021-01-18T02:11:21.277Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:11:21.277Z] OK: 71 MiB in 58 packages [2021-01-18T02:11:23.278Z] Removing intermediate container 286dec4586c2 [2021-01-18T02:11:23.278Z] ---> ba7875436619 [2021-01-18T02:11:23.278Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-18T02:11:23.555Z] ---> Running in 9f3e060e9383 [2021-01-18T02:11:24.175Z] Removing intermediate container 9f3e060e9383 [2021-01-18T02:11:24.175Z] ---> 620d58fb57fb [2021-01-18T02:11:24.175Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:11:24.454Z] ---> Running in 76c1d144061f [2021-01-18T02:11:25.065Z] Removing intermediate container 76c1d144061f [2021-01-18T02:11:25.065Z] ---> 8f7b4e797489 [2021-01-18T02:11:25.065Z] Step 24/26 : LABEL arch=arm64 [2021-01-18T02:11:25.065Z] ---> Running in b679509d7280 [2021-01-18T02:11:25.671Z] Removing intermediate container b679509d7280 [2021-01-18T02:11:25.671Z] ---> fb8dd2875fee [2021-01-18T02:11:25.671Z] Step 25/26 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:11:25.949Z] ---> Running in b8724be22fcb [2021-01-18T02:11:26.550Z] Removing intermediate container b8724be22fcb [2021-01-18T02:11:26.550Z] ---> 7b06e4142960 [2021-01-18T02:11:26.550Z] Step 26/26 : LABEL version=0.0.0 [2021-01-18T02:11:26.829Z] ---> Running in ad6cb593217b [2021-01-18T02:11:27.440Z] Removing intermediate container ad6cb593217b [2021-01-18T02:11:27.440Z] ---> 27a7226a236e [2021-01-18T02:11:27.440Z] [2021-01-18T02:11:28.041Z] Successfully built 27a7226a236e [2021-01-18T02:11:28.041Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-18T02:12:00.401Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9e8449aa9836 [2021-01-18T02:12:00.401Z] ---> 05f2ba74c113 [2021-01-18T02:12:00.401Z] [2021-01-18T02:12:00.401Z] Step 10/22 : FROM alpine:3.12 [2021-01-18T02:12:00.401Z] ---> afeebe901d6b [2021-01-18T02:12:00.401Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-18T02:12:00.401Z] ---> Using cache [2021-01-18T02:12:00.401Z] ---> 81fc657038ca [2021-01-18T02:12:00.401Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-18T02:12:00.401Z] ---> Running in a20c05c6990d [2021-01-18T02:12:00.401Z] Removing intermediate container a20c05c6990d [2021-01-18T02:12:00.401Z] ---> b94de22313f3 [2021-01-18T02:12:00.401Z] Step 13/22 : WORKDIR / [2021-01-18T02:12:00.401Z] ---> Running in 1f77c2442768 [2021-01-18T02:12:00.401Z] Removing intermediate container 1f77c2442768 [2021-01-18T02:12:00.401Z] ---> f24c18d99dd7 [2021-01-18T02:12:00.401Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:12:01.388Z] ---> 9390862830ed [2021-01-18T02:12:01.388Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-18T02:12:03.385Z] ---> 48b35ef72e70 [2021-01-18T02:12:03.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-18T02:12:05.393Z] ---> a435269db359 [2021-01-18T02:12:05.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-18T02:12:05.995Z] Removing intermediate container a507ae04f416 [2021-01-18T02:12:05.995Z] ---> 0d3317b11dbc [2021-01-18T02:12:05.995Z] [2021-01-18T02:12:05.995Z] Step 10/22 : FROM scratch [2021-01-18T02:12:05.995Z] ---> [2021-01-18T02:12:05.995Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:12:06.272Z] ---> Using cache [2021-01-18T02:12:06.272Z] ---> 5e72cfee81d0 [2021-01-18T02:12:06.272Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-18T02:12:06.567Z] ---> Running in 6f9d79d74895 [2021-01-18T02:12:06.852Z] ---> 5d678df4203e [2021-01-18T02:12:06.852Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-18T02:12:07.133Z] ---> Running in b37ef22171e7 [2021-01-18T02:12:07.133Z] Removing intermediate container 6f9d79d74895 [2021-01-18T02:12:07.133Z] ---> 8c3b78c45d15 [2021-01-18T02:12:07.133Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-18T02:12:07.415Z] ---> Running in 4919be352f3a [2021-01-18T02:12:08.433Z] Removing intermediate container 4919be352f3a [2021-01-18T02:12:08.433Z] ---> 3df6a8ace2a8 [2021-01-18T02:12:08.433Z] Step 14/22 : WORKDIR / [2021-01-18T02:12:08.433Z] ---> Running in ed26f6c37037 [2021-01-18T02:12:09.493Z] Removing intermediate container ed26f6c37037 [2021-01-18T02:12:09.493Z] ---> 8d94bc7008e5 [2021-01-18T02:12:09.493Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:12:11.073Z] Removing intermediate container b37ef22171e7 [2021-01-18T02:12:11.073Z] ---> c5a23282d46d [2021-01-18T02:12:11.073Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-18T02:12:11.073Z] ---> f49d674017af [2021-01-18T02:12:11.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-18T02:12:11.073Z] ---> Running in ccd063cc32bd [2021-01-18T02:12:12.105Z] Removing intermediate container ccd063cc32bd [2021-01-18T02:12:12.105Z] ---> 50b81737ab24 [2021-01-18T02:12:12.105Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T02:12:12.383Z] ---> Running in e4537645973d [2021-01-18T02:12:13.367Z] ---> a17c991d1d07 [2021-01-18T02:12:13.367Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-18T02:12:13.367Z] Removing intermediate container e4537645973d [2021-01-18T02:12:13.367Z] ---> a6504c446308 [2021-01-18T02:12:13.367Z] Step 21/22 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:12:13.641Z] ---> Running in 0e92d6a867e7 [2021-01-18T02:12:14.631Z] ---> d5ad3df3e49f [2021-01-18T02:12:14.631Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-18T02:12:14.631Z] Removing intermediate container 0e92d6a867e7 [2021-01-18T02:12:14.631Z] ---> 077b83c8a05d [2021-01-18T02:12:14.631Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:12:14.631Z] ---> Running in 795b44b0bf62 [2021-01-18T02:12:14.901Z] ---> Running in 6160adaec4aa [2021-01-18T02:12:15.508Z] Removing intermediate container 795b44b0bf62 [2021-01-18T02:12:15.508Z] ---> 2c67d1e3b77f [2021-01-18T02:12:15.508Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:12:15.779Z] Removing intermediate container 6160adaec4aa [2021-01-18T02:12:15.779Z] ---> 330331b027e6 [2021-01-18T02:12:15.779Z] [2021-01-18T02:12:15.779Z] ---> Running in bf8427dff491 [2021-01-18T02:12:16.384Z] Successfully built 330331b027e6 [2021-01-18T02:12:16.384Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-18T02:12:16.384Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container bf8427dff491 [2021-01-18T02:12:16.384Z] ---> 177e3692d4ca [2021-01-18T02:12:16.384Z] Step 20/22 : LABEL arch=arm64 [2021-01-18T02:12:16.654Z] ---> Running in acc5d9880722 [2021-01-18T02:12:17.640Z] Removing intermediate container acc5d9880722 [2021-01-18T02:12:17.640Z] ---> 7795a34f5d8a [2021-01-18T02:12:17.640Z] Step 21/22 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:12:17.640Z] ---> Running in 00cc163809e0 [2021-01-18T02:12:18.237Z] Removing intermediate container 00cc163809e0 [2021-01-18T02:12:18.238Z] ---> 6bbe06d890f6 [2021-01-18T02:12:18.238Z] Step 22/22 : LABEL version=0.0.0 [2021-01-18T02:12:18.238Z] ---> Running in b4ead543fd94 [2021-01-18T02:12:18.839Z] Removing intermediate container b4ead543fd94 [2021-01-18T02:12:18.839Z] ---> c849b08b7f43 [2021-01-18T02:12:18.839Z] [2021-01-18T02:12:19.438Z] Successfully built c849b08b7f43 [2021-01-18T02:12:19.438Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-18T02:12:23.745Z]  Building docker-core-command-go ... done Removing intermediate container 6b2abd04a323 [2021-01-18T02:12:23.745Z] ---> e6eb88b713c7 [2021-01-18T02:12:23.745Z] [2021-01-18T02:12:23.745Z] Step 10/24 : FROM scratch [2021-01-18T02:12:23.745Z] ---> [2021-01-18T02:12:23.745Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-18T02:12:23.745Z] ---> Running in 0aff1028057e [2021-01-18T02:12:24.346Z] Removing intermediate container 0aff1028057e [2021-01-18T02:12:24.346Z] ---> 5b8bd189ef2b [2021-01-18T02:12:24.346Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-18T02:12:24.619Z] ---> Running in 1e7f12911c6b [2021-01-18T02:12:25.216Z] Removing intermediate container 1e7f12911c6b [2021-01-18T02:12:25.216Z] ---> f8fc3e410c54 [2021-01-18T02:12:25.216Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T02:12:25.216Z] ---> Running in 922d3ab14110 [2021-01-18T02:12:25.811Z] Removing intermediate container 922d3ab14110 [2021-01-18T02:12:25.811Z] ---> 0255bfc7dc92 [2021-01-18T02:12:25.811Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-18T02:12:26.415Z] ---> 8b25111d0cbd [2021-01-18T02:12:26.415Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-18T02:12:27.848Z] ---> 2213a042ced2 [2021-01-18T02:12:27.848Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-18T02:12:29.282Z] ---> a46f3dccf217 [2021-01-18T02:12:29.282Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:12:29.876Z] ---> 0e39bf5f2c6a [2021-01-18T02:12:29.876Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-18T02:12:31.860Z] ---> 597d15dd5970 [2021-01-18T02:12:31.860Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-18T02:12:32.134Z] Removing intermediate container 48117d2d2b55 [2021-01-18T02:12:32.134Z] ---> 91c31a2addac [2021-01-18T02:12:32.134Z] [2021-01-18T02:12:32.134Z] Step 10/23 : FROM alpine:3.12 [2021-01-18T02:12:32.134Z] ---> afeebe901d6b [2021-01-18T02:12:32.134Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-18T02:12:32.408Z] ---> Running in 9e7024c94a9a [2021-01-18T02:12:32.408Z] ---> e6f40da38f10 [2021-01-18T02:12:32.408Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-18T02:12:32.683Z] ---> Running in 4ed815194f76 [2021-01-18T02:12:32.683Z] Removing intermediate container 9e7024c94a9a [2021-01-18T02:12:32.683Z] ---> c7ead2d4ff02 [2021-01-18T02:12:32.683Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-18T02:12:32.960Z] ---> Running in 7e87a5c600be [2021-01-18T02:12:32.960Z] Removing intermediate container 4ed815194f76 [2021-01-18T02:12:32.960Z] ---> af34fb9dfe0d [2021-01-18T02:12:32.960Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:12:33.236Z] ---> Running in 82b7a106ad18 [2021-01-18T02:12:33.511Z] Removing intermediate container 7e87a5c600be [2021-01-18T02:12:33.511Z] ---> 708917bb89ed [2021-01-18T02:12:33.511Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-18T02:12:33.511Z] ---> Running in 97818fb72a91 [2021-01-18T02:12:33.784Z] Removing intermediate container 82b7a106ad18 [2021-01-18T02:12:33.784Z] ---> f7d27f9b5b7a [2021-01-18T02:12:33.784Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T02:12:33.784Z] ---> Running in c01fe97786b1 [2021-01-18T02:12:34.055Z] Removing intermediate container 97818fb72a91 [2021-01-18T02:12:34.055Z] ---> 93b9dce2af13 [2021-01-18T02:12:34.055Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T02:12:34.329Z] ---> Running in 96dd066a6e67 [2021-01-18T02:12:34.329Z] Removing intermediate container c01fe97786b1 [2021-01-18T02:12:34.329Z] ---> 3891038b5a92 [2021-01-18T02:12:34.329Z] Step 23/24 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:12:34.603Z] ---> Running in 7721cde3e082 [2021-01-18T02:12:35.204Z] Removing intermediate container 7721cde3e082 [2021-01-18T02:12:35.204Z] ---> 67e5fb44d7f8 [2021-01-18T02:12:35.204Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T02:12:35.204Z] ---> Running in 029206c11082 [2021-01-18T02:12:35.798Z] Removing intermediate container 029206c11082 [2021-01-18T02:12:35.798Z] ---> 5223d1564b1e [2021-01-18T02:12:35.798Z] [2021-01-18T02:12:36.072Z] Successfully built 5223d1564b1e [2021-01-18T02:12:36.072Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-18T02:12:36.666Z]  Building docker-support-notifications-go ... done Removing intermediate container 96dd066a6e67 [2021-01-18T02:12:36.666Z] ---> 3b71ecc7e50b [2021-01-18T02:12:36.666Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-18T02:12:36.948Z] ---> Running in 982863f57adc [2021-01-18T02:12:37.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T02:12:38.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T02:12:39.874Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-18T02:12:39.874Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-18T02:12:40.146Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-18T02:12:40.415Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-18T02:12:40.685Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-18T02:12:40.685Z] Executing busybox-1.31.1-r19.trigger [2021-01-18T02:12:40.685Z] OK: 8 MiB in 19 packages [2021-01-18T02:12:42.112Z] Removing intermediate container 982863f57adc [2021-01-18T02:12:42.112Z] ---> 4af24ea0014b [2021-01-18T02:12:42.112Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-18T02:12:42.707Z] ---> f45149386365 [2021-01-18T02:12:42.707Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-18T02:12:44.136Z] ---> b39e3b5a29c5 [2021-01-18T02:12:44.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-18T02:12:44.729Z] ---> 0f41304e9a25 [2021-01-18T02:12:44.729Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-18T02:12:44.729Z] ---> Running in 168c4fbc93d0 [2021-01-18T02:12:45.324Z] Removing intermediate container 168c4fbc93d0 [2021-01-18T02:12:45.324Z] ---> 989d408a3e89 [2021-01-18T02:12:45.324Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T02:12:45.324Z] ---> Running in ee4838bddb45 [2021-01-18T02:12:45.916Z] Removing intermediate container ee4838bddb45 [2021-01-18T02:12:45.916Z] ---> 4a04691690e7 [2021-01-18T02:12:45.916Z] Step 21/23 : LABEL arch=arm64 [2021-01-18T02:12:45.916Z] ---> Running in 34d591f53514 [2021-01-18T02:12:46.509Z] Removing intermediate container 34d591f53514 [2021-01-18T02:12:46.509Z] ---> 191bc76408c7 [2021-01-18T02:12:46.509Z] Step 22/23 : LABEL git_sha=0100e763579434c456d8d6af299aaade79330aa5 [2021-01-18T02:12:46.509Z] ---> Running in 5ecc199c1458 [2021-01-18T02:12:47.100Z] Removing intermediate container 5ecc199c1458 [2021-01-18T02:12:47.100Z] ---> 6b420cff22f5 [2021-01-18T02:12:47.100Z] Step 23/23 : LABEL version=0.0.0 [2021-01-18T02:12:47.100Z] ---> Running in 3ce2243da6da [2021-01-18T02:12:47.692Z] Removing intermediate container 3ce2243da6da [2021-01-18T02:12:47.692Z] ---> d99a8e5df4fc [2021-01-18T02:12:47.692Z] [2021-01-18T02:12:47.964Z] Successfully built d99a8e5df4fc [2021-01-18T02:12:47.964Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-18T02:12:48.570Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-18T02:12:48.573Z] $ docker stop --time=1 f2722d3aee09f3d3fed377ddb97bc60f5cda69ee29021836a8102d636e9582ea [2021-01-18T02:12:50.479Z] $ docker rm -f f2722d3aee09f3d3fed377ddb97bc60f5cda69ee29021836a8102d636e9582ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T02:12:51.230Z] + grep docker [2021-01-18T02:12:51.231Z] + docker images [2021-01-18T02:12:51.501Z] docker-core-data-go-arm64 latest d99a8e5df4fc 4 seconds ago 21MB [2021-01-18T02:12:51.501Z] docker-support-notifications-go-arm64 latest 5223d1564b1e 16 seconds ago 11.4MB [2021-01-18T02:12:51.501Z] docker-core-command-go-arm64 latest c849b08b7f43 33 seconds ago 9.98MB [2021-01-18T02:12:51.501Z] docker-security-bootstrap-redis-go-arm64 latest 330331b027e6 36 seconds ago 15.1MB [2021-01-18T02:12:51.501Z] docker-sys-mgmt-agent-go-arm64 latest 27a7226a236e About a minute ago 300MB [2021-01-18T02:12:51.501Z] docker-security-secretstore-setup-go-arm64 latest 17bb02830863 2 minutes ago 23.4MB [2021-01-18T02:12:51.501Z] docker-security-proxy-setup-go-arm64 latest ef96a20a14ec 3 minutes ago 23.2MB [2021-01-18T02:12:51.501Z] docker-core-metadata-go-arm64 latest 832dd647137f 3 minutes ago 12.3MB [2021-01-18T02:12:51.501Z] docker-support-scheduler-go-arm64 latest 28ae6e87baf5 3 minutes ago 10MB [2021-01-18T02:12:51.501Z] docker 20.10.0 eeaf43b92773 5 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-18T02:12:54.015Z] provisioning config files... [2021-01-18T02:12:54.027Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config917250040723796287tmp [Pipeline] { [Pipeline] sh [2021-01-18T02:12:54.419Z] + set +x [2021-01-18T02:12:54.419Z] + curl -s https://codecov.io/bash [2021-01-18T02:12:54.419Z] + bash -s -- [2021-01-18T02:12:54.996Z] [2021-01-18T02:12:54.996Z] _____ _ [2021-01-18T02:12:54.996Z] / ____| | | [2021-01-18T02:12:54.996Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T02:12:54.996Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T02:12:54.996Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T02:12:54.996Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T02:12:54.996Z] Bash-20210115-cec3c92 [2021-01-18T02:12:54.996Z] [2021-01-18T02:12:54.996Z] [2021-01-18T02:12:54.996Z] ==> git version 2.24.3 found [2021-01-18T02:12:54.996Z] ==> 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-18T02:12:54.996Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T02:12:54.996Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T02:12:54.996Z] ==> Jenkins CI detected. [2021-01-18T02:12:54.996Z] project root: . [2021-01-18T02:12:54.996Z] --> token set from env [2021-01-18T02:12:54.996Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T02:12:54.996Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T02:12:54.996Z] ==> Python coveragepy not found [2021-01-18T02:12:54.996Z] ==> Searching for coverage reports in: [2021-01-18T02:12:54.996Z] + . [2021-01-18T02:12:54.996Z] -> Found 1 reports [2021-01-18T02:12:54.996Z] ==> Detecting git/mercurial file structure [2021-01-18T02:12:55.258Z] ==> Reading reports [2021-01-18T02:12:55.258Z] + ./coverage.out bytes=550280 [2021-01-18T02:12:55.258Z] ==> Appending adjustments [2021-01-18T02:12:55.258Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T02:12:58.573Z] + Found adjustments [2021-01-18T02:12:58.573Z] ==> Gzipping contents [2021-01-18T02:12:58.573Z] 84K /tmp/codecov.i9B0aQ.gz [2021-01-18T02:12:58.573Z] ==> Uploading reports [2021-01-18T02:12:58.573Z] url: https://codecov.io [2021-01-18T02:12:58.573Z] query: branch=PR-3030&commit=0100e763579434c456d8d6af299aaade79330aa5&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-18T02:12:58.573Z] -> Pinging Codecov [2021-01-18T02:12:58.573Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=0100e763579434c456d8d6af299aaade79330aa5&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-18T02:12:58.573Z] -> Uploading to [2021-01-18T02:12:58.573Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/0100e763579434c456d8d6af299aaade79330aa5/5f074b9f-817a-4119-9416-d919fb3c4c86.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T021258Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=030d165dfec41d6f72524f5e6a682ca0e6bfdbf42bb3139651399edf774a3a8f [2021-01-18T02:12:58.573Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T02:12:58.573Z] Dload Upload Total Spent Left Speed [2021-01-18T02:12:59.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83411 0 0 100 83411 0 163k --:--:-- --:--:-- --:--:-- 162k [2021-01-18T02:12:59.153Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0100e763579434c456d8d6af299aaade79330aa5 [Pipeline] } [2021-01-18T02:12:59.163Z] 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-18T02:13:01.529Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:13:02.422Z] ---> package-listing.sh [2021-01-18T02:13:02.422Z] ++ facter osfamily [2021-01-18T02:13:02.422Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T02:13:02.422Z] + OS_FAMILY=redhat [2021-01-18T02:13:02.422Z] + workspace=/w/workspace/edgex-go/7 [2021-01-18T02:13:02.422Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T02:13:02.422Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T02:13:02.422Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T02:13:02.422Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T02:13:02.422Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-18T02:13:02.422Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T02:13:02.422Z] + case "${OS_FAMILY}" in [2021-01-18T02:13:02.422Z] + rpm -qa [2021-01-18T02:13:02.422Z] + sort [2021-01-18T02:13:07.759Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T02:13:07.759Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T02:13:07.759Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T02:13:07.759Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-18T02:13:07.759Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-18T02:13:07.759Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-18T02:13:07.774Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T02:13:08.109Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:13:08.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T02:13:08.414Z] [2021-01-18T02:13:08.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T02:13:08.767Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T02:13:08.767Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T02:13:08.767Z] df20fa9351a1: Pulling fs layer [2021-01-18T02:13:08.767Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T02:13:08.767Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T02:13:08.767Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T02:13:08.767Z] 93b61091891f: Pulling fs layer [2021-01-18T02:13:08.767Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T02:13:08.767Z] 5e14af77c1be: Pulling fs layer [2021-01-18T02:13:08.767Z] 01666e4c0597: Pulling fs layer [2021-01-18T02:13:08.767Z] aa168da1d23b: Pulling fs layer [2021-01-18T02:13:08.767Z] 93b61091891f: Waiting [2021-01-18T02:13:08.767Z] 93b9cdb0e59b: Waiting [2021-01-18T02:13:08.767Z] 5e14af77c1be: Waiting [2021-01-18T02:13:08.767Z] 01666e4c0597: Waiting [2021-01-18T02:13:08.767Z] aa168da1d23b: Waiting [2021-01-18T02:13:08.767Z] 46f8f816bc3b: Waiting [2021-01-18T02:13:08.767Z] 36b3adc4ff6f: Verifying Checksum [2021-01-18T02:13:08.767Z] 36b3adc4ff6f: Download complete [2021-01-18T02:13:09.038Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T02:13:09.038Z] 46f8f816bc3b: Download complete [2021-01-18T02:13:09.038Z] df20fa9351a1: Download complete [2021-01-18T02:13:09.038Z] 93b9cdb0e59b: Verifying Checksum [2021-01-18T02:13:09.038Z] 93b9cdb0e59b: Download complete [2021-01-18T02:13:09.038Z] 93b61091891f: Verifying Checksum [2021-01-18T02:13:09.038Z] 93b61091891f: Download complete [2021-01-18T02:13:09.038Z] 5e14af77c1be: Verifying Checksum [2021-01-18T02:13:09.038Z] 5e14af77c1be: Download complete [2021-01-18T02:13:09.038Z] 01666e4c0597: Verifying Checksum [2021-01-18T02:13:09.038Z] 01666e4c0597: Download complete [2021-01-18T02:13:09.038Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T02:13:09.038Z] 8ad3a11d3b57: Download complete [2021-01-18T02:13:09.617Z] df20fa9351a1: Pull complete [2021-01-18T02:13:09.618Z] 36b3adc4ff6f: Pull complete [2021-01-18T02:13:10.586Z] 8ad3a11d3b57: Pull complete [2021-01-18T02:13:10.586Z] 46f8f816bc3b: Pull complete [2021-01-18T02:13:11.980Z] aa168da1d23b: Verifying Checksum [2021-01-18T02:13:11.980Z] aa168da1d23b: Download complete [2021-01-18T02:13:12.926Z] 93b61091891f: Pull complete [2021-01-18T02:13:13.188Z] 93b9cdb0e59b: Pull complete [2021-01-18T02:13:13.453Z] 5e14af77c1be: Pull complete [2021-01-18T02:13:13.453Z] 01666e4c0597: Pull complete [2021-01-18T02:13:21.675Z] aa168da1d23b: Pull complete [2021-01-18T02:13:21.675Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T02:13:21.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T02:13:21.675Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T02:13:21.923Z] prd-centos7-docker-4c-2g-20872 does not seem to be running inside a container [2021-01-18T02:13:21.974Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T02:13:26.800Z] $ docker top 007f30d81093284cf75664fc186fa67e6734da0be2505ff65e102d5753d4d13c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T02:13:27.347Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T02:13:27.650Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T02:13:27.951Z] + ls /var/log/sa-host [2021-01-18T02:13:27.951Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T02:13:27.951Z] file_magic: OK [2021-01-18T02:13:27.951Z] HZ: Using current value: 100 [2021-01-18T02:13:27.951Z] file_header: OK [2021-01-18T02:13:27.951Z] 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-18T02:13:27.951Z] Statistics: [2021-01-18T02:13:27.951Z] 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... [2021-01-18T02:13:27.951Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T02:13:27.951Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T02:13:27.951Z] file_magic: OK [2021-01-18T02:13:27.951Z] HZ: Using current value: 100 [2021-01-18T02:13:27.951Z] file_header: OK [2021-01-18T02:13:27.951Z] 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-18T02:13:27.951Z] Statistics: [2021-01-18T02:13:27.951Z] Hnuu...uuuununununu... [2021-01-18T02:13:27.951Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T02:13:28.673Z] provisioning config files... [2021-01-18T02:13:28.694Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5573692080157334165tmp [Pipeline] { [Pipeline] echo [2021-01-18T02:13:28.762Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:13:29.059Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T02:13:29.069Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T02:13:29.166Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:13:29.470Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T02:13:29.481Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:13:29.778Z] ---> sudo-logs.sh [2021-01-18T02:13:29.779Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T02:13:29.790Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:13:30.091Z] ---> job-cost.sh [2021-01-18T02:13:30.091Z] lf-activate-venv: SKIPPING [2021-01-18T02:13:30.091Z] INFO: No Stack... [2021-01-18T02:13:31.038Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T02:13:31.615Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T02:13:31.628Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T02:13:31.934Z] ---> logs-deploy.sh [2021-01-18T02:13:31.934Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/7 [2021-01-18T02:13:31.934Z] INFO: archiving workspace using pattern(s): [2021-01-18T02:13:33.911Z] Archives upload complete. [2021-01-18T02:13:33.911Z] INFO: archiving logs to Nexus