Pull request #2850 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 andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at 70c918de78a758e1281f9e18824a6a08fc9647aa rather than ba6ee07ed2d801d6840a4dec68755106c4955f7d Obtained Jenkinsfile from 70c918de78a758e1281f9e18824a6a08fc9647aa 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8996 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit ba6ee07ed2d801d6840a4dec68755106c4955f7d Merge succeeded, producing c30b735ded1d175955ecc65477fed1e93d37c7cd Checking out Revision c30b735ded1d175955ecc65477fed1e93d37c7cd (PR-2850) > git config core.sparsecheckout # timeout=10 > git checkout -f ba6ee07ed2d801d6840a4dec68755106c4955f7d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c30b735ded1d175955ecc65477fed1e93d37c7cd # timeout=10 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" > git rev-list --no-walk ffe84e3bc4334fe0b72f9a9d1cbd0b8e4c981610 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:31:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:31:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:31:21 ========================================================= 22:31:21 EdgeX Global Pipelines Version Info 22:31:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:31:24 ------------------- 22:31:24 stable info: 22:31:24 ------------------- 22:31:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:31:24 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 22:31:24 Message: update stable to v1.0.148 22:31:25 ------------------- 22:31:25 experimental info: 22:31:25 ------------------- 22:31:25 Commited By: **** collab-it+edgex@linuxfoundation.org 22:31:25 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 22:31:25 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:31:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:31:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:31:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2850 [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2850 [Pipeline] echo 22:31:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2850 [Pipeline] echo 22:31:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c30b735ded1d175955ecc65477fed1e93d37c7cd [Pipeline] echo 22:31:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c30b735 [Pipeline] echo 22:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 22:31:29 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/core-command/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo core-command,cmd/core-command/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/core-data/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo core-data,cmd/core-data/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ cut -d/ -f2 22:31:29 ++ dirname cmd/core-metadata/Dockerfile 22:31:29 + echo core-metadata,cmd/core-metadata/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/security-bootstrap-redis/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/security-proxy-setup/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/security-secrets-setup/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/support-logging/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo support-logging,cmd/support-logging/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/support-notifications/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo support-notifications,cmd/support-notifications/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ cut -d/ -f2 22:31:29 ++ dirname cmd/support-scheduler/Dockerfile 22:31:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:31:29 + for file in '`ls cmd/**/Dockerfile`' 22:31:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:31:29 ++ cut -d/ -f2 22:31:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:31:29 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:31:32 22:31:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:31:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:31:32 latest: Pulling from edgex-devops/git-semver 22:31:32 31603596830f: Pulling fs layer 22:31:32 2a8b12db71e7: Pulling fs layer 22:31:32 6ca5941a6612: Pulling fs layer 22:31:32 ecc8261a40a4: Pulling fs layer 22:31:32 ecc8261a40a4: Waiting 22:31:32 2a8b12db71e7: Download complete 22:31:33 31603596830f: Verifying Checksum 22:31:33 31603596830f: Download complete 22:31:33 ecc8261a40a4: Verifying Checksum 22:31:33 ecc8261a40a4: Download complete 22:31:33 6ca5941a6612: Verifying Checksum 22:31:33 6ca5941a6612: Download complete 22:31:34 31603596830f: Pull complete 22:31:34 2a8b12db71e7: Pull complete 22:31:35 6ca5941a6612: Pull complete 22:31:35 ecc8261a40a4: Pull complete 22:31:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:31:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:31:36 prd-centos7-docker-4c-2g-8996 does not seem to be running inside a container 22:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:31:39 $ docker top abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:31:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:31:39 [ssh-agent] Looking for ssh-agent implementation... 22:31:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:31:39 $ docker exec abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 ssh-agent 22:31:40 SSH_AUTH_SOCK=/tmp/ssh-zPZFFWgl2Uov/agent.11 22:31:40 SSH_AGENT_PID=16 22:31:40 Running ssh-add (command line suppressed) 22:31:40 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7631095800657519142.key (/w/workspace/edgex-go/3@tmp/private_key_7631095800657519142.key) 22:31:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:31:40 + git tag --points-at HEAD [Pipeline] } 22:31:40 $ docker exec --env ******** --env ******** abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 ssh-agent -k 22:31:41 unset SSH_AUTH_SOCK; 22:31:41 unset SSH_AGENT_PID; 22:31:41 echo Agent pid 16 killed; 22:31:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:31:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:31:41 [ssh-agent] Looking for ssh-agent implementation... 22:31:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:31:41 $ docker exec abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 ssh-agent 22:31:42 SSH_AUTH_SOCK=/tmp/ssh-WG2170A2q25v/agent.47 22:31:42 SSH_AGENT_PID=52 22:31:42 Running ssh-add (command line suppressed) 22:31:42 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6414860857188655090.key (/w/workspace/edgex-go/3@tmp/private_key_6414860857188655090.key) 22:31:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:31:42 + git semver init 22:31:42 # -> Open(): unable to determine branch for HEAD 22:31:42 # $GIT_DIR = /w/workspace/edgex-go/3/.git 22:31:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 22:31:42 # $SEMVER_REMOTE_NAME = origin 22:31:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:31:42 # $SEMVER_USER_NAME = edgex-jenkins 22:31:42 # $SEMVER_BRANCH = PR-2850 22:31:42 # $SEMVER_TEMP = /tmp/semver-001962421 22:31:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:32:21 # '/tmp/semver-001962421' -> '/w/workspace/edgex-go/3/.semver' 22:32:21 # -> Force: false 22:32:21 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 22:32:21 $ docker exec --env ******** --env ******** abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 ssh-agent -k 22:32:22 unset SSH_AUTH_SOCK; 22:32:22 unset SSH_AGENT_PID; 22:32:22 echo Agent pid 52 killed; 22:32:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:23 + git semver [Pipeline] } 22:32:23 $ docker stop --time=1 abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 22:32:25 $ docker rm -f abf4f1f2f09dca02da660e69a0e216f0941b8abac224c182b1633e0cea953639 [Pipeline] // withDockerContainer [Pipeline] sh 22:32:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:32:26 Stashed 1 file(s) [Pipeline] echo 22:32:26 [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] echo 22:32:26 ========================================================= 22:32:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:32:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:32:27 + 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 . 22:32:32 Sending build context to Docker daemon 325.8MB 22:32:32 Step 1/7 : ARG BASE=golang:1.15-alpine 22:32:32 Step 2/7 : FROM ${BASE} 22:32:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:32:32 df20fa9351a1: Pulling fs layer 22:32:32 ed8968b2872e: Pulling fs layer 22:32:32 a92cc7c5fd73: Pulling fs layer 22:32:32 e871e8e8d7a9: Pulling fs layer 22:32:32 e73272ec9a57: Pulling fs layer 22:32:32 1e910a182e73: Pulling fs layer 22:32:32 4e634b169226: Pulling fs layer 22:32:32 e73272ec9a57: Waiting 22:32:32 1e910a182e73: Waiting 22:32:32 4e634b169226: Waiting 22:32:32 e871e8e8d7a9: Waiting 22:32:32 a92cc7c5fd73: Verifying Checksum 22:32:32 a92cc7c5fd73: Download complete 22:32:32 ed8968b2872e: Verifying Checksum 22:32:32 ed8968b2872e: Download complete 22:32:32 e73272ec9a57: Verifying Checksum 22:32:32 e73272ec9a57: Download complete 22:32:32 1e910a182e73: Verifying Checksum 22:32:32 1e910a182e73: Download complete 22:32:32 df20fa9351a1: Verifying Checksum 22:32:32 df20fa9351a1: Download complete 22:32:32 df20fa9351a1: Pull complete 22:32:33 ed8968b2872e: Pull complete 22:32:33 a92cc7c5fd73: Pull complete 22:32:39 4e634b169226: Verifying Checksum 22:32:39 4e634b169226: Download complete 22:32:39 e871e8e8d7a9: Verifying Checksum 22:32:39 e871e8e8d7a9: Download complete 22:32:41 Still waiting to schedule task 22:32:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:32:46 e871e8e8d7a9: Pull complete 22:32:47 e73272ec9a57: Pull complete 22:32:47 1e910a182e73: Pull complete 22:32:52 4e634b169226: Pull complete 22:32:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:32:52 ---> f7629b54cfaa 22:32:52 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:32:52 ---> Running in cfff757f51f8 22:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:32:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:32:54 (1/12) Installing libmagic (5.38-r0) 22:32:55 (2/12) Installing file (5.38-r0) 22:32:55 (3/12) Installing libc-dev (0.7.2-r3) 22:32:55 (4/12) Installing g++ (9.3.0-r2) 22:33:00 (5/12) Installing fortify-headers (1.1-r0) 22:33:00 (6/12) Installing patch (2.7.6-r6) 22:33:00 (7/12) Installing build-base (0.5-r2) 22:33:00 (8/12) Installing libsodium (1.0.18-r0) 22:33:00 (9/12) Installing pkgconf (1.7.2-r0) 22:33:00 (10/12) Installing libsodium-dev (1.0.18-r0) 22:33:00 (11/12) Installing libzmq (4.3.3-r0) 22:33:00 (12/12) Installing zeromq-dev (4.3.3-r0) 22:33:00 Executing busybox-1.31.1-r16.trigger 22:33:00 OK: 233 MiB in 51 packages 22:33:05 Removing intermediate container cfff757f51f8 22:33:05 ---> cca8a7a3534b 22:33:05 Step 4/7 : WORKDIR /edgex-go 22:33:05 ---> Running in bc8eca131650 22:33:05 Removing intermediate container bc8eca131650 22:33:05 ---> aa34cfb01537 22:33:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:33:05 latest: Pulling from library/docker 22:33:05 188c0c94c7c5: Pulling fs layer 22:33:05 0c7c675703d6: Pulling fs layer 22:33:05 cc8c12a437cb: Pulling fs layer 22:33:05 c5dafad2182a: Pulling fs layer 22:33:05 5aa711733414: Pulling fs layer 22:33:05 058f73b55e4b: Pulling fs layer 22:33:05 8c9c664faf12: Pulling fs layer 22:33:05 c5dafad2182a: Waiting 22:33:05 5aa711733414: Waiting 22:33:05 058f73b55e4b: Waiting 22:33:05 8c9c664faf12: Waiting 22:33:05 cc8c12a437cb: Verifying Checksum 22:33:05 cc8c12a437cb: Download complete 22:33:06 0c7c675703d6: Verifying Checksum 22:33:06 0c7c675703d6: Download complete 22:33:06 188c0c94c7c5: Verifying Checksum 22:33:06 188c0c94c7c5: Download complete 22:33:06 5aa711733414: Verifying Checksum 22:33:06 5aa711733414: Download complete 22:33:06 058f73b55e4b: Verifying Checksum 22:33:06 058f73b55e4b: Download complete 22:33:06 8c9c664faf12: Verifying Checksum 22:33:06 8c9c664faf12: Download complete 22:33:06 188c0c94c7c5: Pull complete 22:33:07 0c7c675703d6: Pull complete 22:33:07 cc8c12a437cb: Pull complete 22:33:09 c5dafad2182a: Verifying Checksum 22:33:09 c5dafad2182a: Download complete 22:33:12 c5dafad2182a: Pull complete 22:33:12 5aa711733414: Pull complete 22:33:12 058f73b55e4b: Pull complete 22:33:13 8c9c664faf12: Pull complete 22:33:13 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 22:33:13 Status: Downloaded newer image for docker:latest 22:33:15 ---> 21726aad8374 22:33:15 Step 6/7 : COPY go.mod . 22:33:15 ---> b376a51c3af5 22:33:15 Step 7/7 : RUN go mod download 22:33:15 ---> Running in 152df2f2b446 22:33:43 Removing intermediate container 152df2f2b446 22:33:43 ---> c2a94920e174 22:33:43 Successfully built c2a94920e174 22:33:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:33:43 + docker inspect -f . ci-base-image-x86_64 22:33:43 . [Pipeline] withDockerContainer 22:33:44 prd-centos7-docker-4c-2g-8996 does not seem to be running inside a container 22:33:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:33:46 $ docker top 3208524bd393100587764cee164eed1dd533170faacaedad26733fa73b89c4b1 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:47 + go version 22:33:47 go version go1.15.2 linux/amd64 [Pipeline] } 22:33:47 $ docker stop --time=1 3208524bd393100587764cee164eed1dd533170faacaedad26733fa73b89c4b1 22:33:49 $ docker rm -f 3208524bd393100587764cee164eed1dd533170faacaedad26733fa73b89c4b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:50 + docker inspect -f . ci-base-image-x86_64 22:33:50 . [Pipeline] withDockerContainer 22:33:50 prd-centos7-docker-4c-2g-8996 does not seem to be running inside a container 22:33:50 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:33:52 $ docker top bfc64d31836c368c0953680ec0ca323f0610222b0ac545d828173d40dfefd1ad -eo pid,comm [Pipeline] { [Pipeline] echo 22:33:52 ========================================================= 22:33:52 [edgeXBuildGoParallel] Running Tests and Build... 22:33:52 ========================================================= [Pipeline] sh 22:33:53 + make test 22:33:53 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:33:57 ? github.com/edgexfoundry/edgex-go [no test files] 22:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:34:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:34:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:34:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:34:31 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 22:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:34:31 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 22:34:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:34:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:34:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:34:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:34:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:34:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8998 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 22:34:37 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.065s coverage: 46.6% of statements 22:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:34:42 using credential edgex-jenkins-ssh 22:34:42 Cloning the remote Git repository 22:34:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:34:42 > git init /w/workspace/edgex-go/3 # timeout=10 22:34:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:34:42 > git --version # timeout=10 22:34:42 > git --version # 'git version 2.17.1' 22:34:42 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.159s coverage: 64.9% of statements 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.048s coverage: 84.5% of statements 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.176s coverage: 28.6% of statements 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.125s coverage: 100.0% of statements 22:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:34:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.107s coverage: 100.0% of statements 22:34:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 86.7% of statements 22:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.048s coverage: 97.5% of statements 22:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:34:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 100.0% of statements 22:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:34:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.158s coverage: 95.7% of statements 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.013s coverage: 0.0% of statements [no tests to run] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.106s coverage: 63.5% of statements 22:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 22:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 22:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 22:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 22:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 22:34:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 55.9% of statements 22:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:34:56 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 22:34:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:34:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:34:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:34:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:34:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:58 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit ba6ee07ed2d801d6840a4dec68755106c4955f7d 22:34:59 Merge succeeded, producing 184f731dcc02e357e590c3d062609665c0d36539 22:34:59 Checking out Revision 184f731dcc02e357e590c3d062609665c0d36539 (PR-2850) 22:34:58 > git config core.sparsecheckout # timeout=10 22:34:58 > git checkout -f ba6ee07ed2d801d6840a4dec68755106c4955f7d # timeout=10 22:34:59 > git remote # timeout=10 22:34:59 > git config --get remote.origin.url # timeout=10 22:34:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:59 > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 22:34:59 > git rev-parse HEAD^{commit} # timeout=10 22:34:59 > git config core.sparsecheckout # timeout=10 22:34:59 > git checkout -f 184f731dcc02e357e590c3d062609665c0d36539 # timeout=10 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.783s coverage: 86.3% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.531s coverage: 72.2% of statements 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.130s coverage: 72.1% of statements 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.038s coverage: 82.4% of statements 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.032s coverage: 48.4% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 36.5% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.134s coverage: 84.1% of statements 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 42.9% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 22:35:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements 22:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 22:35:03 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" 22:35:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 22:35:03 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 22:35:03 > git rev-list --no-walk ffe84e3bc4334fe0b72f9a9d1cbd0b8e4c981610 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:35:04 ========================================================= 22:35:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:35:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:35:05 + 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 . 22:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.085s coverage: 47.1% of statements 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.092s coverage: 100.0% of statements 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 22:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.125s coverage: 29.1% of statements 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:35:08 Sending build context to Docker daemon 165.3MB 22:35:08 Step 1/7 : ARG BASE=golang:1.15-alpine 22:35:08 Step 2/7 : FROM ${BASE} 22:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:35:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:35:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:35:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:35:08 b538f80385f9: Pulling fs layer 22:35:08 74f711af9a0d: Pulling fs layer 22:35:08 99f96fe45779: Pulling fs layer 22:35:08 8529a6b9a6be: Pulling fs layer 22:35:08 45590311c82a: Pulling fs layer 22:35:08 69ca0ff8b7b3: Pulling fs layer 22:35:08 209524e5b208: Pulling fs layer 22:35:08 8529a6b9a6be: Waiting 22:35:08 45590311c82a: Waiting 22:35:08 69ca0ff8b7b3: Waiting 22:35:08 209524e5b208: Waiting 22:35:08 99f96fe45779: Verifying Checksum 22:35:08 99f96fe45779: Download complete 22:35:08 74f711af9a0d: Verifying Checksum 22:35:08 74f711af9a0d: Download complete 22:35:08 45590311c82a: Verifying Checksum 22:35:08 45590311c82a: Download complete 22:35:09 69ca0ff8b7b3: Verifying Checksum 22:35:09 69ca0ff8b7b3: Download complete 22:35:09 b538f80385f9: Verifying Checksum 22:35:09 b538f80385f9: Download complete 22:35:09 b538f80385f9: Pull complete 22:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 22:35:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:35:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements 22:35:10 74f711af9a0d: Pull complete 22:35:10 99f96fe45779: Pull complete 22:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.091s coverage: 32.1% of statements 22:35:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 22:35:11 GO111MODULE=on go vet ./... 22:35:11 209524e5b208: Download complete 22:35:13 8529a6b9a6be: Verifying Checksum 22:35:13 8529a6b9a6be: Download complete 22:35:23 8529a6b9a6be: Pull complete 22:35:23 45590311c82a: Pull complete 22:35:24 69ca0ff8b7b3: Pull complete 22:35:26 gofmt -l . 22:35:27 209524e5b208: Pull complete 22:35:27 [ "`gofmt -l .`" = "" ] 22:35:27 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:35:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:35:27 ---> 5bddaf1c2fca 22:35:27 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:35:29 ./bin/test-go-mod-tidy.sh 22:35:30 ./bin/test-attribution-txt.sh 22:35:31 ---> Running in b64898a38a64 22:35:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 22:35:34 (1/12) Installing libmagic (5.38-r0) 22:35:34 (2/12) Installing file (5.38-r0) 22:35:34 (3/12) Installing libc-dev (0.7.2-r3) 22:35:34 (4/12) Installing g++ (9.3.0-r2) 22:35:34 + ls -al . 22:35:34 total 632 22:35:34 drwxrwxr-x 10 1001 1001 4096 Oct 26 22:35 . 22:35:34 drwxr-xr-x 4 root root 28 Oct 26 22:33 .. 22:35:34 -rw-rw-r-- 1 1001 1001 11 Oct 26 22:31 .dockerignore 22:35:34 drwxrwxr-x 8 1001 1001 179 Oct 26 22:31 .git 22:35:34 drwxrwxr-x 3 1001 1001 125 Oct 26 22:31 .github 22:35:34 -rw-rw-r-- 1 1001 1001 931 Oct 26 22:31 .gitignore 22:35:34 drwx------ 3 1001 1001 47 Oct 26 22:32 .semver 22:35:34 -rw-rw-r-- 1 1001 1001 166 Oct 26 22:31 .sonarcloud.properties 22:35:34 -rw-rw-r-- 1 1001 1001 3804 Oct 26 22:31 CONTRIBUTING.md 22:35:34 -rw-rw-r-- 1 1001 1001 1035 Oct 26 22:31 Dockerfile.build 22:35:34 -rw-rw-r-- 1 1001 1001 863 Oct 26 22:31 Jenkinsfile 22:35:34 -rw-rw-r-- 1 1001 1001 10775 Oct 26 22:31 LICENSE 22:35:34 -rw-rw-r-- 1 1001 1001 6611 Oct 26 22:31 Makefile 22:35:34 -rw-rw-r-- 1 1001 1001 6447 Oct 26 22:31 README.md 22:35:34 -rw-rw-r-- 1 1001 1001 259 Oct 26 22:31 SECURITY.md 22:35:34 -rw-rw-r-- 1 1001 1001 5 Oct 26 22:32 VERSION 22:35:34 -rw-rw-r-- 1 1001 1001 4131 Oct 26 22:31 ZMQWindows.md 22:35:34 drwxrwxr-x 2 1001 1001 117 Oct 26 22:31 bin 22:35:34 drwxrwxr-x 15 1001 1001 4096 Oct 26 22:31 cmd 22:35:34 -rw-r--r-- 1 root root 539324 Oct 26 22:35 coverage.out 22:35:34 -rw-r--r-- 1 root root 1041 Oct 26 22:35 go.mod 22:35:34 -rw-r--r-- 1 root root 19010 Oct 26 22:35 go.sum 22:35:34 drwxrwxr-x 8 1001 1001 127 Oct 26 22:31 internal 22:35:34 drwxrwxr-x 4 1001 1001 26 Oct 26 22:31 openapi 22:35:34 drwxrwxr-x 4 1001 1001 71 Oct 26 22:31 snap 22:35:34 -rw-rw-r-- 1 1001 1001 168 Oct 26 22:31 version.go [Pipeline] sh 22:35:35 + '[' -e coverage.out ] 22:35:35 + chown 1001:1001 coverage.out [Pipeline] stash 22:35:35 Stashed 1 file(s) [Pipeline] sh 22:35:35 + make build 22:35:35 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 22:35:38 (5/12) Installing fortify-headers (1.1-r0) 22:35:38 (6/12) Installing patch (2.7.6-r6) 22:35:38 (7/12) Installing build-base (0.5-r2) 22:35:38 (8/12) Installing libsodium (1.0.18-r0) 22:35:38 (9/12) Installing pkgconf (1.7.2-r0) 22:35:39 (10/12) Installing libsodium-dev (1.0.18-r0) 22:35:39 (11/12) Installing libzmq (4.3.3-r0) 22:35:39 (12/12) Installing zeromq-dev (4.3.3-r0) 22:35:39 Executing busybox-1.31.1-r16.trigger 22:35:39 OK: 217 MiB in 51 packages 22:35:43 Removing intermediate container b64898a38a64 22:35:43 ---> 9da1ff76170e 22:35:43 Step 4/7 : WORKDIR /edgex-go 22:35:43 ---> Running in b3418a5d3332 22:35:43 Removing intermediate container b3418a5d3332 22:35:43 ---> 0e49c2f23e8c 22:35:43 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:35:44 latest: Pulling from library/docker 22:35:44 5f621e34cdf4: Pulling fs layer 22:35:44 85db56a05063: Pulling fs layer 22:35:44 ccb67d6aeaaa: Pulling fs layer 22:35:44 a0b19fc83503: Pulling fs layer 22:35:44 8eb508b41278: Pulling fs layer 22:35:44 37236713561e: Pulling fs layer 22:35:44 07c93f2b1b56: Pulling fs layer 22:35:44 8eb508b41278: Waiting 22:35:44 37236713561e: Waiting 22:35:44 07c93f2b1b56: Waiting 22:35:44 a0b19fc83503: Waiting 22:35:44 ccb67d6aeaaa: Download complete 22:35:44 5f621e34cdf4: Verifying Checksum 22:35:44 5f621e34cdf4: Download complete 22:35:44 85db56a05063: Verifying Checksum 22:35:44 85db56a05063: Download complete 22:35:45 37236713561e: Verifying Checksum 22:35:45 37236713561e: Download complete 22:35:45 8eb508b41278: Verifying Checksum 22:35:45 8eb508b41278: Download complete 22:35:45 07c93f2b1b56: Verifying Checksum 22:35:45 07c93f2b1b56: Download complete 22:35:45 5f621e34cdf4: Pull complete 22:35:45 85db56a05063: Pull complete 22:35:46 a0b19fc83503: Verifying Checksum 22:35:46 a0b19fc83503: Download complete 22:35:46 ccb67d6aeaaa: Pull complete 22:35:49 a0b19fc83503: Pull complete 22:35:49 8eb508b41278: Pull complete 22:35:50 37236713561e: Pull complete 22:35:50 07c93f2b1b56: Pull complete 22:35:50 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 22:35:50 Status: Downloaded newer image for docker:latest 22:35:54 ---> 0f3c5c91cdfd 22:35:54 Step 6/7 : COPY go.mod . 22:35:54 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 22:35:54 ---> 90a4984433ad 22:35:54 Step 7/7 : RUN go mod download 22:35:54 ---> Running in 31b3700f3fea 22:35:58 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 22:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 22:36:04 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 22:36:08 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 22:36:10 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 22:36:14 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 22:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:36:21 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 22:36:21 Removing intermediate container 31b3700f3fea 22:36:21 ---> c11e006d10da 22:36:21 Successfully built c11e006d10da 22:36:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:36:21 + docker inspect -f . ci-base-image-arm64 22:36:21 . [Pipeline] withDockerContainer 22:36:22 prd-ubuntu18.04-docker-arm64-4c-16g-8998 does not seem to be running inside a container 22:36:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:36:23 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 22:36:24 $ docker top d02115c96cf8b0d456726ebef1a23e41ebd1139cbc94b60882b5e80e0bda4f95 -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:25 + go version 22:36:25 go version go1.15.2 linux/arm64 [Pipeline] } 22:36:25 $ docker stop --time=1 d02115c96cf8b0d456726ebef1a23e41ebd1139cbc94b60882b5e80e0bda4f95 22:36:26 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 22:36:27 $ docker rm -f d02115c96cf8b0d456726ebef1a23e41ebd1139cbc94b60882b5e80e0bda4f95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 22:36:27 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 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:36:28 + docker inspect -f . ci-base-image-arm64 22:36:28 . [Pipeline] withDockerContainer 22:36:28 prd-ubuntu18.04-docker-arm64-4c-16g-8998 does not seem to be running inside a container 22:36:28 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:36:30 $ docker top 185f421269daeeb3c947a221f6b5449f3ed4433456651ff3b8a74e4e1c03f420 -eo pid,comm [Pipeline] { [Pipeline] echo 22:36:30 ========================================================= 22:36:30 [edgeXBuildGoParallel] Running Tests and Build... 22:36:30 ========================================================= [Pipeline] sh [Pipeline] } 22:36:30 $ docker stop --time=1 bfc64d31836c368c0953680ec0ca323f0610222b0ac545d828173d40dfefd1ad 22:36:31 + make test 22:36:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:36:32 $ docker rm -f bfc64d31836c368c0953680ec0ca323f0610222b0ac545d828173d40dfefd1ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 22:36:33 ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] isUnix [Pipeline] sh 22:36:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:36:36 22:36:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:36:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:36:37 latest: Pulling from edgex-devops/edgex-compose 22:36:37 cbdbe7a5bc2a: Pulling fs layer 22:36:37 ca9280d653b3: Pulling fs layer 22:36:37 7e9c9ca2126c: Pulling fs layer 22:36:37 cbdbe7a5bc2a: Verifying Checksum 22:36:37 cbdbe7a5bc2a: Download complete 22:36:38 cbdbe7a5bc2a: Pull complete 22:36:39 ca9280d653b3: Verifying Checksum 22:36:39 ca9280d653b3: Download complete 22:36:41 ca9280d653b3: Pull complete 22:36:41 7e9c9ca2126c: Verifying Checksum 22:36:41 7e9c9ca2126c: Download complete 22:36:52 7e9c9ca2126c: Pull complete 22:36:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:36:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:36:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:36:52 prd-centos7-docker-4c-2g-8996 does not seem to be running inside a container 22:36:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:36:54 $ docker top cf0fb4d586b4e3f7a547db314fb997d82263ec482223483581d1032ec2e6d494 -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:55 + grep parallel 22:36:55 + docker-compose build --help 22:36:57 --parallel Build images in parallel. [Pipeline] } 22:36:57 $ docker stop --time=1 cf0fb4d586b4e3f7a547db314fb997d82263ec482223483581d1032ec2e6d494 22:36:59 $ docker rm -f cf0fb4d586b4e3f7a547db314fb997d82263ec482223483581d1032ec2e6d494 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:37:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:37:00 . [Pipeline] withDockerContainer 22:37:00 prd-centos7-docker-4c-2g-8996 does not seem to be running inside a container 22:37:00 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:37:01 $ docker top 10691247feae8f3099c4ac145d2504c4070ef7ac7c076e0fd153db73b01c839b -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:02 + docker-compose -f ./docker-compose-build.yml build --parallel 22:37:04 Building docker-core-command-go ... 22:37:04 Building docker-core-data-go ... 22:37:04 Building docker-core-metadata-go ... 22:37:04 Building docker-security-bootstrap-redis-go ... 22:37:04 Building docker-security-proxy-setup-go ... 22:37:04 Building docker-security-secrets-setup-go ... 22:37:04 Building docker-security-secretstore-setup-go ... 22:37:04 Building docker-support-logging-go ... 22:37:04 Building docker-support-notifications-go ... 22:37:04 Building docker-support-scheduler-go ... 22:37:04 Building docker-sys-mgmt-agent-go ... 22:37:04 Building docker-core-command-go 22:37:04 Building docker-support-notifications-go 22:37:04 Building docker-security-secretstore-setup-go 22:37:04 Building docker-support-scheduler-go 22:37:04 Building docker-core-metadata-go 22:37:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:37:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:37:24 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 22:37:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:37:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:37:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:37:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:37:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.6% of statements 22:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.225s coverage: 27.1% of statements 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.021s coverage: 100.0% of statements 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.145s coverage: 64.9% of statements 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.369s coverage: 84.5% of statements 22:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:37:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.387s coverage: 28.6% of statements 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:37:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:37:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.021s coverage: 100.0% of statements 22:37:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 22:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 22:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements 22:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:37:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.248s coverage: 95.7% of statements 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:37:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:37:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.0% of statements [no tests to run] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements 22:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 22:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.018s coverage: 100.0% of statements 22:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 22:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 22:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.244s coverage: 55.9% of statements 22:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 22:38:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:38:01 22:38:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:38:01 ---> c2a94920e174 22:38:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:38:01 ---> c2a94920e174 22:38:01 Step 3/24 : WORKDIR /edgex-go 22:38:01 Step 3/22 : WORKDIR /edgex-go 22:38:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:38:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:38:01 ---> c2a94920e174 22:38:01 Step 3/21 : WORKDIR /edgex-go 22:38:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:38:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:38:01 ---> c2a94920e174 22:38:01 Step 3/24 : WORKDIR /edgex-go 22:38:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:38:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:38:01 ---> c2a94920e174 22:38:01 Step 3/22 : WORKDIR /edgex-go 22:38:01 ---> Running in 6314e7b3f45d 22:38:01 ---> Running in 2490ab4fd23f 22:38:01 ---> Running in c2a59bb3802d 22:38:01 ---> Running in c7392aeba356 22:38:01 ---> Running in 62670c7f8e0e 22:38:01 Removing intermediate container 6314e7b3f45d 22:38:01 ---> 476fc52c22c1 22:38:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:01 Removing intermediate container 2490ab4fd23f 22:38:01 ---> 03f1269bfccb 22:38:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:01 Removing intermediate container c2a59bb3802d 22:38:01 ---> 2d333209cebf 22:38:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:01 Removing intermediate container c7392aeba356 22:38:01 ---> 4e5b181511fc 22:38:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:01 Removing intermediate container 62670c7f8e0e 22:38:01 ---> 997582dce1fd 22:38:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:01 ---> Running in 6aba559c3487 22:38:01 ---> Running in b52e05a47949 22:38:01 ---> Running in 7c7faeec9590 22:38:01 ---> Running in 9e7a929e36ef 22:38:01 ---> Running in aa9593bacae0 22:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.972s coverage: 86.3% of statements 22:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 22:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.068s coverage: 72.2% of statements 22:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.433s coverage: 72.1% of statements 22:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements 22:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements 22:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 22:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 22:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 22:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements 22:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 22:38:04 Removing intermediate container 6aba559c3487 22:38:04 ---> 5c76756573d6 22:38:04 Step 5/22 : RUN apk update && apk add make git 22:38:04 ---> Running in f257a1729678 22:38:04 Removing intermediate container b52e05a47949 22:38:04 ---> ac4344046a2c 22:38:04 Step 5/24 : RUN apk update && apk add make git 22:38:04 Removing intermediate container 9e7a929e36ef 22:38:04 ---> a9ec7ead47da 22:38:04 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:38:04 ---> Running in 4a0ea0c21d09 22:38:04 Removing intermediate container aa9593bacae0 22:38:04 ---> ef4f0c808c3d 22:38:04 Step 5/21 : RUN apk update && apk add make git 22:38:05 ---> Running in a749c0b6dbf2 22:38:05 Removing intermediate container 7c7faeec9590 22:38:05 ---> f2c5cf909ebb 22:38:05 Step 5/22 : RUN apk update && apk add make git 22:38:05 ---> Running in 46e8bc2175bd 22:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements 22:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 22:38:05 ---> Running in a0da38b69aa8 22:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:38:07 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:38:07 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:38:07 OK: 12752 distinct packages available 22:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:38:07 OK: 233 MiB in 51 packages 22:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:38:08 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:38:08 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:38:08 OK: 12752 distinct packages available 22:38:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 36.5% of statements 22:38:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:38:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:38:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.1% of statements 22:38:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements 22:38:08 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:38:08 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:38:08 OK: 12752 distinct packages available 22:38:08 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:38:08 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:38:08 OK: 12752 distinct packages available 22:38:08 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:38:08 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:38:08 OK: 12752 distinct packages available 22:38:08 OK: 233 MiB in 51 packages 22:38:08 OK: 233 MiB in 51 packages 22:38:08 Removing intermediate container f257a1729678 22:38:08 ---> b2cd942e797a 22:38:08 Step 6/22 : COPY go.mod . 22:38:09 OK: 233 MiB in 51 packages 22:38:09 OK: 233 MiB in 51 packages 22:38:09 ---> fc3223b4889c 22:38:09 Step 7/22 : RUN go mod download 22:38:09 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.023s coverage: 42.9% of statements 22:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 22:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 22:38:09 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 22:38:09 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 22:38:09 ---> Running in 5e35445fd39a 22:38:10 Removing intermediate container a0da38b69aa8 22:38:10 ---> 3b72ba92af88 22:38:10 Step 6/22 : COPY go.mod . 22:38:10 Removing intermediate container 4a0ea0c21d09 22:38:10 ---> 82f5fa90b2b7 22:38:10 Step 6/24 : COPY go.mod . 22:38:10 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.035s coverage: 83.8% of statements 22:38:10 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 22:38:10 Removing intermediate container a749c0b6dbf2 22:38:10 ---> 510c23d7fc38 22:38:10 Step 6/24 : COPY go.mod . 22:38:10 Removing intermediate container 46e8bc2175bd 22:38:10 ---> fbe370fdb274 22:38:10 Step 6/21 : COPY go.mod . 22:38:11 ---> dcbc85df9ce5 22:38:11 Step 7/22 : RUN go mod download 22:38:11 ---> 59f382b83858 22:38:11 Step 7/24 : RUN go mod download 22:38:11 ---> Running in 2abd1fbaf820 22:38:11 ---> 5a91b6101719 22:38:11 Step 7/24 : RUN go mod download 22:38:11 ---> Running in 6fc77f62e898 22:38:11 ---> a35ea41dd4f3 22:38:11 Step 7/21 : RUN go mod download 22:38:11 ---> Running in e0003bb679df 22:38:11 ---> Running in d300f8366939 22:38:14 Removing intermediate container 5e35445fd39a 22:38:14 ---> 8b583fb6e929 22:38:14 Step 8/22 : COPY . . 22:38:15 Removing intermediate container 6fc77f62e898 22:38:15 ---> 383d3b59ed5a 22:38:15 Step 8/24 : COPY . . 22:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.033s coverage: 100.0% of statements 22:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:38:16 Removing intermediate container 2abd1fbaf820 22:38:16 ---> 987a1a88a180 22:38:16 Step 8/22 : COPY . . 22:38:17 Removing intermediate container e0003bb679df 22:38:17 ---> 7dee21cf8270 22:38:17 Step 8/24 : COPY . . 22:38:17 Removing intermediate container d300f8366939 22:38:17 ---> 9e41a9c9a3fc 22:38:17 Step 8/21 : COPY . . 22:38:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.175s coverage: 29.1% of statements 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:38:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.050s coverage: 99.0% of statements 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:38:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.023s coverage: 100.0% of statements 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:38:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 22:38:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:38:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 22:38:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:38:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:38:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:38:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:38:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 22:38:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:38:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:38:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements 22:38:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 22:38:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements 22:38:22 GO111MODULE=on go vet ./... 22:38:44 gofmt -l . 22:38:44 [ "`gofmt -l .`" = "" ] 22:38:46 ./bin/test-go-mod-tidy.sh 22:38:47 ./bin/test-attribution-txt.sh [Pipeline] sh 22:38:52 + ls -al . 22:38:52 total 660 22:38:52 drwxrwxr-x 9 1001 1001 4096 Oct 26 22:38 . 22:38:52 drwxr-xr-x 4 root root 4096 Oct 26 22:36 .. 22:38:52 -rw-rw-r-- 1 1001 1001 11 Oct 26 22:34 .dockerignore 22:38:52 drwxrwxr-x 8 1001 1001 4096 Oct 26 22:35 .git 22:38:52 drwxrwxr-x 3 1001 1001 4096 Oct 26 22:34 .github 22:38:52 -rw-rw-r-- 1 1001 1001 931 Oct 26 22:34 .gitignore 22:38:52 -rw-rw-r-- 1 1001 1001 166 Oct 26 22:34 .sonarcloud.properties 22:38:52 -rw-rw-r-- 1 1001 1001 3804 Oct 26 22:34 CONTRIBUTING.md 22:38:52 -rw-rw-r-- 1 1001 1001 1035 Oct 26 22:34 Dockerfile.build 22:38:52 -rw-rw-r-- 1 1001 1001 863 Oct 26 22:34 Jenkinsfile 22:38:52 -rw-rw-r-- 1 1001 1001 10775 Oct 26 22:34 LICENSE 22:38:52 -rw-rw-r-- 1 1001 1001 6611 Oct 26 22:34 Makefile 22:38:52 -rw-rw-r-- 1 1001 1001 6447 Oct 26 22:34 README.md 22:38:52 -rw-rw-r-- 1 1001 1001 259 Oct 26 22:34 SECURITY.md 22:38:52 -rw-rw-r-- 1 1001 1001 5 Oct 26 22:32 VERSION 22:38:52 -rw-rw-r-- 1 1001 1001 4131 Oct 26 22:34 ZMQWindows.md 22:38:52 drwxrwxr-x 2 1001 1001 4096 Oct 26 22:34 bin 22:38:52 drwxrwxr-x 15 1001 1001 4096 Oct 26 22:34 cmd 22:38:52 -rw-r--r-- 1 root root 539324 Oct 26 22:38 coverage.out 22:38:52 -rw-r--r-- 1 root root 1041 Oct 26 22:38 go.mod 22:38:52 -rw-r--r-- 1 root root 19010 Oct 26 22:38 go.sum 22:38:52 drwxrwxr-x 8 1001 1001 4096 Oct 26 22:34 internal 22:38:52 drwxrwxr-x 4 1001 1001 4096 Oct 26 22:34 openapi 22:38:52 drwxrwxr-x 4 1001 1001 4096 Oct 26 22:34 snap 22:38:52 -rw-rw-r-- 1 1001 1001 168 Oct 26 22:34 version.go [Pipeline] sh 22:38:53 + '[' -e coverage.out ] 22:38:53 + chown 1001:1001 coverage.out [Pipeline] stash 22:38:53 Warning: overwriting stash ‘coverage-report’ 22:38:54 Stashed 1 file(s) [Pipeline] sh 22:38:55 + make build 22:38:55 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 22:39:05 ---> b67437b7ab8c 22:39:05 Step 9/22 : RUN make cmd/core-command/core-command 22:39:05 ---> Running in 50d043062a83 22:39:05 ---> cc21e01f211b 22:39:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:39:05 ---> 8b34bc736bba 22:39:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:39:05 ---> 70cfc13d6c94 22:39:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:39:05 ---> a941c101aa6e 22:39:05 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:39:05 ---> Running in 5849f4b1dffa 22:39:05 ---> Running in 420a6840d691 22:39:05 ---> Running in d51d02e4c0f4 22:39:05 ---> Running in 5fe1f4cd7b4b 22:39:05 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 22:39:05 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 22:39:05 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 22:39:05 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 22:39:05 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 22:39:22 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 22:39:29 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 22:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 22:39:37 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 22:39:42 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 22:39:43 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 22:39:48 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 22:39:53 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 22:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:39:58 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 22:40:01 Removing intermediate container 5849f4b1dffa 22:40:01 ---> 0c465b29a971 22:40:01 22:40:01 Step 10/24 : FROM alpine:3.10 22:40:02 Removing intermediate container 5fe1f4cd7b4b 22:40:02 ---> eb7484b198c4 22:40:02 22:40:02 Step 10/24 : FROM scratch 22:40:02 ---> 22:40:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:40:02 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 22:40:02 3.10: Pulling from library/alpine 22:40:04 ---> Running in 96fe53267051 22:40:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:40:05 Status: Downloaded newer image for alpine:3.10 22:40:05 ---> be4e4bea2c2e 22:40:05 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:40:06 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 22:40:06 Removing intermediate container 420a6840d691 22:40:06 ---> 918c4ef6528d 22:40:06 22:40:06 Step 10/21 : FROM scratch 22:40:06 ---> 22:40:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:40:06 Removing intermediate container 96fe53267051 22:40:06 ---> 697c08b75031 22:40:06 Step 12/24 : ENV APP_PORT=48060 22:40:06 ---> Running in a27e245601fb 22:40:06 ---> Running in b488d89bd5a4 22:40:06 ---> Running in 9cec1fd3791d 22:40:07 Removing intermediate container 50d043062a83 22:40:07 ---> 546dec5cfad6 22:40:07 22:40:07 Step 10/22 : FROM scratch 22:40:07 ---> 22:40:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:40:07 ---> Running in 4e0d2ce1a29a 22:40:07 Removing intermediate container a27e245601fb 22:40:07 ---> 5be4a14ecd2a 22:40:07 Step 12/21 : ENV APP_PORT=48085 22:40:07 Removing intermediate container 9cec1fd3791d 22:40:07 ---> c80a9db717fa 22:40:07 Step 13/24 : EXPOSE $APP_PORT 22:40:07 ---> Running in 9130da65612f 22:40:08 Removing intermediate container 4e0d2ce1a29a 22:40:08 ---> decdd629d1ba 22:40:08 Step 12/22 : ENV APP_PORT=48082 22:40:08 ---> Running in 1cc23b6ed552 22:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 22:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 22:40:08 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:40:08 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:40:08 OK: 10346 distinct packages available 22:40:08 (1/5) Installing ca-certificates (20191127-r2) 22:40:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:40:09 (3/5) Installing libcurl (7.66.0-r1) 22:40:09 (4/5) Installing curl (7.66.0-r1) 22:40:09 (5/5) Installing dumb-init (1.2.2-r1) 22:40:09 ---> Running in a488ce910ea0 22:40:09 Executing busybox-1.30.1-r3.trigger 22:40:09 Removing intermediate container 9130da65612f 22:40:09 ---> 2a2e5ad17f36 22:40:09 Step 13/21 : EXPOSE $APP_PORT 22:40:09 Executing ca-certificates-20191127-r2.trigger 22:40:09 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 22:40:09 OK: 7 MiB in 19 packages 22:40:09 Removing intermediate container 1cc23b6ed552 22:40:09 ---> fbf1e4a8bbe2 22:40:09 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:40:09 ---> Running in 7abf2aee6457 22:40:09 Removing intermediate container d51d02e4c0f4 22:40:09 ---> 8b3cb79a39bb 22:40:09 22:40:09 Step 10/22 : FROM scratch 22:40:09 ---> 22:40:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:40:09 Removing intermediate container a488ce910ea0 22:40:09 ---> 6cb4d943d3da 22:40:09 Step 13/22 : EXPOSE $APP_PORT 22:40:09 ---> Using cache 22:40:09 ---> decdd629d1ba 22:40:09 Step 12/22 : ENV APP_PORT=48081 22:40:10 ---> Running in 81e0959851bf 22:40:10 ---> Running in 59deac220a27 22:40:10 Removing intermediate container 7abf2aee6457 22:40:10 ---> e57d9c3869ac 22:40:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:40:10 ---> 72b4ee12e26e 22:40:10 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:40:10 Removing intermediate container 81e0959851bf 22:40:10 ---> 6f0edadd52d7 22:40:10 Step 14/22 : WORKDIR / 22:40:10 Removing intermediate container 59deac220a27 22:40:10 ---> 918f51928e20 22:40:10 Step 13/22 : EXPOSE $APP_PORT 22:40:11 ---> Running in b2096be10549 22:40:11 ---> Running in 2f48f5db4d1e 22:40:11 Removing intermediate container b488d89bd5a4 22:40:11 ---> 8272bd694308 22:40:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:40:11 ---> 773aef8149b1 22:40:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:40:11 ---> 92ede7c53488 22:40:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:40:12 ---> Running in 4939dc67a920 22:40:12 Removing intermediate container b2096be10549 22:40:12 ---> c933fbd7c1db 22:40:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:40:12 Removing intermediate container 2f48f5db4d1e 22:40:12 ---> af4ba867c149 22:40:12 Step 14/22 : WORKDIR / 22:40:12 ---> Running in 2d0319f86d34 22:40:12 Removing intermediate container 4939dc67a920 22:40:12 ---> b4a742193715 22:40:12 Step 13/24 : WORKDIR / 22:40:12 ---> bcbb35d93796 22:40:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:40:12 ---> Running in e8f6b8783d3b 22:40:12 Removing intermediate container 2d0319f86d34 22:40:12 ---> 14f0dfc1cc78 22:40:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:40:12 ---> 0fc27f40a1a9 22:40:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:40:12 ---> 96781d6340d5 22:40:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:40:13 Removing intermediate container e8f6b8783d3b 22:40:13 ---> 55e8d682c962 22:40:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:40:13 ---> 6486ff93eeaa 22:40:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:40:13 ---> 923af159cc09 22:40:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] } 22:40:13 $ docker stop --time=1 185f421269daeeb3c947a221f6b5449f3ed4433456651ff3b8a74e4e1c03f420 22:40:13 ---> c5e4cf70508a 22:40:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:40:14 ---> Running in 59badc6375e5 22:40:14 ---> 26e5c1b1334a 22:40:14 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:40:14 ---> 4387575bdeeb 22:40:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:40:14 ---> d80ace38ae8d 22:40:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:40:14 ---> 2261ac6a6c11 22:40:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:40:14 Removing intermediate container 59badc6375e5 22:40:14 ---> da3229d82630 22:40:14 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:14 ---> Running in d8bd52ae72df 22:40:14 ---> 260e34028939 22:40:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:40:14 ---> eed479434b24 22:40:14 Step 18/22 : ENTRYPOINT ["/core-command"] 22:40:14 ---> Running in a013f641218b 22:40:14 ---> 3e4efd6f6f15 22:40:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:40:15 ---> 2b5502628347 22:40:15 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:40:15 Removing intermediate container d8bd52ae72df 22:40:15 ---> 9e14c4e8c315 22:40:15 Step 19/21 : LABEL arch=x86_64 22:40:15 ---> Running in 8aeb0a791a9f 22:40:15 ---> Running in 169f3ac38951 22:40:15 ---> Running in 2077a88070c2 22:40:15 Removing intermediate container a013f641218b 22:40:15 ---> 784f17a6688b 22:40:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:15 ---> 49c3af16b3de 22:40:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:40:15 ---> Running in a3024c0f30bc 22:40:15 Removing intermediate container 8aeb0a791a9f 22:40:15 ---> 0f9761200ff3 22:40:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:16 Removing intermediate container 169f3ac38951 22:40:16 ---> 41a25fd5ef33 22:40:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:16 Removing intermediate container 2077a88070c2 22:40:16 ---> 7feb4908351e 22:40:16 Step 20/21 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:40:16 ---> Running in bcc786193814 22:40:16 Removing intermediate container a3024c0f30bc 22:40:16 ---> e5b74ba8226b 22:40:16 Step 20/22 : LABEL arch=x86_64 22:40:16 ---> ca567b524bcf 22:40:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:40:16 ---> Running in 7059b6d3ed9a 22:40:16 ---> Running in a10d3e1a748e 22:40:16 ---> Running in a3d69ea7063d 22:40:16 $ docker rm -f 185f421269daeeb3c947a221f6b5449f3ed4433456651ff3b8a74e4e1c03f420 22:40:16 Removing intermediate container bcc786193814 22:40:16 ---> 65c41adf6c26 22:40:16 Step 22/24 : LABEL arch=x86_64 22:40:16 ---> Running in 959b5de031db 22:40:16 Removing intermediate container a10d3e1a748e 22:40:16 ---> bd250ae4e546 22:40:16 Step 21/21 : LABEL version=0.0.0 22:40:16 Removing intermediate container a3d69ea7063d 22:40:16 ---> f36a8da5334c 22:40:16 Step 21/22 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:40:16 Removing intermediate container 7059b6d3ed9a 22:40:16 ---> 3bf0c2c1730e 22:40:16 Step 20/22 : LABEL arch=x86_64 22:40:16 ---> 97687efcbc0b 22:40:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:40:16 ---> Running in 9aedae7bd061 22:40:16 ---> Running in 9bd9ff20f5d2 22:40:16 ---> Running in fe7b68275e37 22:40:17 Removing intermediate container 959b5de031db 22:40:17 ---> e6ab39e7146a 22:40:17 Step 23/24 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:40:17 ---> Running in 9d26e98f9933 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:40:17 Removing intermediate container 9aedae7bd061 22:40:17 ---> f43680aeb979 22:40:17 22:40:17 Removing intermediate container fe7b68275e37 22:40:17 ---> a6df8b66a1b3 22:40:17 Step 21/22 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:40:17 Removing intermediate container 9bd9ff20f5d2 22:40:17 ---> e8ad280c8234 22:40:17 Step 22/22 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:40:17 ---> c43b3cb96927 22:40:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:40:17 ---> Running in c049d1e14153 22:40:17 Successfully built f43680aeb979 22:40:17 Removing intermediate container 9d26e98f9933 22:40:17 ---> fe047bdc2504 22:40:17 Step 24/24 : LABEL version=0.0.0 22:40:17 Successfully tagged docker-support-scheduler-go:latest 22:40:17 Building docker-security-secrets-setup-go 22:40:17  Building docker-support-scheduler-go ... done  ---> Running in bd670f490598 22:40:17 ---> Running in 100dfc4667a9 22:40:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:40:17 22:40:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 22:40:18 ---> Running in 2be1a4302cc4 [Pipeline] sh 22:40:18 Removing intermediate container c049d1e14153 22:40:18 ---> e4af1b50dab0 22:40:18 Step 22/22 : LABEL version=0.0.0 22:40:18 Removing intermediate container 100dfc4667a9 22:40:18 ---> 365f44c5db1a 22:40:18 22:40:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:40:18 latest: Pulling from edgex-devops/edgex-compose-arm64 22:40:18 29e5d40040c1: Pulling fs layer 22:40:18 1ce36da41761: Pulling fs layer 22:40:18 25b303627fd3: Pulling fs layer 22:40:18 29e5d40040c1: Verifying Checksum 22:40:18 29e5d40040c1: Download complete 22:40:18 ---> Running in d735627fcfdc 22:40:18 Removing intermediate container 2be1a4302cc4 22:40:18 ---> ef6680f560a2 22:40:18 22:40:18 Successfully built 365f44c5db1a 22:40:18 Successfully tagged docker-core-command-go:latest 22:40:18 Building docker-security-proxy-setup-go 22:40:18  Building docker-core-command-go ... done Successfully built ef6680f560a2 22:40:18 Successfully tagged docker-support-notifications-go:latest 22:40:18  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 22:40:18 Removing intermediate container d735627fcfdc 22:40:18 ---> 8f4564d1e7cd 22:40:18 22:40:19 Successfully built 8f4564d1e7cd 22:40:19 Successfully tagged docker-core-metadata-go:latest 22:40:19  Building docker-core-metadata-go ... done Building docker-core-data-go 22:40:19 1ce36da41761: Verifying Checksum 22:40:19 1ce36da41761: Download complete 22:40:19 29e5d40040c1: Pull complete 22:40:19 Removing intermediate container bd670f490598 22:40:19 ---> f144fc9db8ad 22:40:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:40:19 ---> Running in 066c87e26c33 22:40:20 Removing intermediate container 066c87e26c33 22:40:20 ---> 671237c89238 22:40:20 Step 22/24 : LABEL arch=x86_64 22:40:20 1ce36da41761: Pull complete 22:40:20 25b303627fd3: Verifying Checksum 22:40:20 25b303627fd3: Download complete 22:40:20 ---> Running in 91fce4e88812 22:40:21 Removing intermediate container 91fce4e88812 22:40:21 ---> f98da96f6ad9 22:40:21 Step 23/24 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:40:22 ---> Running in 34220061235d 22:40:23 Removing intermediate container 34220061235d 22:40:23 ---> ccbab92a30a7 22:40:23 Step 24/24 : LABEL version=0.0.0 22:40:23 ---> Running in f15bd629cd9c 22:40:24 Removing intermediate container f15bd629cd9c 22:40:24 ---> dc7da0152d20 22:40:24 22:40:24 Successfully built dc7da0152d20 22:40:24 Successfully tagged docker-security-secretstore-setup-go:latest 22:40:24  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 22:40:30 25b303627fd3: Pull complete 22:40:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:40:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:40:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:40:31 prd-ubuntu18.04-docker-arm64-4c-16g-8998 does not seem to be running inside a container 22:40:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:40:34 $ docker top cf9c4e5b818069659fd30e99f6f0484f5839779e49c790c64e7962d44e20b5b0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:35 + docker-compose build --help 22:40:35 + grep parallel 22:40:39 --parallel Build images in parallel. [Pipeline] } 22:40:39 $ docker stop --time=1 cf9c4e5b818069659fd30e99f6f0484f5839779e49c790c64e7962d44e20b5b0 22:40:41 $ docker rm -f cf9c4e5b818069659fd30e99f6f0484f5839779e49c790c64e7962d44e20b5b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:40:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:40:42 . [Pipeline] withDockerContainer 22:40:42 prd-ubuntu18.04-docker-arm64-4c-16g-8998 does not seem to be running inside a container 22:40:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:40:44 $ docker top 5640a319acbff0767ca30b8ce00722444dce0e9eca2f2c0bb7fbe203f6afe6db -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:45 + docker-compose -f ./docker-compose-build.yml build --parallel 22:40:48 Building docker-core-command-go ... 22:40:48 Building docker-core-data-go ... 22:40:48 Building docker-core-metadata-go ... 22:40:48 Building docker-security-bootstrap-redis-go ... 22:40:48 Building docker-security-proxy-setup-go ... 22:40:48 Building docker-security-secrets-setup-go ... 22:40:48 Building docker-security-secretstore-setup-go ... 22:40:48 Building docker-support-logging-go ... 22:40:48 Building docker-support-notifications-go ... 22:40:48 Building docker-support-scheduler-go ... 22:40:48 Building docker-sys-mgmt-agent-go ... 22:40:48 Building docker-security-secrets-setup-go 22:40:48 Building docker-core-data-go 22:40:48 Building docker-security-secretstore-setup-go 22:40:48 Building docker-support-notifications-go 22:40:48 Building docker-core-command-go 22:41:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:41:03 ---> c2a94920e174 22:41:03 Step 3/23 : WORKDIR /edgex-go 22:41:03 ---> Using cache 22:41:03 ---> 997582dce1fd 22:41:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:03 ---> Using cache 22:41:03 ---> ef4f0c808c3d 22:41:03 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:41:03 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:03 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 22:41:03 ---> c2a94920e174 22:41:03 Step 3/29 : WORKDIR /edgex-go 22:41:03 ---> Using cache 22:41:03 ---> 997582dce1fd 22:41:03 Step 4/29 : RUN apk update && apk add make git 22:41:03 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:41:03 ---> c2a94920e174 22:41:03 Step 3/20 : WORKDIR /edgex-go 22:41:03 ---> Using cache 22:41:03 ---> 997582dce1fd 22:41:03 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:03 ---> Using cache 22:41:03 ---> ef4f0c808c3d 22:41:03 Step 5/20 : RUN apk update && apk add make git 22:41:03 ---> Using cache 22:41:03 ---> fbe370fdb274 22:41:03 Step 6/20 : COPY go.mod . 22:41:04 ---> Using cache 22:41:04 ---> a35ea41dd4f3 22:41:04 Step 7/20 : RUN go mod download 22:41:04 ---> Using cache 22:41:04 ---> 9e41a9c9a3fc 22:41:04 Step 8/20 : COPY . . 22:41:04 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:04 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:41:04 ---> c2a94920e174 22:41:04 Step 3/27 : WORKDIR /edgex-go 22:41:04 ---> Using cache 22:41:04 ---> 997582dce1fd 22:41:04 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:04 ---> Using cache 22:41:04 ---> ef4f0c808c3d 22:41:04 Step 5/27 : RUN apk update && apk add make bash git 22:41:04 ---> Using cache 22:41:04 ---> 8b34bc736bba 22:41:04 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 22:41:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:41:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:05 ---> c2a94920e174 22:41:05 Step 3/22 : WORKDIR /edgex-go 22:41:05 ---> Using cache 22:41:05 ---> 997582dce1fd 22:41:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:05 ---> Using cache 22:41:05 ---> ef4f0c808c3d 22:41:05 Step 5/22 : RUN apk update && apk add make && apk add bash git 22:41:06 ---> Running in 03d27778c945 22:41:06 ---> Running in 2f457c18c3e2 22:41:06 ---> Running in 82cc1e4a2fa4 22:41:06 ---> Running in 27750cd56389 22:41:06 ---> Running in 96b876604993 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:09 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 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:10 OK: 12752 distinct packages available 22:41:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:10 OK: 12752 distinct packages available 22:41:10 OK: 233 MiB in 51 packages 22:41:10 OK: 233 MiB in 51 packages 22:41:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:10 OK: 12752 distinct packages available 22:41:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:41:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:41:10 OK: 12752 distinct packages available 22:41:11 OK: 233 MiB in 51 packages 22:41:11 OK: 233 MiB in 51 packages 22:41:11 OK: 233 MiB in 51 packages 22:41:12 Removing intermediate container 27750cd56389 22:41:12 ---> 16898c198654 22:41:12 Step 5/29 : COPY go.mod . 22:41:13 Removing intermediate container 96b876604993 22:41:13 ---> 8c414257bbe7 22:41:13 Step 6/22 : COPY go.mod . 22:41:13 Removing intermediate container 82cc1e4a2fa4 22:41:13 ---> b217188f0846 22:41:13 Step 6/27 : COPY go.mod . 22:41:13 Removing intermediate container 03d27778c945 22:41:13 ---> d2cd6e4d5823 22:41:13 Step 6/23 : COPY go.mod . 22:41:14 ---> a07450015568 22:41:14 Step 6/29 : RUN go mod download 22:41:14 ---> Running in b0e05e936824 22:41:14 ---> 06b4db66585b 22:41:14 Step 7/22 : RUN go mod download 22:41:14 ---> Running in 40b8f52e5e1e 22:41:15 ---> c35252c9ce7b 22:41:15 Step 7/27 : RUN go mod download 22:41:15 ---> e6d27b290247 22:41:15 Step 7/23 : RUN go mod download 22:41:15 ---> Running in d58a5ac632a8 22:41:15 ---> Running in 5e21f5fc1541 22:41:19 Removing intermediate container d58a5ac632a8 22:41:19 ---> 5e8970d49032 22:41:19 Step 8/27 : COPY . . 22:41:19 Removing intermediate container 40b8f52e5e1e 22:41:19 ---> 7f32f82ac18b 22:41:19 Step 8/22 : COPY . . 22:41:19 Removing intermediate container 5e21f5fc1541 22:41:19 ---> 975390f20ce7 22:41:19 Step 8/23 : COPY . . 22:41:19 Removing intermediate container b0e05e936824 22:41:19 ---> 8b2d66d95a30 22:41:19 Step 7/29 : COPY . . 22:41:52 Removing intermediate container 2f457c18c3e2 22:41:52 ---> 03be8a4df4d9 22:41:52 22:41:52 Step 10/20 : FROM alpine 22:41:52 latest: Pulling from library/alpine 22:41:52 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:41:52 Status: Downloaded newer image for alpine:latest 22:41:52 ---> d6e46aa2470d 22:41:52 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:41:52 ---> Running in c8cb2b586be5 22:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:41:57 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:41:57 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:41:57 OK: 12744 distinct packages available 22:41:57 (1/4) Installing ca-certificates (20191127-r4) 22:41:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:41:57 (3/4) Installing libcurl (7.69.1-r1) 22:41:57 (4/4) Installing curl (7.69.1-r1) 22:41:57 Executing busybox-1.31.1-r19.trigger 22:41:57 Executing ca-certificates-20191127-r4.trigger 22:41:57 OK: 7 MiB in 18 packages 22:42:03 Removing intermediate container c8cb2b586be5 22:42:03 ---> f5b9f94734c3 22:42:03 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:42:03 ---> Running in 79e152b1c584 22:42:04 Removing intermediate container 79e152b1c584 22:42:04 ---> 9f6c6f28c501 22:42:04 Step 13/20 : WORKDIR /edgex 22:42:05 ---> Running in eb865590b9ba 22:42:06 ---> 769c6b232533 22:42:06 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:42:06 ---> 0798afe334b9 22:42:06 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:42:06 ---> 562e3bc7f3a4 22:42:06 Step 9/22 : RUN make cmd/support-logging/support-logging 22:42:06 ---> f08c414c5cbb 22:42:06 Step 9/23 : RUN make cmd/core-data/core-data 22:42:07 ---> Running in 1f3194b3ea9b 22:42:07 ---> Running in 6e38e436d192 22:42:07 ---> Running in a44b334ea724 22:42:07 ---> Running in 14ddf7e032aa 22:42:07 Removing intermediate container eb865590b9ba 22:42:07 ---> 198d18aef662 22:42:07 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:42:07 ---> f96ea1792298 22:42:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:42:08 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 22:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 22:42:08 ---> 7d64dbb460e9 22:42:08 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:42:08 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 22:42:08 ---> Running in c1066f5a5c2c 22:42:09 Removing intermediate container c1066f5a5c2c 22:42:09 ---> f55e383c1af1 22:42:09 Step 17/20 : CMD ["--init=true"] 22:42:09 ---> Running in 121a62e60552 22:42:10 Removing intermediate container 121a62e60552 22:42:10 ---> 79153daa9023 22:42:10 Step 18/20 : LABEL arch=x86_64 22:42:10 ---> Running in b410d3ace257 22:42:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:42:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:42:10 ---> c11e006d10da 22:42:10 Step 3/24 : WORKDIR /edgex-go 22:42:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:42:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:42:10 ---> c11e006d10da 22:42:10 Step 3/24 : WORKDIR /edgex-go 22:42:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:42:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:42:10 ---> c11e006d10da 22:42:10 Step 3/22 : WORKDIR /edgex-go 22:42:10 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 22:42:10 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 22:42:10 ---> c11e006d10da 22:42:10 Step 3/29 : WORKDIR /edgex-go 22:42:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 22:42:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:42:10 ---> c11e006d10da 22:42:10 Step 3/23 : WORKDIR /edgex-go 22:42:10 ---> Running in e47f0d328741 22:42:10 ---> Running in 2e5836e7d0a6 22:42:10 ---> Running in 7d6402f798cb 22:42:10 ---> Running in 07e59661c7b1 22:42:10 ---> Running in f1edc33e2805 22:42:10 Removing intermediate container 07e59661c7b1 22:42:10 Removing intermediate container e47f0d328741 22:42:10 ---> 91bce1b85f0d 22:42:10 ---> 037eff343deb 22:42:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:10 22:42:10 Removing intermediate container 7d6402f798cb 22:42:10 ---> 8188a4c1c9cf 22:42:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:10 Removing intermediate container f1edc33e2805 22:42:10 ---> 940f3c57405f 22:42:10 Step 4/29 : RUN apk update && apk add make git 22:42:10 Removing intermediate container 2e5836e7d0a6 22:42:10 ---> 47a46d000fe3 22:42:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:10 ---> Running in 53e2384d3936 22:42:10 ---> Running in c0ca644c7c6e 22:42:10 ---> Running in 2abc9a266620 22:42:10 ---> Running in 2168b61fb1a9 22:42:10 ---> Running in 805378190ecb 22:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:10 Removing intermediate container 53e2384d3936 22:42:10 ---> 56d272d8958b 22:42:10 Step 5/24 : RUN apk update && apk add make git 22:42:10 ---> Running in 839199589d4a 22:42:10 Removing intermediate container c0ca644c7c6e 22:42:10 ---> 4dc0c3d2e387 22:42:10 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:42:10 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:42:10 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:42:10 OK: 12623 distinct packages available 22:42:10 ---> Running in 54e56455cfc4 22:42:10 Removing intermediate container 805378190ecb 22:42:10 ---> 0429cf8233b6 22:42:10 Step 5/22 : RUN apk update && apk add make git 22:42:10 Removing intermediate container 2abc9a266620 22:42:10 ---> cac4331aae87 22:42:10 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 22:42:10 ---> Running in 4260fd3bb4b0 22:42:10 ---> Running in 7df22682a5b0 22:42:10 OK: 217 MiB in 51 packages 22:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:10 Removing intermediate container b410d3ace257 22:42:10 ---> 0b1257f396bc 22:42:10 Step 19/20 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:42:10 ---> Running in dc95587c2564 22:42:10 Removing intermediate container 2168b61fb1a9 22:42:10 ---> 24e184a9d9e2 22:42:10 Step 5/29 : COPY go.mod . 22:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:11 Removing intermediate container dc95587c2564 22:42:11 ---> 62af9bf4f340 22:42:11 Step 20/20 : LABEL version=0.0.0 22:42:11 ---> Running in a735a4a2f18c 22:42:11 ---> 07e6c4f81acc 22:42:11 Step 6/29 : RUN go mod download 22:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:11 ---> Running in de5a744f1738 22:42:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:42:11 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:42:11 OK: 12623 distinct packages available 22:42:12 Removing intermediate container a735a4a2f18c 22:42:12 ---> d7cb7b8a7d4f 22:42:12 22:42:12 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:42:12 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:42:12 OK: 12623 distinct packages available 22:42:12 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:42:12 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:42:12 OK: 12623 distinct packages available 22:42:12 Successfully built d7cb7b8a7d4f 22:42:12 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:42:12 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:42:12 OK: 12623 distinct packages available 22:42:12 Successfully tagged docker-security-proxy-setup-go:latest 22:42:12 Building docker-security-bootstrap-redis-go 22:42:12 OK: 217 MiB in 51 packages 22:42:12 OK: 217 MiB in 51 packages 22:42:13 OK: 217 MiB in 51 packages 22:42:13 OK: 217 MiB in 51 packages 22:42:15 Removing intermediate container 54e56455cfc4 22:42:15 ---> 416e37319662 22:42:15 Step 6/24 : COPY go.mod . 22:42:15 Removing intermediate container 839199589d4a 22:42:15 Removing intermediate container 7df22682a5b0 22:42:15 ---> 8fcce207c46f 22:42:15 Step 6/24 : COPY go.mod . 22:42:15 ---> 7dcd79bc93f0 22:42:15 Step 6/23 : COPY go.mod . 22:42:15 Removing intermediate container 4260fd3bb4b0 22:42:15 ---> 46f98af949d6 22:42:15 Step 6/22 : COPY go.mod . 22:42:16 ---> 8d794bdd7707 22:42:16 Step 7/24 : RUN go mod download 22:42:16 Removing intermediate container de5a744f1738 22:42:16 ---> 19be2093158b 22:42:16 Step 7/29 : COPY . . 22:42:16 ---> Running in 8c6706d1d59c 22:42:16 ---> 7ac962f7e864 22:42:16 Step 7/24 : RUN go mod download 22:42:16 ---> a9f565b3611d 22:42:16 Step 7/23 : RUN go mod download 22:42:16 ---> 57cf5c0d26b7 22:42:16 Step 7/22 : RUN go mod download 22:42:16 ---> Running in c5d20851cb05 22:42:16 ---> Running in 90848ac14af0 22:42:17 ---> Running in b76ceb3b1964 22:42:22 Removing intermediate container 8c6706d1d59c 22:42:22 ---> 82551132cf15 22:42:22 Step 8/24 : COPY . . 22:42:23 Removing intermediate container c5d20851cb05 22:42:23 ---> fd69e307d38c 22:42:23 Step 8/24 : COPY . . 22:42:23 Removing intermediate container b76ceb3b1964 22:42:23 ---> f7696f8b36a1 22:42:23 Step 8/22 : COPY . . 22:42:23 Removing intermediate container 90848ac14af0 22:42:23 ---> 62b9721eeb7b 22:42:23 Step 8/23 : COPY . . 22:42:42 ---> 4cbe92bdc8ec 22:42:42 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 22:42:42 ---> Running in 9e6c8aea5cc7 22:42:42 ---> 7a5efc6847bf 22:42:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:42:42 ---> 66eac1992bba 22:42:42 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:42:42 ---> 70d8b386dabc 22:42:42 Step 9/22 : RUN make cmd/core-command/core-command 22:42:42 ---> 680c7698f53b 22:42:42 Step 9/23 : RUN make cmd/core-data/core-data 22:42:42 ---> Running in b07d5420c61c 22:42:43 ---> Running in 30c797b75965 22:42:43 ---> Running in 8926741a01ac 22:42:43 ---> Running in 3996ae086f4e 22:42:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 22:42:45 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 22:42:45 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 22:42:46 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 22:42:46 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 22:42:52  Building docker-security-proxy-setup-go ... done Step 1/19 : ARG BUILDER_BASE=golang:1.15-alpine 22:42:52 Step 2/19 : FROM ${BUILDER_BASE} AS builder 22:42:52 ---> c2a94920e174 22:42:52 Step 3/19 : WORKDIR /edgex-go 22:42:52 ---> Using cache 22:42:52 ---> 997582dce1fd 22:42:52 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:52 ---> Using cache 22:42:52 ---> ef4f0c808c3d 22:42:52 Step 5/19 : RUN apk update && apk add make git 22:42:52 ---> Using cache 22:42:52 ---> fbe370fdb274 22:42:52 Step 6/19 : COPY go.mod . 22:42:52 ---> Using cache 22:42:52 ---> a35ea41dd4f3 22:42:52 Step 7/19 : RUN go mod download 22:42:52 ---> Using cache 22:42:52 ---> 9e41a9c9a3fc 22:42:52 Step 8/19 : COPY . . 22:42:52 ---> Using cache 22:42:52 ---> 8b34bc736bba 22:42:52 Step 9/19 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:42:52 ---> Running in 2088be56ec56 22:42:56 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 22:43:00 Removing intermediate container 1f3194b3ea9b 22:43:00 ---> b5195acc1c93 22:43:00 22:43:01 Step 9/29 : FROM alpine:latest 22:43:01 ---> d6e46aa2470d 22:43:01 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:43:01 Removing intermediate container 6e38e436d192 22:43:01 ---> 8a85ecc028ad 22:43:01 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:43:01 ---> Running in 88950558cbc4 22:43:01 Removing intermediate container a44b334ea724 22:43:01 ---> 76f1edc2af0e 22:43:01 22:43:01 Step 10/22 : FROM scratch 22:43:01 ---> 22:43:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:43:01 ---> Running in 72dafa25e10d 22:43:02 ---> Using cache 22:43:02 ---> 697c08b75031 22:43:02 Step 12/22 : ENV APP_PORT=48061 22:43:02 Removing intermediate container 88950558cbc4 22:43:02 ---> aedee3deafb9 22:43:02 Step 11/29 : USER root 22:43:02 ---> Running in ec334c1f7d28 22:43:03 ---> Running in d13711410ae3 22:43:03 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 22:43:03 Removing intermediate container ec334c1f7d28 22:43:03 ---> 1c4bfa81a5ae 22:43:03 Step 13/22 : EXPOSE $APP_PORT 22:43:03 Removing intermediate container d13711410ae3 22:43:03 ---> 065f12ecc5d9 22:43:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:43:03 ---> Running in 452ab6f1813e 22:43:04 ---> Running in 320b52714c31 22:43:04 Removing intermediate container 452ab6f1813e 22:43:04 ---> 1223ac5c5e89 22:43:04 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 22:43:05 ---> 70a8454f0b54 22:43:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 22:43:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:43:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:43:06 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:43:06 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:43:06 OK: 12744 distinct packages available 22:43:07 (1/2) Installing ca-certificates (20191127-r4) 22:43:07 (2/2) Installing dumb-init (1.2.2-r1) 22:43:07 Executing busybox-1.31.1-r19.trigger 22:43:07 ---> 7429254e2c47 22:43:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 22:43:07 Executing ca-certificates-20191127-r4.trigger 22:43:08 OK: 6 MiB in 16 packages 22:43:09 Removing intermediate container 72dafa25e10d 22:43:09 ---> b05149c1bb4f 22:43:09 22:43:09 Step 11/27 : FROM docker:latest 22:43:09 ---> 6972c414f322 22:43:09 Step 12/27 : RUN apk add --no-cache bash 22:43:09 ---> Running in f135c7a80748 22:43:09 ---> 5c9de5d2cacc 22:43:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 22:43:10 Removing intermediate container 320b52714c31 22:43:10 ---> 522e799c29b7 22:43:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:43:10 ---> Running in 49b99d08bf9d 22:43:10 ---> 3e9285515f27 22:43:10 Step 18/22 : ENTRYPOINT ["/support-logging"] 22:43:10 ---> Running in ae34eda00e4f 22:43:11 Removing intermediate container 49b99d08bf9d 22:43:11 ---> 1294cbeb2acb 22:43:11 Step 14/29 : WORKDIR $BASE_DIR 22:43:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:43:11 Removing intermediate container ae34eda00e4f 22:43:11 ---> 432342ae938f 22:43:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:43:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:43:11 ---> Running in 2e626b6b9f77 22:43:11 ---> Running in 250332fddf3e 22:43:11 (1/2) Installing readline (8.0.4-r0) 22:43:11 (2/2) Installing bash (5.0.17-r0) 22:43:11 Executing bash-5.0.17-r0.post-install 22:43:11 Executing busybox-1.31.1-r19.trigger 22:43:11 OK: 12 MiB in 22 packages 22:43:12 Removing intermediate container 2e626b6b9f77 22:43:12 ---> b065fd69d2e4 22:43:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:43:12 Removing intermediate container 250332fddf3e 22:43:12 ---> e2755504ecb4 22:43:12 Step 20/22 : LABEL arch=x86_64 22:43:12 ---> Running in a55c53a614d2 22:43:12 ---> Running in 35c27edfcb03 22:43:13 Removing intermediate container 35c27edfcb03 22:43:13 ---> 6fea99cd4a21 22:43:13 Step 21/22 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:43:13 ---> Running in 5bebcbb60ea7 22:43:14 Removing intermediate container f135c7a80748 22:43:14 ---> 98d63d49c59e 22:43:14 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:43:14 ---> Running in 4865a701be3d 22:43:14 Removing intermediate container 5bebcbb60ea7 22:43:14 ---> 703fe9b044a7 22:43:14 Step 22/22 : LABEL version=0.0.0 22:43:14 ---> Running in 375e0ce8ad53 22:43:16 Removing intermediate container 375e0ce8ad53 22:43:16 ---> daac0fbca912 22:43:16 22:43:16 Removing intermediate container 14ddf7e032aa 22:43:16 ---> 31f83db840ed 22:43:16 22:43:16 Step 10/23 : FROM alpine 22:43:16 ---> d6e46aa2470d 22:43:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:43:16 ---> Running in 983b17ea9586 22:43:16 Removing intermediate container a55c53a614d2 22:43:16 ---> 650cd7c58b63 22:43:16 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:43:17 Successfully built daac0fbca912 22:43:17 Successfully tagged docker-support-logging-go:latest 22:43:17  Building docker-support-logging-go ... done Removing intermediate container 983b17ea9586 22:43:17 ---> 799ef1ee2e06 22:43:17 Step 12/23 : ENV APP_PORT=48080 22:43:17 ---> Running in 4ad2607ca411 22:43:17 Removing intermediate container 4865a701be3d 22:43:17 ---> e7cbd7af4e48 22:43:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:43:17 Removing intermediate container 4ad2607ca411 22:43:17 ---> 6b7e5bec05e3 22:43:17 Step 13/23 : EXPOSE $APP_PORT 22:43:18 ---> Running in 7085fd05248f 22:43:18 ---> Running in acb0bea1202a 22:43:18 ---> e7166d30360f 22:43:18 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:43:18 Removing intermediate container 7085fd05248f 22:43:18 ---> a5900911c99f 22:43:18 Step 15/27 : ENV APP_PORT=48090 22:43:18 Removing intermediate container acb0bea1202a 22:43:18 ---> 562ae98db49b 22:43:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:43:18 ---> Running in b4a8c23c5387 22:43:19 ---> 7ebd71bb10c2 22:43:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:43:19 ---> Running in bb0f95302e5f 22:43:19 Removing intermediate container b4a8c23c5387 22:43:19 ---> 80d556c0ca61 22:43:19 Step 16/27 : EXPOSE $APP_PORT 22:43:19 ---> Running in 54536ea9669a 22:43:19 ---> 01e8db636b19 22:43:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:43:19 Removing intermediate container 54536ea9669a 22:43:19 ---> e42e10b5bb0d 22:43:19 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:43:20 ---> 6c1e92bb32e9 22:43:20 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:43:20 ---> 4acec65e3f56 22:43:20 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:43:21 ---> Running in 77ab1ed55946 22:43:21 Removing intermediate container bb0f95302e5f 22:43:21 ---> 87a6fe7eeda8 22:43:21 Step 15/23 : RUN apk --no-cache add zeromq 22:43:21 ---> d7d1f1efbc49 22:43:21 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:43:21 ---> Running in 12cb0f4adc70 22:43:22 ---> 0b4b0ea955a6 22:43:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:43:24 (1/5) Installing libgcc (9.3.0-r2) 22:43:24 ---> e61d58475786 22:43:24 Step 20/27 : RUN apk --no-cache add py3-pip 22:43:24 (2/5) Installing libsodium (1.0.18-r0) 22:43:24 (3/5) Installing libstdc++ (9.3.0-r2) 22:43:24 (4/5) Installing libzmq (4.3.3-r0) 22:43:25 (5/5) Installing zeromq (4.3.3-r0) 22:43:25 Removing intermediate container 2088be56ec56 22:43:25 ---> d47a02eb495a 22:43:25 22:43:25 Step 10/19 : FROM scratch 22:43:25 ---> 22:43:25 Step 11/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:43:25 ---> Running in 180c3f5af0b3 22:43:25 Removing intermediate container 77ab1ed55946 22:43:25 ---> c971b572867a 22:43:25 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:43:25 Executing busybox-1.31.1-r19.trigger 22:43:25 OK: 8 MiB in 19 packages 22:43:25 ---> Running in 232b662baeb1 22:43:25 Removing intermediate container 232b662baeb1 22:43:25 ---> ca4033014eb4 22:43:25 Step 12/19 : WORKDIR / 22:43:25 ---> 9a8594c2e35c 22:43:25 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:43:25 ---> Running in 6a675c23c1b4 22:43:26 ---> Running in ee67a9aa056c 22:43:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:43:26 Removing intermediate container 12cb0f4adc70 22:43:26 ---> 87bb37f48ab5 22:43:26 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:43:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:43:26 Removing intermediate container 6a675c23c1b4 22:43:26 ---> 747c9ff81c00 22:43:26 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:43:26 (1/33) Installing libbz2 (1.0.8-r1) 22:43:26 (2/33) Installing expat (2.2.9-r1) 22:43:26 (3/33) Installing libffi (3.3-r2) 22:43:27 (4/33) Installing gdbm (1.13-r1) 22:43:27 (5/33) Installing xz-libs (5.2.5-r0) 22:43:27 (6/33) Installing sqlite-libs (3.32.1-r0) 22:43:27 (7/33) Installing python3 (3.8.5-r0) 22:43:30 ---> 3e00ce6afb49 22:43:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:43:30 ---> ee29ae3e7ad3 22:43:30 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:43:30 (8/33) Installing py3-appdirs (1.4.4-r1) 22:43:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:43:30 (10/33) Installing py3-parsing (2.4.7-r0) 22:43:30 (11/33) Installing py3-six (1.15.0-r0) 22:43:30 (12/33) Installing py3-packaging (20.4-r0) 22:43:30 (13/33) Installing py3-setuptools (47.0.0-r0) 22:43:30 (14/33) Installing py3-chardet (3.0.4-r4) 22:43:30 (15/33) Installing py3-idna (2.9-r0) 22:43:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:43:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:43:30 (18/33) Installing py3-requests (2.23.0-r0) 22:43:30 (19/33) Installing py3-msgpack (1.0.0-r0) 22:43:30 (20/33) Installing py3-lockfile (0.12.2-r3) 22:43:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:43:31 (22/33) Installing py3-colorama (0.4.3-r0) 22:43:31 (23/33) Installing py3-distlib (0.3.0-r0) 22:43:31 Removing intermediate container ee67a9aa056c 22:43:32 ---> 0f03cde625da 22:43:32 Step 24/29 : RUN chmod 755 security-secrets-setup 22:43:32 (24/33) Installing py3-distro (1.5.0-r1) 22:43:32 (25/33) Installing py3-webencodings (0.5.1-r3) 22:43:32 (26/33) Installing py3-html5lib (1.0.1-r4) 22:43:32 ---> Running in 932ff0e990b6 22:43:32 ---> 950aa81bb528 22:43:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:43:32 ---> 9f5c80629f02 22:43:32 Step 15/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:43:32 (27/33) Installing py3-pytoml (0.1.21-r0) 22:43:32 (28/33) Installing py3-pep517 (0.8.2-r0) 22:43:32 (29/33) Installing py3-progress (1.5-r0) 22:43:32 (30/33) Installing py3-toml (0.10.1-r0) 22:43:32 (31/33) Installing py3-retrying (1.3.3-r0) 22:43:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:43:32 (33/33) Installing py3-pip (20.1.1-r0) 22:43:32 Executing busybox-1.31.1-r19.trigger 22:43:32 OK: 71 MiB in 55 packages 22:43:33 ---> 858ff44f7512 22:43:33 Step 19/23 : ENTRYPOINT ["/core-data"] 22:43:33 ---> 1a0418c79689 22:43:33 Step 16/19 : ENTRYPOINT ["/security-bootstrap-redis"] 22:43:33 ---> Running in e1d8368293e4 22:43:33 ---> Running in 41d5de21449a 22:43:33 Removing intermediate container e1d8368293e4 22:43:33 ---> ea65750edbd3 22:43:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:43:34 Removing intermediate container 41d5de21449a 22:43:34 ---> 2371cf582c3b 22:43:34 Step 17/19 : LABEL arch=x86_64 22:43:34 ---> Running in 3eb4f3d322b0 22:43:34 ---> Running in 9b564aa2d278 22:43:35 Removing intermediate container 3eb4f3d322b0 22:43:35 ---> 474c9fe89d0b 22:43:35 Step 21/23 : LABEL arch=x86_64 22:43:38 Removing intermediate container 9b564aa2d278 22:43:38 ---> 1daa5e5d920d 22:43:38 Step 18/19 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:43:38 ---> Running in e1b0c368bf9b 22:43:38 Removing intermediate container 932ff0e990b6 22:43:38 ---> ff7871185ee7 22:43:38 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:43:38 ---> Running in 0754a3e4f7b1 22:43:38 ---> Running in c5f9e92ecd38 22:43:38 Removing intermediate container 180c3f5af0b3 22:43:38 ---> a4e5acbf59b6 22:43:38 Step 21/27 : RUN pip install docker-compose==1.23.2 22:43:38 Removing intermediate container e1b0c368bf9b 22:43:38 ---> d52850c703eb 22:43:38 Step 22/23 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:43:38 Removing intermediate container 0754a3e4f7b1 22:43:38 ---> 58a6050dd460 22:43:38 Step 19/19 : LABEL version=0.0.0 22:43:38 ---> Running in 2843d924b474 22:43:38 ---> Running in 2d63301f47a9 22:43:38 Removing intermediate container c5f9e92ecd38 22:43:38 ---> 35aad263ab5f 22:43:38 Step 26/29 : CMD [ "generate" ] 22:43:38 ---> Running in 984b89ed8378 22:43:38 ---> Running in bb4d729961d2 22:43:39 Removing intermediate container 2843d924b474 22:43:39 ---> 412fe1aa5fd4 22:43:39 Step 23/23 : LABEL version=0.0.0 22:43:39 Removing intermediate container 984b89ed8378 22:43:39 ---> 0a77712f9cf2 22:43:39 22:43:39 ---> Running in 12657a924df5 22:43:39 Removing intermediate container bb4d729961d2 22:43:39 ---> 5f8151cc2b1f 22:43:39 Step 27/29 : LABEL arch=x86_64 22:43:39 Successfully built 0a77712f9cf2 22:43:40 Successfully tagged docker-security-bootstrap-redis-go:latest 22:43:40  Building docker-security-bootstrap-redis-go ... done  ---> Running in b3e791899480 22:43:40 Removing intermediate container 12657a924df5 22:43:40 ---> f975f5c3b1f6 22:43:40 22:43:40 Removing intermediate container b3e791899480 22:43:40 ---> 1d2a8ac87f6a 22:43:40 Step 28/29 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:43:40 Successfully built f975f5c3b1f6 22:43:40 Successfully tagged docker-core-data-go:latest 22:43:40  Building docker-core-data-go ... done  ---> Running in 03209e98e24a 22:43:40 Removing intermediate container 03209e98e24a 22:43:40 ---> e0562305bb63 22:43:40 Step 29/29 : LABEL version=0.0.0 22:43:40 ---> Running in eea34323c833 22:43:41 Collecting docker-compose==1.23.2 22:43:41 Removing intermediate container eea34323c833 22:43:41 ---> f53d95d3f38b 22:43:41 22:43:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:43:42 Successfully built f53d95d3f38b 22:43:42 Successfully tagged docker-security-secrets-setup-go:latest 22:43:42  Building docker-security-secrets-setup-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:43:42 Collecting docker<4.0,>=3.6.0 22:43:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:43:42 Collecting cached-property<2,>=1.2.0 22:43:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:43:42 Collecting texttable<0.10,>=0.9.0 22:43:42 Downloading texttable-0.9.1.tar.gz (11 kB) 22:43:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:43:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:43:43 Collecting PyYAML<4,>=3.10 22:43:43 Downloading PyYAML-3.13.tar.gz (270 kB) 22:43:44 Collecting docopt<0.7,>=0.6.1 22:43:44 Downloading docopt-0.6.2.tar.gz (25 kB) 22:43:45 Collecting jsonschema<3,>=2.5.1 22:43:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:43:45 Collecting dockerpty<0.5,>=0.4.1 22:43:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:43:46 Collecting websocket-client<1.0,>=0.32.0 22:43:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:43:46 Collecting docker-pycreds>=0.4.0 22:43:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:43:46 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) 22:43:46 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) 22:43:47 Collecting idna<2.8,>=2.5 22:43:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:43:47 Collecting urllib3<1.25,>=1.21.1 22:43:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:43:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:43:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:43:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:43:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:43:47 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, texttable, PyYAML, docopt, jsonschema, dockerpty, docker-compose 22:43:47 Attempting uninstall: idna 22:43:47 Found existing installation: idna 2.9 22:43:47 Uninstalling idna-2.9: 22:43:47 Successfully uninstalled idna-2.9 22:43:47 Attempting uninstall: urllib3 22:43:47 Found existing installation: urllib3 1.25.9 22:43:47 Uninstalling urllib3-1.25.9: 22:43:47 Successfully uninstalled urllib3-1.25.9 22:43:48 Attempting uninstall: requests 22:43:48 Found existing installation: requests 2.23.0 22:43:48 Uninstalling requests-2.23.0: 22:43:48 Successfully uninstalled requests-2.23.0 22:43:48 Running setup.py install for texttable: started 22:43:49 Running setup.py install for texttable: finished with status 'done' 22:43:49 Running setup.py install for PyYAML: started 22:43:50 Running setup.py install for PyYAML: finished with status 'done' 22:43:50 Running setup.py install for docopt: started 22:43:50 Running setup.py install for docopt: finished with status 'done' 22:43:50 Running setup.py install for dockerpty: started 22:43:51 Running setup.py install for dockerpty: finished with status 'done' 22:43:52 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 22:43:56 Removing intermediate container 2d63301f47a9 22:43:56 ---> dde1d256d5be 22:43:56 Step 22/27 : RUN apk --no-cache add curl 22:43:56 ---> Running in 3a2702e2473c 22:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:43:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:43:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:43:57 (2/3) Installing libcurl (7.69.1-r1) 22:43:57 (3/3) Installing curl (7.69.1-r1) 22:43:57 Executing busybox-1.31.1-r19.trigger 22:43:57 OK: 72 MiB in 58 packages 22:43:58 Removing intermediate container 3a2702e2473c 22:43:58 ---> 3450cb9117c7 22:43:58 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:43:58 ---> Running in 7398e7948cdc 22:43:59 Removing intermediate container 7398e7948cdc 22:43:59 ---> c3f2c3d85813 22:43:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:43:59 ---> Running in 74cab678b056 22:43:59 Removing intermediate container 74cab678b056 22:43:59 ---> ed9e6f6b2c54 22:43:59 Step 25/27 : LABEL arch=x86_64 22:44:00 ---> Running in 5c35adbf8b85 22:44:00 Removing intermediate container 5c35adbf8b85 22:44:00 ---> 316f80d426ba 22:44:00 Step 26/27 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:44:00 ---> Running in dd15fc1ddb84 22:44:00 Removing intermediate container dd15fc1ddb84 22:44:00 ---> b50dba4bea7d 22:44:00 Step 27/27 : LABEL version=0.0.0 22:44:00 ---> Running in a0f9323fc41d 22:44:01 Removing intermediate container a0f9323fc41d 22:44:01 ---> 10b457239b85 22:44:01 22:44:01 Successfully built 10b457239b85 22:44:01 Successfully tagged docker-sys-mgmt-agent-go:latest 22:44:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:44:02 $ docker stop --time=1 10691247feae8f3099c4ac145d2504c4070ef7ac7c076e0fd153db73b01c839b 22:44:04 $ docker rm -f 10691247feae8f3099c4ac145d2504c4070ef7ac7c076e0fd153db73b01c839b [Pipeline] // withDockerContainer [Pipeline] sh 22:44:04 + grep docker 22:44:04 + docker images 22:44:05 docker-sys-mgmt-agent-go latest 10b457239b85 4 seconds ago 290MB 22:44:05 docker-security-secrets-setup-go latest f53d95d3f38b 24 seconds ago 24MB 22:44:05 docker-core-data-go latest f975f5c3b1f6 26 seconds ago 23.7MB 22:44:05 docker-security-bootstrap-redis-go latest 0a77712f9cf2 27 seconds ago 11.9MB 22:44:05 docker-support-logging-go latest daac0fbca912 50 seconds ago 11.1MB 22:44:05 docker-security-proxy-setup-go latest d7cb7b8a7d4f About a minute ago 15.8MB 22:44:05 docker-security-secretstore-setup-go latest dc7da0152d20 3 minutes ago 24.8MB 22:44:05 docker-core-metadata-go latest 8f4564d1e7cd 3 minutes ago 14.5MB 22:44:05 docker-support-notifications-go latest ef6680f560a2 3 minutes ago 13.6MB 22:44:05 docker-support-scheduler-go latest f43680aeb979 3 minutes ago 12.3MB 22:44:05 docker-core-command-go latest 365f44c5db1a 3 minutes ago 12.2MB 22:44:05 docker latest 6972c414f322 4 days ago 217MB [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 22:44:08 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 22:44:08 Removing intermediate container 9e6c8aea5cc7 22:44:08 ---> 3ebb677d66e6 22:44:08 22:44:08 Step 9/29 : FROM alpine:latest 22:44:08 latest: Pulling from library/alpine 22:44:08 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:44:08 Status: Downloaded newer image for alpine:latest 22:44:08 ---> 2e77e061c27f 22:44:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 22:44:08 ---> Running in 5d668917a991 22:44:08 Removing intermediate container 5d668917a991 22:44:08 ---> 0faab0e14496 22:44:08 Step 11/29 : USER root 22:44:08 ---> Running in ab1ec298949f 22:44:08 Removing intermediate container ab1ec298949f 22:44:08 ---> d2aca1a1ec61 22:44:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 22:44:08 ---> Running in 19bf0fd722e6 22:44:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:09 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:44:09 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:44:09 OK: 12615 distinct packages available 22:44:10 (1/2) Installing ca-certificates (20191127-r4) 22:44:10 (2/2) Installing dumb-init (1.2.2-r1) 22:44:10 Executing busybox-1.31.1-r19.trigger 22:44:10 Executing ca-certificates-20191127-r4.trigger 22:44:10 OK: 6 MiB in 16 packages 22:44:14 Removing intermediate container 19bf0fd722e6 22:44:14 ---> 2d6015267da0 22:44:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 22:44:14 ---> Running in 2e3803a72cf0 22:44:14 Removing intermediate container 2e3803a72cf0 22:44:14 ---> 0983c5264cfa 22:44:14 Step 14/29 : WORKDIR $BASE_DIR 22:44:15 ---> Running in f9d1d4737bf6 22:44:16 Removing intermediate container f9d1d4737bf6 22:44:16 ---> f3e14243577a 22:44:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 22:44:16 ---> Running in 489c0cf0fe10 22:44:16 Removing intermediate container b07d5420c61c 22:44:16 ---> 81a8763c036b 22:44:16 22:44:16 Step 10/24 : FROM alpine:3.10 22:44:17 3.10: Pulling from library/alpine 22:44:19 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:44:19 Status: Downloaded newer image for alpine:3.10 22:44:19 ---> 536a684cf733 22:44:19 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:44:19 ---> Running in 39b3b48ee103 22:44:21 Still waiting to schedule task 22:44:21 All nodes of label ‘centos7-docker-8c-8g’ are offline 22:44:21 Removing intermediate container 489c0cf0fe10 22:44:21 ---> 8b1b38267852 22:44:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 22:44:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 22:44:23 ---> 3d236881e0ac 22:44:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 22:44:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 22:44:24 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:44:24 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:44:24 OK: 10167 distinct packages available 22:44:24 ---> f3a692a63382 22:44:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 22:44:25 (1/5) Installing ca-certificates (20191127-r2) 22:44:25 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:44:25 (3/5) Installing libcurl (7.66.0-r1) 22:44:25 (4/5) Installing curl (7.66.0-r1) 22:44:25 (5/5) Installing dumb-init (1.2.2-r1) 22:44:25 Executing busybox-1.30.1-r3.trigger 22:44:25 Executing ca-certificates-20191127-r2.trigger 22:44:25 ---> 8b55e00a4789 22:44:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 22:44:26 OK: 7 MiB in 19 packages 22:44:27 ---> 6a6334d21e5f 22:44:27 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 22:44:28 Removing intermediate container 39b3b48ee103 22:44:28 ---> daced4e24768 22:44:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:44:28 ---> fc2a4552ba6a 22:44:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 22:44:28 ---> Running in eb2ce8abed78 22:44:28 ---> Running in f0026e4bffb8 22:44:29 Removing intermediate container eb2ce8abed78 22:44:29 ---> 30d498b6bf7c 22:44:29 Step 13/24 : WORKDIR / 22:44:29 ---> Running in ddec17eb229c 22:44:30 Removing intermediate container ddec17eb229c 22:44:30 ---> 8bf81c2ccc17 22:44:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:44:31 ---> 05667642cc68 22:44:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:44:33 ---> 97bfde235028 22:44:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:44:33 Removing intermediate container f0026e4bffb8 22:44:33 ---> 5fe7fd3e626a 22:44:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 22:44:34 ---> 5ccbba007377 22:44:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:44:34 ---> 941e384202dd 22:44:34 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:44:35 ---> Running in 576c988b3655 22:44:37 ---> ef058ee3bd13 22:44:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:44:40 ---> c1d80c8a3363 22:44:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:44:41 Removing intermediate container 576c988b3655 22:44:41 ---> 54b3cff1d53e 22:44:41 Step 24/29 : RUN chmod 755 security-secrets-setup 22:44:41 ---> Running in 7d82a74f9405 22:44:41 ---> 09e39404c15b 22:44:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:44:42 ---> Running in 0f8cc96ab143 22:44:42 Removing intermediate container 30c797b75965 22:44:42 ---> 79721d4fcad0 22:44:42 22:44:42 Step 10/24 : FROM scratch 22:44:42 ---> 22:44:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:44:42 Removing intermediate container 8926741a01ac 22:44:42 ---> 1d0fdc7961e1 22:44:42 22:44:42 Step 10/22 : FROM scratch 22:44:42 ---> 22:44:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:44:43 ---> Running in c03c33d715c3 22:44:43 ---> Running in e3ef0ea6f5ee 22:44:43 Removing intermediate container c03c33d715c3 22:44:43 ---> 98c4b54f2fe6 22:44:43 Step 12/24 : ENV APP_PORT=48060 22:44:43 Removing intermediate container e3ef0ea6f5ee 22:44:43 ---> cc96ea2b3818 22:44:43 Step 12/22 : ENV APP_PORT=48082 22:44:43 ---> Running in 872b72deb6a4 22:44:43 ---> Running in eaeb40e44ad4 22:44:44 Removing intermediate container 872b72deb6a4 22:44:44 ---> cc5344c0f141 22:44:44 Step 13/24 : EXPOSE $APP_PORT 22:44:44 Removing intermediate container eaeb40e44ad4 22:44:44 ---> 701a134a2152 22:44:44 Step 13/22 : EXPOSE $APP_PORT 22:44:44 ---> Running in cfe4b424e93c 22:44:45 ---> Running in f2e16151bb11 22:44:45 Removing intermediate container cfe4b424e93c 22:44:45 ---> e39410610143 22:44:45 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:44:45 Removing intermediate container f2e16151bb11 22:44:45 ---> 1e62fc8a380a 22:44:46 Step 14/22 : WORKDIR / 22:44:46 ---> Running in 777a6fd9e7bb 22:44:46 Removing intermediate container 7d82a74f9405 22:44:46 ---> abc06f60270d 22:44:46 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 22:44:46 Removing intermediate container 0f8cc96ab143 22:44:46 ---> 8b718f94368f 22:44:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:44:46 ---> Running in 44d3657eb24c 22:44:46 ---> 572bcf1c2d69 22:44:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:44:47 ---> Running in e03eb54236e2 22:44:47 Removing intermediate container 777a6fd9e7bb 22:44:47 ---> 37b6f871285d 22:44:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:44:47 Removing intermediate container 44d3657eb24c 22:44:47 ---> ed421ce78dbd 22:44:47 Step 26/29 : CMD [ "generate" ] 22:44:47 ---> Running in 66c92eb5fcde 22:44:47 Removing intermediate container e03eb54236e2 22:44:47 ---> 87ff6d32a36f 22:44:47 Step 22/24 : LABEL arch=arm64 22:44:48 ---> Running in 14d64c48f6c3 22:44:48 Removing intermediate container 66c92eb5fcde 22:44:48 ---> 62c98716540d 22:44:48 Step 27/29 : LABEL arch=arm64 22:44:48 ---> d195865c4a46 22:44:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:44:48 ---> Running in a76dd06fb056 22:44:48 ---> c25d2e963d3f 22:44:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:44:48 Removing intermediate container 14d64c48f6c3 22:44:48 ---> 8276b9857663 22:44:48 Step 23/24 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:44:49 ---> Running in f5985701b876 22:44:49 Removing intermediate container a76dd06fb056 22:44:49 ---> 4daa435d4fb5 22:44:49 Step 28/29 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:44:49 ---> Running in 85d553c1e29a 22:44:50 ---> 969677e689f6 22:44:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:44:50 Removing intermediate container f5985701b876 22:44:50 ---> 4c5aedcc7bb4 22:44:50 Step 24/24 : LABEL version=0.0.0 22:44:50 Removing intermediate container 85d553c1e29a 22:44:50 ---> e598937b4c30 22:44:50 Step 29/29 : LABEL version=0.0.0 22:44:50 ---> Running in d6377a072fa3 22:44:50 ---> bca8e6166495 22:44:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:44:50 ---> Running in 479c7008f0b7 22:44:51 ---> e6b9400b7eab 22:44:51 Step 18/22 : ENTRYPOINT ["/core-command"] 22:44:51 Removing intermediate container d6377a072fa3 22:44:51 ---> c6f3d377eb25 22:44:51 22:44:52 Removing intermediate container 479c7008f0b7 22:44:52 ---> 6e5bc2d9ace5 22:44:52 22:44:52 ---> edccc9ce3b41 22:44:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:44:52 Successfully built c6f3d377eb25 22:44:52 ---> Running in 3af6b0b758a4 22:44:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:44:52 Building docker-core-metadata-go 22:44:52  Building docker-security-secretstore-setup-go ... done Successfully built 6e5bc2d9ace5 22:44:52 Successfully tagged docker-security-secrets-setup-go-arm64:latest 22:44:52  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go 22:44:53 Removing intermediate container 3af6b0b758a4 22:44:53 ---> f01caa5d492f 22:44:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:53 ---> Running in 9a0f4b166372 22:44:54 ---> 635a02c6999c 22:44:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:44:54 Removing intermediate container 9a0f4b166372 22:44:54 ---> fdab2a217b07 22:44:54 Step 20/22 : LABEL arch=arm64 22:44:54 ---> Running in e47d51d01655 22:44:55 Removing intermediate container e47d51d01655 22:44:55 ---> 854197d45f39 22:44:55 Step 21/22 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:44:55 ---> 91feb27f42f1 22:44:55 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:44:55 ---> Running in db515c7ec4ab 22:44:57 ---> Running in 7465b64aaddc 22:44:57 Removing intermediate container db515c7ec4ab 22:44:57 ---> f9a686586ac5 22:44:57 Step 22/22 : LABEL version=0.0.0 22:44:58 ---> Running in a6a30edb1a5e 22:44:58 Removing intermediate container 7465b64aaddc 22:44:58 ---> dd6ecc1fb36c 22:44:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:59 Removing intermediate container a6a30edb1a5e 22:44:59 ---> 0d99b353a94f 22:44:59 22:44:59 ---> Running in 29efb8ab97bb 22:45:00 Successfully built 0d99b353a94f 22:45:00 Successfully tagged docker-core-command-go-arm64:latest 22:45:00 Building docker-security-bootstrap-redis-go 22:45:01  Building docker-core-command-go ... done Removing intermediate container 29efb8ab97bb 22:45:01 ---> 1f4647c4482b 22:45:01 Step 22/24 : LABEL arch=arm64 22:45:01 ---> Running in 6eafed443497 22:45:02 Removing intermediate container 3996ae086f4e 22:45:02 ---> f27b7b346088 22:45:02 22:45:02 Step 10/23 : FROM alpine 22:45:02 ---> 2e77e061c27f 22:45:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:45:02 Removing intermediate container 6eafed443497 22:45:02 ---> 3089610e6577 22:45:02 Step 23/24 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:45:03 ---> Running in 987918d4c0cf 22:45:03 ---> Running in 6801fba16aa2 22:45:03 Removing intermediate container 987918d4c0cf 22:45:03 ---> 62644ee0408d 22:45:03 Step 12/23 : ENV APP_PORT=48080 22:45:04 Removing intermediate container 6801fba16aa2 22:45:04 ---> ce1c3212b49e 22:45:04 Step 24/24 : LABEL version=0.0.0 22:45:04 ---> Running in 3072fa3f88f2 22:45:04 ---> Running in 76e79156eb62 22:45:04 Removing intermediate container 3072fa3f88f2 22:45:04 ---> b9dfc9617b61 22:45:04 Step 13/23 : EXPOSE $APP_PORT 22:45:05 Removing intermediate container 76e79156eb62 22:45:05 ---> f1700cbebf10 22:45:05 22:45:05 ---> Running in 8ca3689cd7e4 22:45:05 Successfully built f1700cbebf10 22:45:05 Successfully tagged docker-support-notifications-go-arm64:latest 22:45:05  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 22:45:05 Removing intermediate container 8ca3689cd7e4 22:45:05 ---> cd2c4b2eea27 22:45:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:05 ---> Running in a05c604a0199 22:45:08 Removing intermediate container a05c604a0199 22:45:08 ---> f4bc3318fa41 22:45:08 Step 15/23 : RUN apk --no-cache add zeromq 22:45:09 ---> Running in 35079cf458d9 22:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:45:12 (1/5) Installing libgcc (9.3.0-r2) 22:45:12 (2/5) Installing libsodium (1.0.18-r0) 22:45:12 (3/5) Installing libstdc++ (9.3.0-r2) 22:45:12 (4/5) Installing libzmq (4.3.3-r0) 22:45:12 (5/5) Installing zeromq (4.3.3-r0) 22:45:12 Executing busybox-1.31.1-r19.trigger 22:45:12 OK: 8 MiB in 19 packages 22:45:16 Removing intermediate container 35079cf458d9 22:45:16 ---> 03f5696c8ee7 22:45:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 22:45:17 ---> 8ab6436e007c 22:45:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:45:19 ---> 7b38c1557363 22:45:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:45:20 ---> a890adca74f9 22:45:20 Step 19/23 : ENTRYPOINT ["/core-data"] 22:45:20 ---> Running in 89aa40a7ca2f 22:45:21 Removing intermediate container 89aa40a7ca2f 22:45:21 ---> b78fdadc9f9a 22:45:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:45:21 ---> Running in 846b626b4388 22:45:22 Removing intermediate container 846b626b4388 22:45:22 ---> 69f24c917f61 22:45:22 Step 21/23 : LABEL arch=arm64 22:45:22 ---> Running in 26244a198375 22:45:23 Removing intermediate container 26244a198375 22:45:23 ---> f7471433b16b 22:45:23 Step 22/23 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:45:23 ---> Running in 70be731e3a97 22:45:23 Removing intermediate container 70be731e3a97 22:45:23 ---> 2bfc78d22a55 22:45:23 Step 23/23 : LABEL version=0.0.0 22:45:24 ---> Running in 45d075b81519 22:45:25 Removing intermediate container 45d075b81519 22:45:25 ---> d19bfac333df 22:45:25 22:45:26 Successfully built d19bfac333df 22:45:26 Successfully tagged docker-core-data-go-arm64:latest 22:45:26  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 22:45:28 Running on prd-centos7-docker-8c-8g-9002 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 22:45:28 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:45:30 using credential edgex-jenkins-ssh 22:45:31 Cloning the remote Git repository 22:45:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:45:31 > git init /w/workspace/edgex-go/3 # timeout=10 22:45:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:45:31 > git --version # timeout=10 22:45:31 > git --version # 'git version 2.16.5' 22:45:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:45 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit ba6ee07ed2d801d6840a4dec68755106c4955f7d 22:45:46 Merge succeeded, producing 35108452a44d0def0e30f77f5f875301c7362bfa 22:45:46 Checking out Revision 35108452a44d0def0e30f77f5f875301c7362bfa (PR-2850) 22:45:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:45:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:45:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:45:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:45 > git config core.sparsecheckout # timeout=10 22:45:45 > git checkout -f ba6ee07ed2d801d6840a4dec68755106c4955f7d # timeout=10 22:45:46 > git remote # timeout=10 22:45:46 > git config --get remote.origin.url # timeout=10 22:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:46 > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 22:45:46 > git rev-parse HEAD^{commit} # timeout=10 22:45:46 > git config core.sparsecheckout # timeout=10 22:45:46 > git checkout -f 35108452a44d0def0e30f77f5f875301c7362bfa # timeout=10 22:45:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:45:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:45:48 ---> c11e006d10da 22:45:48 Step 3/22 : WORKDIR /edgex-go 22:45:48 ---> Using cache 22:45:48 ---> 47a46d000fe3 22:45:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:48 ---> Using cache 22:45:48 ---> 0429cf8233b6 22:45:48 Step 5/22 : RUN apk update && apk add make git 22:45:48 ---> Using cache 22:45:48 ---> 46f98af949d6 22:45:48 Step 6/22 : COPY go.mod . 22:45:48 ---> Using cache 22:45:48 ---> 57cf5c0d26b7 22:45:48 Step 7/22 : RUN go mod download 22:45:48 ---> Using cache 22:45:48 ---> f7696f8b36a1 22:45:48 Step 8/22 : COPY . . 22:45:48 ---> Using cache 22:45:48 ---> 70d8b386dabc 22:45:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:45:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 22:45:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:45:48 ---> c11e006d10da 22:45:48 Step 3/21 : WORKDIR /edgex-go 22:45:48 ---> Using cache 22:45:48 ---> 47a46d000fe3 22:45:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:48 ---> Using cache 22:45:48 ---> 0429cf8233b6 22:45:48 Step 5/21 : RUN apk update && apk add make git 22:45:48 ---> Using cache 22:45:48 ---> 46f98af949d6 22:45:48 Step 6/21 : COPY go.mod . 22:45:48 ---> Using cache 22:45:48 ---> 57cf5c0d26b7 22:45:48 Step 7/21 : RUN go mod download 22:45:48 ---> Using cache 22:45:48 ---> f7696f8b36a1 22:45:48 Step 8/21 : COPY . . 22:45:48 ---> Using cache 22:45:48 ---> 70d8b386dabc 22:45:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:45:49 Commit message: "Merge commit '70c918de78a758e1281f9e18824a6a08fc9647aa' into HEAD" 22:45:49 > git rev-list --no-walk ffe84e3bc4334fe0b72f9a9d1cbd0b8e4c981610 # timeout=10 22:45:50 ---> Running in 1c086390f859 22:45:50 ---> Running in 36aa04219f07 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:51 ++ find /w/workspace/edgex-go/3 22:45:51 ++ grep snapcraft.yaml 22:45:51 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:45:51 provisioning config files... 22:45:51 copy managed file [EdgeX] to file:/w/workspace/edgex-go/3@tmp/config6664772479523234038tmp [Pipeline] { [Pipeline] sh 22:45:52 + cp /w/workspace/edgex-go/3@tmp/config6664772479523234038tmp /w/workspace/edgex-go/3/edgex-snap-store-login [Pipeline] sh 22:45:52 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 22:45:52 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 22:45:52 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 22:45:52 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 22:45:52 latest: Pulling from edgex-devops/edgex-snap-builder 22:45:52 f08d8e2a3ba1: Pulling fs layer 22:45:52 3baa9cb2483b: Pulling fs layer 22:45:52 94e5ff4c0b15: Pulling fs layer 22:45:52 1860925334f9: Pulling fs layer 22:45:52 2daf38717194: Pulling fs layer 22:45:52 309017e8d7a4: Pulling fs layer 22:45:52 f7790dc9fd0f: Pulling fs layer 22:45:52 cac0ae9282c2: Pulling fs layer 22:45:52 1f4cadf9a1ed: Pulling fs layer 22:45:52 2daf38717194: Waiting 22:45:52 309017e8d7a4: Waiting 22:45:52 f7790dc9fd0f: Waiting 22:45:52 cac0ae9282c2: Waiting 22:45:52 1f4cadf9a1ed: Waiting 22:45:52 1860925334f9: Waiting 22:45:52 94e5ff4c0b15: Verifying Checksum 22:45:52 94e5ff4c0b15: Download complete 22:45:52 3baa9cb2483b: Download complete 22:45:53 1860925334f9: Download complete 22:45:53 309017e8d7a4: Download complete 22:45:53 f7790dc9fd0f: Verifying Checksum 22:45:53 f7790dc9fd0f: Download complete 22:45:53 cac0ae9282c2: Download complete 22:45:53 1f4cadf9a1ed: Download complete 22:45:56 f08d8e2a3ba1: Download complete 22:45:57 f08d8e2a3ba1: Pull complete 22:45:57 3baa9cb2483b: Pull complete 22:45:57 94e5ff4c0b15: Pull complete 22:45:57 1860925334f9: Pull complete 22:45:59 Step 1/19 : ARG BUILDER_BASE=golang:1.15-alpine 22:45:59 Step 2/19 : FROM ${BUILDER_BASE} AS builder 22:45:59 ---> c11e006d10da 22:45:59 Step 3/19 : WORKDIR /edgex-go 22:45:59 ---> Using cache 22:45:59 ---> 47a46d000fe3 22:45:59 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:59 ---> Using cache 22:45:59 ---> 0429cf8233b6 22:45:59 Step 5/19 : RUN apk update && apk add make git 22:45:59 ---> Using cache 22:45:59 ---> 46f98af949d6 22:45:59 Step 6/19 : COPY go.mod . 22:45:59 ---> Using cache 22:45:59 ---> 57cf5c0d26b7 22:45:59 Step 7/19 : RUN go mod download 22:45:59 ---> Using cache 22:45:59 ---> f7696f8b36a1 22:45:59 Step 8/19 : COPY . . 22:45:59 ---> Using cache 22:45:59 ---> 70d8b386dabc 22:45:59 Step 9/19 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:46:00 ---> Running in 7f07a1aa0a63 22:46:01 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 22:46:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:46:01 ---> c11e006d10da 22:46:01 Step 3/20 : WORKDIR /edgex-go 22:46:01 ---> Using cache 22:46:01 ---> 47a46d000fe3 22:46:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:01 ---> Using cache 22:46:01 ---> 0429cf8233b6 22:46:01 Step 5/20 : RUN apk update && apk add make git 22:46:01 ---> Using cache 22:46:01 ---> 46f98af949d6 22:46:01 Step 6/20 : COPY go.mod . 22:46:01 ---> Using cache 22:46:01 ---> 57cf5c0d26b7 22:46:01 Step 7/20 : RUN go mod download 22:46:01 ---> Using cache 22:46:01 ---> f7696f8b36a1 22:46:01 Step 8/20 : COPY . . 22:46:02 2daf38717194: Verifying Checksum 22:46:02 2daf38717194: Download complete 22:46:02 ---> Using cache 22:46:02 ---> 70d8b386dabc 22:46:02 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 22:46:03 ---> Running in 30eebd8967fc 22:46:03 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 22:46:06 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 22:46:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:46:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:46:11 ---> c11e006d10da 22:46:11 Step 3/27 : WORKDIR /edgex-go 22:46:11 ---> Using cache 22:46:11 ---> 47a46d000fe3 22:46:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:11 ---> Using cache 22:46:11 ---> 0429cf8233b6 22:46:11 Step 5/27 : RUN apk update && apk add make bash git 22:46:12 ---> Running in 56db9cb0ad0f 22:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:46:18 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:46:18 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:46:18 OK: 12623 distinct packages available 22:46:19 OK: 217 MiB in 51 packages 22:46:21 Removing intermediate container 56db9cb0ad0f 22:46:21 ---> d1b2435ee590 22:46:21 Step 6/27 : COPY go.mod . 22:46:22 ---> 2c2b7d27f942 22:46:22 Step 7/27 : RUN go mod download 22:46:22 ---> Running in 8c2d6c211f70 22:46:24 2daf38717194: Pull complete 22:46:24 309017e8d7a4: Pull complete 22:46:24 f7790dc9fd0f: Pull complete 22:46:24 cac0ae9282c2: Pull complete 22:46:24 1f4cadf9a1ed: Pull complete 22:46:24 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 22:46:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 22:46:28 Removing intermediate container 8c2d6c211f70 22:46:28 ---> 908b5e4ded55 22:46:28 Step 8/27 : COPY . . 22:46:28 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:46:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:46:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:46:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:46:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 22:46:29 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 22:46:29 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 22:46:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 22:46:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 22:46:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 22:46:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 22:46:30 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 22:46:30 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 22:46:30 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 22:46:30 Fetched 8163 kB in 2s (4237 kB/s) 22:46:32 Reading package lists... 22:46:34 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: 22:46:34 - README.md 22:46:34 22:46:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:46:37 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:46:37 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:46:37 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:46:37 0% [2 InRelease gpgv 242 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 22:46:40 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 29% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 62% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 22:46:43 Installing build dependencies: autoconf automake autopoint autotools-dev binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 luarocks m4 make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip wget zip zlib1g-dev 22:46:45 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 25% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 22:46:45 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 64% Building dependency tree 22:46:45 Reading state information... 0% Reading state information... 0% Reading state information... Done 22:46:46 The following packages were automatically installed and are no longer required: 22:46:46 libjq1 libonig4 22:46:46 Use 'sudo apt autoremove' to remove them. 22:46:46 Suggested packages: 22:46:46 autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cmake-doc 22:46:46 ninja-build cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 22:46:46 lib32stdc++6-7-dbg libx32stdc++6-7-dbg flex bison gdb gcc-doc libgcc1-dbg 22:46:46 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 22:46:46 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 22:46:46 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:46:46 git-gui gitk gitweb git-cvs git-mediawiki git-svn lrzip glibc-doc bzr 22:46:46 gdbm-l10n libtool-doc ncurses-doc readline-doc libssl-doc libstdc++-7-doc 22:46:46 gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc make-doc 22:46:46 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 22:46:46 | libterm-readline-perl-perl 22:46:46 ---> d817e93ff31d 22:46:46 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:46:46 ---> Running in c18e41043472 22:46:46 The following NEW packages will be installed: 22:46:46 autoconf automake autopoint autotools-dev binutils binutils-common 22:46:46 binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl 22:46:46 dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base 22:46:46 gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 22:46:46 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 22:46:46 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 22:46:46 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 22:46:46 libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev 22:46:46 libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 22:46:46 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 22:46:46 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 22:46:46 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev 22:46:46 libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 22:46:46 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 22:46:46 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 22:46:46 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin 22:46:46 libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 22:46:46 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 22:46:46 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev 22:46:46 libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 22:46:46 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 22:46:46 pkg-config unzip wget zip zlib1g-dev 22:46:46 The following packages will be upgraded: 22:46:46 perl-base 22:46:46 1 upgraded, 130 newly installed, 0 to remove and 31 not upgraded. 22:46:46 Need to get 87.4 MB of archives. 22:46:46 After this operation, 394 MB of additional disk space will be used. 22:46:46 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:46:47 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 740 kB/1391 kB 53%] 1% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 22:46:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:46:47 2% [3 perl-modules-5.26 43.5 kB/2762 kB 2%] 4% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 22:46:47 4% [4 libgdbm5 23.0 kB/26.0 kB 88%] 4% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 22:46:47 5% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:46:47 5% [6 libperl5.26 4437 B/3534 kB 0%] 8% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:46:48 8% [7 perl 42.1 kB/201 kB 21%] 8% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 22:46:48 8% [8 less 55.6 kB/112 kB 50%] 9% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] 22:46:48 9% [9 libyaml-0-2 9390 B/47.2 kB 20%] 9% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 22:46:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 22:46:48 9% [11 manpages 65.5 kB/1234 kB 5%] 10% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB] 22:46:48 10% [12 wget 25.8 kB/316 kB 8%] 11% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] 22:46:48 11% [13 libsigsegv2 14.7 kB/14.7 kB 100%] 11% [Working] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 22:46:48 11% [14 m4 8192 B/197 kB 4%] 11% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 22:46:48 11% [15 autoconf 21.4 kB/322 kB 7%] 12% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 22:46:48 12% [16 autotools-dev 27.2 kB/39.6 kB 69%] 12% [Working] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 22:46:48 12% [17 automake 57.3 kB/509 kB 11%] 12% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 22:46:48 12% [18 autopoint 65.5 kB/426 kB 15%] 13% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:46:48 13% [19 binutils-common 34.7 kB/196 kB 18%] 13% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:46:48 13% [20 libbinutils 34.6 kB/488 kB 7%] 14% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:46:48 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 22:46:48 14% [21 binutils-x86-64-linux-gnu 65.5 kB/1839 kB 4%] 16% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:46:48 16% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 22:46:48 16% [23 libc-dev-bin 62.7 kB/71.8 kB 87%] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 22:46:48 16% [24 linux-libc-dev 56.2 kB/998 kB 6%] 17% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 22:46:48 17% [25 libc6-dev 41.3 kB/2585 kB 2%] 20% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:46:48 20% [26 gcc-7-base 18.3 kB/18.3 kB 100%] 20% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 22:46:48 20% [27 libisl19 47.1 kB/551 kB 9%] 21% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 22:46:48 21% [28 libmpfr6 27.3 kB/243 kB 11%] 21% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 22:46:48 21% [29 libmpc3 40.8 kB/40.8 kB 100%] 21% [Working] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:46:48 21% [30 cpp-7 9902 B/8591 kB 0%] 29% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:46:48 29% [31 cpp 27.7 kB/27.7 kB 100%] 29% [Working] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:46:48 29% [32 libcc1-0 0 B/39.4 kB 0%] 29% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:46:48 29% [33 libgomp1 0 B/76.5 kB 0%] 30% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:46:48 30% [34 libitm1 4096 B/27.9 kB 15%] 30% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:46:48 30% [35 libatomic1 0 B/9192 B 0%] 30% [Working] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:46:48 30% [36 libasan4 0 B/358 kB 0%] 31% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:46:48 31% [37 liblsan0 45.1 kB/133 kB 34%] 31% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:46:49 31% [38 libtsan0 51.0 kB/288 kB 18%] 31% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:46:49 31% [39 libubsan0 41.9 kB/126 kB 33%] 31% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:46:49 31% [40 libcilkrts5 20.5 kB/42.5 kB 48%] 32% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:46:49 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:46:49 32% [42 libquadmath0 40.2 kB/134 kB 30%] 32% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:46:49 32% [43 libgcc-7-dev 37.4 kB/2378 kB 2%] 34% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:46:49 34% [44 gcc-7 18.1 kB/9381 kB 0%] 43% [44 gcc-7 9380 kB/9381 kB 100%] 43% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:46:49 43% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:46:49 43% [46 libstdc++-7-dev 61.4 kB/1471 kB 4%] 45% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:46:50 45% [47 g++-7 32.8 kB/9697 kB 0%] 53% [47 g++-7 9410 kB/9697 kB 97%] 54% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:46:50 54% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 22:46:50 54% [49 make 38.4 kB/154 kB 25%] 54% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:46:50 54% [50 libdpkg-perl 15.3 kB/211 kB 7%] 55% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:46:50 55% [51 patch 49.2 kB/102 kB 48%] 55% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:46:50 55% [52 dpkg-dev 28.7 kB/607 kB 5%] 56% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 22:46:50 56% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 22:46:50 56% [54 cmake-data 16.4 kB/1332 kB 1%] 57% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 22:46:50 57% [55 libarchive13 4096 B/288 kB 1%] 58% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 22:46:50 58% [56 libjsoncpp1 25.7 kB/73.6 kB 35%] 58% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 22:46:50 58% [57 librhash0 4096 B/78.1 kB 5%] 58% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 22:46:50 58% [58 libuv1 20.5 kB/64.4 kB 32%] 58% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 22:46:50 58% [59 cmake 5513 B/3152 kB 0%] 61% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 22:46:50 61% [60 curl 64.4 kB/159 kB 41%] 62% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 22:46:50 62% [61 libfakeroot 25.9 kB/25.9 kB 100%] 62% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 22:46:50 62% [62 fakeroot 62.3 kB/62.3 kB 100%] 62% [Working] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 22:46:50 62% [63 libc6-i386 13.2 kB/2650 kB 0%] 64% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 22:46:50 65% [64 libc6-dev-i386 49.7 kB/1817 kB 3%] 66% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 22:46:51 66% [65 libc6-x32 65.5 kB/2847 kB 2%] 69% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 22:46:51 69% [66 libc6-dev-x32 37.9 kB/2018 kB 2%] 71% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 22:46:51 71% [67 lib32gcc1 28.5 kB/48.1 kB 59%] 71% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 22:46:51 71% [68 libx32gcc1 22.6 kB/40.5 kB 56%] 71% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 22:46:51 71% [69 lib32gomp1 27.4 kB/83.7 kB 33%] 72% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 22:46:51 72% [70 libx32gomp1 24.6 kB/77.8 kB 32%] 72% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 22:46:51 72% [71 lib32itm1 30.0 kB/30.0 kB 100%] 72% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 22:46:51 72% [72 libx32itm1 0 B/28.1 kB 0%] 72% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 22:46:51 72% [73 lib32atomic1 0 B/8664 B 0%] 72% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 22:46:51 72% [74 libx32atomic1 9188 B/9188 B 100%] 73% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 22:46:51 73% [75 lib32asan4 41.0 kB/362 kB 11%] 73% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 22:46:51 73% [76 libx32asan4 65.5 kB/351 kB 19%] 74% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 22:46:51 74% [77 lib32stdc++6 12.3 kB/415 kB 3%] 74% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 22:46:51 74% [78 lib32ubsan0 26.2 kB/140 kB 19%] 74% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 22:46:51 74% [79 libx32stdc++6 4096 B/387 kB 1%] 75% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 22:46:51 75% [80 libx32ubsan0 32.5 kB/127 kB 25%] 75% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 22:46:51 75% [81 lib32cilkrts5 36.0 kB/47.2 kB 76%] 75% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 22:46:51 75% [82 libx32cilkrts5 32.8 kB/43.0 kB 76%] 76% [Working] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 22:46:51 76% [83 lib32mpx2 10.7 kB/12.9 kB 83%] 76% [Working] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 22:46:51 76% [84 lib32quadmath0 57.3 kB/208 kB 28%] 76% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 22:46:51 76% [85 libx32quadmath0 51.7 kB/135 kB 38%] 76% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 22:46:51 76% [86 lib32gcc-7-dev 0 B/2211 kB 0%] 78% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 22:46:51 79% [87 libx32gcc-7-dev 64.4 kB/1999 kB 3%] 80% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 22:46:51 81% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 22:46:51 81% [89 lib32stdc++-7-dev 29.9 kB/626 kB 5%] 81% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 22:46:51 81% [90 libx32stdc++-7-dev 0 B/582 kB 0%] 82% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 22:46:51 82% [91 g++-7-multilib 1064 B/1064 B 100%] 82% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 22:46:51 82% [92 gcc-multilib 1428 B/1428 B 100%] 82% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 22:46:51 82% [93 g++-multilib 1020 B/1020 B 100%] 82% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 22:46:51 82% [94 libcurl3-gnutls 12.3 kB/213 kB 6%] 83% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:46:51 83% [95 liberror-perl 22.8 kB/22.8 kB 100%] 83% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:46:51 83% [96 git-man 22.7 kB/804 kB 3%] 84% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:46:52 84% [97 git 32.8 kB/3915 kB 1%] 88% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 22:46:52 88% [98 libalgorithm-diff-perl 22.3 kB/47.6 kB 47%] 88% [Working] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 22:46:52 88% [99 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 88% [Working] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 22:46:52 88% [100 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 88% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 22:46:52 88% [101 libfile-fcntllock-perl 4096 B/33.2 kB 12%] 88% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 22:46:52 88% [102 libltdl7 12.6 kB/38.8 kB 33%] 89% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 22:46:52 89% [103 libltdl-dev 15.2 kB/162 kB 9%] 89% [Waiting for headers] 13.1 MB/s 0s Get:104 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build2 [100 kB] 22:46:53 89% [104 liblua5.1-0 3966 B/100 kB 4%] 13.1 MB/s 0s Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] 22:46:53 89% [105 libtinfo-dev 9008 B/81.3 kB 11%] 13.1 MB/s 0s 89% [Working] 13.1 MB/s 0s Get:106 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline-dev amd64 7.0-3 [133 kB] 22:46:53 89% [106 libreadline-dev 2165 B/133 kB 2%] 13.1 MB/s 0s 90% [Waiting for headers] 13.1 MB/s 0s Get:107 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0-dev amd64 5.1.5-8.1build2 [119 kB] 22:46:53 90% [107 liblua5.1-0-dev 6670 B/119 kB 6%] 13.1 MB/s 0s 90% [Waiting for headers] 13.1 MB/s 0s Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] 22:46:53 90% [108 libncurses5-dev 5935 B/174 kB 3%] 13.1 MB/s 0s 90% [Waiting for headers] 13.1 MB/s 0s Get:109 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:46:53 90% [109 libnorm1 6420 B/224 kB 3%] 13.1 MB/s 0s Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] 22:46:53 90% [110 libpcre16-3 4469 B/147 kB 3%] 13.1 MB/s 0s 91% [Working] 13.1 MB/s 0s Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] 22:46:53 91% [111 libpcre32-3 1346 B/138 kB 1%] 13.1 MB/s 0s Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] 22:46:53 91% [112 libpcrecpp0v5 12.7 kB/15.3 kB 83%] 13.1 MB/s 0s 91% [Waiting for headers] 13.1 MB/s 0s Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] 22:46:53 91% [113 libpcre3-dev 6126 B/537 kB 1%] 13.1 MB/s 0s 92% [Waiting for headers] 13.1 MB/s 0s Get:114 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:46:53 92% [114 libpgm-5.2-0 27.3 kB/157 kB 17%] 13.1 MB/s 0s 92% [Waiting for headers] 13.1 MB/s 0s Get:115 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:46:53 92% [115 libsodium23 41.0 kB/143 kB 29%] 13.1 MB/s 0s 92% [Waiting for headers] 13.1 MB/s 0s Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1566 kB] 22:46:53 92% [116 libssl-dev 53.2 kB/1566 kB 3%] 13.1 MB/s 0s 94% [Waiting for headers] 13.1 MB/s 0s Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 22:46:53 94% [117 libtool 41.0 kB/194 kB 21%] 13.1 MB/s 0s 94% [Waiting for headers] 13.1 MB/s 0s Get:118 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] 22:46:53 94% [118 libtool-bin 20.5 kB/79.5 kB 26%] 13.1 MB/s 0s 95% [Waiting for headers] 13.1 MB/s 0s Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:46:53 95% [119 libzmq5 28.7 kB/221 kB 13%] 13.1 MB/s 0s 95% [Waiting for headers] 13.1 MB/s 0s Get:120 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:46:53 95% [120 libzmq3-dev 24.3 kB/400 kB 6%] 13.1 MB/s 0s 95% [Waiting for headers] 13.1 MB/s 0s Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua5.1 amd64 5.1.5-8.1build2 [93.2 kB] 22:46:53 95% [121 lua5.1 17.7 kB/93.2 kB 19%] 13.1 MB/s 0s 96% [Waiting for headers] 13.1 MB/s 0s Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-any all 24 [4718 B] 22:46:53 96% [122 lua-any 4718 B/4718 B 100%] 13.1 MB/s 0s 96% [Working] 13.1 MB/s 0s Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 22:46:53 96% [123 lua-socket 8192 B/70.5 kB 12%] 13.1 MB/s 0s 96% [Waiting for headers] 13.1 MB/s 0s Get:124 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-sec amd64 0.6-4 [29.5 kB] 22:46:53 96% [124 lua-sec 29.5 kB/29.5 kB 100%] 13.1 MB/s 0s 96% [Waiting for headers] 13.1 MB/s 0s Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:46:53 96% [125 zip 15.2 kB/167 kB 9%] 13.1 MB/s 0s 97% [Waiting for headers] 13.1 MB/s 0s Get:126 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 22:46:53 Get:127 http://archive.ubuntu.com/ubuntu bionic/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 22:46:53 97% [127 luarocks 65.5 kB/97.6 kB 67%] 13.1 MB/s 0s 97% [Waiting for headers] 13.1 MB/s 0s Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 22:46:53 97% [128 manpages-dev 41.3 kB/2217 kB 2%] 13.1 MB/s 0s 99% [Waiting for headers] 13.1 MB/s 0s Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:46:53 99% [129 pkg-config 44.6 kB/45.0 kB 99%] 13.1 MB/s 0s 99% [Working] 13.1 MB/s 0s Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 22:46:53 99% [130 zlib1g-dev 7237 B/176 kB 4%] 13.1 MB/s 0s 100% [Working] 13.1 MB/s 0s Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 22:46:53 100% [131 libyaml-dev 28.1 kB/55.7 kB 50%] 13.1 MB/s 0s 100% [Working] 13.1 MB/s 0s Fetched 87.4 MB in 7s (12.8 MB/s) 22:46:53 debconf: delaying package configuration, since apt-utils is not installed 22:46:54 (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 ... 9889 files and directories currently installed.) 22:46:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:46:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 22:46:57 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:46:57 Selecting previously unselected package liblocale-gettext-perl. 22:46:57 (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 ... 9889 files and directories currently installed.) 22:46:57 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 22:46:57 Unpacking liblocale-gettext-perl (1.07-3build2) ... 22:46:57 Selecting previously unselected package perl-modules-5.26. 22:46:57 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:46:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:46:58 Selecting previously unselected package libgdbm5:amd64. 22:46:58 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 22:46:58 Unpacking libgdbm5:amd64 (1.14.1-6) ... 22:46:58 Selecting previously unselected package libgdbm-compat4:amd64. 22:46:58 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 22:46:58 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 22:46:58 Selecting previously unselected package libperl5.26:amd64. 22:46:58 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:46:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:46:59 Selecting previously unselected package perl. 22:46:59 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:46:59 Unpacking perl (5.26.1-6ubuntu0.5) ... 22:46:59 Selecting previously unselected package less. 22:46:59 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 22:46:59 Unpacking less (487-0.1) ... 22:46:59 Selecting previously unselected package libyaml-0-2:amd64. 22:46:59 Preparing to unpack .../007-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... 22:46:59 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... 22:46:59 Selecting previously unselected package netbase. 22:46:59 Preparing to unpack .../008-netbase_5.4_all.deb ... 22:46:59 Unpacking netbase (5.4) ... 22:47:00 Selecting previously unselected package manpages. 22:47:00 Preparing to unpack .../009-manpages_4.15-1_all.deb ... 22:47:00 Unpacking manpages (4.15-1) ... 22:47:00 Selecting previously unselected package wget. 22:47:00 Preparing to unpack .../010-wget_1.19.4-1ubuntu2.2_amd64.deb ... 22:47:00 Unpacking wget (1.19.4-1ubuntu2.2) ... 22:47:00 Selecting previously unselected package libsigsegv2:amd64. 22:47:00 Preparing to unpack .../011-libsigsegv2_2.12-1_amd64.deb ... 22:47:00 Unpacking libsigsegv2:amd64 (2.12-1) ... 22:47:00 Selecting previously unselected package m4. 22:47:00 Preparing to unpack .../012-m4_1.4.18-1_amd64.deb ... 22:47:00 Unpacking m4 (1.4.18-1) ... 22:47:00 Selecting previously unselected package autoconf. 22:47:00 Preparing to unpack .../013-autoconf_2.69-11_all.deb ... 22:47:00 Unpacking autoconf (2.69-11) ... 22:47:00 Selecting previously unselected package autotools-dev. 22:47:00 Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 22:47:00 Unpacking autotools-dev (20180224.1) ... 22:47:00 Selecting previously unselected package automake. 22:47:00 Preparing to unpack .../015-automake_1%3a1.15.1-3ubuntu2_all.deb ... 22:47:00 Unpacking automake (1:1.15.1-3ubuntu2) ... 22:47:00 Selecting previously unselected package autopoint. 22:47:00 Preparing to unpack .../016-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 22:47:00 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 22:47:00 Selecting previously unselected package binutils-common:amd64. 22:47:00 Preparing to unpack .../017-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:47:00 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:47:00 Selecting previously unselected package libbinutils:amd64. 22:47:00 Preparing to unpack .../018-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:47:00 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:47:01 Selecting previously unselected package binutils-x86-64-linux-gnu. 22:47:01 Preparing to unpack .../019-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:47:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:47:01 Selecting previously unselected package binutils. 22:47:01 Preparing to unpack .../020-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:47:01 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 22:47:01 Selecting previously unselected package libc-dev-bin. 22:47:01 Preparing to unpack .../021-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 22:47:01 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 22:47:01 Selecting previously unselected package linux-libc-dev:amd64. 22:47:01 Preparing to unpack .../022-linux-libc-dev_4.15.0-122.124_amd64.deb ... 22:47:01 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 22:47:02 Selecting previously unselected package libc6-dev:amd64. 22:47:02 Preparing to unpack .../023-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 22:47:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 22:47:02 Selecting previously unselected package gcc-7-base:amd64. 22:47:02 Preparing to unpack .../024-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:02 Selecting previously unselected package libisl19:amd64. 22:47:02 Preparing to unpack .../025-libisl19_0.19-1_amd64.deb ... 22:47:03 Unpacking libisl19:amd64 (0.19-1) ... 22:47:03 Selecting previously unselected package libmpfr6:amd64. 22:47:03 Preparing to unpack .../026-libmpfr6_4.0.1-1_amd64.deb ... 22:47:03 Unpacking libmpfr6:amd64 (4.0.1-1) ... 22:47:03 Selecting previously unselected package libmpc3:amd64. 22:47:03 Preparing to unpack .../027-libmpc3_1.1.0-1_amd64.deb ... 22:47:03 Unpacking libmpc3:amd64 (1.1.0-1) ... 22:47:03 Selecting previously unselected package cpp-7. 22:47:03 Preparing to unpack .../028-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:47:04 Selecting previously unselected package cpp. 22:47:04 Preparing to unpack .../029-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:47:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 22:47:04 Selecting previously unselected package libcc1-0:amd64. 22:47:04 Preparing to unpack .../030-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:04 Selecting previously unselected package libgomp1:amd64. 22:47:04 Preparing to unpack .../031-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:04 Selecting previously unselected package libitm1:amd64. 22:47:04 Preparing to unpack .../032-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:04 Selecting previously unselected package libatomic1:amd64. 22:47:04 Preparing to unpack .../033-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libasan4:amd64. 22:47:05 Preparing to unpack .../034-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package liblsan0:amd64. 22:47:05 Preparing to unpack .../035-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libtsan0:amd64. 22:47:05 Preparing to unpack .../036-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libubsan0:amd64. 22:47:05 Preparing to unpack .../037-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libcilkrts5:amd64. 22:47:05 Preparing to unpack .../038-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libmpx2:amd64. 22:47:05 Preparing to unpack .../039-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libquadmath0:amd64. 22:47:05 Preparing to unpack .../040-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:05 Selecting previously unselected package libgcc-7-dev:amd64. 22:47:05 Preparing to unpack .../041-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:06 Selecting previously unselected package gcc-7. 22:47:06 Preparing to unpack .../042-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:47:07 Selecting previously unselected package gcc. 22:47:07 Preparing to unpack .../043-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:47:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 22:47:07 Selecting previously unselected package libstdc++-7-dev:amd64. 22:47:07 Preparing to unpack .../044-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:08 Selecting previously unselected package g++-7. 22:47:08 Preparing to unpack .../045-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 22:47:09 Selecting previously unselected package g++. 22:47:09 Preparing to unpack .../046-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:47:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 22:47:09 Selecting previously unselected package make. 22:47:09 Preparing to unpack .../047-make_4.1-9.1ubuntu1_amd64.deb ... 22:47:09 Unpacking make (4.1-9.1ubuntu1) ... 22:47:09 Selecting previously unselected package libdpkg-perl. 22:47:09 Preparing to unpack .../048-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:47:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:47:10 Selecting previously unselected package patch. 22:47:10 Preparing to unpack .../049-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:47:10 Unpacking patch (2.7.6-2ubuntu1.1) ... 22:47:10 Selecting previously unselected package dpkg-dev. 22:47:10 Preparing to unpack .../050-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:47:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 22:47:10 Selecting previously unselected package build-essential. 22:47:10 Preparing to unpack .../051-build-essential_12.4ubuntu1_amd64.deb ... 22:47:10 Unpacking build-essential (12.4ubuntu1) ... 22:47:10 Selecting previously unselected package cmake-data. 22:47:10 Preparing to unpack .../052-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 22:47:10 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 22:47:11 Selecting previously unselected package libarchive13:amd64. 22:47:11 Preparing to unpack .../053-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 22:47:11 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 22:47:11 Selecting previously unselected package libjsoncpp1:amd64. 22:47:11 Preparing to unpack .../054-libjsoncpp1_1.7.4-3_amd64.deb ... 22:47:11 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 22:47:11 Selecting previously unselected package librhash0:amd64. 22:47:11 Preparing to unpack .../055-librhash0_1.3.6-2_amd64.deb ... 22:47:11 Unpacking librhash0:amd64 (1.3.6-2) ... 22:47:11 Selecting previously unselected package libuv1:amd64. 22:47:11 Preparing to unpack .../056-libuv1_1.18.0-3_amd64.deb ... 22:47:11 Unpacking libuv1:amd64 (1.18.0-3) ... 22:47:11 Selecting previously unselected package cmake. 22:47:11 Preparing to unpack .../057-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 22:47:11 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 22:47:12 Selecting previously unselected package curl. 22:47:12 Preparing to unpack .../058-curl_7.58.0-2ubuntu3.10_amd64.deb ... 22:47:12 Unpacking curl (7.58.0-2ubuntu3.10) ... 22:47:12 Selecting previously unselected package libfakeroot:amd64. 22:47:12 Preparing to unpack .../059-libfakeroot_1.22-2ubuntu1_amd64.deb ... 22:47:12 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 22:47:12 Selecting previously unselected package fakeroot. 22:47:12 Preparing to unpack .../060-fakeroot_1.22-2ubuntu1_amd64.deb ... 22:47:12 Unpacking fakeroot (1.22-2ubuntu1) ... 22:47:13 Selecting previously unselected package libc6-i386. 22:47:13 Preparing to unpack .../061-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 22:47:13 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 22:47:13 Selecting previously unselected package libc6-dev-i386. 22:47:13 Preparing to unpack .../062-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 22:47:13 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 22:47:13 Selecting previously unselected package libc6-x32. 22:47:13 Preparing to unpack .../063-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 22:47:13 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 22:47:14 Selecting previously unselected package libc6-dev-x32. 22:47:14 Preparing to unpack .../064-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 22:47:14 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 22:47:15 Selecting previously unselected package lib32gcc1. 22:47:15 Preparing to unpack .../065-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package libx32gcc1. 22:47:15 Preparing to unpack .../066-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package lib32gomp1. 22:47:15 Preparing to unpack .../067-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package libx32gomp1. 22:47:15 Preparing to unpack .../068-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package lib32itm1. 22:47:15 Preparing to unpack .../069-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package libx32itm1. 22:47:15 Preparing to unpack .../070-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package lib32atomic1. 22:47:15 Preparing to unpack .../071-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package libx32atomic1. 22:47:15 Preparing to unpack .../072-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package lib32asan4. 22:47:15 Preparing to unpack .../073-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 22:47:15 Selecting previously unselected package libx32asan4. 22:47:15 Preparing to unpack .../074-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:15 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package lib32stdc++6. 22:47:16 Preparing to unpack .../075-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package lib32ubsan0. 22:47:16 Preparing to unpack .../076-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package libx32stdc++6. 22:47:16 Preparing to unpack .../077-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package libx32ubsan0. 22:47:16 Preparing to unpack .../078-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package lib32cilkrts5. 22:47:16 Preparing to unpack .../079-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package libx32cilkrts5. 22:47:16 Preparing to unpack .../080-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 22:47:16 Selecting previously unselected package lib32mpx2. 22:47:16 Preparing to unpack .../081-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:16 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 22:47:17 Selecting previously unselected package lib32quadmath0. 22:47:17 Preparing to unpack .../082-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:17 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 22:47:17 Selecting previously unselected package libx32quadmath0. 22:47:17 Preparing to unpack .../083-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:47:17 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 22:47:17 Selecting previously unselected package lib32gcc-7-dev. 22:47:17 Preparing to unpack .../084-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:17 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:17 Selecting previously unselected package libx32gcc-7-dev. 22:47:17 Preparing to unpack .../085-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:17 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:18 Selecting previously unselected package gcc-7-multilib. 22:47:18 Preparing to unpack .../086-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:18 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 22:47:18 Selecting previously unselected package lib32stdc++-7-dev. 22:47:18 Preparing to unpack .../087-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:18 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:18 Selecting previously unselected package libx32stdc++-7-dev. 22:47:18 Preparing to unpack .../088-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:18 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:18 Selecting previously unselected package g++-7-multilib. 22:47:18 Preparing to unpack .../089-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:47:18 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 22:47:18 Selecting previously unselected package gcc-multilib. 22:47:18 Preparing to unpack .../090-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:47:18 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 22:47:18 Selecting previously unselected package g++-multilib. 22:47:18 Preparing to unpack .../091-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:47:18 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 22:47:18 Selecting previously unselected package libcurl3-gnutls:amd64. 22:47:18 Preparing to unpack .../092-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 22:47:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 22:47:18 Selecting previously unselected package liberror-perl. 22:47:18 Preparing to unpack .../093-liberror-perl_0.17025-1_all.deb ... 22:47:18 Unpacking liberror-perl (0.17025-1) ... 22:47:18 Selecting previously unselected package git-man. 22:47:18 Preparing to unpack .../094-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:47:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:47:19 Selecting previously unselected package git. 22:47:19 Preparing to unpack .../095-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:47:19 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:47:20 Selecting previously unselected package libalgorithm-diff-perl. 22:47:20 Preparing to unpack .../096-libalgorithm-diff-perl_1.19.03-1_all.deb ... 22:47:20 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 22:47:20 Selecting previously unselected package libalgorithm-diff-xs-perl. 22:47:20 Preparing to unpack .../097-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 22:47:20 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 22:47:20 Selecting previously unselected package libalgorithm-merge-perl. 22:47:20 Preparing to unpack .../098-libalgorithm-merge-perl_0.08-3_all.deb ... 22:47:20 Unpacking libalgorithm-merge-perl (0.08-3) ... 22:47:20 Selecting previously unselected package libfile-fcntllock-perl. 22:47:20 Preparing to unpack .../099-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 22:47:20 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 22:47:20 Selecting previously unselected package libltdl7:amd64. 22:47:20 Preparing to unpack .../100-libltdl7_2.4.6-2_amd64.deb ... 22:47:20 Unpacking libltdl7:amd64 (2.4.6-2) ... 22:47:20 Selecting previously unselected package libltdl-dev:amd64. 22:47:20 Preparing to unpack .../101-libltdl-dev_2.4.6-2_amd64.deb ... 22:47:20 Unpacking libltdl-dev:amd64 (2.4.6-2) ... 22:47:20 Selecting previously unselected package liblua5.1-0:amd64. 22:47:20 Preparing to unpack .../102-liblua5.1-0_5.1.5-8.1build2_amd64.deb ... 22:47:20 Unpacking liblua5.1-0:amd64 (5.1.5-8.1build2) ... 22:47:20 Selecting previously unselected package libtinfo-dev:amd64. 22:47:20 Preparing to unpack .../103-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... 22:47:20 Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... 22:47:20 Selecting previously unselected package libreadline-dev:amd64. 22:47:20 Preparing to unpack .../104-libreadline-dev_7.0-3_amd64.deb ... 22:47:20 Unpacking libreadline-dev:amd64 (7.0-3) ... 22:47:20 Selecting previously unselected package liblua5.1-0-dev:amd64. 22:47:20 Preparing to unpack .../105-liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb ... 22:47:20 Unpacking liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... 22:47:20 Selecting previously unselected package libncurses5-dev:amd64. 22:47:20 Preparing to unpack .../106-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... 22:47:20 Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... 22:47:20 Selecting previously unselected package libnorm1:amd64. 22:47:20 Preparing to unpack .../107-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:47:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:47:21 Selecting previously unselected package libpcre16-3:amd64. 22:47:21 Preparing to unpack .../108-libpcre16-3_2%3a8.39-9_amd64.deb ... 22:47:21 Unpacking libpcre16-3:amd64 (2:8.39-9) ... 22:47:21 Selecting previously unselected package libpcre32-3:amd64. 22:47:21 Preparing to unpack .../109-libpcre32-3_2%3a8.39-9_amd64.deb ... 22:47:21 Unpacking libpcre32-3:amd64 (2:8.39-9) ... 22:47:21 Selecting previously unselected package libpcrecpp0v5:amd64. 22:47:21 Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... 22:47:21 Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... 22:47:21 Selecting previously unselected package libpcre3-dev:amd64. 22:47:21 Preparing to unpack .../111-libpcre3-dev_2%3a8.39-9_amd64.deb ... 22:47:21 Unpacking libpcre3-dev:amd64 (2:8.39-9) ... 22:47:21 Selecting previously unselected package libpgm-5.2-0:amd64. 22:47:21 Preparing to unpack .../112-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:47:21 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:47:21 Selecting previously unselected package libsodium23:amd64. 22:47:21 Preparing to unpack .../113-libsodium23_1.0.16-2_amd64.deb ... 22:47:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:47:21 Selecting previously unselected package libssl-dev:amd64. 22:47:21 Preparing to unpack .../114-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 22:47:21 Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 22:47:22 Selecting previously unselected package libtool. 22:47:22 Preparing to unpack .../115-libtool_2.4.6-2_all.deb ... 22:47:22 Unpacking libtool (2.4.6-2) ... 22:47:22 Selecting previously unselected package libtool-bin. 22:47:22 Preparing to unpack .../116-libtool-bin_2.4.6-2_amd64.deb ... 22:47:22 Unpacking libtool-bin (2.4.6-2) ... 22:47:22 Selecting previously unselected package libzmq5:amd64. 22:47:22 Preparing to unpack .../117-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:47:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:47:22 Selecting previously unselected package libzmq3-dev:amd64. 22:47:22 Preparing to unpack .../118-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:47:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:47:22 Selecting previously unselected package lua5.1. 22:47:22 Preparing to unpack .../119-lua5.1_5.1.5-8.1build2_amd64.deb ... 22:47:22 Unpacking lua5.1 (5.1.5-8.1build2) ... 22:47:22 Selecting previously unselected package lua-any. 22:47:22 Preparing to unpack .../120-lua-any_24_all.deb ... 22:47:22 Unpacking lua-any (24) ... 22:47:22 Selecting previously unselected package lua-socket:amd64. 22:47:22 Preparing to unpack .../121-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 22:47:22 Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 22:47:23 Selecting previously unselected package lua-sec:amd64. 22:47:23 Preparing to unpack .../122-lua-sec_0.6-4_amd64.deb ... 22:47:23 Unpacking lua-sec:amd64 (0.6-4) ... 22:47:23 Selecting previously unselected package zip. 22:47:23 Preparing to unpack .../123-zip_3.0-11build1_amd64.deb ... 22:47:23 Unpacking zip (3.0-11build1) ... 22:47:23 Selecting previously unselected package unzip. 22:47:23 Preparing to unpack .../124-unzip_6.0-21ubuntu1_amd64.deb ... 22:47:23 Unpacking unzip (6.0-21ubuntu1) ... 22:47:23 Selecting previously unselected package luarocks. 22:47:23 Preparing to unpack .../125-luarocks_2.4.2+dfsg-1_all.deb ... 22:47:23 Unpacking luarocks (2.4.2+dfsg-1) ... 22:47:23 Selecting previously unselected package manpages-dev. 22:47:23 Preparing to unpack .../126-manpages-dev_4.15-1_all.deb ... 22:47:23 Unpacking manpages-dev (4.15-1) ... 22:47:23 Selecting previously unselected package pkg-config. 22:47:23 Preparing to unpack .../127-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:47:23 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:47:24 Selecting previously unselected package zlib1g-dev:amd64. 22:47:24 Preparing to unpack .../128-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 22:47:24 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 22:47:24 Selecting previously unselected package libyaml-dev:amd64. 22:47:24 Preparing to unpack .../129-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 22:47:24 Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 22:47:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:24 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 22:47:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:47:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:24 Setting up manpages (4.15-1) ... 22:47:24 Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 22:47:24 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:47:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:24 Setting up less (487-0.1) ... 22:47:24 Setting up make (4.1-9.1ubuntu1) ... 22:47:24 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 22:47:24 Setting up curl (7.58.0-2ubuntu3.10) ... 22:47:24 Setting up libsigsegv2:amd64 (2.12-1) ... 22:47:24 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 22:47:24 Setting up libuv1:amd64 (1.18.0-3) ... 22:47:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 22:47:24 Setting up lua-sec:amd64 (0.6-4) ... 22:47:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:24 Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 22:47:24 Setting up unzip (6.0-21ubuntu1) ... 22:47:24 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 22:47:24 Setting up libmpfr6:amd64 (4.0.1-1) ... 22:47:24 Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... 22:47:24 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 22:47:24 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 22:47:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:47:25 Setting up m4 (1.4.18-1) ... 22:47:25 Setting up libgdbm5:amd64 (1.14.1-6) ... 22:47:25 Setting up zip (3.0-11build1) ... 22:47:25 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up librhash0:amd64 (1.3.6-2) ... 22:47:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:47:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:25 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:47:25 Setting up libsodium23:amd64 (1.0.16-2) ... 22:47:25 Setting up lua5.1 (5.1.5-8.1build2) ... 22:47:25 update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 22:47:25 update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist 22:47:25 update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 22:47:25 update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist 22:47:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... 22:47:25 Setting up patch (2.7.6-2ubuntu1.1) ... 22:47:25 Setting up autotools-dev (20180224.1) ... 22:47:25 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 22:47:25 Setting up libltdl7:amd64 (2.4.6-2) ... 22:47:25 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up wget (1.19.4-1ubuntu2.2) ... 22:47:25 Setting up libreadline-dev:amd64 (7.0-3) ... 22:47:25 Setting up liblocale-gettext-perl (1.07-3build2) ... 22:47:25 Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... 22:47:25 Setting up libpcre32-3:amd64 (2:8.39-9) ... 22:47:25 Setting up libmpc3:amd64 (1.1.0-1) ... 22:47:25 Setting up liblua5.1-0:amd64 (5.1.5-8.1build2) ... 22:47:25 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 22:47:25 Setting up libpcre16-3:amd64 (2:8.39-9) ... 22:47:25 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 22:47:25 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up manpages-dev (4.15-1) ... 22:47:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 22:47:25 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 22:47:25 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 22:47:25 Setting up netbase (5.4) ... 22:47:25 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 22:47:26 Setting up libisl19:amd64 (0.19-1) ... 22:47:26 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 22:47:26 Setting up lua-any (24) ... 22:47:26 Setting up libpcre3-dev:amd64 (2:8.39-9) ... 22:47:26 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:47:26 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up libltdl-dev:amd64 (2.4.6-2) ... 22:47:26 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:47:26 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 22:47:26 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... 22:47:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 22:47:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:47:26 Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 22:47:26 Setting up fakeroot (1.22-2ubuntu1) ... 22:47:26 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist 22:47:26 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... 22:47:26 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:47:26 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 22:47:26 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 22:47:26 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 22:47:26 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 22:47:27 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 22:47:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:47:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:47:27 Setting up luarocks (2.4.2+dfsg-1) ... 22:47:27 Making manifest for /usr/local/lib/luarocks/rocks 22:47:27 Warning: This looks like a local rocks tree, but you did not pass --local-tree. 22:47:27 Generating index.html for /usr/local/lib/luarocks/rocks 22:47:27 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up perl (5.26.1-6ubuntu0.5) ... 22:47:27 Setting up libfile-fcntllock-perl (0.22-3build2) ... 22:47:27 Setting up libalgorithm-diff-perl (1.19.03-1) ... 22:47:27 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:47:27 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up liberror-perl (0.17025-1) ... 22:47:27 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:47:27 Setting up autoconf (2.69-11) ... 22:47:27 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:47:27 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 22:47:27 Setting up libalgorithm-merge-perl (0.08-3) ... 22:47:27 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:47:27 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 22:47:27 Setting up automake (1:1.15.1-3ubuntu2) ... 22:47:27 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 22:47:27 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist 22:47:27 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist 22:47:27 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:47:27 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 22:47:27 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 22:47:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:47:27 Setting up libtool (2.4.6-2) ... 22:47:28 Setting up libtool-bin (2.4.6-2) ... 22:47:28 Setting up build-essential (12.4ubuntu1) ... 22:47:28 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 22:47:28 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:47:28 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 22:47:28 Processing triggers for mime-support (3.60ubuntu1) ... 22:47:28 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 22:47:31 autoconf set to automatically installed. 22:47:31 automake set to automatically installed. 22:47:31 autopoint set to automatically installed. 22:47:31 autotools-dev set to automatically installed. 22:47:31 binutils set to automatically installed. 22:47:31 binutils-common set to automatically installed. 22:47:31 binutils-x86-64-linux-gnu set to automatically installed. 22:47:31 build-essential set to automatically installed. 22:47:31 cmake set to automatically installed. 22:47:31 cmake-data set to automatically installed. 22:47:31 cpp set to automatically installed. 22:47:31 cpp-7 set to automatically installed. 22:47:31 curl set to automatically installed. 22:47:31 dpkg-dev set to automatically installed. 22:47:31 fakeroot set to automatically installed. 22:47:31 g++ set to automatically installed. 22:47:31 g++-7 set to automatically installed. 22:47:31 g++-7-multilib set to automatically installed. 22:47:31 g++-multilib set to automatically installed. 22:47:31 gcc set to automatically installed. 22:47:31 gcc-7 set to automatically installed. 22:47:31 gcc-7-base set to automatically installed. 22:47:31 gcc-7-multilib set to automatically installed. 22:47:31 gcc-multilib set to automatically installed. 22:47:31 git set to automatically installed. 22:47:31 git-man set to automatically installed. 22:47:31 less set to automatically installed. 22:47:31 lib32asan4 set to automatically installed. 22:47:31 lib32atomic1 set to automatically installed. 22:47:31 lib32cilkrts5 set to automatically installed. 22:47:31 lib32gcc-7-dev set to automatically installed. 22:47:31 lib32gcc1 set to automatically installed. 22:47:31 lib32gomp1 set to automatically installed. 22:47:31 lib32itm1 set to automatically installed. 22:47:31 lib32mpx2 set to automatically installed. 22:47:31 lib32quadmath0 set to automatically installed. 22:47:31 lib32stdc++-7-dev set to automatically installed. 22:47:31 lib32stdc++6 set to automatically installed. 22:47:31 lib32ubsan0 set to automatically installed. 22:47:31 libalgorithm-diff-perl set to automatically installed. 22:47:31 libalgorithm-diff-xs-perl set to automatically installed. 22:47:31 libalgorithm-merge-perl set to automatically installed. 22:47:31 libarchive13 set to automatically installed. 22:47:31 libasan4 set to automatically installed. 22:47:31 libatomic1 set to automatically installed. 22:47:31 libbinutils set to automatically installed. 22:47:31 libc-dev-bin set to automatically installed. 22:47:31 libc6-dev set to automatically installed. 22:47:31 libc6-dev-i386 set to automatically installed. 22:47:31 libc6-dev-x32 set to automatically installed. 22:47:31 libc6-i386 set to automatically installed. 22:47:32 libc6-x32 set to automatically installed. 22:47:32 libcc1-0 set to automatically installed. 22:47:32 libcilkrts5 set to automatically installed. 22:47:32 libcurl3-gnutls set to automatically installed. 22:47:32 libdpkg-perl set to automatically installed. 22:47:32 liberror-perl set to automatically installed. 22:47:32 libfakeroot set to automatically installed. 22:47:32 libfile-fcntllock-perl set to automatically installed. 22:47:32 libgcc-7-dev set to automatically installed. 22:47:32 libgdbm-compat4 set to automatically installed. 22:47:32 libgdbm5 set to automatically installed. 22:47:32 libgomp1 set to automatically installed. 22:47:32 libisl19 set to automatically installed. 22:47:32 libitm1 set to automatically installed. 22:47:32 libjsoncpp1 set to automatically installed. 22:47:32 liblocale-gettext-perl set to automatically installed. 22:47:32 liblsan0 set to automatically installed. 22:47:32 libltdl-dev set to automatically installed. 22:47:32 libltdl7 set to automatically installed. 22:47:32 liblua5.1-0 set to automatically installed. 22:47:32 liblua5.1-0-dev set to automatically installed. 22:47:32 libmpc3 set to automatically installed. 22:47:32 libmpfr6 set to automatically installed. 22:47:32 libmpx2 set to automatically installed. 22:47:32 libncurses5-dev set to automatically installed. 22:47:32 libnorm1 set to automatically installed. 22:47:32 libpcre16-3 set to automatically installed. 22:47:32 libpcre3-dev set to automatically installed. 22:47:32 libpcre32-3 set to automatically installed. 22:47:32 libpcrecpp0v5 set to automatically installed. 22:47:32 libperl5.26 set to automatically installed. 22:47:32 libpgm-5.2-0 set to automatically installed. 22:47:32 libquadmath0 set to automatically installed. 22:47:32 libreadline-dev set to automatically installed. 22:47:32 librhash0 set to automatically installed. 22:47:32 libsigsegv2 set to automatically installed. 22:47:32 libsodium23 set to automatically installed. 22:47:32 libssl-dev set to automatically installed. 22:47:32 libstdc++-7-dev set to automatically installed. 22:47:32 libtinfo-dev set to automatically installed. 22:47:32 libtool set to automatically installed. 22:47:32 libtool-bin set to automatically installed. 22:47:32 libtsan0 set to automatically installed. 22:47:33 libubsan0 set to automatically installed. 22:47:33 libuv1 set to automatically installed. 22:47:33 libx32asan4 set to automatically installed. 22:47:33 libx32atomic1 set to automatically installed. 22:47:33 libx32cilkrts5 set to automatically installed. 22:47:33 libx32gcc-7-dev set to automatically installed. 22:47:33 libx32gcc1 set to automatically installed. 22:47:33 libx32gomp1 set to automatically installed. 22:47:33 libx32itm1 set to automatically installed. 22:47:33 libx32quadmath0 set to automatically installed. 22:47:33 libx32stdc++-7-dev set to automatically installed. 22:47:33 libx32stdc++6 set to automatically installed. 22:47:33 libx32ubsan0 set to automatically installed. 22:47:33 libyaml-0-2 set to automatically installed. 22:47:33 libyaml-dev set to automatically installed. 22:47:33 libzmq3-dev set to automatically installed. 22:47:33 libzmq5 set to automatically installed. 22:47:33 linux-libc-dev set to automatically installed. 22:47:33 lua-any set to automatically installed. 22:47:33 lua-sec set to automatically installed. 22:47:33 lua-socket set to automatically installed. 22:47:33 lua5.1 set to automatically installed. 22:47:33 luarocks set to automatically installed. 22:47:33 m4 set to automatically installed. 22:47:33 make set to automatically installed. 22:47:33 manpages set to automatically installed. 22:47:33 manpages-dev set to automatically installed. 22:47:33 netbase set to automatically installed. 22:47:33 patch set to automatically installed. 22:47:33 perl set to automatically installed. 22:47:33 perl-base set to automatically installed. 22:47:33 perl-modules-5.26 set to automatically installed. 22:47:33 pkg-config set to automatically installed. 22:47:33 unzip set to automatically installed. 22:47:33 wget set to automatically installed. 22:47:33 zip set to automatically installed. 22:47:33 zlib1g-dev set to automatically installed. 22:47:33 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 22:47:33 Please ensure the environment is properly setup before continuing. 22:47:33 Ignore this message if the appropriate measures have already been taken 22:47:34 Pulling go-build-helper  22:47:35 Removing intermediate container 30eebd8967fc 22:47:35 ---> cd4e890b184c 22:47:35 22:47:35 Step 10/20 : FROM alpine 22:47:35 ---> 2e77e061c27f 22:47:35 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 22:47:35 ---> Running in 74f1d7557c03 22:47:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:47:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:47:35 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 22:47:35 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 22:47:35 OK: 12615 distinct packages available 22:47:35 (1/4) Installing ca-certificates (20191127-r4) 22:47:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:47:35 (3/4) Installing libcurl (7.69.1-r1) 22:47:35 (4/4) Installing curl (7.69.1-r1) 22:47:35 Executing busybox-1.31.1-r19.trigger 22:47:35 Executing ca-certificates-20191127-r4.trigger 22:47:35 OK: 7 MiB in 18 packages 22:47:35 Pulling lua-kong-nginx-module  22:47:36 Cloning into '/build/parts/lua-kong-nginx-module/src'... 22:47:37 remote: Enumerating objects: 18, done. 22:47:37 remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done. 22:47:37 remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. 22:47:37 Receiving objects: 0% (1/152) Receiving objects: 1% (2/152) Receiving objects: 2% (4/152) Receiving objects: 3% (5/152) Receiving objects: 4% (7/152) Receiving objects: 5% (8/152) Receiving objects: 6% (10/152) Receiving objects: 7% (11/152) Receiving objects: 8% (13/152) Receiving objects: 9% (14/152) Receiving objects: 10% (16/152) Receiving objects: 11% (17/152) Receiving objects: 12% (19/152) Receiving objects: 13% (20/152) Receiving objects: 14% (22/152) Receiving objects: 15% (23/152) Receiving objects: 16% (25/152) Receiving objects: 17% (26/152) Receiving objects: 18% (28/152) Receiving objects: 19% (29/152) Receiving objects: 20% (31/152) Receiving objects: 21% (32/152) Receiving objects: 22% (34/152) Receiving objects: 23% (35/152) Receiving objects: 24% (37/152) Receiving objects: 25% (38/152) Receiving objects: 26% (40/152) Receiving objects: 27% (42/152) Receiving objects: 28% (43/152) Receiving objects: 29% (45/152) Receiving objects: 30% (46/152) Receiving objects: 31% (48/152) Receiving objects: 32% (49/152) Receiving objects: 33% (51/152) Receiving objects: 34% (52/152) Receiving objects: 35% (54/152) Receiving objects: 36% (55/152) Receiving objects: 37% (57/152) Receiving objects: 38% (58/152) Receiving objects: 39% (60/152) Receiving objects: 40% (61/152) Receiving objects: 41% (63/152) Receiving objects: 42% (64/152) Receiving objects: 43% (66/152) Receiving objects: 44% (67/152) Receiving objects: 45% (69/152) Receiving objects: 46% (70/152) Receiving objects: 47% (72/152) Receiving objects: 48% (73/152) Receiving objects: 49% (75/152) Receiving objects: 50% (76/152) Receiving objects: 51% (78/152) Receiving objects: 52% (80/152) Receiving objects: 53% (81/152) Receiving objects: 54% (83/152) Receiving objects: 55% (84/152) Receiving objects: 56% (86/152) Receiving objects: 57% (87/152) Receiving objects: 58% (89/152) Receiving objects: 59% (90/152) Receiving objects: 60% (92/152) Receiving objects: 61% (93/152) Receiving objects: 62% (95/152) Receiving objects: 63% (96/152) Receiving objects: 64% (98/152) Receiving objects: 65% (99/152) Receiving objects: 66% (101/152) Receiving objects: 67% (102/152) remote: Total 152 (delta 4), reused 10 (delta 2), pack-reused 134 22:47:37 Receiving objects: 68% (104/152) Receiving objects: 69% (105/152) Receiving objects: 70% (107/152) Receiving objects: 71% (108/152) Receiving objects: 72% (110/152) Receiving objects: 73% (111/152) Receiving objects: 74% (113/152) Receiving objects: 75% (114/152) Receiving objects: 76% (116/152) Receiving objects: 77% (118/152) Receiving objects: 78% (119/152) Receiving objects: 79% (121/152) Receiving objects: 80% (122/152) Receiving objects: 81% (124/152) Receiving objects: 82% (125/152) Receiving objects: 83% (127/152) Receiving objects: 84% (128/152) Receiving objects: 85% (130/152) Receiving objects: 86% (131/152) Receiving objects: 87% (133/152) Receiving objects: 88% (134/152) Receiving objects: 89% (136/152) Receiving objects: 90% (137/152) Receiving objects: 91% (139/152) Receiving objects: 92% (140/152) Receiving objects: 93% (142/152) Receiving objects: 94% (143/152) Receiving objects: 95% (145/152) Receiving objects: 96% (146/152) Receiving objects: 97% (148/152) Receiving objects: 98% (149/152) Receiving objects: 99% (151/152) Receiving objects: 100% (152/152) Receiving objects: 100% (152/152), 62.76 KiB | 8.96 MiB/s, done. 22:47:37 Resolving deltas: 0% (0/42) Resolving deltas: 2% (1/42) Resolving deltas: 9% (4/42) Resolving deltas: 11% (5/42) Resolving deltas: 21% (9/42) Resolving deltas: 30% (13/42) Resolving deltas: 35% (15/42) Resolving deltas: 47% (20/42) Resolving deltas: 57% (24/42) Resolving deltas: 59% (25/42) Resolving deltas: 61% (26/42) Resolving deltas: 64% (27/42) Resolving deltas: 66% (28/42) Resolving deltas: 73% (31/42) Resolving deltas: 80% (34/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. 22:47:37 Note: checking out 'e4cc508ff20f774b0dce68549f25b66e56345ddb'. 22:47:37 22:47:37 You are in 'detached HEAD' state. You can look around, make experimental 22:47:37 changes and commit them, and you can discard any commits you make in this 22:47:37 state without impacting any branches by performing another checkout. 22:47:37 22:47:37 If you want to create a new branch to retain commits you create, you may 22:47:37 do so (now or later) by using -b with the checkout command again. Example: 22:47:37 22:47:37 git checkout -b 22:47:37 22:47:37 Pulling openresty-kong-patches  22:47:37 Cloning into '/build/parts/openresty-kong-patches/src'... 22:47:37 remote: Enumerating objects: 13, done. 22:47:37 remote: Counting objects: 7% (1/13) remote: Counting objects: 15% (2/13) remote: Counting objects: 23% (3/13) remote: Counting objects: 30% (4/13) remote: Counting objects: 38% (5/13) remote: Counting objects: 46% (6/13) remote: Counting objects: 53% (7/13) remote: Counting objects: 61% (8/13) remote: Counting objects: 69% (9/13) remote: Counting objects: 76% (10/13) remote: Counting objects: 84% (11/13) remote: Counting objects: 92% (12/13) remote: Counting objects: 100% (13/13) remote: Counting objects: 100% (13/13), done. 22:47:37 remote: Compressing objects: 10% (1/10) remote: Compressing objects: 20% (2/10) remote: Compressing objects: 30% (3/10) remote: Compressing objects: 40% (4/10) remote: Compressing objects: 50% (5/10) remote: Compressing objects: 60% (6/10) remote: Compressing objects: 70% (7/10) remote: Compressing objects: 80% (8/10) remote: Compressing objects: 90% (9/10) remote: Compressing objects: 100% (10/10) remote: Compressing objects: 100% (10/10), done. 22:47:38 Removing intermediate container 74f1d7557c03 22:47:38 ---> c2a1556062fc 22:47:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:47:38 ---> Running in 6eaf2c7a1867 22:47:39 Removing intermediate container 6eaf2c7a1867 22:47:39 ---> 8a426a27589c 22:47:39 Step 13/20 : WORKDIR /edgex 22:47:39 Receiving objects: 0% (1/2712) Receiving objects: 1% (28/2712) Receiving objects: 2% (55/2712) Receiving objects: 3% (82/2712) Receiving objects: 4% (109/2712) Receiving objects: 5% (136/2712) Receiving objects: 6% (163/2712) Receiving objects: 7% (190/2712) Receiving objects: 8% (217/2712) Receiving objects: 9% (245/2712) Receiving objects: 10% (272/2712) Receiving objects: 11% (299/2712) Receiving objects: 12% (326/2712) Receiving objects: 13% (353/2712) Receiving objects: 14% (380/2712) Receiving objects: 15% (407/2712) Receiving objects: 16% (434/2712) Receiving objects: 17% (462/2712) Receiving objects: 18% (489/2712) Receiving objects: 19% (516/2712) Receiving objects: 20% (543/2712) Receiving objects: 21% (570/2712) Receiving objects: 22% (597/2712) Receiving objects: 23% (624/2712) Receiving objects: 24% (651/2712) Receiving objects: 25% (678/2712) Receiving objects: 26% (706/2712) Receiving objects: 27% (733/2712) Receiving objects: 28% (760/2712) Receiving objects: 29% (787/2712) Receiving objects: 30% (814/2712) Receiving objects: 31% (841/2712) Receiving objects: 32% (868/2712) Receiving objects: 33% (895/2712) Receiving objects: 34% (923/2712) Receiving objects: 35% (950/2712) Receiving objects: 36% (977/2712) Receiving objects: 37% (1004/2712) Receiving objects: 38% (1031/2712) Receiving objects: 39% (1058/2712) Receiving objects: 40% (1085/2712) Receiving objects: 41% (1112/2712) Receiving objects: 42% (1140/2712) Receiving objects: 43% (1167/2712) Receiving objects: 44% (1194/2712) Receiving objects: 45% (1221/2712) Receiving objects: 46% (1248/2712) Receiving objects: 47% (1275/2712) Receiving objects: 48% (1302/2712) Receiving objects: 49% (1329/2712) Receiving objects: 50% (1356/2712) Receiving objects: 50% (1360/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 51% (1384/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 52% (1411/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 53% (1438/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 54% (1465/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 55% (1492/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 56% (1519/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 57% (1546/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 58% (1573/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 59% (1601/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 60% (1628/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 61% (1655/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 62% (1682/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 63% (1709/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 64% (1736/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 65% (1763/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 66% (1790/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 67% (1818/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 68% (1845/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 69% (1872/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 70% (1899/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 71% (1926/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 72% (1953/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 73% (1980/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 74% (2007/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 75% (2034/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 76% (2062/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 77% (2089/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 78% (2116/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 79% (2143/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 80% (2170/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 81% (2197/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 82% (2224/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 83% (2251/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 84% (2279/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 85% (2306/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 86% (2333/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 87% (2360/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 88% (2387/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 89% (2414/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 90% (2441/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 91% (2468/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 92% (2496/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 93% (2523/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 94% (2550/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 95% (2577/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 96% (2604/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 97% (2631/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 98% (2658/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 99% (2685/2712), 33.38 MiB | 33.37 MiB/s remote: Total 2712 (delta 2), reused 5 (delta 2), pack-reused 2699 22:47:39 Receiving objects: 100% (2712/2712), 33.38 MiB | 33.37 MiB/s Receiving objects: 100% (2712/2712), 48.21 MiB | 35.72 MiB/s, done. 22:47:39 Resolving deltas: 0% (0/1767) Resolving deltas: 1% (20/1767) Resolving deltas: 2% (53/1767) Resolving deltas: 3% (60/1767) Resolving deltas: 4% (80/1767) Resolving deltas: 5% (94/1767) Resolving deltas: 6% (107/1767) Resolving deltas: 9% (163/1767) Resolving deltas: 10% (179/1767) Resolving deltas: 11% (200/1767) Resolving deltas: 14% (259/1767) Resolving deltas: 16% (289/1767) Resolving deltas: 17% (302/1767) Resolving deltas: 18% (324/1767) Resolving deltas: 20% (355/1767) Resolving deltas: 21% (374/1767) Resolving deltas: 22% (395/1767) Resolving deltas: 23% (409/1767) Resolving deltas: 24% (428/1767) Resolving deltas: 27% (484/1767) Resolving deltas: 28% (497/1767) Resolving deltas: 29% (515/1767) Resolving deltas: 32% (577/1767) Resolving deltas: 33% (590/1767) Resolving deltas: 34% (601/1767) Resolving deltas: 35% (632/1767) Resolving deltas: 37% (662/1767) Resolving deltas: 38% (672/1767) Resolving deltas: 39% (700/1767) Resolving deltas: 41% (730/1767) Resolving deltas: 42% (743/1767) Resolving deltas: 47% (834/1767) Resolving deltas: 49% (881/1767) Resolving deltas: 56% (1005/1767) Resolving deltas: 57% (1014/1767) Resolving deltas: 58% (1025/1767) Resolving deltas: 59% (1044/1767) Resolving deltas: 61% (1082/1767) Resolving deltas: 64% (1137/1767) Resolving deltas: 65% (1153/1767) Resolving deltas: 66% (1179/1767) Resolving deltas: 67% (1184/1767) Resolving deltas: 69% (1221/1767) Resolving deltas: 70% (1244/1767) Resolving deltas: 72% (1281/1767) Resolving deltas: 73% (1299/1767) Resolving deltas: 80% (1429/1767) Resolving deltas: 81% (1438/1767) Resolving deltas: 83% (1478/1767) Resolving deltas: 88% (1556/1767) Resolving deltas: 89% (1573/1767) Resolving deltas: 90% (1599/1767) Resolving deltas: 94% (1664/1767) Resolving deltas: 95% (1686/1767) Resolving deltas: 96% (1710/1767) Resolving deltas: 97% (1716/1767) Resolving deltas: 99% (1758/1767) Resolving deltas: 100% (1767/1767) Resolving deltas: 100% (1767/1767), done. 22:47:39 ---> Running in 251efd76522f 22:47:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:47:39 2% [Working] 62% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:47:40 30% 3% 3% 3% Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 22:47:40 3% 9% 9% 9% 9% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 22:47:40 10% 14% Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 22:47:40 48% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 22:47:40 49% 49% 96% 99% 99% 99% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:47:40 Removing intermediate container 251efd76522f 22:47:40 ---> 60bc08d2400c 22:47:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:47:40 97% 99% 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:47:40 22% 22% 22% 22% Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 22:47:40 22% 23% Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 22:47:40 23% 23% 24% 19% 19% 19% 23% Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 22:47:40 25% Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 22:47:41 25% 25% 49% 49% 49% 50% 78% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 22:47:41 78% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 22:47:41 78% 79% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 22:47:41 79% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 22:47:41 90% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 22:47:41 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 22:47:41 ---> 3a28147cc7a3 22:47:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:47:43 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 100% [Working] Fetched 21.3 MB in 0s (0 B/s) 22:47:44 ---> c7c5e469f18d 22:47:44 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:47:44 ---> Running in 60bcbf941992 22:47:45 Removing intermediate container 1c086390f859 22:47:45 ---> 2785fea91162 22:47:45 22:47:45 Step 10/21 : FROM scratch 22:47:45 ---> 22:47:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:47:45 Removing intermediate container 60bcbf941992 22:47:45 ---> 318818d933a5 22:47:45 Step 17/20 : CMD ["--init=true"] 22:47:45 ---> Using cache 22:47:45 ---> cc96ea2b3818 22:47:45 Step 12/21 : ENV APP_PORT=48085 22:47:46 ---> Running in 72fd1a14450f 22:47:46 ---> Running in fa4d18a314bf 22:47:46 Removing intermediate container fa4d18a314bf 22:47:46 ---> c01f01b3a399 22:47:46 Step 18/20 : LABEL arch=arm64 22:47:47 Removing intermediate container 72fd1a14450f 22:47:47 ---> a6f9c81a9f5d 22:47:47 Step 13/21 : EXPOSE $APP_PORT 22:47:47 ---> Running in f541fe0da593 22:47:47 ---> Running in cc13a3c896e2 22:47:48 Removing intermediate container cc13a3c896e2 22:47:48 ---> e9677aec3181 22:47:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 22:47:48 Removing intermediate container f541fe0da593 22:47:48 ---> 3303a1dccd1b 22:47:48 Step 19/20 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:47:48 ---> Running in 86fa68d964b5 22:47:49 Removing intermediate container 86fa68d964b5 22:47:49 ---> 6e253826bba8 22:47:49 Step 20/20 : LABEL version=0.0.0 22:47:49 ---> 09c3731e474a 22:47:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:47:49 ---> Running in 4341f5d055f9 22:47:49 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] 22:47:49 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) 22:47:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] 22:47:50 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) 22:47:50 Removing intermediate container 4341f5d055f9 22:47:50 ---> e86bdaaf4101 22:47:50 22:47:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] 22:47:50 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) 22:47:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] 22:47:51 Successfully built e86bdaaf4101 22:47:51 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:47:51  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go 22:47:51 ---> 3406ab6851ea 22:47:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:47:51 0% 25% 100% [Working] Fetched 2650 kB in 0s (0 B/s) 22:47:52 Pulling snapcraft-preload  22:47:52 ---> 7b8c9b61a5b1 22:47:52 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:47:53 ---> Running in dc4629293e9a 22:47:53 Cloning into '/build/parts/snapcraft-preload/src'... 22:47:54 remote: Enumerating objects: 187, done. 22:47:54 Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 22:47:54 Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 3.15 MiB/s, done. 22:47:54 Resolving deltas: 0% (0/112) Resolving deltas: 6% (7/112) Resolving deltas: 8% (9/112) Resolving deltas: 13% (15/112) Resolving deltas: 41% (46/112) Resolving deltas: 42% (48/112) Resolving deltas: 50% (57/112) Resolving deltas: 57% (64/112) Resolving deltas: 59% (67/112) Resolving deltas: 69% (78/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. 22:47:54 From https://github.com/sergiusens/snapcraft-preload 22:47:54 * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD 22:47:54 Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. 22:47:54 22:47:54 You are in 'detached HEAD' state. You can look around, make experimental 22:47:54 changes and commit them, and you can discard any commits you make in this 22:47:54 state without impacting any branches by performing another checkout. 22:47:54 22:47:54 If you want to create a new branch to retain commits you create, you may 22:47:54 do so (now or later) by using -b with the checkout command again. Example: 22:47:54 22:47:54 git checkout -b 22:47:54 22:47:54 HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) 22:47:54 Removing intermediate container dc4629293e9a 22:47:54 ---> aaf90b90d436 22:47:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:54 'openresty' has dependencies that need to be staged: lua-kong-nginx-module snapcraft-preload openresty-kong-patches 22:47:54 Skipping pull lua-kong-nginx-module (already ran) 22:47:54 Skipping pull openresty-kong-patches (already ran) 22:47:54 Skipping pull snapcraft-preload (already ran) 22:47:54 Building lua-kong-nginx-module  22:47:55 ---> Running in c726f2de08b7 22:47:56 Removing intermediate container c726f2de08b7 22:47:56 ---> 2a42f95cd815 22:47:56 Step 19/21 : LABEL arch=arm64 22:47:56 ---> Running in 932cab1c61a1 22:47:56 Removing intermediate container 7f07a1aa0a63 22:47:56 ---> 6b53d19ed953 22:47:56 22:47:56 Step 10/19 : FROM scratch 22:47:56 ---> 22:47:56 Step 11/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:47:57 ---> Running in 437b1df69625 22:47:57 Removing intermediate container 932cab1c61a1 22:47:57 ---> 104a69e41d21 22:47:57 Step 20/21 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:47:58 ---> Running in 426b9f243bce 22:47:58 Removing intermediate container 437b1df69625 22:47:58 ---> d7082a386181 22:47:58 Step 12/19 : WORKDIR / 22:47:58 ---> Running in fffa0181201a 22:47:59 Removing intermediate container 426b9f243bce 22:47:59 ---> b9ed2e1ddcc4 22:47:59 Step 21/21 : LABEL version=0.0.0 22:47:59 ---> Running in 8b94ef2d73c4 22:47:59 Removing intermediate container fffa0181201a 22:47:59 ---> 54fd6bba61e7 22:47:59 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:48:00 Building openresty-kong-patches  22:48:00 Removing intermediate container 8b94ef2d73c4 22:48:00 ---> f1a5ddae7009 22:48:00 22:48:01 ---> 733037e76848 22:48:01 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:48:01 Successfully built f1a5ddae7009 22:48:01 Successfully tagged docker-support-scheduler-go-arm64:latest 22:48:03  Building docker-support-scheduler-go ... done  ---> e9cb583ce09d 22:48:03 Step 15/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:48:05 ---> 24bff3ab6cb3 22:48:05 Step 16/19 : ENTRYPOINT ["/security-bootstrap-redis"] 22:48:05 ---> Running in 003fae2dd3ed 22:48:06 Removing intermediate container 003fae2dd3ed 22:48:06 ---> 44e3d67f8a92 22:48:06 Step 17/19 : LABEL arch=arm64 22:48:06 ---> Running in 1722022602f7 22:48:06 Building snapcraft-preload  22:48:06 cmake /build/parts/snapcraft-preload/src -DCMAKE_INSTALL_PREFIX= 22:48:06 -- The C compiler identification is GNU 7.5.0 22:48:07 -- The CXX compiler identification is GNU 7.5.0 22:48:07 -- Check for working C compiler: /usr/bin/cc 22:48:07 -- Check for working C compiler: /usr/bin/cc -- works 22:48:07 -- Detecting C compiler ABI info 22:48:07 -- Detecting C compiler ABI info - done 22:48:07 -- Detecting C compile features 22:48:07 Removing intermediate container 1722022602f7 22:48:07 ---> 17dac4c388e5 22:48:07 Step 18/19 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:48:07 ---> Running in d577835e60ce 22:48:08 -- Detecting C compile features - done 22:48:08 -- Check for working CXX compiler: /usr/bin/c++ 22:48:08 -- Check for working CXX compiler: /usr/bin/c++ -- works 22:48:08 -- Detecting CXX compiler ABI info 22:48:08 -- Detecting CXX compiler ABI info - done 22:48:08 -- Detecting CXX compile features 22:48:08 Removing intermediate container d577835e60ce 22:48:08 ---> 1ae03e839c6a 22:48:08 Step 19/19 : LABEL version=0.0.0 22:48:09 ---> Running in ff73dc91492f 22:48:09 Removing intermediate container 36aa04219f07 22:48:09 ---> 3dfcf8153896 22:48:09 22:48:09 Step 10/22 : FROM scratch 22:48:09 ---> 22:48:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:48:09 -- Detecting CXX compile features - done 22:48:09 -- Configuring done 22:48:09 -- Generating done 22:48:09 -- Build files have been written to: /build/parts/snapcraft-preload/build 22:48:09 cmake --build . -- -j8 22:48:09 Scanning dependencies of target snapcraft-preload32 22:48:09 Scanning dependencies of target snapcraft-preload 22:48:09 [ 50%] Building CXX object CMakeFiles/snapcraft-preload32.dir/preload.cpp.o 22:48:09 [ 50%] Building CXX object CMakeFiles/snapcraft-preload.dir/preload.cpp.o 22:48:09 ---> Using cache 22:48:09 ---> cc96ea2b3818 22:48:09 Step 12/22 : ENV APP_PORT=48081 22:48:09 ---> Running in 194e2dc81088 22:48:09 Removing intermediate container ff73dc91492f 22:48:09 ---> 0f14cd31c4d8 22:48:09 22:48:10 Successfully built 0f14cd31c4d8 22:48:10 Removing intermediate container 194e2dc81088 22:48:10 ---> ade3824ce497 22:48:10 Step 13/22 : EXPOSE $APP_PORT 22:48:10 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 22:48:10  Building docker-security-bootstrap-redis-go ... done  ---> Running in 3377f9495b90 22:48:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:48:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:48:11 ---> c11e006d10da 22:48:11 Step 3/22 : WORKDIR /edgex-go 22:48:11 ---> Using cache 22:48:11 ---> 47a46d000fe3 22:48:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:11 ---> Using cache 22:48:11 ---> 0429cf8233b6 22:48:11 Step 5/22 : RUN apk update && apk add make && apk add bash git 22:48:12 Removing intermediate container 3377f9495b90 22:48:12 ---> c6ae2171766a 22:48:12 Step 14/22 : WORKDIR / 22:48:12 ---> Running in 6ce447ead8c9 22:48:12 ---> Running in 4d8a086cd7a7 22:48:12 Removing intermediate container c18e41043472 22:48:12 ---> efb0f7b61a3b 22:48:12 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:48:12 ---> Running in 91885c4606de 22:48:12 Removing intermediate container 4d8a086cd7a7 22:48:12 ---> 85864c8c8a2c 22:48:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 22:48:13 ---> 6912eb5cf649 22:48:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:14 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 22:48:14 [ 75%] Linking CXX shared library libsnapcraft-preload.so 22:48:14 [ 75%] Built target snapcraft-preload 22:48:15 ---> 1102f0607b2d 22:48:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:15 [100%] Linking CXX shared library libsnapcraft-preload32.so 22:48:15 ---> bbda2e7b046e 22:48:15 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:48:15 [100%] Built target snapcraft-preload32 22:48:15 cmake --build . --target install 22:48:15 [ 50%] Built target snapcraft-preload32 22:48:16 ---> Running in 5160487b57fe 22:48:16 [100%] Built target snapcraft-preload 22:48:16 Install the project... 22:48:16 -- Install configuration: "Release" 22:48:16 -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload.so 22:48:16 -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload32.so 22:48:16 -- Installing: /build/parts/snapcraft-preload/install/bin/snapcraft-preload 22:48:16 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:48:16 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:48:16 OK: 12623 distinct packages available 22:48:16 Removing intermediate container 5160487b57fe 22:48:16 ---> 53c4a5c3c858 22:48:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:48:16 ---> Running in 9484bd6f644e 22:48:17 Removing intermediate container 91885c4606de 22:48:17 ---> e18af4d479f3 22:48:17 22:48:17 Step 11/27 : FROM docker:latest 22:48:17 ---> 5d4db4dc0692 22:48:17 Step 12/27 : RUN apk add --no-cache bash 22:48:17 Removing intermediate container 9484bd6f644e 22:48:17 ---> 09dae79619b3 22:48:17 Step 20/22 : LABEL arch=arm64 22:48:17 OK: 217 MiB in 51 packages 22:48:17 ---> Running in c17955c70f61 22:48:17 ---> Running in 71fd0bfd514d 22:48:18 Removing intermediate container 71fd0bfd514d 22:48:18 ---> 31707dc0c8c4 22:48:18 Step 21/22 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:48:18 OK: 217 MiB in 51 packages 22:48:18 ---> Running in 7516eec2e309 22:48:18 Removing intermediate container 7516eec2e309 22:48:18 ---> 10941c18181a 22:48:18 Step 22/22 : LABEL version=0.0.0 22:48:18 ---> Running in a2dc2db587f8 22:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:19 Removing intermediate container 6ce447ead8c9 22:48:19 ---> 0c1eb344f51a 22:48:19 Step 6/22 : COPY go.mod . 22:48:19 Removing intermediate container a2dc2db587f8 22:48:19 ---> 619f465b8530 22:48:19 22:48:19 (1/2) Installing readline (8.0.4-r0) 22:48:19 (2/2) Installing bash (5.0.17-r0) 22:48:19 Successfully built 619f465b8530 22:48:19 Executing bash-5.0.17-r0.post-install 22:48:19 Successfully tagged docker-core-metadata-go-arm64:latest 22:48:19  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 22:48:19 OK: 12 MiB in 22 packages 22:48:20 ---> 941104b1adde 22:48:20 Step 7/22 : RUN go mod download 22:48:20 Staging lua-kong-nginx-module  22:48:20 ---> Running in bb12473d3316 22:48:21 Removing intermediate container c17955c70f61 22:48:21 ---> 56eb2a71af59 22:48:21 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:48:21 ---> Running in dddf805eaf4b 22:48:21 Staging openresty-kong-patches  22:48:23 Staging snapcraft-preload  22:48:23 Removing intermediate container bb12473d3316 22:48:23 ---> 2b81148e40bf 22:48:23 Step 8/22 : COPY . . 22:48:23 Removing intermediate container dddf805eaf4b 22:48:23 ---> 413da2fd7a5a 22:48:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:48:24 ---> Running in b42f4225ecaa 22:48:25 Removing intermediate container b42f4225ecaa 22:48:25 ---> c4f32e03a876 22:48:25 Step 15/27 : ENV APP_PORT=48090 22:48:26 ---> Running in 73d01fda06c9 22:48:27 Removing intermediate container 73d01fda06c9 22:48:27 ---> 4861657462aa 22:48:27 Step 16/27 : EXPOSE $APP_PORT 22:48:27 ---> Running in 0e323c9d667f 22:48:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:48:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:48:27 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:48:27 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 22:48:27 Removing intermediate container 0e323c9d667f 22:48:27 ---> b70e326f96e5 22:48:27 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:48:27 0% 69% [Working] 69% [Working] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 22:48:29 ---> 01296425d14b 22:48:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:48:30 ---> 7ea826b4767b 22:48:30 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:48:31 ---> 3055b8592cc0 22:48:31 Step 20/27 : RUN apk --no-cache add py3-pip 22:48:31 ---> Running in ebf64295bc59 22:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:34 (1/33) Installing libbz2 (1.0.8-r1) 22:48:34 (2/33) Installing expat (2.2.9-r1) 22:48:34 ---> 336e43f329ab 22:48:34 Step 9/22 : RUN make cmd/support-logging/support-logging 22:48:34 (3/33) Installing libffi (3.3-r2) 22:48:34 (4/33) Installing gdbm (1.13-r1) 22:48:34 (5/33) Installing xz-libs (5.2.5-r0) 22:48:34 (6/33) Installing sqlite-libs (3.32.1-r0) 22:48:34 (7/33) Installing python3 (3.8.5-r0) 22:48:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 22:48:34 0% 25% 100% [Working] Fetched 2762 kB in 0s (0 B/s) 22:48:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 22:48:34 ---> Running in 1da7535363c3 22:48:35 0% 19% 100% [Working] Fetched 3534 kB in 0s (0 B/s) 22:48:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 22:48:35 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) 22:48:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 22:48:36 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) 22:48:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 22:48:36 100% [Working] Fetched 6084 B in 0s (0 B/s) 22:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 22:48:36 (8/33) Installing py3-appdirs (1.4.4-r1) 22:48:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:48:36 (10/33) Installing py3-parsing (2.4.7-r0) 22:48:36 (11/33) Installing py3-six (1.15.0-r0) 22:48:36 (12/33) Installing py3-packaging (20.4-r0) 22:48:36 (13/33) Installing py3-setuptools (47.0.0-r0) 22:48:36 (14/33) Installing py3-chardet (3.0.4-r4) 22:48:36 (15/33) Installing py3-idna (2.9-r0) 22:48:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:48:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:48:36 (18/33) Installing py3-requests (2.23.0-r0) 22:48:36 (19/33) Installing py3-msgpack (1.0.0-r0) 22:48:36 (20/33) Installing py3-lockfile (0.12.2-r3) 22:48:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:48:36 (22/33) Installing py3-colorama (0.4.3-r0) 22:48:37 (23/33) Installing py3-distlib (0.3.0-r0) 22:48:37 (24/33) Installing py3-distro (1.5.0-r1) 22:48:37 (25/33) Installing py3-webencodings (0.5.1-r3) 22:48:37 (26/33) Installing py3-html5lib (1.0.1-r4) 22:48:37 (27/33) Installing py3-pytoml (0.1.21-r0) 22:48:37 (28/33) Installing py3-pep517 (0.8.2-r0) 22:48:37 (29/33) Installing py3-progress (1.5-r0) 22:48:37 (30/33) Installing py3-toml (0.10.1-r0) 22:48:37 (31/33) Installing py3-retrying (1.3.3-r0) 22:48:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:48:37 (33/33) Installing py3-pip (20.1.1-r0) 22:48:37 Executing busybox-1.31.1-r19.trigger 22:48:37 OK: 71 MiB in 55 packages 22:48:40 Pulling openresty  22:48:42 Downloading 'openresty-1.15.8.2.tar.gz'[] 0% Downloading 'openresty-1.15.8.2.tar.gz'[] 1% Downloading 'openresty-1.15.8.2.tar.gz'[] 2% Downloading 'openresty-1.15.8.2.tar.gz'[] 3% Downloading 'openresty-1.15.8.2.tar.gz'[] 4% Downloading 'openresty-1.15.8.2.tar.gz'[] 5% Downloading 'openresty-1.15.8.2.tar.gz'[] 6% Downloading 'openresty-1.15.8.2.tar.gz'[] 7% Downloading 'openresty-1.15.8.2.tar.gz'[] 8% Downloading 'openresty-1.15.8.2.tar.gz'[] 9% Downloading 'openresty-1.15.8.2.tar.gz'[] 10% Downloading 'openresty-1.15.8.2.tar.gz'[] 11% Downloading 'openresty-1.15.8.2.tar.gz'[] 12% Downloading 'openresty-1.15.8.2.tar.gz'[] 13% Downloading 'openresty-1.15.8.2.tar.gz'[] 14% Downloading 'openresty-1.15.8.2.tar.gz'[] 15% Downloading 'openresty-1.15.8.2.tar.gz'[] 16% Downloading 'openresty-1.15.8.2.tar.gz'[] 17% Downloading 'openresty-1.15.8.2.tar.gz'[] 18% Downloading 'openresty-1.15.8.2.tar.gz'[] 19% Downloading 'openresty-1.15.8.2.tar.gz'[] 20% Downloading 'openresty-1.15.8.2.tar.gz'[] 21% Downloading 'openresty-1.15.8.2.tar.gz'[] 22% Downloading 'openresty-1.15.8.2.tar.gz'[] 23% Downloading 'openresty-1.15.8.2.tar.gz'[] 24% Downloading 'openresty-1.15.8.2.tar.gz'[] 25% Downloading 'openresty-1.15.8.2.tar.gz'[] 26% Downloading 'openresty-1.15.8.2.tar.gz'[] 27% Downloading 'openresty-1.15.8.2.tar.gz'[] 28% Downloading 'openresty-1.15.8.2.tar.gz'[] 29% Downloading 'openresty-1.15.8.2.tar.gz'[] 30% Downloading 'openresty-1.15.8.2.tar.gz'[] 31% Downloading 'openresty-1.15.8.2.tar.gz'[] 32% Downloading 'openresty-1.15.8.2.tar.gz'[] 33% Downloading 'openresty-1.15.8.2.tar.gz'[] 34% Downloading 'openresty-1.15.8.2.tar.gz'[] 35% Downloading 'openresty-1.15.8.2.tar.gz'[] 36% Downloading 'openresty-1.15.8.2.tar.gz'[] 37% Downloading 'openresty-1.15.8.2.tar.gz'[] 38% Downloading 'openresty-1.15.8.2.tar.gz'[] 39% Downloading 'openresty-1.15.8.2.tar.gz'[] 40% Downloading 'openresty-1.15.8.2.tar.gz'[] 41% Downloading 'openresty-1.15.8.2.tar.gz'[] 42% Downloading 'openresty-1.15.8.2.tar.gz'[] 43% Downloading 'openresty-1.15.8.2.tar.gz'[] 44% Downloading 'openresty-1.15.8.2.tar.gz'[] 45% Downloading 'openresty-1.15.8.2.tar.gz'[] 46% Downloading 'openresty-1.15.8.2.tar.gz'[] 47% Downloading 'openresty-1.15.8.2.tar.gz'[] 48% Downloading 'openresty-1.15.8.2.tar.gz'[] 49% Downloading 'openresty-1.15.8.2.tar.gz'[] 50% Downloading 'openresty-1.15.8.2.tar.gz'[] 51% Downloading 'openresty-1.15.8.2.tar.gz'[] 52% Downloading 'openresty-1.15.8.2.tar.gz'[] 53% Downloading 'openresty-1.15.8.2.tar.gz'[] 54% Downloading 'openresty-1.15.8.2.tar.gz'[] 55% Downloading 'openresty-1.15.8.2.tar.gz'[] 56% Downloading 'openresty-1.15.8.2.tar.gz'[] 57% Downloading 'openresty-1.15.8.2.tar.gz'[] 58% Downloading 'openresty-1.15.8.2.tar.gz'[] 59% Downloading 'openresty-1.15.8.2.tar.gz'[] 60% Downloading 'openresty-1.15.8.2.tar.gz'[] 61% Downloading 'openresty-1.15.8.2.tar.gz'[] 62% Downloading 'openresty-1.15.8.2.tar.gz'[] 63% Downloading 'openresty-1.15.8.2.tar.gz'[] 64% Downloading 'openresty-1.15.8.2.tar.gz'[] 65% Downloading 'openresty-1.15.8.2.tar.gz'[] 66% Downloading 'openresty-1.15.8.2.tar.gz'[] 67% Downloading 'openresty-1.15.8.2.tar.gz'[] 68% Downloading 'openresty-1.15.8.2.tar.gz'[] 69% Downloading 'openresty-1.15.8.2.tar.gz'[] 70% Downloading 'openresty-1.15.8.2.tar.gz'[] 71% Downloading 'openresty-1.15.8.2.tar.gz'[] 72% Downloading 'openresty-1.15.8.2.tar.gz'[] 73% Downloading 'openresty-1.15.8.2.tar.gz'[] 74% Downloading 'openresty-1.15.8.2.tar.gz'[] 75% Downloading 'openresty-1.15.8.2.tar.gz'[] 76% Downloading 'openresty-1.15.8.2.tar.gz'[] 77% Downloading 'openresty-1.15.8.2.tar.gz'[] 78% Downloading 'openresty-1.15.8.2.tar.gz'[] 79% Downloading 'openresty-1.15.8.2.tar.gz'[] 80% Downloading 'openresty-1.15.8.2.tar.gz'[] 81% Downloading 'openresty-1.15.8.2.tar.gz'[] 82% Downloading 'openresty-1.15.8.2.tar.gz'[] 83% Downloading 'openresty-1.15.8.2.tar.gz'[] 84% Downloading 'openresty-1.15.8.2.tar.gz'[] 85% Downloading 'openresty-1.15.8.2.tar.gz'[] 86% Downloading 'openresty-1.15.8.2.tar.gz'[] 87% Downloading 'openresty-1.15.8.2.tar.gz'[] 88% Downloading 'openresty-1.15.8.2.tar.gz'[] 89% Downloading 'openresty-1.15.8.2.tar.gz'[] 90% Downloading 'openresty-1.15.8.2.tar.gz'[] 91% Downloading 'openresty-1.15.8.2.tar.gz'[] 92% Downloading 'openresty-1.15.8.2.tar.gz'[] 93% Downloading 'openresty-1.15.8.2.tar.gz'[] 94% Downloading 'openresty-1.15.8.2.tar.gz'[] 95% Downloading 'openresty-1.15.8.2.tar.gz'[] 96% Downloading 'openresty-1.15.8.2.tar.gz'[] 97% Downloading 'openresty-1.15.8.2.tar.gz'[] 98% Downloading 'openresty-1.15.8.2.tar.gz'[] 99% Downloading 'openresty-1.15.8.2.tar.gz'[] 100% 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_tab.c 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_asm_arm.h 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_api.c 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_arch.h 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_cconv.c 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_obj.h 22:48:45 patching file LuaJIT-2.1-20190507/src/lj_state.c 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core.lua 22:48:45 patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua 22:48:45 patching file lua-resty-websocket-0.07/lib/resty/websocket/client.lua 22:48:45 patching file nginx-1.15.8/src/http/ngx_http_upstream.c 22:48:45 Hunk #2 succeeded at 1694 (offset -3 lines). 22:48:45 Hunk #4 succeeded at 1782 (offset -7 lines). 22:48:45 patching file nginx-1.15.8/src/http/ngx_http_special_response.c 22:48:45 patching file nginx-1.15.8/src/stream/ngx_stream_proxy_module.c 22:48:45 Hunk #2 succeeded at 802 (offset 20 lines). 22:48:45 patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c 22:48:45 Hunk #5 succeeded at 1556 (offset 48 lines). 22:48:45 Hunk #6 succeeded at 1626 (offset 48 lines). 22:48:45 Hunk #7 succeeded at 1726 (offset 48 lines). 22:48:45 Hunk #8 succeeded at 1749 (offset 48 lines). 22:48:45 Hunk #9 succeeded at 1760 (offset 48 lines). 22:48:45 Hunk #10 succeeded at 1775 (offset 48 lines). 22:48:45 Hunk #11 succeeded at 1816 (offset 48 lines). 22:48:45 Hunk #12 succeeded at 1827 (offset 48 lines). 22:48:45 Hunk #13 succeeded at 1849 (offset 48 lines). 22:48:45 Hunk #14 succeeded at 1868 (offset 48 lines). 22:48:45 Hunk #15 succeeded at 1878 (offset 48 lines). 22:48:45 Hunk #16 succeeded at 2008 (offset 48 lines). 22:48:45 Hunk #17 succeeded at 6101 (offset 62 lines). 22:48:45 patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.h 22:48:45 patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c 22:48:45 Hunk #1 succeeded at 1647 (offset 48 lines). 22:48:45 patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c 22:48:45 Hunk #3 succeeded at 1579 (offset 48 lines). 22:48:45 Hunk #4 succeeded at 1644 (offset 48 lines). 22:48:45 Hunk #5 succeeded at 1668 (offset 48 lines). 22:48:45 patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c 22:48:45 Hunk #1 succeeded at 1756 (offset 48 lines). 22:48:45 patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c 22:48:45 patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c 22:48:45 patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_common.h 22:48:45 patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c 22:48:45 patching file ngx_stream_lua-0.0.7/src/api/ngx_stream_lua_api.h 22:48:45 'lua' has dependencies that need to be staged: openresty 22:48:45 Skipping pull openresty (already ran) 22:48:47 Removing intermediate container ebf64295bc59 22:48:47 ---> fa1b8f1b5bb9 22:48:47 Step 21/27 : RUN pip install docker-compose==1.23.2 22:48:47 ---> Running in 84ef62443abe 22:48:49 Building openresty  22:48:51 ./configure --prefix=/build/parts/openresty/install --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module 22:48:51 platform: linux (linux) 22:48:51 cp -rp bundle/ build 22:48:52 cd build 22:48:52 cd LuaJIT-2.1-20190507 22:48:52 INFO: found -msse4.2 in cc. 22:48:52 make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit 22:48:52 ==== Building LuaJIT 2.1.0-beta3 ==== 22:48:52 make -C src 22:48:52 make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' 22:48:52 HOSTCC host/minilua.o 22:48:52 Collecting docker-compose==1.23.2 22:48:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:48:53 Collecting PyYAML<4,>=3.10 22:48:53 Downloading PyYAML-3.13.tar.gz (270 kB) 22:48:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:48:56 Collecting docopt<0.7,>=0.6.1 22:48:56 Downloading docopt-0.6.2.tar.gz (25 kB) 22:48:57 HOSTLINK host/minilua 22:48:57 DYNASM host/buildvm_arch.h 22:48:57 HOSTCC host/buildvm.o 22:48:59 HOSTCC host/buildvm_asm.o 22:48:59 HOSTCC host/buildvm_peobj.o 22:48:59 HOSTCC host/buildvm_lib.o 22:48:59 Collecting websocket-client<1.0,>=0.32.0 22:48:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:48:59 HOSTCC host/buildvm_fold.o 22:48:59 HOSTLINK host/buildvm 22:48:59 BUILDVM lj_vm.S 22:48:59 ASM lj_vm.o 22:48:59 CC lj_gc.o 22:49:00 Collecting cached-property<2,>=1.2.0 22:49:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:49:00 BUILDVM lj_ffdef.h 22:49:00 CC lj_err.o 22:49:01 CC lj_char.o 22:49:01 BUILDVM lj_bcdef.h 22:49:01 CC lj_bc.o 22:49:01 CC lj_obj.o 22:49:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:49:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:49:01 CC lj_buf.o 22:49:02 CC lj_str.o 22:49:02 Collecting texttable<0.10,>=0.9.0 22:49:02 Downloading texttable-0.9.1.tar.gz (11 kB) 22:49:02 CC lj_tab.o 22:49:03 CC lj_func.o 22:49:04 CC lj_udata.o 22:49:04 CC lj_meta.o 22:49:04 Collecting docker<4.0,>=3.6.0 22:49:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:49:05 CC lj_debug.o 22:49:05 Collecting jsonschema<3,>=2.5.1 22:49:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:49:06 Collecting dockerpty<0.5,>=0.4.1 22:49:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:49:06 CC lj_state.o 22:49:06 CC lj_dispatch.o 22:49:06 Removing intermediate container 1da7535363c3 22:49:06 ---> 04bcd382973b 22:49:06 22:49:06 Step 10/22 : FROM scratch 22:49:06 ---> 22:49:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:49:06 ---> Using cache 22:49:06 ---> 98c4b54f2fe6 22:49:06 Step 12/22 : ENV APP_PORT=48061 22:49:07 ---> Running in f549687e0c7a 22:49:07 CC lj_vmevent.o 22:49:07 CC lj_vmmath.o 22:49:07 Removing intermediate container f549687e0c7a 22:49:07 ---> 1c9b39c02c6d 22:49:07 Step 13/22 : EXPOSE $APP_PORT 22:49:07 ---> Running in 42380fb518a2 22:49:07 CC lj_strscan.o 22:49:08 Removing intermediate container 42380fb518a2 22:49:08 ---> a41a817294f3 22:49:08 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 22:49:08 CC lj_strfmt.o 22:49:08 Collecting urllib3<1.25,>=1.21.1 22:49:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:49:08 ---> 05f451ffd768 22:49:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 22:49:08 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) 22:49:09 CC lj_strfmt_num.o 22:49:09 Collecting idna<2.8,>=2.5 22:49:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:49:09 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) 22:49:09 ---> 020dcc4db712 22:49:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 22:49:09 Collecting docker-pycreds>=0.4.0 22:49:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:49:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:49:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:49:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:49:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:49:10 CC lj_api.o 22:49:10 Installing collected packages: PyYAML, docopt, websocket-client, cached-property, urllib3, idna, requests, texttable, docker-pycreds, docker, jsonschema, dockerpty, docker-compose 22:49:10 Running setup.py install for PyYAML: started 22:49:10 ---> 9a777c312078 22:49:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 22:49:11 ---> 6748d2c0e431 22:49:11 Step 18/22 : ENTRYPOINT ["/support-logging"] 22:49:11 ---> Running in eba3041c3832 22:49:11 Removing intermediate container eba3041c3832 22:49:11 ---> a3f805c21e88 22:49:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:49:12 ---> Running in 000d7ff05ae5 22:49:12 Removing intermediate container 000d7ff05ae5 22:49:12 ---> 1c5e9a2dfc5b 22:49:12 Step 20/22 : LABEL arch=arm64 22:49:12 CC lj_profile.o 22:49:12 CC lj_lex.o 22:49:12 ---> Running in 94b05fdb4ba0 22:49:13 Running setup.py install for PyYAML: finished with status 'done' 22:49:13 Running setup.py install for docopt: started 22:49:13 Removing intermediate container 94b05fdb4ba0 22:49:13 ---> d87238ffd2ec 22:49:13 Step 21/22 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:49:13 ---> Running in af81200f1bac 22:49:13 CC lj_parse.o 22:49:13 Removing intermediate container af81200f1bac 22:49:13 ---> 725de2e6c728 22:49:13 Step 22/22 : LABEL version=0.0.0 22:49:13 ---> Running in 9fa8688d04b9 22:49:14 Removing intermediate container 9fa8688d04b9 22:49:14 ---> e655217437f7 22:49:14 22:49:14 Successfully built e655217437f7 22:49:14 Successfully tagged docker-support-logging-go-arm64:latest 22:49:15  Building docker-support-logging-go ... done  Running setup.py install for docopt: finished with status 'done' 22:49:15 Attempting uninstall: urllib3 22:49:15 Found existing installation: urllib3 1.25.9 22:49:15 Uninstalling urllib3-1.25.9: 22:49:15 Successfully uninstalled urllib3-1.25.9 22:49:16 Attempting uninstall: idna 22:49:16 Found existing installation: idna 2.9 22:49:16 Uninstalling idna-2.9: 22:49:16 Successfully uninstalled idna-2.9 22:49:16 CC lj_bcread.o 22:49:16 Attempting uninstall: requests 22:49:16 Found existing installation: requests 2.23.0 22:49:16 Uninstalling requests-2.23.0: 22:49:17 Successfully uninstalled requests-2.23.0 22:49:17 Running setup.py install for texttable: started 22:49:17 CC lj_bcwrite.o 22:49:17 CC lj_load.o 22:49:18 CC lj_ir.o 22:49:19 CC lj_opt_mem.o 22:49:19 Running setup.py install for texttable: finished with status 'done' 22:49:19 Running setup.py install for dockerpty: started 22:49:20 BUILDVM lj_folddef.h 22:49:20 CC lj_opt_fold.o 22:49:21 Running setup.py install for dockerpty: finished with status 'done' 22:49:22 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 22:49:22 CC lj_opt_narrow.o 22:49:23 CC lj_opt_dce.o 22:49:23 CC lj_opt_loop.o 22:49:24 CC lj_opt_split.o 22:49:24 CC lj_opt_sink.o 22:49:24 CC lj_mcode.o 22:49:24 CC lj_snap.o 22:49:26 CC lj_record.o 22:49:26 Removing intermediate container 84ef62443abe 22:49:26 ---> 1b0362095e22 22:49:26 Step 22/27 : RUN apk --no-cache add curl 22:49:26 ---> Running in 6a99b9a8183d 22:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:49:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:49:28 (2/3) Installing libcurl (7.69.1-r1) 22:49:28 (3/3) Installing curl (7.69.1-r1) 22:49:28 Executing busybox-1.31.1-r19.trigger 22:49:28 OK: 71 MiB in 58 packages 22:49:29 CC lj_crecord.o 22:49:29 Removing intermediate container 6a99b9a8183d 22:49:29 ---> d78fc9d40cbd 22:49:29 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 22:49:30 ---> Running in 07efbed1a542 22:49:30 Removing intermediate container 07efbed1a542 22:49:30 ---> f5783b2ed63f 22:49:30 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:49:30 ---> Running in c73bcb3c2cee 22:49:30 Removing intermediate container c73bcb3c2cee 22:49:30 ---> a4486763db15 22:49:30 Step 25/27 : LABEL arch=arm64 22:49:31 ---> Running in aecca2041097 22:49:31 Removing intermediate container aecca2041097 22:49:31 ---> d08ba5093534 22:49:31 Step 26/27 : LABEL git_sha=c30b735ded1d175955ecc65477fed1e93d37c7cd 22:49:31 ---> Running in 258c0b0552a0 22:49:32 Removing intermediate container 258c0b0552a0 22:49:32 ---> 2d15cce73591 22:49:32 Step 27/27 : LABEL version=0.0.0 22:49:32 BUILDVM lj_recdef.h 22:49:32 CC lj_ffrecord.o 22:49:32 ---> Running in 757f663665e0 22:49:32 Removing intermediate container 757f663665e0 22:49:32 ---> 8d347508b548 22:49:32 22:49:33 Successfully built 8d347508b548 22:49:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:49:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:49:33 $ docker stop --time=1 5640a319acbff0767ca30b8ce00722444dce0e9eca2f2c0bb7fbe203f6afe6db 22:49:34 CC lj_asm.o 22:49:35 $ docker rm -f 5640a319acbff0767ca30b8ce00722444dce0e9eca2f2c0bb7fbe203f6afe6db [Pipeline] // withDockerContainer [Pipeline] sh 22:49:36 + docker images 22:49:36 + grep docker 22:49:36 docker-sys-mgmt-agent-go-arm64 latest 8d347508b548 4 seconds ago 270MB 22:49:36 docker-support-logging-go-arm64 latest e655217437f7 22 seconds ago 10.6MB 22:49:36 docker-core-metadata-go-arm64 latest 619f465b8530 About a minute ago 13.5MB 22:49:36 docker-security-bootstrap-redis-go-arm64 latest 0f14cd31c4d8 About a minute ago 11.2MB 22:49:36 docker-support-scheduler-go-arm64 latest f1a5ddae7009 About a minute ago 11.5MB 22:49:36 docker-security-proxy-setup-go-arm64 latest e86bdaaf4101 About a minute ago 15.1MB 22:49:36 docker-core-data-go-arm64 latest d19bfac333df 4 minutes ago 22.3MB 22:49:36 docker-support-notifications-go-arm64 latest f1700cbebf10 4 minutes ago 12.9MB 22:49:36 docker-core-command-go-arm64 latest 0d99b353a94f 4 minutes ago 11.4MB 22:49:36 docker-security-secretstore-setup-go-arm64 latest c6f3d377eb25 4 minutes ago 23.5MB 22:49:36 docker-security-secrets-setup-go-arm64 latest 6e5bc2d9ace5 4 minutes ago 22.7MB 22:49:36 docker latest 5d4db4dc0692 4 days ago 198MB [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] } 22:49:39 CC lj_trace.o 22:49:40 CC lj_gdbjit.o 22:49:40 CC lj_ctype.o 22:49:41 CC lj_cdata.o 22:49:42 CC lj_cconv.o 22:49:43 CC lj_ccall.o 22:49:44 CC lj_ccallback.o 22:49:44 CC lj_carith.o 22:49:45 CC lj_clib.o 22:49:45 CC lj_cparse.o 22:49:48 CC lj_lib.o 22:49:48 CC lj_alloc.o 22:49:50 CC lib_aux.o 22:49:50 BUILDVM lj_libdef.h 22:49:50 CC lib_base.o 22:49:51 CC lib_math.o 22:49:51 CC lib_bit.o 22:49:51 CC lib_string.o 22:49:52 CC lib_table.o 22:49:53 CC lib_io.o 22:49:53 CC lib_os.o 22:49:54 CC lib_package.o 22:49:54 CC lib_debug.o 22:49:55 CC lib_jit.o 22:49:56 CC lib_ffi.o 22:49:58 CC lib_init.o 22:49:58 AR libluajit.a 22:49:58 CC luajit.o 22:49:58 BUILDVM jit/vmdef.lua 22:49:58 DYNLINK libluajit.so 22:49:58 LINK luajit 22:49:58 OK Successfully built LuaJIT 22:49:58 make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' 22:49:58 ==== Successfully built LuaJIT 2.1.0-beta3 ==== 22:49:58 make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR=/build/parts/openresty/build/build/luajit-root/ 22:49:58 ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== 22:49:58 mkdir -p /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/lua/5.1 22:49:58 cd src && install -m 0755 luajit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 22:49:58 cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : 22:49:58 rm -f /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 22:49:58 cd src && test -f libluajit.so && \ 22:49:58 install -m 0755 libluajit.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ 22:49:58 ldconfig -n /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib && \ 22:49:58 ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ 22:49:58 ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : 22:49:58 cd etc && install -m 0644 luajit.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 22:49:58 cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ 22:49:58 install -m 0644 luajit.pc.tmp /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ 22:49:58 rm -f luajit.pc.tmp 22:49:58 cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 22:49:58 cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit 22:49:58 ln -sf luajit-2.1.0-beta3 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit 22:49:58 ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== 22:49:58 export LUAJIT_LIB='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib' 22:49:58 export LUAJIT_INC='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1' 22:49:58 cd .. 22:49:58 patching the resty script with hard-coded nginx binary path... 22:49:58 cd nginx-1.15.8 22:49:58 sh ./configure --prefix=/build/parts/openresty/install/nginx \ 22:49:58 --with-cc-opt='-O2' \ 22:49:58 --add-module=../ngx_devel_kit-0.3.1rc1 \ 22:49:58 --add-module=../echo-nginx-module-0.61 \ 22:49:58 --add-module=../xss-nginx-module-0.06 \ 22:49:58 --add-module=../ngx_coolkit-0.2 \ 22:49:58 --add-module=../set-misc-nginx-module-0.32 \ 22:49:58 --add-module=../form-input-nginx-module-0.12 \ 22:49:58 --add-module=../encrypted-session-nginx-module-0.08 \ 22:49:58 --add-module=../srcache-nginx-module-0.31 \ 22:49:58 --add-module=../ngx_lua-0.10.15 \ 22:49:58 --add-module=../ngx_lua_upstream-0.07 \ 22:49:58 --add-module=../headers-more-nginx-module-0.33 \ 22:49:58 --add-module=../array-var-nginx-module-0.05 \ 22:49:58 --add-module=../memc-nginx-module-0.19 \ 22:49:58 --add-module=../redis2-nginx-module-0.15 \ 22:49:58 --add-module=../redis-nginx-module-0.3.7 \ 22:49:58 --add-module=../rds-json-nginx-module-0.15 \ 22:49:58 --add-module=../rds-csv-nginx-module-0.09 \ 22:49:58 --add-module=../ngx_stream_lua-0.0.7 \ 22:49:58 --with-ld-opt='-Wl,-rpath,/build/parts/openresty/install/luajit/lib' \ 22:49:58 --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module 22:49:58 checking for OS 22:49:58 + Linux 3.10.0-1127.el7.x86_64 x86_64 22:49:59 checking for C compiler ... found 22:49:59 + using GNU C compiler 22:49:59 + gcc version: 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 22:49:59 checking for gcc -pipe switch ... found 22:49:59 checking for --with-ld-opt="-Wl,-rpath,/build/parts/openresty/install/luajit/lib" ... found 22:49:59 checking for -Wl,-E switch ... found 22:49:59 checking for gcc builtin atomic operations ... found 22:49:59 checking for C99 variadic macros ... found 22:49:59 checking for gcc variadic macros ... found 22:49:59 checking for gcc builtin 64 bit byteswap ... found 22:49:59 checking for unistd.h ... found 22:50:00 checking for inttypes.h ... found 22:50:00 checking for limits.h ... found 22:50:00 checking for sys/filio.h ... not found 22:50:00 checking for sys/param.h ... found 22:50:00 checking for sys/mount.h ... found 22:50:00 checking for sys/statvfs.h ... found 22:50:00 checking for crypt.h ... found 22:50:00 checking for Linux specific features 22:50:00 checking for epoll ... found 22:50:00 checking for EPOLLRDHUP ... found 22:50:00 checking for EPOLLEXCLUSIVE ... found 22:50:00 checking for O_PATH ... found 22:50:01 checking for sendfile() ... found 22:50:01 checking for sendfile64() ... found 22:50:01 checking for sys/prctl.h ... found 22:50:01 checking for prctl(PR_SET_DUMPABLE) ... found 22:50:01 checking for prctl(PR_SET_KEEPCAPS) ... found 22:50:01 checking for capabilities ... found 22:50:01 checking for crypt_r() ... found 22:50:01 checking for sys/vfs.h ... found 22:50:01 checking for nobody group ... not found 22:50:01 checking for nogroup group ... found 22:50:01 checking for poll() ... found 22:50:01 checking for /dev/poll ... not found 22:50:01 checking for kqueue ... not found 22:50:02 checking for crypt() ... not found 22:50:02 checking for crypt() in libcrypt ... found 22:50:02 checking for F_READAHEAD ... not found 22:50:02 checking for posix_fadvise() ... found 22:50:02 checking for O_DIRECT ... found 22:50:02 checking for F_NOCACHE ... not found 22:50:02 checking for directio() ... not found 22:50:02 checking for statfs() ... found 22:50:02 checking for statvfs() ... found 22:50:02 checking for dlopen() ... not found 22:50:02 checking for dlopen() in libdl ... found 22:50:03 checking for sched_yield() ... found 22:50:03 checking for sched_setaffinity() ... found 22:50:03 checking for SO_SETFIB ... not found 22:50:03 checking for SO_REUSEPORT ... found 22:50:03 checking for SO_ACCEPTFILTER ... not found 22:50:03 checking for SO_BINDANY ... not found 22:50:03 checking for IP_TRANSPARENT ... found 22:50:03 checking for IP_BINDANY ... not found 22:50:03 checking for IP_BIND_ADDRESS_NO_PORT ... found 22:50:03 checking for IP_RECVDSTADDR ... not found 22:50:03 checking for IP_SENDSRCADDR ... not found 22:50:04 checking for IP_PKTINFO ... found 22:50:04 checking for IPV6_RECVPKTINFO ... found 22:50:04 checking for TCP_DEFER_ACCEPT ... found 22:50:04 checking for TCP_KEEPIDLE ... found 22:50:04 checking for TCP_FASTOPEN ... found 22:50:04 checking for TCP_INFO ... found 22:50:04 checking for accept4() ... found 22:50:04 checking for eventfd() ... found 22:50:04 checking for int size ... 4 bytes 22:50:05 checking for long size ... 8 bytes 22:50:05 checking for long long size ... 8 bytes 22:50:05 checking for void * size ... 8 bytes 22:50:05 checking for uint32_t ... found 22:50:05 checking for uint64_t ... found 22:50:05 checking for sig_atomic_t ... found 22:50:05 checking for sig_atomic_t size ... 4 bytes 22:50:05 checking for socklen_t ... found 22:50:05 checking for in_addr_t ... found 22:50:05 checking for in_port_t ... found 22:50:05 checking for rlim_t ... found 22:50:05 checking for uintptr_t ... uintptr_t found 22:50:06 checking for system byte ordering ... little endian 22:50:06 checking for size_t size ... 8 bytes 22:50:06 checking for off_t size ... 8 bytes 22:50:06 checking for time_t size ... 8 bytes 22:50:06 checking for AF_INET6 ... found 22:50:06 checking for setproctitle() ... not found 22:50:06 checking for pread() ... found 22:50:06 checking for pwrite() ... found 22:50:06 checking for pwritev() ... found 22:50:07 checking for sys_nerr ... found 22:50:07 checking for localtime_r() ... found 22:50:07 checking for clock_gettime(CLOCK_MONOTONIC) ... found 22:50:07 checking for posix_memalign() ... found 22:50:07 checking for memalign() ... found 22:50:07 checking for mmap(MAP_ANON|MAP_SHARED) ... found 22:50:08 checking for mmap("/dev/zero", MAP_SHARED) ... found 22:50:08 checking for System V shared memory ... found 22:50:08 checking for POSIX semaphores ... not found 22:50:08 checking for POSIX semaphores in libpthread ... found 22:50:08 checking for struct msghdr.msg_control ... found 22:50:08 checking for ioctl(FIONBIO) ... found 22:50:08 checking for struct tm.tm_gmtoff ... found 22:50:08 checking for struct dirent.d_namlen ... not found 22:50:08 checking for struct dirent.d_type ... found 22:50:09 checking for sysconf(_SC_NPROCESSORS_ONLN) ... found 22:50:09 checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found 22:50:09 checking for openat(), fstatat() ... found 22:50:09 checking for getaddrinfo() ... found 22:50:09 checking for SOCK_CLOEXEC support ... found 22:50:09 checking for FD_CLOEXEC support ... found 22:50:09 configuring additional modules 22:50:09 adding module in ../ngx_devel_kit-0.3.1rc1 22:50:09 + ngx_devel_kit was configured 22:50:09 adding module in ../echo-nginx-module-0.61 22:50:09 + ngx_http_echo_module was configured 22:50:09 adding module in ../xss-nginx-module-0.06 22:50:09 + ngx_http_xss_filter_module was configured 22:50:09 adding module in ../ngx_coolkit-0.2 22:50:09 + ngx_coolkit_module was configured 22:50:09 adding module in ../set-misc-nginx-module-0.32 22:50:09 found ngx_devel_kit for ngx_set_misc; looks good. 22:50:09 + ngx_http_set_misc_module was configured 22:50:09 adding module in ../form-input-nginx-module-0.12 22:50:09 found ngx_devel_kit for ngx_form_input; looks good. 22:50:09 + ngx_http_form_input_module was configured 22:50:09 adding module in ../encrypted-session-nginx-module-0.08 22:50:09 found ngx_devel_kit for ngx_encrypted_session; looks good. 22:50:09 + ngx_http_encrypted_session_module was configured 22:50:09 adding module in ../srcache-nginx-module-0.31 22:50:09 + ngx_http_srcache_filter_module was configured 22:50:09 adding module in ../ngx_lua-0.10.15 22:50:09 checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found 22:50:09 checking for export symbols by default (-E) ... found 22:50:09 checking for export symbols by default (--export-all-symbols) ... not found 22:50:10 checking for SO_PASSCRED ... found 22:50:10 checking for SA_RESTART ... found 22:50:10 checking for __attribute__(constructor) ... found 22:50:10 checking for malloc_trim ... found 22:50:10 checking for pipe2 ... not found 22:50:10 checking for signalfd ... found 22:50:10 + ngx_http_lua_module was configured 22:50:10 adding module in ../ngx_lua_upstream-0.07 22:50:10 + ngx_http_lua_upstream_module was configured 22:50:10 adding module in ../headers-more-nginx-module-0.33 22:50:10 + ngx_http_headers_more_filter_module was configured 22:50:10 adding module in ../array-var-nginx-module-0.05 22:50:10 found ngx_devel_kit for ngx_array_var; looks good. 22:50:10 + ngx_http_array_var_module was configured 22:50:10 adding module in ../memc-nginx-module-0.19 22:50:10 + ngx_http_memc_module was configured 22:50:10 adding module in ../redis2-nginx-module-0.15 22:50:10 + ngx_http_redis2_module was configured 22:50:10 adding module in ../redis-nginx-module-0.3.7 22:50:10 + ngx_http_redis_module was configured 22:50:10 adding module in ../rds-json-nginx-module-0.15 22:50:10 + ngx_http_rds_json_filter_module was configured 22:50:10 adding module in ../rds-csv-nginx-module-0.09 22:50:10 + ngx_http_rds_csv_filter_module was configured 22:50:10 adding module in ../ngx_stream_lua-0.0.7 22:50:10 checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found 22:50:10 checking for export symbols by default (-E) ... found 22:50:10 checking for export symbols by default (--export-all-symbols) ... not found 22:50:11 checking for SO_PASSCRED ... found 22:50:11 checking for SA_RESTART ... found 22:50:11 + ngx_stream_lua_module was configured 22:50:11 adding module in /build/stage/lua-kong-nginx-module 22:50:11 + ngx_http_lua_kong_module was configured 22:50:11 checking for PCRE library ... found 22:50:11 checking for PCRE JIT support ... found 22:50:11 checking for OpenSSL library ... found 22:50:11 checking for zlib library ... found 22:50:11 creating objs/Makefile 22:50:17 22:50:17 Configuration summary 22:50:17 + using system PCRE library 22:50:17 + using system OpenSSL library 22:50:17 + using system zlib library 22:50:17 22:50:17 nginx path prefix: "/build/parts/openresty/install/nginx" 22:50:17 nginx binary file: "/build/parts/openresty/install/nginx/sbin/nginx" 22:50:17 nginx modules path: "/build/parts/openresty/install/nginx/modules" 22:50:17 nginx configuration prefix: "/build/parts/openresty/install/nginx/conf" 22:50:17 nginx configuration file: "/build/parts/openresty/install/nginx/conf/nginx.conf" 22:50:17 nginx pid file: "/build/parts/openresty/install/nginx/logs/nginx.pid" 22:50:17 nginx error log file: "/build/parts/openresty/install/nginx/logs/error.log" 22:50:17 nginx http access log file: "/build/parts/openresty/install/nginx/logs/access.log" 22:50:17 nginx http client request body temporary files: "client_body_temp" 22:50:17 nginx http proxy temporary files: "proxy_temp" 22:50:17 nginx http fastcgi temporary files: "fastcgi_temp" 22:50:17 nginx http uwsgi temporary files: "uwsgi_temp" 22:50:17 nginx http scgi temporary files: "scgi_temp" 22:50:17 22:50:17 ./configure: warning: the "--with-ipv6" option is deprecated 22:50:17 cd ../.. 22:50:17 Type the following commands to build and install: 22:50:17 make 22:50:17 make install 22:50:17 make -j8 22:50:17 cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit 22:50:17 make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' 22:50:17 ==== Building LuaJIT 2.1.0-beta3 ==== 22:50:17 make -C src 22:50:17 make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' 22:50:17 make[2]: Nothing to be done for 'default'. 22:50:17 make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' 22:50:17 ==== Successfully built LuaJIT 2.1.0-beta3 ==== 22:50:17 make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' 22:50:17 cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc 22:50:17 make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' 22:50:17 cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o lua_cjson.o lua_cjson.c 22:50:17 cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o strbuf.o strbuf.c 22:50:17 cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o fpconv.o fpconv.c 22:50:18 cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o 22:50:18 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' 22:50:18 cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:18 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' 22:50:18 cc -O3 -g -Wall -fpic -c resty_signal.c 22:50:18 cc -shared -fvisibility=hidden resty_signal.o -o librestysignal.so 22:50:18 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' 22:50:18 cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:18 make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' 22:50:18 cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o redis-parser.o redis-parser.c 22:50:18 cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so redis-parser.o 22:50:18 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' 22:50:18 cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:18 make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' 22:50:18 cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o src/rds_parser.o src/rds_parser.c 22:50:18 cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so src/rds_parser.o 22:50:19 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' 22:50:19 cd /build/parts/openresty/build/build/nginx-1.15.8 && make 22:50:19 make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:19 make -f objs/Makefile 22:50:19 make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/nginx.o \ 22:50:19 src/core/nginx.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_log.o \ 22:50:19 src/core/ngx_log.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_palloc.o \ 22:50:19 src/core/ngx_palloc.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_array.o \ 22:50:19 src/core/ngx_array.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_list.o \ 22:50:19 src/core/ngx_list.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_hash.o \ 22:50:19 src/core/ngx_hash.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_buf.o \ 22:50:19 src/core/ngx_buf.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_queue.o \ 22:50:19 src/core/ngx_queue.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_output_chain.o \ 22:50:19 src/core/ngx_output_chain.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_string.o \ 22:50:19 src/core/ngx_string.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_parse.o \ 22:50:19 src/core/ngx_parse.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_parse_time.o \ 22:50:19 src/core/ngx_parse_time.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_inet.o \ 22:50:19 src/core/ngx_inet.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_file.o \ 22:50:19 src/core/ngx_file.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_crc32.o \ 22:50:19 src/core/ngx_crc32.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_murmurhash.o \ 22:50:19 src/core/ngx_murmurhash.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_md5.o \ 22:50:19 src/core/ngx_md5.c 22:50:19 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:19 -o objs/src/core/ngx_sha1.o \ 22:50:19 src/core/ngx_sha1.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_rbtree.o \ 22:50:20 src/core/ngx_rbtree.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_radix_tree.o \ 22:50:20 src/core/ngx_radix_tree.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_slab.o \ 22:50:20 src/core/ngx_slab.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_times.o \ 22:50:20 src/core/ngx_times.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_shmtx.o \ 22:50:20 src/core/ngx_shmtx.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_connection.o \ 22:50:20 src/core/ngx_connection.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_cycle.o \ 22:50:20 src/core/ngx_cycle.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_spinlock.o \ 22:50:20 src/core/ngx_spinlock.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_rwlock.o \ 22:50:20 src/core/ngx_rwlock.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_cpuinfo.o \ 22:50:20 src/core/ngx_cpuinfo.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_conf_file.o \ 22:50:20 src/core/ngx_conf_file.c 22:50:20 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:20 -o objs/src/core/ngx_module.o \ 22:50:20 src/core/ngx_module.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/core/ngx_resolver.o \ 22:50:21 src/core/ngx_resolver.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/core/ngx_open_file_cache.o \ 22:50:21 src/core/ngx_open_file_cache.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/core/ngx_crypt.o \ 22:50:21 src/core/ngx_crypt.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/core/ngx_proxy_protocol.o \ 22:50:21 src/core/ngx_proxy_protocol.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/core/ngx_syslog.o \ 22:50:21 src/core/ngx_syslog.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event.o \ 22:50:21 src/event/ngx_event.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event_timer.o \ 22:50:21 src/event/ngx_event_timer.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event_posted.o \ 22:50:21 src/event/ngx_event_posted.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event_accept.o \ 22:50:21 src/event/ngx_event_accept.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event_udp.o \ 22:50:21 src/event/ngx_event_udp.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event_connect.o \ 22:50:21 src/event/ngx_event_connect.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/event/ngx_event_pipe.o \ 22:50:21 src/event/ngx_event_pipe.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/os/unix/ngx_time.o \ 22:50:21 src/os/unix/ngx_time.c 22:50:21 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:21 -o objs/src/os/unix/ngx_errno.o \ 22:50:21 src/os/unix/ngx_errno.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_alloc.o \ 22:50:22 src/os/unix/ngx_alloc.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_files.o \ 22:50:22 src/os/unix/ngx_files.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_socket.o \ 22:50:22 src/os/unix/ngx_socket.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_recv.o \ 22:50:22 src/os/unix/ngx_recv.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_readv_chain.o \ 22:50:22 src/os/unix/ngx_readv_chain.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_udp_recv.o \ 22:50:22 src/os/unix/ngx_udp_recv.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_send.o \ 22:50:22 src/os/unix/ngx_send.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_writev_chain.o \ 22:50:22 src/os/unix/ngx_writev_chain.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_udp_send.o \ 22:50:22 src/os/unix/ngx_udp_send.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \ 22:50:22 src/os/unix/ngx_udp_sendmsg_chain.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_channel.o \ 22:50:22 src/os/unix/ngx_channel.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_shmem.o \ 22:50:22 src/os/unix/ngx_shmem.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_process.o \ 22:50:22 src/os/unix/ngx_process.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_daemon.o \ 22:50:22 src/os/unix/ngx_daemon.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_setaffinity.o \ 22:50:22 src/os/unix/ngx_setaffinity.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_setproctitle.o \ 22:50:22 src/os/unix/ngx_setproctitle.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_posix_init.o \ 22:50:22 src/os/unix/ngx_posix_init.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_user.o \ 22:50:22 src/os/unix/ngx_user.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_dlopen.o \ 22:50:22 src/os/unix/ngx_dlopen.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_process_cycle.o \ 22:50:22 src/os/unix/ngx_process_cycle.c 22:50:22 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:22 -o objs/src/os/unix/ngx_linux_init.o \ 22:50:22 src/os/unix/ngx_linux_init.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:23 -o objs/src/event/modules/ngx_epoll_module.o \ 22:50:23 src/event/modules/ngx_epoll_module.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:23 -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ 22:50:23 src/os/unix/ngx_linux_sendfile_chain.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:23 -o objs/src/event/ngx_event_openssl.o \ 22:50:23 src/event/ngx_event_openssl.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:23 -o objs/src/event/ngx_event_openssl_stapling.o \ 22:50:23 src/event/ngx_event_openssl_stapling.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:23 -o objs/src/core/ngx_regex.o \ 22:50:23 src/core/ngx_regex.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:23 -o objs/src/http/ngx_http.o \ 22:50:23 src/http/ngx_http.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:23 -o objs/src/http/ngx_http_core_module.o \ 22:50:23 src/http/ngx_http_core_module.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:23 -o objs/src/http/ngx_http_special_response.o \ 22:50:23 src/http/ngx_http_special_response.c 22:50:23 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:23 -o objs/src/http/ngx_http_request.o \ 22:50:23 src/http/ngx_http_request.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/ngx_http_parse.o \ 22:50:24 src/http/ngx_http_parse.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/modules/ngx_http_log_module.o \ 22:50:24 src/http/modules/ngx_http_log_module.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/ngx_http_request_body.o \ 22:50:24 src/http/ngx_http_request_body.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/ngx_http_variables.o \ 22:50:24 src/http/ngx_http_variables.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/ngx_http_script.o \ 22:50:24 src/http/ngx_http_script.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/ngx_http_upstream.o \ 22:50:24 src/http/ngx_http_upstream.c 22:50:24 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:24 -o objs/src/http/ngx_http_upstream_round_robin.o \ 22:50:24 src/http/ngx_http_upstream_round_robin.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/ngx_http_file_cache.o \ 22:50:25 src/http/ngx_http_file_cache.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/ngx_http_write_filter_module.o \ 22:50:25 src/http/ngx_http_write_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/ngx_http_header_filter_module.o \ 22:50:25 src/http/ngx_http_header_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ 22:50:25 src/http/modules/ngx_http_chunked_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/v2/ngx_http_v2_filter_module.o \ 22:50:25 src/http/v2/ngx_http_v2_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_range_filter_module.o \ 22:50:25 src/http/modules/ngx_http_range_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ 22:50:25 src/http/modules/ngx_http_gzip_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/ngx_http_postpone_filter_module.o \ 22:50:25 src/http/ngx_http_postpone_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ 22:50:25 src/http/modules/ngx_http_ssi_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_charset_filter_module.o \ 22:50:25 src/http/modules/ngx_http_charset_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_userid_filter_module.o \ 22:50:25 src/http/modules/ngx_http_userid_filter_module.c 22:50:25 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:25 -o objs/src/http/modules/ngx_http_headers_filter_module.o \ 22:50:25 src/http/modules/ngx_http_headers_filter_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/ngx_http_copy_filter_module.o \ 22:50:26 src/http/ngx_http_copy_filter_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ 22:50:26 src/http/modules/ngx_http_not_modified_filter_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/v2/ngx_http_v2.o \ 22:50:26 src/http/v2/ngx_http_v2.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/v2/ngx_http_v2_table.o \ 22:50:26 src/http/v2/ngx_http_v2_table.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/v2/ngx_http_v2_encode.o \ 22:50:26 src/http/v2/ngx_http_v2_encode.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/v2/ngx_http_v2_huff_decode.o \ 22:50:26 src/http/v2/ngx_http_v2_huff_decode.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/v2/ngx_http_v2_huff_encode.o \ 22:50:26 src/http/v2/ngx_http_v2_huff_encode.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/v2/ngx_http_v2_module.o \ 22:50:26 src/http/v2/ngx_http_v2_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/modules/ngx_http_static_module.o \ 22:50:26 src/http/modules/ngx_http_static_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/modules/ngx_http_autoindex_module.o \ 22:50:26 src/http/modules/ngx_http_autoindex_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/modules/ngx_http_index_module.o \ 22:50:26 src/http/modules/ngx_http_index_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/modules/ngx_http_mirror_module.o \ 22:50:26 src/http/modules/ngx_http_mirror_module.c 22:50:26 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:26 -o objs/src/http/modules/ngx_http_try_files_module.o \ 22:50:26 src/http/modules/ngx_http_try_files_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_auth_basic_module.o \ 22:50:27 src/http/modules/ngx_http_auth_basic_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_access_module.o \ 22:50:27 src/http/modules/ngx_http_access_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_limit_conn_module.o \ 22:50:27 src/http/modules/ngx_http_limit_conn_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_limit_req_module.o \ 22:50:27 src/http/modules/ngx_http_limit_req_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_realip_module.o \ 22:50:27 src/http/modules/ngx_http_realip_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_geo_module.o \ 22:50:27 src/http/modules/ngx_http_geo_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_map_module.o \ 22:50:27 src/http/modules/ngx_http_map_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_split_clients_module.o \ 22:50:27 src/http/modules/ngx_http_split_clients_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_referer_module.o \ 22:50:27 src/http/modules/ngx_http_referer_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_rewrite_module.o \ 22:50:27 src/http/modules/ngx_http_rewrite_module.c 22:50:27 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:27 -o objs/src/http/modules/ngx_http_ssl_module.o \ 22:50:27 src/http/modules/ngx_http_ssl_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_proxy_module.o \ 22:50:28 src/http/modules/ngx_http_proxy_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_fastcgi_module.o \ 22:50:28 src/http/modules/ngx_http_fastcgi_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_uwsgi_module.o \ 22:50:28 src/http/modules/ngx_http_uwsgi_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_scgi_module.o \ 22:50:28 src/http/modules/ngx_http_scgi_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_grpc_module.o \ 22:50:28 src/http/modules/ngx_http_grpc_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_memcached_module.o \ 22:50:28 src/http/modules/ngx_http_memcached_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_empty_gif_module.o \ 22:50:28 src/http/modules/ngx_http_empty_gif_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_browser_module.o \ 22:50:28 src/http/modules/ngx_http_browser_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_upstream_hash_module.o \ 22:50:28 src/http/modules/ngx_http_upstream_hash_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ 22:50:28 src/http/modules/ngx_http_upstream_ip_hash_module.c 22:50:28 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:28 -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ 22:50:28 src/http/modules/ngx_http_upstream_least_conn_module.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:29 -o objs/src/http/modules/ngx_http_upstream_random_module.o \ 22:50:29 src/http/modules/ngx_http_upstream_random_module.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:29 -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ 22:50:29 src/http/modules/ngx_http_upstream_keepalive_module.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:29 -o objs/src/http/modules/ngx_http_upstream_zone_module.o \ 22:50:29 src/http/modules/ngx_http_upstream_zone_module.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ 22:50:29 -o objs/src/http/modules/ngx_http_stub_status_module.o \ 22:50:29 src/http/modules/ngx_http_stub_status_module.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:29 -o objs/src/stream/ngx_stream.o \ 22:50:29 src/stream/ngx_stream.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:29 -o objs/src/stream/ngx_stream_variables.o \ 22:50:29 src/stream/ngx_stream_variables.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:29 -o objs/src/stream/ngx_stream_script.o \ 22:50:29 src/stream/ngx_stream_script.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:29 -o objs/src/stream/ngx_stream_handler.o \ 22:50:29 src/stream/ngx_stream_handler.c 22:50:29 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:29 -o objs/src/stream/ngx_stream_core_module.o \ 22:50:29 src/stream/ngx_stream_core_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_log_module.o \ 22:50:30 src/stream/ngx_stream_log_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_proxy_module.o \ 22:50:30 src/stream/ngx_stream_proxy_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_upstream.o \ 22:50:30 src/stream/ngx_stream_upstream.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_upstream_round_robin.o \ 22:50:30 src/stream/ngx_stream_upstream_round_robin.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_write_filter_module.o \ 22:50:30 src/stream/ngx_stream_write_filter_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_ssl_module.o \ 22:50:30 src/stream/ngx_stream_ssl_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_limit_conn_module.o \ 22:50:30 src/stream/ngx_stream_limit_conn_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_access_module.o \ 22:50:30 src/stream/ngx_stream_access_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_geo_module.o \ 22:50:30 src/stream/ngx_stream_geo_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_map_module.o \ 22:50:30 src/stream/ngx_stream_map_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_split_clients_module.o \ 22:50:30 src/stream/ngx_stream_split_clients_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_return_module.o \ 22:50:30 src/stream/ngx_stream_return_module.c 22:50:30 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:30 -o objs/src/stream/ngx_stream_upstream_hash_module.o \ 22:50:30 src/stream/ngx_stream_upstream_hash_module.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:31 -o objs/src/stream/ngx_stream_upstream_least_conn_module.o \ 22:50:31 src/stream/ngx_stream_upstream_least_conn_module.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:31 -o objs/src/stream/ngx_stream_upstream_random_module.o \ 22:50:31 src/stream/ngx_stream_upstream_random_module.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:31 -o objs/src/stream/ngx_stream_upstream_zone_module.o \ 22:50:31 src/stream/ngx_stream_upstream_zone_module.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ 22:50:31 -o objs/src/stream/ngx_stream_ssl_preread_module.o \ 22:50:31 src/stream/ngx_stream_ssl_preread_module.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ndk.o \ 22:50:31 ../ngx_devel_kit-0.3.1rc1/src/ndk.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_module.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_module.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_util.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_util.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_timer.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_timer.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_var.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_var.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_handler.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_handler.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_filter.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_filter.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_sleep.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_sleep.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_location.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_location.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_echo.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_echo.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_request_info.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_request_info.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_subrequest.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_subrequest.c 22:50:31 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:31 -o objs/addon/src/ngx_http_echo_foreach.o \ 22:50:31 ../echo-nginx-module-0.61/src/ngx_http_echo_foreach.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_xss_filter_module.o \ 22:50:32 ../xss-nginx-module-0.06/src/ngx_http_xss_filter_module.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_xss_util.o \ 22:50:32 ../xss-nginx-module-0.06/src/ngx_http_xss_util.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_coolkit_handlers.o \ 22:50:32 ../ngx_coolkit-0.2/src/ngx_coolkit_handlers.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_coolkit_module.o \ 22:50:32 ../ngx_coolkit-0.2/src/ngx_coolkit_module.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_coolkit_variables.o \ 22:50:32 ../ngx_coolkit-0.2/src/ngx_coolkit_variables.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_base32.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_base32.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_default_value.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_default_value.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_hashed_upstream.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_hashed_upstream.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_quote_sql.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_sql.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_quote_json.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_json.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_unescape_uri.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_unescape_uri.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_misc_module.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_misc_module.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_escape_uri.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_escape_uri.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_hash.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_hash.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_local_today.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_local_today.c 22:50:32 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:32 -o objs/addon/src/ngx_http_set_hex.o \ 22:50:32 ../set-misc-nginx-module-0.32/src/ngx_http_set_hex.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_set_base64.o \ 22:50:33 ../set-misc-nginx-module-0.32/src/ngx_http_set_base64.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_set_random.o \ 22:50:33 ../set-misc-nginx-module-0.32/src/ngx_http_set_random.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_set_secure_random.o \ 22:50:33 ../set-misc-nginx-module-0.32/src/ngx_http_set_secure_random.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_set_rotate.o \ 22:50:33 ../set-misc-nginx-module-0.32/src/ngx_http_set_rotate.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_set_hmac.o \ 22:50:33 ../set-misc-nginx-module-0.32/src/ngx_http_set_hmac.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_form_input_module.o \ 22:50:33 ../form-input-nginx-module-0.12/src/ngx_http_form_input_module.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_encrypted_session_module.o \ 22:50:33 ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_module.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_encrypted_session_cipher.o \ 22:50:33 ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_cipher.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_srcache_filter_module.o \ 22:50:33 ../srcache-nginx-module-0.31/src/ngx_http_srcache_filter_module.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_srcache_util.o \ 22:50:33 ../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_srcache_var.o \ 22:50:33 ../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_srcache_store.o \ 22:50:33 ../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_srcache_fetch.o \ 22:50:33 ../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_srcache_headers.o \ 22:50:33 ../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_lua_script.o \ 22:50:33 ../ngx_lua-0.10.15/src/ngx_http_lua_script.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_lua_log.o \ 22:50:33 ../ngx_lua-0.10.15/src/ngx_http_lua_log.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_lua_subrequest.o \ 22:50:33 ../ngx_lua-0.10.15/src/ngx_http_lua_subrequest.c 22:50:33 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:33 -o objs/addon/src/ngx_http_lua_ndk.o \ 22:50:33 ../ngx_lua-0.10.15/src/ngx_http_lua_ndk.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_control.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_control.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_time.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_time.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_misc.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_misc.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_variable.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_variable.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_string.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_string.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_output.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_output.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_headers.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_headers.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_req_body.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_req_body.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_uri.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_uri.c 22:50:34 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:34 -o objs/addon/src/ngx_http_lua_args.o \ 22:50:34 ../ngx_lua-0.10.15/src/ngx_http_lua_args.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_ctx.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_ctx.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_regex.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_regex.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_module.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_module.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_headers_out.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_headers_out.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_headers_in.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_headers_in.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_directive.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_directive.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_consts.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_consts.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_exception.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_exception.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_util.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_util.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_cache.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_cache.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_contentby.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_contentby.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_rewriteby.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_rewriteby.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_accessby.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_accessby.c 22:50:35 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:35 -o objs/addon/src/ngx_http_lua_setby.o \ 22:50:35 ../ngx_lua-0.10.15/src/ngx_http_lua_setby.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_capturefilter.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_capturefilter.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_clfactory.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_clfactory.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_pcrefix.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_pcrefix.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_headerfilterby.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_headerfilterby.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_shdict.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_shdict.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_socket_tcp.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_api.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_api.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_logby.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_logby.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_sleep.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_sleep.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_semaphore.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_semaphore.c 22:50:36 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:36 -o objs/addon/src/ngx_http_lua_coroutine.o \ 22:50:36 ../ngx_lua-0.10.15/src/ngx_http_lua_coroutine.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_bodyfilterby.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_bodyfilterby.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_initby.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_initby.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_initworkerby.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_initworkerby.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_socket_udp.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_socket_udp.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_req_method.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_req_method.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_phase.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_phase.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_uthread.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_uthread.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_timer.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_timer.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_config.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_config.c 22:50:37 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:37 -o objs/addon/src/ngx_http_lua_worker.o \ 22:50:37 ../ngx_lua-0.10.15/src/ngx_http_lua_worker.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_ssl_certby.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_certby.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_ssl_ocsp.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_ocsp.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_lex.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_lex.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_balancer.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_balancer.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_storeby.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_fetchby.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_ssl.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_ssl.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_log_ringbuf.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_log_ringbuf.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_input_filters.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_input_filters.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_pipe.o \ 22:50:38 ../ngx_lua-0.10.15/src/ngx_http_lua_pipe.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_lua_upstream_module.o \ 22:50:38 ../ngx_lua_upstream-0.07/src/ngx_http_lua_upstream_module.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_headers_more_filter_module.o \ 22:50:38 ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_filter_module.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_headers_more_headers_out.o \ 22:50:38 ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_out.c 22:50:38 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:38 -o objs/addon/src/ngx_http_headers_more_headers_in.o \ 22:50:38 ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_in.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_headers_more_util.o \ 22:50:39 ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_util.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_array_var_module.o \ 22:50:39 ../array-var-nginx-module-0.05/src/ngx_http_array_var_module.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_array_var_util.o \ 22:50:39 ../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_memc_module.o \ 22:50:39 ../memc-nginx-module-0.19/src/ngx_http_memc_module.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_memc_request.o \ 22:50:39 ../memc-nginx-module-0.19/src/ngx_http_memc_request.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_memc_response.o \ 22:50:39 ../memc-nginx-module-0.19/src/ngx_http_memc_response.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_memc_util.o \ 22:50:39 ../memc-nginx-module-0.19/src/ngx_http_memc_util.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_memc_handler.o \ 22:50:39 ../memc-nginx-module-0.19/src/ngx_http_memc_handler.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_redis2_module.o \ 22:50:39 ../redis2-nginx-module-0.15/src/ngx_http_redis2_module.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_redis2_handler.o \ 22:50:39 ../redis2-nginx-module-0.15/src/ngx_http_redis2_handler.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_redis2_reply.o \ 22:50:39 ../redis2-nginx-module-0.15/src/ngx_http_redis2_reply.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_redis2_util.o \ 22:50:39 ../redis2-nginx-module-0.15/src/ngx_http_redis2_util.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ 22:50:39 ../redis-nginx-module-0.3.7/ngx_http_redis_module.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_rds_json_filter_module.o \ 22:50:39 ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_filter_module.c 22:50:39 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:39 -o objs/addon/src/ngx_http_rds_json_processor.o \ 22:50:39 ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_processor.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_json_util.o \ 22:50:40 ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_util.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_json_output.o \ 22:50:40 ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_output.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_json_handler.o \ 22:50:40 ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_handler.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_csv_filter_module.o \ 22:50:40 ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_filter_module.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_csv_processor.o \ 22:50:40 ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_processor.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_csv_util.o \ 22:50:40 ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_util.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_http_rds_csv_output.o \ 22:50:40 ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_output.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_stream_lua_api.o \ 22:50:40 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_api.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_stream_lua_request.o \ 22:50:40 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_request.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_stream_lua_module.o \ 22:50:40 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_module.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_stream_lua_directive.o \ 22:50:40 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_directive.c 22:50:40 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:40 -o objs/addon/src/ngx_stream_lua_lex.o \ 22:50:40 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_lex.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_contentby.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_contentby.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_util.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_cache.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_cache.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_clfactory.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_clfactory.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_exception.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_exception.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_pcrefix.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_pcrefix.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_uthread.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_uthread.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_coroutine.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_coroutine.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_output.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_output.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_consts.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_consts.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_log.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log.c 22:50:41 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:41 -o objs/addon/src/ngx_stream_lua_time.o \ 22:50:41 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_time.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_string.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_string.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_control.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_sleep.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_sleep.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_phase.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_phase.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_ctx.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ctx.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_regex.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_regex.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_script.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_script.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_shdict.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_shdict.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_variable.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_timer.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_timer.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_config.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_config.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_worker.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_worker.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_misc.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_misc.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_initby.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initby.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_initworkerby.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initworkerby.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_socket_tcp.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_tcp.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_socket_udp.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_udp.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_args.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_args.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_ssl.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_balancer.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_balancer.c 22:50:42 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:42 -o objs/addon/src/ngx_stream_lua_logby.o \ 22:50:42 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_logby.c 22:50:43 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:43 -o objs/addon/src/ngx_stream_lua_prereadby.o \ 22:50:43 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_prereadby.c 22:50:43 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:43 -o objs/addon/src/ngx_stream_lua_semaphore.o \ 22:50:43 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_semaphore.c 22:50:43 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:43 -o objs/addon/src/ngx_stream_lua_ssl_certby.o \ 22:50:43 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl_certby.c 22:50:43 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:43 -o objs/addon/src/ngx_stream_lua_log_ringbuf.o \ 22:50:43 ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log_ringbuf.c 22:50:43 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ 22:50:43 -o objs/addon/src/ngx_http_lua_kong_module.o \ 22:50:43 /build/stage/lua-kong-nginx-module/src/ngx_http_lua_kong_module.c 22:50:43 cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ 22:50:43 -o objs/ngx_modules.o \ 22:50:43 objs/ngx_modules.c 22:50:43 sed -e "s|%%PREFIX%%|/build/parts/openresty/install/nginx|" \ 22:50:43 -e "s|%%PID_PATH%%|/build/parts/openresty/install/nginx/logs/nginx.pid|" \ 22:50:43 -e "s|%%CONF_PATH%%|/build/parts/openresty/install/nginx/conf/nginx.conf|" \ 22:50:43 -e "s|%%ERROR_LOG_PATH%%|/build/parts/openresty/install/nginx/logs/error.log|" \ 22:50:43 < docs/man/nginx.8 > objs/nginx.8 22:50:44 cc -o objs/nginx \ 22:50:44 objs/src/core/nginx.o \ 22:50:44 objs/src/core/ngx_log.o \ 22:50:44 objs/src/core/ngx_palloc.o \ 22:50:44 objs/src/core/ngx_array.o \ 22:50:44 objs/src/core/ngx_list.o \ 22:50:44 objs/src/core/ngx_hash.o \ 22:50:44 objs/src/core/ngx_buf.o \ 22:50:44 objs/src/core/ngx_queue.o \ 22:50:44 objs/src/core/ngx_output_chain.o \ 22:50:44 objs/src/core/ngx_string.o \ 22:50:44 objs/src/core/ngx_parse.o \ 22:50:44 objs/src/core/ngx_parse_time.o \ 22:50:44 objs/src/core/ngx_inet.o \ 22:50:44 objs/src/core/ngx_file.o \ 22:50:44 objs/src/core/ngx_crc32.o \ 22:50:44 objs/src/core/ngx_murmurhash.o \ 22:50:44 objs/src/core/ngx_md5.o \ 22:50:44 objs/src/core/ngx_sha1.o \ 22:50:44 objs/src/core/ngx_rbtree.o \ 22:50:44 objs/src/core/ngx_radix_tree.o \ 22:50:44 objs/src/core/ngx_slab.o \ 22:50:44 objs/src/core/ngx_times.o \ 22:50:44 objs/src/core/ngx_shmtx.o \ 22:50:44 objs/src/core/ngx_connection.o \ 22:50:44 objs/src/core/ngx_cycle.o \ 22:50:44 objs/src/core/ngx_spinlock.o \ 22:50:44 objs/src/core/ngx_rwlock.o \ 22:50:44 objs/src/core/ngx_cpuinfo.o \ 22:50:44 objs/src/core/ngx_conf_file.o \ 22:50:44 objs/src/core/ngx_module.o \ 22:50:44 objs/src/core/ngx_resolver.o \ 22:50:44 objs/src/core/ngx_open_file_cache.o \ 22:50:44 objs/src/core/ngx_crypt.o \ 22:50:44 objs/src/core/ngx_proxy_protocol.o \ 22:50:44 objs/src/core/ngx_syslog.o \ 22:50:44 objs/src/event/ngx_event.o \ 22:50:44 objs/src/event/ngx_event_timer.o \ 22:50:44 objs/src/event/ngx_event_posted.o \ 22:50:44 objs/src/event/ngx_event_accept.o \ 22:50:44 objs/src/event/ngx_event_udp.o \ 22:50:44 objs/src/event/ngx_event_connect.o \ 22:50:44 objs/src/event/ngx_event_pipe.o \ 22:50:44 objs/src/os/unix/ngx_time.o \ 22:50:44 objs/src/os/unix/ngx_errno.o \ 22:50:44 objs/src/os/unix/ngx_alloc.o \ 22:50:44 objs/src/os/unix/ngx_files.o \ 22:50:44 objs/src/os/unix/ngx_socket.o \ 22:50:44 objs/src/os/unix/ngx_recv.o \ 22:50:44 objs/src/os/unix/ngx_readv_chain.o \ 22:50:44 objs/src/os/unix/ngx_udp_recv.o \ 22:50:44 objs/src/os/unix/ngx_send.o \ 22:50:44 objs/src/os/unix/ngx_writev_chain.o \ 22:50:44 objs/src/os/unix/ngx_udp_send.o \ 22:50:44 objs/src/os/unix/ngx_udp_sendmsg_chain.o \ 22:50:44 objs/src/os/unix/ngx_channel.o \ 22:50:44 objs/src/os/unix/ngx_shmem.o \ 22:50:44 objs/src/os/unix/ngx_process.o \ 22:50:44 objs/src/os/unix/ngx_daemon.o \ 22:50:44 objs/src/os/unix/ngx_setaffinity.o \ 22:50:44 objs/src/os/unix/ngx_setproctitle.o \ 22:50:44 objs/src/os/unix/ngx_posix_init.o \ 22:50:44 objs/src/os/unix/ngx_user.o \ 22:50:44 objs/src/os/unix/ngx_dlopen.o \ 22:50:44 objs/src/os/unix/ngx_process_cycle.o \ 22:50:44 objs/src/os/unix/ngx_linux_init.o \ 22:50:44 objs/src/event/modules/ngx_epoll_module.o \ 22:50:44 objs/src/os/unix/ngx_linux_sendfile_chain.o \ 22:50:44 objs/src/event/ngx_event_openssl.o \ 22:50:44 objs/src/event/ngx_event_openssl_stapling.o \ 22:50:44 objs/src/core/ngx_regex.o \ 22:50:44 objs/src/http/ngx_http.o \ 22:50:44 objs/src/http/ngx_http_core_module.o \ 22:50:44 objs/src/http/ngx_http_special_response.o \ 22:50:44 objs/src/http/ngx_http_request.o \ 22:50:44 objs/src/http/ngx_http_parse.o \ 22:50:44 objs/src/http/modules/ngx_http_log_module.o \ 22:50:44 objs/src/http/ngx_http_request_body.o \ 22:50:44 objs/src/http/ngx_http_variables.o \ 22:50:44 objs/src/http/ngx_http_script.o \ 22:50:44 objs/src/http/ngx_http_upstream.o \ 22:50:44 objs/src/http/ngx_http_upstream_round_robin.o \ 22:50:44 objs/src/http/ngx_http_file_cache.o \ 22:50:44 objs/src/http/ngx_http_write_filter_module.o \ 22:50:44 objs/src/http/ngx_http_header_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_chunked_filter_module.o \ 22:50:44 objs/src/http/v2/ngx_http_v2_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_range_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_gzip_filter_module.o \ 22:50:44 objs/src/http/ngx_http_postpone_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_ssi_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_charset_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_userid_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_headers_filter_module.o \ 22:50:44 objs/src/http/ngx_http_copy_filter_module.o \ 22:50:44 objs/src/http/modules/ngx_http_not_modified_filter_module.o \ 22:50:44 objs/src/http/v2/ngx_http_v2.o \ 22:50:44 objs/src/http/v2/ngx_http_v2_table.o \ 22:50:44 objs/src/http/v2/ngx_http_v2_encode.o \ 22:50:44 objs/src/http/v2/ngx_http_v2_huff_decode.o \ 22:50:44 objs/src/http/v2/ngx_http_v2_huff_encode.o \ 22:50:44 objs/src/http/v2/ngx_http_v2_module.o \ 22:50:44 objs/src/http/modules/ngx_http_static_module.o \ 22:50:44 objs/src/http/modules/ngx_http_autoindex_module.o \ 22:50:44 objs/src/http/modules/ngx_http_index_module.o \ 22:50:44 objs/src/http/modules/ngx_http_mirror_module.o \ 22:50:44 objs/src/http/modules/ngx_http_try_files_module.o \ 22:50:44 objs/src/http/modules/ngx_http_auth_basic_module.o \ 22:50:44 objs/src/http/modules/ngx_http_access_module.o \ 22:50:44 objs/src/http/modules/ngx_http_limit_conn_module.o \ 22:50:44 objs/src/http/modules/ngx_http_limit_req_module.o \ 22:50:44 objs/src/http/modules/ngx_http_realip_module.o \ 22:50:44 objs/src/http/modules/ngx_http_geo_module.o \ 22:50:44 objs/src/http/modules/ngx_http_map_module.o \ 22:50:44 objs/src/http/modules/ngx_http_split_clients_module.o \ 22:50:44 objs/src/http/modules/ngx_http_referer_module.o \ 22:50:44 objs/src/http/modules/ngx_http_rewrite_module.o \ 22:50:44 objs/src/http/modules/ngx_http_ssl_module.o \ 22:50:44 objs/src/http/modules/ngx_http_proxy_module.o \ 22:50:44 objs/src/http/modules/ngx_http_fastcgi_module.o \ 22:50:44 objs/src/http/modules/ngx_http_uwsgi_module.o \ 22:50:44 objs/src/http/modules/ngx_http_scgi_module.o \ 22:50:44 objs/src/http/modules/ngx_http_grpc_module.o \ 22:50:44 objs/src/http/modules/ngx_http_memcached_module.o \ 22:50:44 objs/src/http/modules/ngx_http_empty_gif_module.o \ 22:50:44 objs/src/http/modules/ngx_http_browser_module.o \ 22:50:44 objs/src/http/modules/ngx_http_upstream_hash_module.o \ 22:50:44 objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ 22:50:44 objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ 22:50:44 objs/src/http/modules/ngx_http_upstream_random_module.o \ 22:50:44 objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ 22:50:44 objs/src/http/modules/ngx_http_upstream_zone_module.o \ 22:50:44 objs/src/http/modules/ngx_http_stub_status_module.o \ 22:50:44 objs/src/stream/ngx_stream.o \ 22:50:44 objs/src/stream/ngx_stream_variables.o \ 22:50:44 objs/src/stream/ngx_stream_script.o \ 22:50:44 objs/src/stream/ngx_stream_handler.o \ 22:50:44 objs/src/stream/ngx_stream_core_module.o \ 22:50:44 objs/src/stream/ngx_stream_log_module.o \ 22:50:44 objs/src/stream/ngx_stream_proxy_module.o \ 22:50:44 objs/src/stream/ngx_stream_upstream.o \ 22:50:44 objs/src/stream/ngx_stream_upstream_round_robin.o \ 22:50:44 objs/src/stream/ngx_stream_write_filter_module.o \ 22:50:44 objs/src/stream/ngx_stream_ssl_module.o \ 22:50:44 objs/src/stream/ngx_stream_limit_conn_module.o \ 22:50:44 objs/src/stream/ngx_stream_access_module.o \ 22:50:44 objs/src/stream/ngx_stream_geo_module.o \ 22:50:44 objs/src/stream/ngx_stream_map_module.o \ 22:50:44 objs/src/stream/ngx_stream_split_clients_module.o \ 22:50:44 objs/src/stream/ngx_stream_return_module.o \ 22:50:44 objs/src/stream/ngx_stream_upstream_hash_module.o \ 22:50:44 objs/src/stream/ngx_stream_upstream_least_conn_module.o \ 22:50:44 objs/src/stream/ngx_stream_upstream_random_module.o \ 22:50:44 objs/src/stream/ngx_stream_upstream_zone_module.o \ 22:50:44 objs/src/stream/ngx_stream_ssl_preread_module.o \ 22:50:44 objs/addon/src/ndk.o \ 22:50:44 objs/addon/src/ngx_http_echo_module.o \ 22:50:44 objs/addon/src/ngx_http_echo_util.o \ 22:50:44 objs/addon/src/ngx_http_echo_timer.o \ 22:50:44 objs/addon/src/ngx_http_echo_var.o \ 22:50:44 objs/addon/src/ngx_http_echo_handler.o \ 22:50:44 objs/addon/src/ngx_http_echo_filter.o \ 22:50:44 objs/addon/src/ngx_http_echo_sleep.o \ 22:50:44 objs/addon/src/ngx_http_echo_location.o \ 22:50:44 objs/addon/src/ngx_http_echo_echo.o \ 22:50:44 objs/addon/src/ngx_http_echo_request_info.o \ 22:50:44 objs/addon/src/ngx_http_echo_subrequest.o \ 22:50:44 objs/addon/src/ngx_http_echo_foreach.o \ 22:50:44 objs/addon/src/ngx_http_xss_filter_module.o \ 22:50:44 objs/addon/src/ngx_http_xss_util.o \ 22:50:44 objs/addon/src/ngx_coolkit_handlers.o \ 22:50:44 objs/addon/src/ngx_coolkit_module.o \ 22:50:44 objs/addon/src/ngx_coolkit_variables.o \ 22:50:44 objs/addon/src/ngx_http_set_base32.o \ 22:50:44 objs/addon/src/ngx_http_set_default_value.o \ 22:50:44 objs/addon/src/ngx_http_set_hashed_upstream.o \ 22:50:44 objs/addon/src/ngx_http_set_quote_sql.o \ 22:50:44 objs/addon/src/ngx_http_set_quote_json.o \ 22:50:44 objs/addon/src/ngx_http_set_unescape_uri.o \ 22:50:44 objs/addon/src/ngx_http_set_misc_module.o \ 22:50:44 objs/addon/src/ngx_http_set_escape_uri.o \ 22:50:44 objs/addon/src/ngx_http_set_hash.o \ 22:50:44 objs/addon/src/ngx_http_set_local_today.o \ 22:50:44 objs/addon/src/ngx_http_set_hex.o \ 22:50:44 objs/addon/src/ngx_http_set_base64.o \ 22:50:44 objs/addon/src/ngx_http_set_random.o \ 22:50:44 objs/addon/src/ngx_http_set_secure_random.o \ 22:50:44 objs/addon/src/ngx_http_set_rotate.o \ 22:50:44 objs/addon/src/ngx_http_set_hmac.o \ 22:50:44 objs/addon/src/ngx_http_form_input_module.o \ 22:50:44 objs/addon/src/ngx_http_encrypted_session_module.o \ 22:50:44 objs/addon/src/ngx_http_encrypted_session_cipher.o \ 22:50:44 objs/addon/src/ngx_http_srcache_filter_module.o \ 22:50:44 objs/addon/src/ngx_http_srcache_util.o \ 22:50:44 objs/addon/src/ngx_http_srcache_var.o \ 22:50:44 objs/addon/src/ngx_http_srcache_store.o \ 22:50:44 objs/addon/src/ngx_http_srcache_fetch.o \ 22:50:44 objs/addon/src/ngx_http_srcache_headers.o \ 22:50:44 objs/addon/src/ngx_http_lua_script.o \ 22:50:44 objs/addon/src/ngx_http_lua_log.o \ 22:50:44 objs/addon/src/ngx_http_lua_subrequest.o \ 22:50:44 objs/addon/src/ngx_http_lua_ndk.o \ 22:50:44 objs/addon/src/ngx_http_lua_control.o \ 22:50:44 objs/addon/src/ngx_http_lua_time.o \ 22:50:44 objs/addon/src/ngx_http_lua_misc.o \ 22:50:44 objs/addon/src/ngx_http_lua_variable.o \ 22:50:44 objs/addon/src/ngx_http_lua_string.o \ 22:50:44 objs/addon/src/ngx_http_lua_output.o \ 22:50:44 objs/addon/src/ngx_http_lua_headers.o \ 22:50:44 objs/addon/src/ngx_http_lua_req_body.o \ 22:50:44 objs/addon/src/ngx_http_lua_uri.o \ 22:50:44 objs/addon/src/ngx_http_lua_args.o \ 22:50:44 objs/addon/src/ngx_http_lua_ctx.o \ 22:50:44 objs/addon/src/ngx_http_lua_regex.o \ 22:50:44 objs/addon/src/ngx_http_lua_module.o \ 22:50:44 objs/addon/src/ngx_http_lua_headers_out.o \ 22:50:44 objs/addon/src/ngx_http_lua_headers_in.o \ 22:50:44 objs/addon/src/ngx_http_lua_directive.o \ 22:50:44 objs/addon/src/ngx_http_lua_consts.o \ 22:50:44 objs/addon/src/ngx_http_lua_exception.o \ 22:50:44 objs/addon/src/ngx_http_lua_util.o \ 22:50:44 objs/addon/src/ngx_http_lua_cache.o \ 22:50:44 objs/addon/src/ngx_http_lua_contentby.o \ 22:50:44 objs/addon/src/ngx_http_lua_rewriteby.o \ 22:50:44 objs/addon/src/ngx_http_lua_accessby.o \ 22:50:44 objs/addon/src/ngx_http_lua_setby.o \ 22:50:44 objs/addon/src/ngx_http_lua_capturefilter.o \ 22:50:44 objs/addon/src/ngx_http_lua_clfactory.o \ 22:50:44 objs/addon/src/ngx_http_lua_pcrefix.o \ 22:50:44 objs/addon/src/ngx_http_lua_headerfilterby.o \ 22:50:44 objs/addon/src/ngx_http_lua_shdict.o \ 22:50:44 objs/addon/src/ngx_http_lua_socket_tcp.o \ 22:50:44 objs/addon/src/ngx_http_lua_api.o \ 22:50:44 objs/addon/src/ngx_http_lua_logby.o \ 22:50:44 objs/addon/src/ngx_http_lua_sleep.o \ 22:50:44 objs/addon/src/ngx_http_lua_semaphore.o \ 22:50:44 objs/addon/src/ngx_http_lua_coroutine.o \ 22:50:44 objs/addon/src/ngx_http_lua_bodyfilterby.o \ 22:50:44 objs/addon/src/ngx_http_lua_initby.o \ 22:50:44 objs/addon/src/ngx_http_lua_initworkerby.o \ 22:50:44 objs/addon/src/ngx_http_lua_socket_udp.o \ 22:50:44 objs/addon/src/ngx_http_lua_req_method.o \ 22:50:44 objs/addon/src/ngx_http_lua_phase.o \ 22:50:44 objs/addon/src/ngx_http_lua_uthread.o \ 22:50:44 objs/addon/src/ngx_http_lua_timer.o \ 22:50:44 objs/addon/src/ngx_http_lua_config.o \ 22:50:44 objs/addon/src/ngx_http_lua_worker.o \ 22:50:44 objs/addon/src/ngx_http_lua_ssl_certby.o \ 22:50:44 objs/addon/src/ngx_http_lua_ssl_ocsp.o \ 22:50:44 objs/addon/src/ngx_http_lua_lex.o \ 22:50:44 objs/addon/src/ngx_http_lua_balancer.o \ 22:50:44 objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ 22:50:44 objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ 22:50:44 objs/addon/src/ngx_http_lua_ssl.o \ 22:50:44 objs/addon/src/ngx_http_lua_log_ringbuf.o \ 22:50:44 objs/addon/src/ngx_http_lua_input_filters.o \ 22:50:44 objs/addon/src/ngx_http_lua_pipe.o \ 22:50:44 objs/addon/src/ngx_http_lua_upstream_module.o \ 22:50:44 objs/addon/src/ngx_http_headers_more_filter_module.o \ 22:50:44 objs/addon/src/ngx_http_headers_more_headers_out.o \ 22:50:44 objs/addon/src/ngx_http_headers_more_headers_in.o \ 22:50:44 objs/addon/src/ngx_http_headers_more_util.o \ 22:50:44 objs/addon/src/ngx_http_array_var_module.o \ 22:50:44 objs/addon/src/ngx_http_array_var_util.o \ 22:50:44 objs/addon/src/ngx_http_memc_module.o \ 22:50:44 objs/addon/src/ngx_http_memc_request.o \ 22:50:44 objs/addon/src/ngx_http_memc_response.o \ 22:50:44 objs/addon/src/ngx_http_memc_util.o \ 22:50:44 objs/addon/src/ngx_http_memc_handler.o \ 22:50:44 objs/addon/src/ngx_http_redis2_module.o \ 22:50:44 objs/addon/src/ngx_http_redis2_handler.o \ 22:50:44 objs/addon/src/ngx_http_redis2_reply.o \ 22:50:44 objs/addon/src/ngx_http_redis2_util.o \ 22:50:44 objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ 22:50:44 objs/addon/src/ngx_http_rds_json_filter_module.o \ 22:50:44 objs/addon/src/ngx_http_rds_json_processor.o \ 22:50:44 objs/addon/src/ngx_http_rds_json_util.o \ 22:50:44 objs/addon/src/ngx_http_rds_json_output.o \ 22:50:44 objs/addon/src/ngx_http_rds_json_handler.o \ 22:50:44 objs/addon/src/ngx_http_rds_csv_filter_module.o \ 22:50:44 objs/addon/src/ngx_http_rds_csv_processor.o \ 22:50:44 objs/addon/src/ngx_http_rds_csv_util.o \ 22:50:44 objs/addon/src/ngx_http_rds_csv_output.o \ 22:50:44 objs/addon/src/ngx_stream_lua_api.o \ 22:50:44 objs/addon/src/ngx_stream_lua_request.o \ 22:50:44 objs/addon/src/ngx_stream_lua_module.o \ 22:50:44 objs/addon/src/ngx_stream_lua_directive.o \ 22:50:44 objs/addon/src/ngx_stream_lua_lex.o \ 22:50:44 objs/addon/src/ngx_stream_lua_contentby.o \ 22:50:44 objs/addon/src/ngx_stream_lua_util.o \ 22:50:44 objs/addon/src/ngx_stream_lua_cache.o \ 22:50:44 objs/addon/src/ngx_stream_lua_clfactory.o \ 22:50:44 objs/addon/src/ngx_stream_lua_exception.o \ 22:50:44 objs/addon/src/ngx_stream_lua_pcrefix.o \ 22:50:44 objs/addon/src/ngx_stream_lua_uthread.o \ 22:50:44 objs/addon/src/ngx_stream_lua_coroutine.o \ 22:50:44 objs/addon/src/ngx_stream_lua_output.o \ 22:50:44 objs/addon/src/ngx_stream_lua_consts.o \ 22:50:44 objs/addon/src/ngx_stream_lua_log.o \ 22:50:44 objs/addon/src/ngx_stream_lua_time.o \ 22:50:44 objs/addon/src/ngx_stream_lua_string.o \ 22:50:44 objs/addon/src/ngx_stream_lua_control.o \ 22:50:44 objs/addon/src/ngx_stream_lua_sleep.o \ 22:50:44 objs/addon/src/ngx_stream_lua_phase.o \ 22:50:44 objs/addon/src/ngx_stream_lua_ctx.o \ 22:50:44 objs/addon/src/ngx_stream_lua_regex.o \ 22:50:44 objs/addon/src/ngx_stream_lua_script.o \ 22:50:44 objs/addon/src/ngx_stream_lua_shdict.o \ 22:50:44 objs/addon/src/ngx_stream_lua_variable.o \ 22:50:44 objs/addon/src/ngx_stream_lua_timer.o \ 22:50:44 objs/addon/src/ngx_stream_lua_config.o \ 22:50:44 objs/addon/src/ngx_stream_lua_worker.o \ 22:50:44 objs/addon/src/ngx_stream_lua_misc.o \ 22:50:44 objs/addon/src/ngx_stream_lua_initby.o \ 22:50:44 objs/addon/src/ngx_stream_lua_initworkerby.o \ 22:50:44 objs/addon/src/ngx_stream_lua_socket_tcp.o \ 22:50:44 objs/addon/src/ngx_stream_lua_socket_udp.o \ 22:50:44 objs/addon/src/ngx_stream_lua_args.o \ 22:50:44 objs/addon/src/ngx_stream_lua_ssl.o \ 22:50:44 objs/addon/src/ngx_stream_lua_balancer.o \ 22:50:44 objs/addon/src/ngx_stream_lua_logby.o \ 22:50:44 objs/addon/src/ngx_stream_lua_prereadby.o \ 22:50:44 objs/addon/src/ngx_stream_lua_semaphore.o \ 22:50:44 objs/addon/src/ngx_stream_lua_ssl_certby.o \ 22:50:44 objs/addon/src/ngx_stream_lua_log_ringbuf.o \ 22:50:44 objs/addon/src/ngx_http_lua_kong_module.o \ 22:50:44 objs/ngx_modules.o \ 22:50:44 -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -Wl,-rpath,/build/parts/openresty/install/luajit/lib -Wl,-E -Wl,-E -ldl -lpthread -lcrypt -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -lpcre -lssl -lcrypto -ldl -lpthread -lz \ 22:50:44 -Wl,-E 22:50:45 make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:45 make install 22:50:45 cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' 22:50:45 ==== Building LuaJIT 2.1.0-beta3 ==== 22:50:45 make -C src 22:50:45 make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' 22:50:45 make[2]: Nothing to be done for 'default'. 22:50:45 make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' 22:50:45 ==== Successfully built LuaJIT 2.1.0-beta3 ==== 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' 22:50:45 cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' 22:50:45 make[1]: Nothing to be done for 'all'. 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' 22:50:45 make[1]: Nothing to be done for 'all'. 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' 22:50:45 cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' 22:50:45 make[1]: Nothing to be done for 'all'. 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' 22:50:45 cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' 22:50:45 make[1]: Nothing to be done for 'all'. 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' 22:50:45 cd /build/parts/openresty/build/build/nginx-1.15.8 && make 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:45 make -f objs/Makefile 22:50:45 make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:45 make[2]: Nothing to be done for 'build'. 22:50:45 make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:45 mkdir -p /build/parts/openresty/install/ 22:50:45 cp /build/parts/openresty/build/COPYRIGHT /build/parts/openresty/install/ 22:50:45 cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR= 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' 22:50:45 ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== 22:50:45 mkdir -p /build/parts/openresty/install/luajit/bin /build/parts/openresty/install/luajit/lib /build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/install/luajit/lib/lua/5.1 22:50:45 cd src && install -m 0755 luajit /build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 22:50:45 cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : 22:50:45 rm -f /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 22:50:45 cd src && test -f libluajit.so && \ 22:50:45 install -m 0755 libluajit.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ 22:50:45 ldconfig -n /build/parts/openresty/install/luajit/lib && \ 22:50:45 ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ 22:50:45 ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : 22:50:45 cd etc && install -m 0644 luajit.1 /build/parts/openresty/install/luajit/share/man/man1 22:50:45 cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ 22:50:45 install -m 0644 luajit.pc.tmp /build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ 22:50:45 rm -f luajit.pc.tmp 22:50:45 cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/install/luajit/include/luajit-2.1 22:50:45 cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit 22:50:45 ln -sf luajit-2.1.0-beta3 /build/parts/openresty/install/luajit/bin/luajit 22:50:45 ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' 22:50:45 cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' 22:50:45 mkdir -p /build/parts/openresty/install/lualib 22:50:45 rm -f /build/parts/openresty/install/lualib/cjson.so 22:50:45 cp cjson.so /build/parts/openresty/install/lualib 22:50:45 chmod 755 /build/parts/openresty/install/lualib/cjson.so 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' 22:50:45 install -d /build/parts/openresty/install/lualib/resty 22:50:45 install lib/resty/*.lua /build/parts/openresty/install/lualib/resty 22:50:45 install librestysignal.so /build/parts/openresty/install/lualib/ 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' 22:50:45 cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' 22:50:45 install -d /build/parts/openresty/install/lualib/redis 22:50:45 install parser.so /build/parts/openresty/install/lualib/redis 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' 22:50:45 cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' 22:50:45 install -d /build/parts/openresty/install/lualib/rds 22:50:45 install parser.so /build/parts/openresty/install/lualib/rds 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-dns-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/dns 22:50:45 /build/parts/openresty/build/build/install lib/resty/dns/*.lua /build/parts/openresty/install/lualib/resty/dns/ 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-memcached-0.14 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-redis-0.27 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-mysql-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-string-0.11 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-string-0.11' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-string-0.11' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-upload-0.10 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-websocket-0.07 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/websocket 22:50:45 /build/parts/openresty/build/build/install lib/resty/websocket/*.lua /build/parts/openresty/install/lualib/resty/websocket/ 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-lock-0.08 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-lrucache-0.09 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:45 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' 22:50:45 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/lrucache 22:50:45 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ 22:50:45 /build/parts/openresty/build/build/install lib/resty/lrucache/*.lua /build/parts/openresty/install/lualib/resty/lrucache/ 22:50:45 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' 22:50:45 cd /build/parts/openresty/build/build/lua-resty-core-0.1.17 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:46 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' 22:50:46 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/core/ 22:50:46 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ 22:50:46 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ssl 22:50:46 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ 22:50:46 /build/parts/openresty/build/build/install lib/resty/core/*.lua /build/parts/openresty/install/lualib/resty/core/ 22:50:46 /build/parts/openresty/build/build/install lib/ngx/*.lua /build/parts/openresty/install/lualib/ngx/ 22:50:46 /build/parts/openresty/build/build/install lib/ngx/ssl/*.lua /build/parts/openresty/install/lualib/ngx/ssl/ 22:50:46 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' 22:50:46 cd /build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:46 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' 22:50:46 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/upstream/ 22:50:46 /build/parts/openresty/build/build/install lib/resty/upstream/*.lua /build/parts/openresty/install/lualib/resty/upstream/ 22:50:46 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' 22:50:46 cd /build/parts/openresty/build/build/lua-resty-limit-traffic-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:46 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' 22:50:46 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/limit/ 22:50:46 /build/parts/openresty/build/build/install lib/resty/limit/*.lua /build/parts/openresty/install/lualib/resty/limit/ 22:50:46 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' 22:50:46 cd /build/parts/openresty/build/build/lua-resty-shell-0.02 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:46 make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' 22:50:46 /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ 22:50:46 /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ 22:50:46 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' 22:50:46 cd /build/parts/openresty/build/build/lua-tablepool-0.01 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install 22:50:46 make[1]: Entering directory '/build/parts/openresty/build/build/lua-tablepool-0.01' 22:50:46 /build/parts/openresty/build/build/install lib/*.lua /build/parts/openresty/install/lualib/ 22:50:46 make[1]: Leaving directory '/build/parts/openresty/build/build/lua-tablepool-0.01' 22:50:46 cd /build/parts/openresty/build/build/opm-0.0.5 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ 22:50:46 cd /build/parts/openresty/build/build/resty-cli-0.24 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ 22:50:46 cp /build/parts/openresty/build/build/resty.index /build/parts/openresty/install/ 22:50:46 cp -r /build/parts/openresty/build/build/pod /build/parts/openresty/install/ 22:50:46 cd /build/parts/openresty/build/build/nginx-1.15.8 && make install DESTDIR= 22:50:46 make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:46 make -f objs/Makefile install 22:50:46 make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:46 test -d '/build/parts/openresty/install/nginx' || mkdir -p '/build/parts/openresty/install/nginx' 22:50:46 test -d '/build/parts/openresty/install/nginx/sbin' \ 22:50:46 || mkdir -p '/build/parts/openresty/install/nginx/sbin' 22:50:46 test ! -f '/build/parts/openresty/install/nginx/sbin/nginx' \ 22:50:46 || mv '/build/parts/openresty/install/nginx/sbin/nginx' \ 22:50:46 '/build/parts/openresty/install/nginx/sbin/nginx.old' 22:50:46 cp objs/nginx '/build/parts/openresty/install/nginx/sbin/nginx' 22:50:46 test -d '/build/parts/openresty/install/nginx/conf' \ 22:50:46 || mkdir -p '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/koi-win '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/koi-utf '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/win-utf '/build/parts/openresty/install/nginx/conf' 22:50:46 test -f '/build/parts/openresty/install/nginx/conf/mime.types' \ 22:50:46 || cp conf/mime.types '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/mime.types '/build/parts/openresty/install/nginx/conf/mime.types.default' 22:50:46 test -f '/build/parts/openresty/install/nginx/conf/fastcgi_params' \ 22:50:46 || cp conf/fastcgi_params '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/fastcgi_params \ 22:50:46 '/build/parts/openresty/install/nginx/conf/fastcgi_params.default' 22:50:46 test -f '/build/parts/openresty/install/nginx/conf/fastcgi.conf' \ 22:50:46 || cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf/fastcgi.conf.default' 22:50:46 test -f '/build/parts/openresty/install/nginx/conf/uwsgi_params' \ 22:50:46 || cp conf/uwsgi_params '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/uwsgi_params \ 22:50:46 '/build/parts/openresty/install/nginx/conf/uwsgi_params.default' 22:50:46 test -f '/build/parts/openresty/install/nginx/conf/scgi_params' \ 22:50:46 || cp conf/scgi_params '/build/parts/openresty/install/nginx/conf' 22:50:46 cp conf/scgi_params \ 22:50:46 '/build/parts/openresty/install/nginx/conf/scgi_params.default' 22:50:46 test -f '/build/parts/openresty/install/nginx/conf/nginx.conf' \ 22:50:46 || cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf' 22:50:46 cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf.default' 22:50:46 test -d '/build/parts/openresty/install/nginx/logs' \ 22:50:46 || mkdir -p '/build/parts/openresty/install/nginx/logs' 22:50:46 test -d '/build/parts/openresty/install/nginx/logs' \ 22:50:46 || mkdir -p '/build/parts/openresty/install/nginx/logs' 22:50:46 test -d '/build/parts/openresty/install/nginx/html' \ 22:50:46 || cp -R docs/html '/build/parts/openresty/install/nginx' 22:50:46 test -d '/build/parts/openresty/install/nginx/logs' \ 22:50:46 || mkdir -p '/build/parts/openresty/install/nginx/logs' 22:50:46 make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:46 make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' 22:50:46 mkdir -p /build/parts/openresty/install/site/lualib /build/parts/openresty/install/site/pod /build/parts/openresty/install/site/manifest 22:50:46 ln -sf /build/parts/openresty/install/nginx/sbin/nginx /build/parts/openresty/install/bin/openresty 22:50:53 Staging openresty  22:50:56 Pulling lua  22:50:58 Downloading 'lua-5.1.5.tar.gz'[] 0% Downloading 'lua-5.1.5.tar.gz'[] 1% Downloading 'lua-5.1.5.tar.gz'[] 2% Downloading 'lua-5.1.5.tar.gz'[] 4% Downloading 'lua-5.1.5.tar.gz'[] 5% Downloading 'lua-5.1.5.tar.gz'[] 6% Downloading 'lua-5.1.5.tar.gz'[] 8% Downloading 'lua-5.1.5.tar.gz'[] 9% Downloading 'lua-5.1.5.tar.gz'[] 11% Downloading 'lua-5.1.5.tar.gz'[] 12% Downloading 'lua-5.1.5.tar.gz'[] 13% Downloading 'lua-5.1.5.tar.gz'[] 15% Downloading 'lua-5.1.5.tar.gz'[] 16% Downloading 'lua-5.1.5.tar.gz'[] 18% Downloading 'lua-5.1.5.tar.gz'[] 19% Downloading 'lua-5.1.5.tar.gz'[] 20% Downloading 'lua-5.1.5.tar.gz'[] 22% Downloading 'lua-5.1.5.tar.gz'[] 23% Downloading 'lua-5.1.5.tar.gz'[] 24% Downloading 'lua-5.1.5.tar.gz'[] 26% Downloading 'lua-5.1.5.tar.gz'[] 27% Downloading 'lua-5.1.5.tar.gz'[] 29% Downloading 'lua-5.1.5.tar.gz'[] 30% Downloading 'lua-5.1.5.tar.gz'[] 31% Downloading 'lua-5.1.5.tar.gz'[] 33% Downloading 'lua-5.1.5.tar.gz'[] 34% Downloading 'lua-5.1.5.tar.gz'[] 36% Downloading 'lua-5.1.5.tar.gz'[] 37% Downloading 'lua-5.1.5.tar.gz'[] 38% Downloading 'lua-5.1.5.tar.gz'[] 40% Downloading 'lua-5.1.5.tar.gz'[] 41% Downloading 'lua-5.1.5.tar.gz'[] 43% Downloading 'lua-5.1.5.tar.gz'[] 44% Downloading 'lua-5.1.5.tar.gz'[] 45% Downloading 'lua-5.1.5.tar.gz'[] 47% Downloading 'lua-5.1.5.tar.gz'[] 48% Downloading 'lua-5.1.5.tar.gz'[] 49% Downloading 'lua-5.1.5.tar.gz'[] 51% Downloading 'lua-5.1.5.tar.gz'[] 52% Downloading 'lua-5.1.5.tar.gz'[] 54% Downloading 'lua-5.1.5.tar.gz'[] 55% Downloading 'lua-5.1.5.tar.gz'[] 56% Downloading 'lua-5.1.5.tar.gz'[] 58% Downloading 'lua-5.1.5.tar.gz'[] 59% Downloading 'lua-5.1.5.tar.gz'[] 61% Downloading 'lua-5.1.5.tar.gz'[] 62% Downloading 'lua-5.1.5.tar.gz'[] 63% Downloading 'lua-5.1.5.tar.gz'[] 65% Downloading 'lua-5.1.5.tar.gz'[] 66% Downloading 'lua-5.1.5.tar.gz'[] 68% Downloading 'lua-5.1.5.tar.gz'[] 69% Downloading 'lua-5.1.5.tar.gz'[] 70% Downloading 'lua-5.1.5.tar.gz'[] 72% Downloading 'lua-5.1.5.tar.gz'[] 73% Downloading 'lua-5.1.5.tar.gz'[] 74% Downloading 'lua-5.1.5.tar.gz'[] 76% Downloading 'lua-5.1.5.tar.gz'[] 77% Downloading 'lua-5.1.5.tar.gz'[] 79% Downloading 'lua-5.1.5.tar.gz'[] 80% Downloading 'lua-5.1.5.tar.gz'[] 81% Downloading 'lua-5.1.5.tar.gz'[] 83% Downloading 'lua-5.1.5.tar.gz'[] 84% Downloading 'lua-5.1.5.tar.gz'[] 86% Downloading 'lua-5.1.5.tar.gz'[] 87% Downloading 'lua-5.1.5.tar.gz'[] 88% Downloading 'lua-5.1.5.tar.gz'[] 90% Downloading 'lua-5.1.5.tar.gz'[] 91% Downloading 'lua-5.1.5.tar.gz'[] 93% Downloading 'lua-5.1.5.tar.gz'[] 94% Downloading 'lua-5.1.5.tar.gz'[] 95% Downloading 'lua-5.1.5.tar.gz'[] 97% Downloading 'lua-5.1.5.tar.gz'[] 98% Downloading 'lua-5.1.5.tar.gz'[] 99% Downloading 'lua-5.1.5.tar.gz'[] 100% 22:50:58 'luarocks' has dependencies that need to be staged: lua 22:50:58 Skipping pull lua (already ran) 22:50:58 Building lua  22:50:59 make linux -j8 22:50:59 cd src && make linux 22:50:59 make[1]: Entering directory '/build/parts/lua/build/src' 22:50:59 make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" 22:50:59 make[2]: Entering directory '/build/parts/lua/build/src' 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lapi.o lapi.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lcode.o lcode.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldebug.o ldebug.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldo.o ldo.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldump.o ldump.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lfunc.o lfunc.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lgc.o lgc.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o llex.o llex.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmem.o lmem.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lobject.o lobject.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lopcodes.o lopcodes.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lparser.o lparser.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstate.o lstate.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstring.o lstring.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltable.o ltable.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltm.o ltm.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lundump.o lundump.c 22:50:59 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lvm.o lvm.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lzio.o lzio.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lauxlib.o lauxlib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lbaselib.o lbaselib.c 22:51:00 lauxlib.c: In function ‘luaL_loadfile’: 22:51:00 lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 22:51:00 while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; 22:51:00 ^~~~~ 22:51:00 lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 22:51:00 lf.extraline = 0; 22:51:00 ^~ 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldblib.o ldblib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o liolib.o liolib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmathlib.o lmathlib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o loslib.o loslib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltablib.o ltablib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstrlib.o lstrlib.c 22:51:00 ltablib.c: In function ‘addfield’: 22:51:00 ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 22:51:00 if (!lua_isstring(L, -1)) 22:51:00 ^~ 22:51:00 ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 22:51:00 luaL_addvalue(b); 22:51:00 ^~~~~~~~~~~~~ 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o loadlib.o loadlib.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o linit.o linit.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o lua.o lua.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o luac.o luac.c 22:51:00 gcc -O2 -Wall -DLUA_USE_LINUX -c -o print.o print.c 22:51:01 ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o # DLL needs all object files 22:51:01 ar: `u' modifier ignored since `D' is the default (see `U') 22:51:01 ranlib liblua.a 22:51:01 gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses 22:51:01 gcc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses 22:51:01 make[2]: Leaving directory '/build/parts/lua/build/src' 22:51:01 make[1]: Leaving directory '/build/parts/lua/build/src' 22:51:01 make linux install DESTDIR=/build/parts/lua/install 22:51:01 cd src && make linux 22:51:01 make[1]: Entering directory '/build/parts/lua/build/src' 22:51:01 make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" 22:51:01 make[2]: Entering directory '/build/parts/lua/build/src' 22:51:01 make[2]: Nothing to be done for 'all'. 22:51:01 make[2]: Leaving directory '/build/parts/lua/build/src' 22:51:01 make[1]: Leaving directory '/build/parts/lua/build/src' 22:51:01 cd src && mkdir -p /build/stage/bin /build/stage/include /build/stage/lib /build/stage/man/man1 /build/stage/share/lua/5.1 /build/stage/lib/lua/5.1 22:51:01 cd src && install -p -m 0755 lua luac /build/stage/bin 22:51:01 cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp /build/stage/include 22:51:01 cd src && install -p -m 0644 liblua.a /build/stage/lib 22:51:01 cd doc && install -p -m 0644 lua.1 luac.1 /build/stage/man/man1 22:51:07 Staging lua  22:51:08 Pulling luarocks  22:51:09 Cloning into '/build/parts/luarocks/src'... 22:51:09 remote: Enumerating objects: 312, done. 22:51:09 remote: Counting objects: 0% (1/312) remote: Counting objects: 1% (4/312) remote: Counting objects: 2% (7/312) remote: Counting objects: 3% (10/312) remote: Counting objects: 4% (13/312) remote: Counting objects: 5% (16/312) remote: Counting objects: 6% (19/312) remote: Counting objects: 7% (22/312) remote: Counting objects: 8% (25/312) remote: Counting objects: 9% (29/312) remote: Counting objects: 10% (32/312) remote: Counting objects: 11% (35/312) remote: Counting objects: 12% (38/312) remote: Counting objects: 13% (41/312) remote: Counting objects: 14% (44/312) remote: Counting objects: 15% (47/312) remote: Counting objects: 16% (50/312) remote: Counting objects: 17% (54/312) remote: Counting objects: 18% (57/312) remote: Counting objects: 19% (60/312) remote: Counting objects: 20% (63/312) remote: Counting objects: 21% (66/312) remote: Counting objects: 22% (69/312) remote: Counting objects: 23% (72/312) remote: Counting objects: 24% (75/312) remote: Counting objects: 25% (78/312) remote: Counting objects: 26% (82/312) remote: Counting objects: 27% (85/312) remote: Counting objects: 28% (88/312) remote: Counting objects: 29% (91/312) remote: Counting objects: 30% (94/312) remote: Counting objects: 31% (97/312) remote: Counting objects: 32% (100/312) remote: Counting objects: 33% (103/312) remote: Counting objects: 34% (107/312) remote: Counting objects: 35% (110/312) remote: Counting objects: 36% (113/312) remote: Counting objects: 37% (116/312) remote: Counting objects: 38% (119/312) remote: Counting objects: 39% (122/312) remote: Counting objects: 40% (125/312) remote: Counting objects: 41% (128/312) remote: Counting objects: 42% (132/312) remote: Counting objects: 43% (135/312) remote: Counting objects: 44% (138/312) remote: Counting objects: 45% (141/312) remote: Counting objects: 46% (144/312) remote: Counting objects: 47% (147/312) remote: Counting objects: 48% (150/312) remote: Counting objects: 49% (153/312) remote: Counting objects: 50% (156/312) remote: Counting objects: 51% (160/312) remote: Counting objects: 52% (163/312) remote: Counting objects: 53% (166/312) remote: Counting objects: 54% (169/312) remote: Counting objects: 55% (172/312) remote: Counting objects: 56% (175/312) remote: Counting objects: 57% (178/312) remote: Counting objects: 58% (181/312) remote: Counting objects: 59% (185/312) remote: Counting objects: 60% (188/312) remote: Counting objects: 61% (191/312) remote: Counting objects: 62% (194/312) remote: Counting objects: 63% (197/312) remote: Counting objects: 64% (200/312) remote: Counting objects: 65% (203/312) remote: Counting objects: 66% (206/312) remote: Counting objects: 67% (210/312) remote: Counting objects: 68% (213/312) remote: Counting objects: 69% (216/312) remote: Counting objects: 70% (219/312) remote: Counting objects: 71% (222/312) remote: Counting objects: 72% (225/312) remote: Counting objects: 73% (228/312) remote: Counting objects: 74% (231/312) remote: Counting objects: 75% (234/312) remote: Counting objects: 76% (238/312) remote: Counting objects: 77% (241/312) remote: Counting objects: 78% (244/312) remote: Counting objects: 79% (247/312) remote: Counting objects: 80% (250/312) remote: Counting objects: 81% (253/312) remote: Counting objects: 82% (256/312) remote: Counting objects: 83% (259/312) remote: Counting objects: 84% (263/312) remote: Counting objects: 85% (266/312) remote: Counting objects: 86% (269/312) remote: Counting objects: 87% (272/312) remote: Counting objects: 88% (275/312) remote: Counting objects: 89% (278/312) remote: Counting objects: 90% (281/312) remote: Counting objects: 91% (284/312) remote: Counting objects: 92% (288/312) remote: Counting objects: 93% (291/312) remote: Counting objects: 94% (294/312) remote: Counting objects: 95% (297/312) remote: Counting objects: 96% (300/312) remote: Counting objects: 97% (303/312) remote: Counting objects: 98% (306/312) remote: Counting objects: 99% (309/312) remote: Counting objects: 100% (312/312) remote: Counting objects: 100% (312/312), done. 22:51:09 remote: Compressing objects: 0% (1/271) remote: Compressing objects: 1% (3/271) remote: Compressing objects: 2% (6/271) remote: Compressing objects: 3% (9/271) remote: Compressing objects: 4% (11/271) remote: Compressing objects: 5% (14/271) remote: Compressing objects: 6% (17/271) remote: Compressing objects: 7% (19/271) remote: Compressing objects: 8% (22/271) remote: Compressing objects: 9% (25/271) remote: Compressing objects: 10% (28/271) remote: Compressing objects: 11% (30/271) remote: Compressing objects: 12% (33/271) remote: Compressing objects: 13% (36/271) remote: Compressing objects: 14% (38/271) remote: Compressing objects: 15% (41/271) remote: Compressing objects: 16% (44/271) remote: Compressing objects: 17% (47/271) remote: Compressing objects: 18% (49/271) remote: Compressing objects: 19% (52/271) remote: Compressing objects: 20% (55/271) remote: Compressing objects: 21% (57/271) remote: Compressing objects: 22% (60/271) remote: Compressing objects: 23% (63/271) remote: Compressing objects: 24% (66/271) remote: Compressing objects: 25% (68/271) remote: Compressing objects: 26% (71/271) remote: Compressing objects: 27% (74/271) remote: Compressing objects: 28% (76/271) remote: Compressing objects: 29% (79/271) remote: Compressing objects: 30% (82/271) remote: Compressing objects: 31% (85/271) remote: Compressing objects: 32% (87/271) remote: Compressing objects: 33% (90/271) remote: Compressing objects: 34% (93/271) remote: Compressing objects: 35% (95/271) remote: Compressing objects: 36% (98/271) remote: Compressing objects: 37% (101/271) remote: Compressing objects: 38% (103/271) remote: Compressing objects: 39% (106/271) remote: Compressing objects: 40% (109/271) remote: Compressing objects: 41% (112/271) remote: Compressing objects: 42% (114/271) remote: Compressing objects: 43% (117/271) remote: Compressing objects: 44% (120/271) remote: Compressing objects: 45% (122/271) remote: Compressing objects: 46% (125/271) remote: Compressing objects: 47% (128/271) remote: Compressing objects: 48% (131/271) remote: Compressing objects: 49% (133/271) remote: Compressing objects: 50% (136/271) remote: Compressing objects: 51% (139/271) remote: Compressing objects: 52% (141/271) remote: Compressing objects: 53% (144/271) remote: Compressing objects: 54% (147/271) remote: Compressing objects: 55% (150/271) remote: Compressing objects: 56% (152/271) remote: Compressing objects: 57% (155/271) remote: Compressing objects: 58% (158/271) remote: Compressing objects: 59% (160/271) remote: Compressing objects: 60% (163/271) remote: Compressing objects: 61% (166/271) remote: Compressing objects: 62% (169/271) remote: Compressing objects: 63% (171/271) remote: Compressing objects: 64% (174/271) remote: Compressing objects: 65% (177/271) remote: Compressing objects: 66% (179/271) remote: Compressing objects: 67% (182/271) remote: Compressing objects: 68% (185/271) remote: Compressing objects: 69% (187/271) remote: Compressing objects: 70% (190/271) remote: Compressing objects: 71% (193/271) remote: Compressing objects: 72% (196/271) remote: Compressing objects: 73% (198/271) remote: Compressing objects: 74% (201/271) remote: Compressing objects: 75% (204/271) remote: Compressing objects: 76% (206/271) remote: Compressing objects: 77% (209/271) remote: Compressing objects: 78% (212/271) remote: Compressing objects: 79% (215/271) remote: Compressing objects: 80% (217/271) remote: Compressing objects: 81% (220/271) remote: Compressing objects: 82% (223/271) remote: Compressing objects: 83% (225/271) remote: Compressing objects: 84% (228/271) remote: Compressing objects: 85% (231/271) remote: Compressing objects: 86% (234/271) remote: Compressing objects: 87% (236/271) remote: Compressing objects: 88% (239/271) remote: Compressing objects: 89% (242/271) remote: Compressing objects: 90% (244/271) remote: Compressing objects: 91% (247/271) remote: Compressing objects: 92% (250/271) remote: Compressing objects: 93% (253/271) remote: Compressing objects: 94% (255/271) remote: Compressing objects: 95% (258/271) remote: Compressing objects: 96% (261/271) remote: Compressing objects: 97% (263/271) remote: Compressing objects: 98% (266/271) remote: Compressing objects: 99% (269/271) remote: Compressing objects: 100% (271/271) remote: Compressing objects: 100% (271/271), done. 22:51:10 Receiving objects: 0% (1/312) Receiving objects: 1% (4/312) Receiving objects: 2% (7/312) Receiving objects: 3% (10/312) Receiving objects: 4% (13/312) Receiving objects: 5% (16/312) Receiving objects: 6% (19/312) Receiving objects: 7% (22/312) Receiving objects: 8% (25/312) Receiving objects: 9% (29/312) Receiving objects: 10% (32/312) Receiving objects: 11% (35/312) Receiving objects: 12% (38/312) Receiving objects: 13% (41/312) Receiving objects: 14% (44/312) Receiving objects: 15% (47/312) Receiving objects: 16% (50/312) Receiving objects: 17% (54/312) Receiving objects: 18% (57/312) Receiving objects: 19% (60/312) Receiving objects: 20% (63/312) Receiving objects: 21% (66/312) Receiving objects: 22% (69/312) Receiving objects: 23% (72/312) Receiving objects: 24% (75/312) Receiving objects: 25% (78/312) Receiving objects: 26% (82/312) Receiving objects: 27% (85/312) Receiving objects: 28% (88/312) Receiving objects: 29% (91/312) Receiving objects: 30% (94/312) Receiving objects: 31% (97/312) Receiving objects: 32% (100/312) Receiving objects: 33% (103/312) Receiving objects: 34% (107/312) Receiving objects: 35% (110/312) Receiving objects: 36% (113/312) Receiving objects: 37% (116/312) Receiving objects: 38% (119/312) Receiving objects: 39% (122/312) Receiving objects: 40% (125/312) Receiving objects: 41% (128/312) Receiving objects: 42% (132/312) Receiving objects: 43% (135/312) Receiving objects: 44% (138/312) Receiving objects: 45% (141/312) Receiving objects: 46% (144/312) Receiving objects: 47% (147/312) Receiving objects: 48% (150/312) Receiving objects: 49% (153/312) Receiving objects: 50% (156/312) Receiving objects: 51% (160/312) Receiving objects: 52% (163/312) Receiving objects: 53% (166/312) Receiving objects: 54% (169/312) Receiving objects: 55% (172/312) Receiving objects: 56% (175/312) Receiving objects: 57% (178/312) Receiving objects: 58% (181/312) Receiving objects: 59% (185/312) Receiving objects: 60% (188/312) Receiving objects: 61% (191/312) Receiving objects: 62% (194/312) Receiving objects: 63% (197/312) Receiving objects: 64% (200/312) Receiving objects: 65% (203/312) Receiving objects: 66% (206/312) Receiving objects: 67% (210/312) Receiving objects: 68% (213/312) Receiving objects: 69% (216/312) Receiving objects: 70% (219/312) Receiving objects: 71% (222/312) Receiving objects: 72% (225/312) Receiving objects: 73% (228/312) Receiving objects: 74% (231/312) Receiving objects: 75% (234/312) Receiving objects: 76% (238/312) Receiving objects: 77% (241/312) Receiving objects: 78% (244/312) Receiving objects: 79% (247/312) Receiving objects: 80% (250/312) Receiving objects: 81% (253/312) Receiving objects: 82% (256/312) Receiving objects: 83% (259/312) Receiving objects: 84% (263/312) Receiving objects: 85% (266/312) Receiving objects: 86% (269/312) Receiving objects: 87% (272/312) Receiving objects: 88% (275/312) Receiving objects: 89% (278/312) Receiving objects: 90% (281/312) Receiving objects: 91% (284/312) Receiving objects: 92% (288/312) Receiving objects: 93% (291/312) Receiving objects: 94% (294/312) Receiving objects: 95% (297/312) Receiving objects: 96% (300/312) Receiving objects: 97% (303/312) Receiving objects: 98% (306/312) Receiving objects: 99% (309/312) remote: Total 312 (delta 46), reused 151 (delta 24), pack-reused 0 22:51:10 Receiving objects: 100% (312/312) Receiving objects: 100% (312/312), 5.09 MiB | 10.82 MiB/s, done. 22:51:10 Resolving deltas: 0% (0/46) Resolving deltas: 2% (1/46) Resolving deltas: 17% (8/46) Resolving deltas: 21% (10/46) Resolving deltas: 28% (13/46) Resolving deltas: 32% (15/46) Resolving deltas: 41% (19/46) Resolving deltas: 43% (20/46) Resolving deltas: 45% (21/46) Resolving deltas: 47% (22/46) Resolving deltas: 50% (23/46) Resolving deltas: 52% (24/46) Resolving deltas: 56% (26/46) Resolving deltas: 60% (28/46) Resolving deltas: 67% (31/46) Resolving deltas: 71% (33/46) Resolving deltas: 73% (34/46) Resolving deltas: 76% (35/46) Resolving deltas: 78% (36/46) Resolving deltas: 80% (37/46) Resolving deltas: 82% (38/46) Resolving deltas: 84% (39/46) Resolving deltas: 86% (40/46) Resolving deltas: 89% (41/46) Resolving deltas: 91% (42/46) Resolving deltas: 93% (43/46) Resolving deltas: 100% (46/46) Resolving deltas: 100% (46/46), done. 22:51:10 Note: checking out '62e705b9f7374dd12dadc993c6b2b2cacd855ac8'. 22:51:10 22:51:10 You are in 'detached HEAD' state. You can look around, make experimental 22:51:10 changes and commit them, and you can discard any commits you make in this 22:51:10 state without impacting any branches by performing another checkout. 22:51:10 22:51:10 If you want to create a new branch to retain commits you create, you may 22:51:10 do so (now or later) by using -b with the checkout command again. Example: 22:51:10 22:51:10 git checkout -b 22:51:10 22:51:10 'kong' has dependencies that need to be staged: luarocks 22:51:10 Skipping pull luarocks (already ran) 22:51:10 Building luarocks  22:51:11 22:51:11 Configuring LuaRocks version 3.2.1... 22:51:11 22:51:11 Lua interpreter found: /build/stage/bin/lua 22:51:11 Checking if /build/stage/bin/lua is Lua version 5.1... yes 22:51:11 lua.h found: /build/stage/luajit/include/luajit-2.1/lua.h 22:51:11 unzip found in PATH: /usr/bin 22:51:11 22:51:11 Done configuring. 22:51:11 22:51:11 LuaRocks will be installed at......: /build/stage 22:51:11 LuaRocks will install rocks at.....: /build/stage 22:51:11 LuaRocks configuration directory...: /build/stage/etc/luarocks 22:51:11 Using Lua from.....................: /build/stage 22:51:11 Lua include directory..............: /build/stage/luajit/include/luajit-2.1 22:51:11 22:51:11 * Type make and make install: 22:51:11 to install to /build/stage as usual. 22:51:11 * Type make bootstrap: 22:51:11 to install LuaRocks into /build/stage as a rock. 22:51:11 22:51:11 mkdir -p "build" 22:51:11 mkdir -p .luarocks 22:51:11 cp ./build/config-5.1.lua .luarocks/config-5.1.lua 22:51:11 rm -f src/luarocks/core/hardcoded.lua 22:51:11 echo "#!/bin/sh" > luarocks 22:51:11 echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks 22:51:11 echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks 22:51:11 chmod +rx ./luarocks 22:51:11 ./luarocks init 22:51:11 22:51:11 Initializing project 'build' for Lua 5.1 ... 22:51:11 -------------------------------------------- 22:51:11 22:51:11 Checking your Lua installation ... 22:51:11 Adding entries to .gitignore ... 22:51:11 Preparing ./.luarocks/ ... 22:51:11 Wrote .luarocks/config-5.1.lua 22:51:11 Preparing ./lua_modules/ ... 22:51:11 ./luarocks already exists. Not overwriting it! 22:51:11 Preparing ./lua for version 5.1... 22:51:11 rm -f src/luarocks/core/hardcoded.lua 22:51:11 echo "#!/bin/sh" > luarocks-admin 22:51:11 echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks-admin 22:51:11 echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks-admin" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks-admin 22:51:11 chmod +rx ./luarocks-admin 22:51:11 mkdir -p "build" 22:51:11 (printf '#!/build/stage/bin/lua\n'\ 22:51:11 'package.loaded["luarocks.core.hardcoded"] = { '\ 22:51:11 "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 22:51:11 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ 22:51:11 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ 22:51:11 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ 22:51:11 tail -n +2 src/bin/luarocks \ 22:51:11 )> "build/luarocks" 22:51:11 mkdir -p "build" 22:51:11 (printf '#!/build/stage/bin/lua\n'\ 22:51:11 'package.loaded["luarocks.core.hardcoded"] = { '\ 22:51:11 "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ 22:51:11 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ 22:51:11 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ 22:51:11 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ 22:51:11 tail -n +2 src/bin/luarocks-admin \ 22:51:11 )> "build/luarocks-admin" 22:51:11 mkdir -p "/build/stage/bin" 22:51:11 install "build/luarocks" "/build/stage/bin/luarocks" 22:51:11 mkdir -p "/build/stage/bin" 22:51:11 install "build/luarocks-admin" "/build/stage/bin/luarocks-admin" 22:51:11 mkdir -p "/build/stage/etc/luarocks" 22:51:11 install -m 644 "build/config-5.1.lua" "/build/stage/etc/luarocks/config-5.1.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" 22:51:11 install -m 644 "src/luarocks/admin/cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cache.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" 22:51:11 install -m 644 "src/luarocks/admin/cmd/add.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/add.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" 22:51:11 install -m 644 "src/luarocks/admin/cmd/make_manifest.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/make_manifest.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" 22:51:11 install -m 644 "src/luarocks/admin/cmd/refresh_cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/refresh_cache.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" 22:51:11 install -m 644 "src/luarocks/admin/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/remove.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" 22:51:11 install -m 644 "src/luarocks/admin/index.lua" "/build/stage/share/lua/5.1/luarocks/admin/index.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:11 install -m 644 "src/luarocks/argparse.lua" "/build/stage/share/lua/5.1/luarocks/argparse.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:11 install -m 644 "src/luarocks/build.lua" "/build/stage/share/lua/5.1/luarocks/build.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/build" 22:51:11 install -m 644 "src/luarocks/build/builtin.lua" "/build/stage/share/lua/5.1/luarocks/build/builtin.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/build" 22:51:11 install -m 644 "src/luarocks/build/cmake.lua" "/build/stage/share/lua/5.1/luarocks/build/cmake.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/build" 22:51:11 install -m 644 "src/luarocks/build/command.lua" "/build/stage/share/lua/5.1/luarocks/build/command.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/build" 22:51:11 install -m 644 "src/luarocks/build/make.lua" "/build/stage/share/lua/5.1/luarocks/build/make.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:11 install -m 644 "src/luarocks/cmd.lua" "/build/stage/share/lua/5.1/luarocks/cmd.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/build.lua" "/build/stage/share/lua/5.1/luarocks/cmd/build.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/config.lua" "/build/stage/share/lua/5.1/luarocks/cmd/config.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/doc.lua" "/build/stage/share/lua/5.1/luarocks/cmd/doc.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/download.lua" "/build/stage/share/lua/5.1/luarocks/cmd/download.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/init.lua" "/build/stage/share/lua/5.1/luarocks/cmd/init.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/install.lua" "/build/stage/share/lua/5.1/luarocks/cmd/install.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/lint.lua" "/build/stage/share/lua/5.1/luarocks/cmd/lint.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/list.lua" "/build/stage/share/lua/5.1/luarocks/cmd/list.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/make.lua" "/build/stage/share/lua/5.1/luarocks/cmd/make.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/new_version.lua" "/build/stage/share/lua/5.1/luarocks/cmd/new_version.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/pack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/pack.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/path.lua" "/build/stage/share/lua/5.1/luarocks/cmd/path.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/purge.lua" "/build/stage/share/lua/5.1/luarocks/cmd/purge.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/cmd/remove.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/search.lua" "/build/stage/share/lua/5.1/luarocks/cmd/search.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/show.lua" "/build/stage/share/lua/5.1/luarocks/cmd/show.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/test.lua" "/build/stage/share/lua/5.1/luarocks/cmd/test.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/unpack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/unpack.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/upload.lua" "/build/stage/share/lua/5.1/luarocks/cmd/upload.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/which.lua" "/build/stage/share/lua/5.1/luarocks/cmd/which.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" 22:51:11 install -m 644 "src/luarocks/cmd/write_rockspec.lua" "/build/stage/share/lua/5.1/luarocks/cmd/write_rockspec.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:11 install -m 644 "src/luarocks/core/cfg.lua" "/build/stage/share/lua/5.1/luarocks/core/cfg.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:11 install -m 644 "src/luarocks/core/dir.lua" "/build/stage/share/lua/5.1/luarocks/core/dir.lua" 22:51:11 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:12 install -m 644 "src/luarocks/core/manif.lua" "/build/stage/share/lua/5.1/luarocks/core/manif.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:12 install -m 644 "src/luarocks/core/path.lua" "/build/stage/share/lua/5.1/luarocks/core/path.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:12 install -m 644 "src/luarocks/core/persist.lua" "/build/stage/share/lua/5.1/luarocks/core/persist.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:12 install -m 644 "src/luarocks/core/sysdetect.lua" "/build/stage/share/lua/5.1/luarocks/core/sysdetect.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:12 install -m 644 "src/luarocks/core/util.lua" "/build/stage/share/lua/5.1/luarocks/core/util.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/core" 22:51:12 install -m 644 "src/luarocks/core/vers.lua" "/build/stage/share/lua/5.1/luarocks/core/vers.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/deps.lua" "/build/stage/share/lua/5.1/luarocks/deps.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/dir.lua" "/build/stage/share/lua/5.1/luarocks/dir.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/download.lua" "/build/stage/share/lua/5.1/luarocks/download.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/fetch.lua" "/build/stage/share/lua/5.1/luarocks/fetch.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/cvs.lua" "/build/stage/share/lua/5.1/luarocks/fetch/cvs.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/git.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/git_file.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_file.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/git_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_http.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/git_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_https.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/git_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_ssh.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/hg.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/hg_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_http.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/hg_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_https.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/hg_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_ssh.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/sscm.lua" "/build/stage/share/lua/5.1/luarocks/fetch/sscm.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" 22:51:12 install -m 644 "src/luarocks/fetch/svn.lua" "/build/stage/share/lua/5.1/luarocks/fetch/svn.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/fs.lua" "/build/stage/share/lua/5.1/luarocks/fs.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/freebsd.lua" "/build/stage/share/lua/5.1/luarocks/fs/freebsd.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/linux.lua" "/build/stage/share/lua/5.1/luarocks/fs/linux.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/lua.lua" "/build/stage/share/lua/5.1/luarocks/fs/lua.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/macosx.lua" "/build/stage/share/lua/5.1/luarocks/fs/macosx.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/tools.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/unix.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/unix" 22:51:12 install -m 644 "src/luarocks/fs/unix/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix/tools.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" 22:51:12 install -m 644 "src/luarocks/fs/win32.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/win32" 22:51:12 install -m 644 "src/luarocks/fs/win32/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32/tools.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/fun.lua" "/build/stage/share/lua/5.1/luarocks/fun.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/loader.lua" "/build/stage/share/lua/5.1/luarocks/loader.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/manif.lua" "/build/stage/share/lua/5.1/luarocks/manif.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/manif" 22:51:12 install -m 644 "src/luarocks/manif/writer.lua" "/build/stage/share/lua/5.1/luarocks/manif/writer.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/pack.lua" "/build/stage/share/lua/5.1/luarocks/pack.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/path.lua" "/build/stage/share/lua/5.1/luarocks/path.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/persist.lua" "/build/stage/share/lua/5.1/luarocks/persist.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/queries.lua" "/build/stage/share/lua/5.1/luarocks/queries.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/remove.lua" "/build/stage/share/lua/5.1/luarocks/remove.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/repos.lua" "/build/stage/share/lua/5.1/luarocks/repos.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/require.lua" "/build/stage/share/lua/5.1/luarocks/require.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/results.lua" "/build/stage/share/lua/5.1/luarocks/results.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/rockspecs.lua" "/build/stage/share/lua/5.1/luarocks/rockspecs.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/search.lua" "/build/stage/share/lua/5.1/luarocks/search.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/signing.lua" "/build/stage/share/lua/5.1/luarocks/signing.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/test.lua" "/build/stage/share/lua/5.1/luarocks/test.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/test" 22:51:12 install -m 644 "src/luarocks/test/busted.lua" "/build/stage/share/lua/5.1/luarocks/test/busted.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/test" 22:51:12 install -m 644 "src/luarocks/test/command.lua" "/build/stage/share/lua/5.1/luarocks/test/command.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" 22:51:12 install -m 644 "src/luarocks/tools/patch.lua" "/build/stage/share/lua/5.1/luarocks/tools/patch.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" 22:51:12 install -m 644 "src/luarocks/tools/tar.lua" "/build/stage/share/lua/5.1/luarocks/tools/tar.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" 22:51:12 install -m 644 "src/luarocks/tools/zip.lua" "/build/stage/share/lua/5.1/luarocks/tools/zip.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/type" 22:51:12 install -m 644 "src/luarocks/type/manifest.lua" "/build/stage/share/lua/5.1/luarocks/type/manifest.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/type" 22:51:12 install -m 644 "src/luarocks/type/rockspec.lua" "/build/stage/share/lua/5.1/luarocks/type/rockspec.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/type_check.lua" "/build/stage/share/lua/5.1/luarocks/type_check.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" 22:51:12 install -m 644 "src/luarocks/upload/api.lua" "/build/stage/share/lua/5.1/luarocks/upload/api.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" 22:51:12 install -m 644 "src/luarocks/upload/multipart.lua" "/build/stage/share/lua/5.1/luarocks/upload/multipart.lua" 22:51:12 mkdir -p "/build/stage/share/lua/5.1/luarocks" 22:51:12 install -m 644 "src/luarocks/util.lua" "/build/stage/share/lua/5.1/luarocks/util.lua" 22:51:19 Staging luarocks  22:51:23 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:51:23 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:51:23 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:51:23 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 22:51:23 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 22:51:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] 22:51:30 1% 47% 100% [Working] Fetched 998 kB in 0s (0 B/s) 22:51:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] 22:51:31 0% 18% 100% [Working] Fetched 2585 kB in 0s (0 B/s) 22:51:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua5.1_5.1.5-8.1build2_amd64.deb [93.2 kB] 22:51:32 13% 100% [Working] Fetched 93.2 kB in 0s (0 B/s) 22:51:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:51:32 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) 22:51:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 22:51:32 100% [Working] Fetched 0 B in 0s (0 B/s) 22:51:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 22:51:33 100% [Working] Fetched 0 B in 0s (0 B/s) 22:51:33 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 22:51:33 100% [Working] Fetched 0 B in 0s (0 B/s) 22:51:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua-any_24_all.deb [4718 B] 22:51:33 100% [Working] Fetched 4718 B in 0s (0 B/s) 22:51:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0_5.1.5-8.1build2_amd64.deb [100 kB] 22:51:34 12% 100% [Working] Fetched 100 kB in 0s (0 B/s) 22:51:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb [81.3 kB] 22:51:34 15% 100% [Working] Fetched 81.3 kB in 0s (0 B/s) 22:51:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline7_7.0-3_amd64.deb [124 kB] 22:51:35 10% 100% [Working] Fetched 124 kB in 0s (0 B/s) 22:51:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 unzip_6.0-21ubuntu1_amd64.deb [167 kB] 22:51:35 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) 22:51:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zip_3.0-11build1_amd64.deb [167 kB] 22:51:36 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) 22:51:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] 22:51:36 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) 22:51:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 22:51:36 100% [Working] Fetched 0 B in 0s (0 B/s) 22:51:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:51:37 2% 100% [Working] Fetched 368 kB in 0s (0 B/s) 22:51:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 wget_1.19.4-1ubuntu2.2_amd64.deb [316 kB] 22:51:38 3% 100% [Working] Fetched 316 kB in 0s (0 B/s) 22:51:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 22:51:39 0% 32% 100% [Working] Fetched 1301 kB in 0s (0 B/s) 22:51:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 luarocks_2.4.2+dfsg-1_all.deb [97.6 kB] 22:51:39 12% 100% [Working] Fetched 97.6 kB in 0s (0 B/s) 22:51:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline-dev_7.0-3_amd64.deb [133 kB] 22:51:40 9% 100% [Working] Fetched 133 kB in 0s (0 B/s) 22:51:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libyaml-0-2_0.1.7-2ubuntu3_amd64.deb [47.2 kB] 22:51:40 26% 100% [Working] Fetched 47.2 kB in 0s (0 B/s) 22:51:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 22:51:40 100% [Working] Fetched 0 B in 0s (0 B/s) 22:51:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb [119 kB] 22:51:41 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) 22:51:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:51:41 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) 22:51:48 Copying needed target link from the system /lib/x86_64-linux-gnu/libtinfo.so.5.9 22:51:50 Pulling kong  22:51:51 Cloning into '/build/parts/kong/src'... 22:51:52 remote: Enumerating objects: 834, done. 22:51:52 remote: Counting objects: 0% (1/834) remote: Counting objects: 1% (9/834) remote: Counting objects: 2% (17/834) remote: Counting objects: 3% (26/834) remote: Counting objects: 4% (34/834) remote: Counting objects: 5% (42/834) remote: Counting objects: 6% (51/834) remote: Counting objects: 7% (59/834) remote: Counting objects: 8% (67/834) remote: Counting objects: 9% (76/834) remote: Counting objects: 10% (84/834) remote: Counting objects: 11% (92/834) remote: Counting objects: 12% (101/834) remote: Counting objects: 13% (109/834) remote: Counting objects: 14% (117/834) remote: Counting objects: 15% (126/834) remote: Counting objects: 16% (134/834) remote: Counting objects: 17% (142/834) remote: Counting objects: 18% (151/834) remote: Counting objects: 19% (159/834) remote: Counting objects: 20% (167/834) remote: Counting objects: 21% (176/834) remote: Counting objects: 22% (184/834) remote: Counting objects: 23% (192/834) remote: Counting objects: 24% (201/834) remote: Counting objects: 25% (209/834) remote: Counting objects: 26% (217/834) remote: Counting objects: 27% (226/834) remote: Counting objects: 28% (234/834) remote: Counting objects: 29% (242/834) remote: Counting objects: 30% (251/834) remote: Counting objects: 31% (259/834) remote: Counting objects: 32% (267/834) remote: Counting objects: 33% (276/834) remote: Counting objects: 34% (284/834) remote: Counting objects: 35% (292/834) remote: Counting objects: 36% (301/834) remote: Counting objects: 37% (309/834) remote: Counting objects: 38% (317/834) remote: Counting objects: 39% (326/834) remote: Counting objects: 40% (334/834) remote: Counting objects: 41% (342/834) remote: Counting objects: 42% (351/834) remote: Counting objects: 43% (359/834) remote: Counting objects: 44% (367/834) remote: Counting objects: 45% (376/834) remote: Counting objects: 46% (384/834) remote: Counting objects: 47% (392/834) remote: Counting objects: 48% (401/834) remote: Counting objects: 49% (409/834) remote: Counting objects: 50% (417/834) remote: Counting objects: 51% (426/834) remote: Counting objects: 52% (434/834) remote: Counting objects: 53% (443/834) remote: Counting objects: 54% (451/834) remote: Counting objects: 55% (459/834) remote: Counting objects: 56% (468/834) remote: Counting objects: 57% (476/834) remote: Counting objects: 58% (484/834) remote: Counting objects: 59% (493/834) remote: Counting objects: 60% (501/834) remote: Counting objects: 61% (509/834) remote: Counting objects: 62% (518/834) remote: Counting objects: 63% (526/834) remote: Counting objects: 64% (534/834) remote: Counting objects: 65% (543/834) remote: Counting objects: 66% (551/834) remote: Counting objects: 67% (559/834) remote: Counting objects: 68% (568/834) remote: Counting objects: 69% (576/834) remote: Counting objects: 70% (584/834) remote: Counting objects: 71% (593/834) remote: Counting objects: 72% (601/834) remote: Counting objects: 73% (609/834) remote: Counting objects: 74% (618/834) remote: Counting objects: 75% (626/834) remote: Counting objects: 76% (634/834) remote: Counting objects: 77% (643/834) remote: Counting objects: 78% (651/834) remote: Counting objects: 79% (659/834) remote: Counting objects: 80% (668/834) remote: Counting objects: 81% (676/834) remote: Counting objects: 82% (684/834) remote: Counting objects: 83% (693/834) remote: Counting objects: 84% (701/834) remote: Counting objects: 85% (709/834) remote: Counting objects: 86% (718/834) remote: Counting objects: 87% (726/834) remote: Counting objects: 88% (734/834) remote: Counting objects: 89% (743/834) remote: Counting objects: 90% (751/834) remote: Counting objects: 91% (759/834) remote: Counting objects: 92% (768/834) remote: Counting objects: 93% (776/834) remote: Counting objects: 94% (784/834) remote: Counting objects: 95% (793/834) remote: Counting objects: 96% (801/834) remote: Counting objects: 97% (809/834) remote: Counting objects: 98% (818/834) remote: Counting objects: 99% (826/834) remote: Counting objects: 100% (834/834) remote: Counting objects: 100% (834/834), done. 22:51:52 remote: Compressing objects: 0% (1/736) remote: Compressing objects: 1% (8/736) remote: Compressing objects: 2% (15/736) remote: Compressing objects: 3% (23/736) remote: Compressing objects: 4% (30/736) remote: Compressing objects: 5% (37/736) remote: Compressing objects: 6% (45/736) remote: Compressing objects: 7% (52/736) remote: Compressing objects: 8% (59/736) remote: Compressing objects: 9% (67/736) remote: Compressing objects: 10% (74/736) remote: Compressing objects: 11% (81/736) remote: Compressing objects: 12% (89/736) remote: Compressing objects: 13% (96/736) remote: Compressing objects: 14% (104/736) remote: Compressing objects: 15% (111/736) remote: Compressing objects: 16% (118/736) remote: Compressing objects: 17% (126/736) remote: Compressing objects: 18% (133/736) remote: Compressing objects: 19% (140/736) remote: Compressing objects: 20% (148/736) remote: Compressing objects: 21% (155/736) remote: Compressing objects: 22% (162/736) remote: Compressing objects: 23% (170/736) remote: Compressing objects: 24% (177/736) remote: Compressing objects: 25% (184/736) remote: Compressing objects: 26% (192/736) remote: Compressing objects: 27% (199/736) remote: Compressing objects: 28% (207/736) remote: Compressing objects: 29% (214/736) remote: Compressing objects: 30% (221/736) remote: Compressing objects: 31% (229/736) remote: Compressing objects: 32% (236/736) remote: Compressing objects: 33% (243/736) remote: Compressing objects: 34% (251/736) remote: Compressing objects: 35% (258/736) remote: Compressing objects: 36% (265/736) remote: Compressing objects: 37% (273/736) remote: Compressing objects: 38% (280/736) remote: Compressing objects: 39% (288/736) remote: Compressing objects: 40% (295/736) remote: Compressing objects: 41% (302/736) remote: Compressing objects: 42% (310/736) remote: Compressing objects: 43% (317/736) remote: Compressing objects: 44% (324/736) remote: Compressing objects: 45% (332/736) remote: Compressing objects: 46% (339/736) remote: Compressing objects: 47% (346/736) remote: Compressing objects: 48% (354/736) remote: Compressing objects: 49% (361/736) remote: Compressing objects: 50% (368/736) remote: Compressing objects: 51% (376/736) remote: Compressing objects: 52% (383/736) remote: Compressing objects: 53% (391/736) remote: Compressing objects: 54% (398/736) remote: Compressing objects: 55% (405/736) remote: Compressing objects: 56% (413/736) remote: Compressing objects: 57% (420/736) remote: Compressing objects: 58% (427/736) remote: Compressing objects: 59% (435/736) remote: Compressing objects: 60% (442/736) remote: Compressing objects: 61% (449/736) remote: Compressing objects: 62% (457/736) remote: Compressing objects: 63% (464/736) remote: Compressing objects: 64% (472/736) remote: Compressing objects: 65% (479/736) remote: Compressing objects: 66% (486/736) remote: Compressing objects: 67% (494/736) remote: Compressing objects: 68% (501/736) remote: Compressing objects: 69% (508/736) remote: Compressing objects: 70% (516/736) remote: Compressing objects: 71% (523/736) remote: Compressing objects: 72% (530/736) remote: Compressing objects: 73% (538/736) remote: Compressing objects: 74% (545/736) remote: Compressing objects: 75% (552/736) remote: Compressing objects: 76% (560/736) remote: Compressing objects: 77% (567/736) remote: Compressing objects: 78% (575/736) remote: Compressing objects: 79% (582/736) remote: Compressing objects: 80% (589/736) remote: Compressing objects: 81% (597/736) remote: Compressing objects: 82% (604/736) remote: Compressing objects: 83% (611/736) remote: Compressing objects: 84% (619/736) remote: Compressing objects: 85% (626/736) remote: Compressing objects: 86% (633/736) remote: Compressing objects: 87% (641/736) remote: Compressing objects: 88% (648/736) remote: Compressing objects: 89% (656/736) remote: Compressing objects: 90% (663/736) remote: Compressing objects: 91% (670/736) remote: Compressing objects: 92% (678/736) remote: Compressing objects: 93% (685/736) remote: Compressing objects: 94% (692/736) remote: Compressing objects: 95% (700/736) remote: Compressing objects: 96% (707/736) remote: Compressing objects: 97% (714/736) remote: Compressing objects: 98% (722/736) remote: Compressing objects: 99% (729/736) remote: Compressing objects: 100% (736/736) remote: Compressing objects: 100% (736/736), done. 22:51:52 Receiving objects: 0% (1/834) Receiving objects: 1% (9/834) Receiving objects: 2% (17/834) Receiving objects: 3% (26/834) Receiving objects: 4% (34/834) Receiving objects: 5% (42/834) Receiving objects: 6% (51/834) Receiving objects: 7% (59/834) Receiving objects: 8% (67/834) Receiving objects: 9% (76/834) Receiving objects: 10% (84/834) Receiving objects: 11% (92/834) Receiving objects: 12% (101/834) Receiving objects: 13% (109/834) Receiving objects: 14% (117/834) Receiving objects: 15% (126/834) Receiving objects: 16% (134/834) Receiving objects: 17% (142/834) Receiving objects: 18% (151/834) Receiving objects: 19% (159/834) Receiving objects: 20% (167/834) Receiving objects: 21% (176/834) Receiving objects: 22% (184/834) Receiving objects: 23% (192/834) Receiving objects: 24% (201/834) Receiving objects: 25% (209/834) Receiving objects: 26% (217/834) Receiving objects: 27% (226/834) Receiving objects: 28% (234/834) Receiving objects: 29% (242/834) Receiving objects: 30% (251/834) Receiving objects: 31% (259/834) Receiving objects: 32% (267/834) Receiving objects: 33% (276/834) Receiving objects: 34% (284/834) Receiving objects: 35% (292/834) Receiving objects: 36% (301/834) Receiving objects: 37% (309/834) Receiving objects: 38% (317/834) Receiving objects: 39% (326/834) Receiving objects: 40% (334/834) Receiving objects: 41% (342/834) Receiving objects: 42% (351/834) Receiving objects: 43% (359/834) Receiving objects: 44% (367/834) Receiving objects: 45% (376/834) Receiving objects: 46% (384/834) Receiving objects: 47% (392/834) Receiving objects: 48% (401/834) Receiving objects: 49% (409/834) Receiving objects: 50% (417/834) Receiving objects: 51% (426/834) Receiving objects: 52% (434/834) Receiving objects: 53% (443/834) Receiving objects: 54% (451/834) Receiving objects: 55% (459/834) Receiving objects: 56% (468/834) Receiving objects: 57% (476/834) Receiving objects: 58% (484/834) Receiving objects: 59% (493/834) Receiving objects: 60% (501/834) Receiving objects: 61% (509/834) Receiving objects: 62% (518/834) Receiving objects: 63% (526/834) Receiving objects: 64% (534/834) Receiving objects: 65% (543/834) Receiving objects: 66% (551/834) Receiving objects: 67% (559/834) Receiving objects: 68% (568/834) Receiving objects: 69% (576/834) Receiving objects: 70% (584/834) Receiving objects: 71% (593/834) Receiving objects: 72% (601/834) Receiving objects: 73% (609/834) Receiving objects: 74% (618/834) Receiving objects: 75% (626/834) Receiving objects: 76% (634/834) Receiving objects: 77% (643/834) Receiving objects: 78% (651/834) Receiving objects: 79% (659/834) Receiving objects: 80% (668/834) Receiving objects: 81% (676/834) Receiving objects: 82% (684/834) Receiving objects: 83% (693/834) Receiving objects: 84% (701/834) Receiving objects: 85% (709/834) Receiving objects: 86% (718/834) Receiving objects: 87% (726/834) Receiving objects: 88% (734/834) Receiving objects: 89% (743/834) Receiving objects: 90% (751/834) Receiving objects: 91% (759/834) Receiving objects: 92% (768/834) Receiving objects: 93% (776/834) Receiving objects: 94% (784/834) Receiving objects: 95% (793/834) Receiving objects: 96% (801/834) Receiving objects: 97% (809/834) remote: Total 834 (delta 143), reused 346 (delta 57), pack-reused 0 22:51:52 Receiving objects: 98% (818/834) Receiving objects: 99% (826/834) Receiving objects: 100% (834/834) Receiving objects: 100% (834/834), 1.02 MiB | 7.89 MiB/s, done. 22:51:52 Resolving deltas: 0% (0/143) Resolving deltas: 1% (2/143) Resolving deltas: 2% (3/143) Resolving deltas: 3% (5/143) Resolving deltas: 4% (7/143) Resolving deltas: 7% (11/143) Resolving deltas: 9% (14/143) Resolving deltas: 11% (16/143) Resolving deltas: 12% (18/143) Resolving deltas: 13% (19/143) Resolving deltas: 17% (25/143) Resolving deltas: 18% (26/143) Resolving deltas: 19% (28/143) Resolving deltas: 20% (30/143) Resolving deltas: 21% (31/143) Resolving deltas: 22% (32/143) Resolving deltas: 23% (33/143) Resolving deltas: 24% (35/143) Resolving deltas: 25% (36/143) Resolving deltas: 27% (39/143) Resolving deltas: 30% (44/143) Resolving deltas: 31% (45/143) Resolving deltas: 32% (47/143) Resolving deltas: 33% (48/143) Resolving deltas: 34% (49/143) Resolving deltas: 35% (51/143) Resolving deltas: 36% (52/143) Resolving deltas: 37% (53/143) Resolving deltas: 40% (58/143) Resolving deltas: 46% (67/143) Resolving deltas: 50% (72/143) Resolving deltas: 51% (73/143) Resolving deltas: 52% (75/143) Resolving deltas: 53% (76/143) Resolving deltas: 54% (78/143) Resolving deltas: 55% (79/143) Resolving deltas: 58% (83/143) Resolving deltas: 60% (86/143) Resolving deltas: 63% (91/143) Resolving deltas: 68% (98/143) Resolving deltas: 72% (104/143) Resolving deltas: 80% (115/143) Resolving deltas: 91% (131/143) Resolving deltas: 100% (143/143) Resolving deltas: 100% (143/143), done. 22:51:52 Note: checking out '8906d9415e5c117a1b92a33360fc896e0cbb4eda'. 22:51:52 22:51:52 You are in 'detached HEAD' state. You can look around, make experimental 22:51:52 changes and commit them, and you can discard any commits you make in this 22:51:52 state without impacting any branches by performing another checkout. 22:51:52 22:51:52 If you want to create a new branch to retain commits you create, you may 22:51:52 do so (now or later) by using -b with the checkout command again. Example: 22:51:52 22:51:52 git checkout -b 22:51:52 22:51:52 patching file kong-2.0.4-0.rockspec 22:51:53 'go115' has dependencies that need to be staged: kong go-build-helper 22:51:53 Skipping pull go-build-helper (already ran) 22:51:53 Skipping pull kong (already ran) 22:51:53 Building go-build-helper  22:52:08 Building kong  22:52:08 Missing dependencies for kong 2.0.4-0: 22:52:08 inspect 3.1.1 (not installed) 22:52:08 luasec 0.9 (not installed) 22:52:08 luasocket 3.0-rc1 (not installed) 22:52:08 penlight 1.7.0 (not installed) 22:52:08 lua-resty-http 0.15 (not installed) 22:52:08 lua-resty-jit-uuid 0.0.7 (not installed) 22:52:08 multipart 0.5.6 (not installed) 22:52:08 version 1.0.1 (not installed) 22:52:08 kong-lapis 1.7.0.1 (not installed) 22:52:08 lua-cassandra 1.5.0 (not installed) 22:52:08 pgmoon 1.10.0 (not installed) 22:52:08 luatz 0.4 (not installed) 22:52:08 lua_system_constants 0.1.4 (not installed) 22:52:08 lyaml 6.2.4 (not installed) 22:52:08 lua-resty-iputils 0.3.0 (not installed) 22:52:08 luasyslog 1.0.0 (not installed) 22:52:08 lua_pack 1.0.5 (not installed) 22:52:08 lua-resty-dns-client 4.1.3 (not installed) 22:52:08 lua-resty-worker-events 1.0.0 (not installed) 22:52:08 lua-resty-mediador 0.1.2 (not installed) 22:52:08 lua-resty-healthcheck 1.2.0 (not installed) 22:52:08 lua-resty-cookie 0.1.0 (not installed) 22:52:08 lua-resty-mlcache 2.4.1 (not installed) 22:52:08 lua-messagepack 0.5.2 (not installed) 22:52:08 lua-resty-openssl 0.6.3 (not installed) 22:52:08 lua-resty-counter 0.2.0 (not installed) 22:52:08 kong-plugin-azure-functions ~> 0.4 (not installed) 22:52:08 kong-plugin-zipkin ~> 0.2 (not installed) 22:52:08 kong-plugin-serverless-functions ~> 0.3 (not installed) 22:52:08 kong-prometheus-plugin ~> 0.7 (not installed) 22:52:08 kong-proxy-cache-plugin ~> 1.3 (not installed) 22:52:08 kong-plugin-request-transformer ~> 1.2 (not installed) 22:52:08 kong-plugin-session ~> 2.2 (not installed) 22:52:08 kong-plugin-aws-lambda ~> 3.1 (not installed) 22:52:08 kong-plugin-acme ~> 0.2 (not installed) 22:52:08 22:52:08 kong 2.0.4-0 depends on inspect 3.1.1 (not installed) 22:52:09 Installing https://luarocks.org/inspect-3.1.1-0.src.rock 22:52:09 22:52:10 No existing manifest. Attempting to rebuild... 22:52:10 inspect 3.1.1-0 is now installed in /build/parts/kong/install (license: MIT ) 22:52:10 22:52:10 kong 2.0.4-0 depends on luasec 0.9 (not installed) 22:52:10 Installing https://luarocks.org/luasec-0.9-1.src.rock 22:52:11 Missing dependencies for luasec 0.9-1: 22:52:11 luasocket (not installed) 22:52:11 22:52:11 luasec 0.9-1 depends on luasocket (not installed) 22:52:11 Installing https://luarocks.org/luasocket-3.0rc1-2.src.rock 22:52:12 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:12 gcc -shared -o mime/core.so src/mime.o 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:12 src/options.c: In function ‘opt_meth_setoption’: 22:52:12 src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] 22:52:12 sprintf(msg, "unsupported option `%.35s'", name); 22:52:12 ^~~~~ 22:52:12 In file included from /usr/include/stdio.h:862:0, 22:52:12 from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, 22:52:12 from src/options.c:7: 22:52:12 /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 22:52:12 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, 22:52:12 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:52:12 __bos (__s), __fmt, __va_arg_pack ()); 22:52:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:12 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:13 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:13 gcc -shared -o socket/serial.so src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o 22:52:13 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:13 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:13 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:13 src/options.c: In function ‘opt_meth_setoption’: 22:52:13 src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] 22:52:13 sprintf(msg, "unsupported option `%.35s'", name); 22:52:13 ^~~~~ 22:52:13 In file included from /usr/include/stdio.h:862:0, 22:52:13 from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, 22:52:13 from src/options.c:7: 22:52:13 /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 22:52:13 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, 22:52:13 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:52:13 __bos (__s), __fmt, __va_arg_pack ()); 22:52:13 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:14 gcc -shared -o socket/unix.so src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:14 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:15 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:15 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:15 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:15 src/options.c: In function ‘opt_meth_setoption’: 22:52:15 src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] 22:52:15 sprintf(msg, "unsupported option `%.35s'", name); 22:52:15 ^~~~~ 22:52:15 In file included from /usr/include/stdio.h:862:0, 22:52:15 from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, 22:52:15 from src/options.c:7: 22:52:15 /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 22:52:15 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, 22:52:15 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:52:15 __bos (__s), __fmt, __va_arg_pack ()); 22:52:15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:52:15 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:15 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:16 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:16 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:16 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:16 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) 22:52:16 gcc -shared -o socket/core.so src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o 22:52:18 luasocket 3.0rc1-2 is now installed in /build/parts/kong/install (license: MIT) 22:52:18 22:52:18 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:18 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/config.c -o src/config.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:18 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/ec.c -o src/ec.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:18 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/x509.c -o src/x509.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:19 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/context.c -o src/context.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:19 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/ssl.c -o src/ssl.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:19 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/buffer.c -o src/luasocket/buffer.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:20 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/io.c -o src/luasocket/io.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:20 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/timeout.c -o src/luasocket/timeout.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:20 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/usocket.c -o src/luasocket/usocket.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket 22:52:20 gcc -shared -o ssl.so src/options.o src/config.o src/ec.o src/x509.o src/context.o src/ssl.o src/luasocket/buffer.o src/luasocket/io.o src/luasocket/timeout.o src/luasocket/usocket.o -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -lssl -lcrypto 22:52:21 luasec 0.9-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:21 22:52:21 kong 2.0.4-0 depends on penlight 1.7.0 (not installed) 22:52:21 Installing https://luarocks.org/penlight-1.7.0-1.src.rock 22:52:22 Missing dependencies for penlight 1.7.0-1: 22:52:22 luafilesystem (not installed) 22:52:22 22:52:22 penlight 1.7.0-1 depends on luafilesystem (not installed) 22:52:22 Installing https://luarocks.org/luafilesystem-1.8.0-1.src.rock 22:52:22 22:52:22 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/lfs.c -o src/lfs.o 22:52:23 gcc -shared -o lfs.so src/lfs.o 22:52:23 luafilesystem 1.8.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:23 22:52:25 penlight 1.7.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:25 22:52:25 kong 2.0.4-0 depends on lua-resty-http 0.15 (not installed) 22:52:25 Installing https://luarocks.org/lua-resty-http-0.15-0.src.rock 22:52:26 22:52:26 lua-resty-http 0.15-0 is now installed in /build/parts/kong/install (license: 2-clause BSD) 22:52:26 22:52:26 kong 2.0.4-0 depends on lua-resty-jit-uuid 0.0.7 (not installed) 22:52:26 Installing https://luarocks.org/lua-resty-jit-uuid-0.0.7-2.src.rock 22:52:27 22:52:27 lua-resty-jit-uuid 0.0.7-2 is now installed in /build/parts/kong/install (license: MIT) 22:52:27 22:52:27 kong 2.0.4-0 depends on multipart 0.5.6 (not installed) 22:52:27 Installing https://luarocks.org/multipart-0.5.6-1.src.rock 22:52:27 22:52:28 multipart 0.5.6-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:28 22:52:28 kong 2.0.4-0 depends on version 1.0.1 (not installed) 22:52:28 Installing https://luarocks.org/version-1.0.1-2.src.rock 22:52:28 22:52:29 version 1.0.1-2 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:52:29 22:52:29 kong 2.0.4-0 depends on kong-lapis 1.7.0.1 (not installed) 22:52:29 Installing https://luarocks.org/kong-lapis-1.7.0.1-1.src.rock 22:52:29 Missing dependencies for kong-lapis 1.7.0.1-1: 22:52:29 ansicolors (not installed) 22:52:29 date (not installed) 22:52:29 etlua (not installed) 22:52:29 loadkit (not installed) 22:52:29 lpeg (not installed) 22:52:29 mimetypes (not installed) 22:52:29 pgmoon (not installed) 22:52:29 22:52:29 kong-lapis 1.7.0.1-1 depends on ansicolors (not installed) 22:52:29 Installing https://luarocks.org/ansicolors-1.0.2-3.src.rock 22:52:30 22:52:30 ansicolors 1.0.2-3 is now installed in /build/parts/kong/install (license: MIT ) 22:52:30 22:52:30 kong-lapis 1.7.0.1-1 depends on date (not installed) 22:52:30 Installing https://luarocks.org/date-2.1.2-1.src.rock 22:52:31 22:52:31 date 2.1.2-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:31 22:52:31 kong-lapis 1.7.0.1-1 depends on etlua (not installed) 22:52:31 Installing https://luarocks.org/etlua-1.3.0-1.src.rock 22:52:31 22:52:31 etlua 1.3.0-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:31 22:52:31 kong-lapis 1.7.0.1-1 depends on loadkit (not installed) 22:52:31 Installing https://luarocks.org/loadkit-1.1.0-1.src.rock 22:52:32 22:52:32 loadkit 1.1.0-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:32 22:52:32 kong-lapis 1.7.0.1-1 depends on lpeg (not installed) 22:52:32 Installing https://luarocks.org/lpeg-1.0.2-1.src.rock 22:52:33 22:52:33 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpcap.c -o lpcap.o 22:52:33 In file included from lpcap.h:9:0, 22:52:33 from lpcap.c:9: 22:52:33 lptypes.h:38:0: warning: "luaL_newlib" redefined 22:52:33 #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) 22:52:33 22:52:33 In file included from lpcap.c:7:0: 22:52:33 /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition 22:52:33 #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) 22:52:33 22:52:33 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpcode.c -o lpcode.o 22:52:33 In file included from lpcode.c:12:0: 22:52:33 lptypes.h:38:0: warning: "luaL_newlib" redefined 22:52:33 #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) 22:52:33 22:52:33 In file included from lpcode.c:10:0: 22:52:33 /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition 22:52:33 #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) 22:52:33 22:52:33 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpprint.c -o lpprint.o 22:52:34 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lptree.c -o lptree.o 22:52:34 In file included from lptree.c:14:0: 22:52:34 lptypes.h:38:0: warning: "luaL_newlib" redefined 22:52:34 #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) 22:52:34 22:52:34 In file included from lptree.c:12:0: 22:52:34 /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition 22:52:34 #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) 22:52:34 22:52:34 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lpvm.c -o lpvm.o 22:52:34 In file included from lpcap.h:9:0, 22:52:34 from lpvm.c:13: 22:52:34 lptypes.h:38:0: warning: "luaL_newlib" redefined 22:52:34 #define luaL_newlib(L,f) luaL_register(L,"lpeg",f) 22:52:34 22:52:34 In file included from lpvm.c:11:0: 22:52:34 /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition 22:52:34 #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) 22:52:34 22:52:34 gcc -shared -o lpeg.so lpcap.o lpcode.o lpprint.o lptree.o lpvm.o 22:52:34 lpeg 1.0.2-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:34 22:52:34 kong-lapis 1.7.0.1-1 depends on mimetypes (not installed) 22:52:35 Installing https://luarocks.org/mimetypes-1.0.0-2.src.rock 22:52:35 22:52:35 mimetypes 1.0.0-2 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:35 22:52:35 kong-lapis 1.7.0.1-1 depends on pgmoon (not installed) 22:52:36 Installing https://luarocks.org/pgmoon-1.11.0-1.src.rock 22:52:36 Missing dependencies for pgmoon 1.11.0-1: 22:52:36 luabitop (not installed) 22:52:36 22:52:36 pgmoon 1.11.0-1 depends on luabitop (not installed) 22:52:36 Installing https://luarocks.org/luabitop-1.0.2-3.rockspec 22:52:36 22:52:36 Cloning into 'luabitop'... 22:52:37 remote: Enumerating objects: 32, done. 22:52:37 remote: Counting objects: 3% (1/32) remote: Counting objects: 6% (2/32) remote: Counting objects: 9% (3/32) remote: Counting objects: 12% (4/32) remote: Counting objects: 15% (5/32) remote: Counting objects: 18% (6/32) remote: Counting objects: 21% (7/32) remote: Counting objects: 25% (8/32) remote: Counting objects: 28% (9/32) remote: Counting objects: 31% (10/32) remote: Counting objects: 34% (11/32) remote: Counting objects: 37% (12/32) remote: Counting objects: 40% (13/32) remote: Counting objects: 43% (14/32) remote: Counting objects: 46% (15/32) remote: Counting objects: 50% (16/32) remote: Counting objects: 53% (17/32) remote: Counting objects: 56% (18/32) remote: Counting objects: 59% (19/32) remote: Counting objects: 62% (20/32) remote: Counting objects: 65% (21/32) remote: Counting objects: 68% (22/32) remote: Counting objects: 71% (23/32) remote: Counting objects: 75% (24/32) remote: Counting objects: 78% (25/32) remote: Counting objects: 81% (26/32) remote: Counting objects: 84% (27/32) remote: Counting objects: 87% (28/32) remote: Counting objects: 90% (29/32) remote: Counting objects: 93% (30/32) remote: Counting objects: 96% (31/32) remote: Counting objects: 100% (32/32) remote: Counting objects: 100% (32/32), done. 22:52:37 remote: Compressing objects: 3% (1/28) remote: Compressing objects: 7% (2/28) remote: Compressing objects: 10% (3/28) remote: Compressing objects: 14% (4/28) remote: Compressing objects: 17% (5/28) remote: Compressing objects: 21% (6/28) remote: Compressing objects: 25% (7/28) remote: Compressing objects: 28% (8/28) remote: Compressing objects: 32% (9/28) remote: Compressing objects: 35% (10/28) remote: Compressing objects: 39% (11/28) remote: Compressing objects: 42% (12/28) remote: Compressing objects: 46% (13/28) remote: Compressing objects: 50% (14/28) remote: Compressing objects: 53% (15/28) remote: Compressing objects: 57% (16/28) remote: Compressing objects: 60% (17/28) remote: Compressing objects: 64% (18/28) remote: Compressing objects: 67% (19/28) remote: Compressing objects: 71% (20/28) remote: Compressing objects: 75% (21/28) remote: Compressing objects: 78% (22/28) remote: Compressing objects: 82% (23/28) remote: Compressing objects: 85% (24/28) remote: Compressing objects: 89% (25/28) remote: Compressing objects: 92% (26/28) remote: Compressing objects: 96% (27/28) remote: Compressing objects: 100% (28/28) remote: Compressing objects: 100% (28/28), done. 22:52:37 Receiving objects: 3% (1/32) Receiving objects: 6% (2/32) Receiving objects: 9% (3/32) Receiving objects: 12% (4/32) Receiving objects: 15% (5/32) Receiving objects: 18% (6/32) Receiving objects: 21% (7/32) Receiving objects: 25% (8/32) Receiving objects: 28% (9/32) Receiving objects: 31% (10/32) Receiving objects: 34% (11/32) Receiving objects: 37% (12/32) Receiving objects: 40% (13/32) Receiving objects: 43% (14/32) Receiving objects: 46% (15/32) Receiving objects: 50% (16/32) Receiving objects: 53% (17/32) Receiving objects: 56% (18/32) Receiving objects: 59% (19/32) Receiving objects: 62% (20/32) Receiving objects: 65% (21/32) Receiving objects: 68% (22/32) Receiving objects: 71% (23/32) Receiving objects: 75% (24/32) Receiving objects: 78% (25/32) Receiving objects: 81% (26/32) remote: Total 32 (delta 2), reused 22 (delta 2), pack-reused 0 22:52:37 Receiving objects: 84% (27/32) Receiving objects: 87% (28/32) Receiving objects: 90% (29/32) Receiving objects: 93% (30/32) Receiving objects: 96% (31/32) Receiving objects: 100% (32/32) Receiving objects: 100% (32/32), 37.18 KiB | 1.24 MiB/s, done. 22:52:37 Resolving deltas: 0% (0/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. 22:52:37 Note: checking out 'ad0412ab7f94bd3d5b4ff3ddc1037e0e9531d54a'. 22:52:37 22:52:37 You are in 'detached HEAD' state. You can look around, make experimental 22:52:37 changes and commit them, and you can discard any commits you make in this 22:52:37 state without impacting any branches by performing another checkout. 22:52:37 22:52:37 If you want to create a new branch to retain commits you create, you may 22:52:37 do so (now or later) by using -b with the checkout command again. Example: 22:52:37 22:52:37 git checkout -b 22:52:37 22:52:37 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c bit.c -o bit.o 22:52:37 gcc -shared -o bit.so bit.o 22:52:37 luabitop 1.0.2-3 is now installed in /build/parts/kong/install (license: MIT/X license) 22:52:37 22:52:37 pgmoon 1.11.0-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:37 22:52:41 kong-lapis 1.7.0.1-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:41 22:52:41 kong 2.0.4-0 depends on lua-cassandra 1.5.0 (not installed) 22:52:41 Installing https://luarocks.org/lua-cassandra-1.5.0-0.src.rock 22:52:41 22:52:42 lua-cassandra 1.5.0-0 is now installed in /build/parts/kong/install (license: MIT) 22:52:42 22:52:42 kong 2.0.4-0 depends on pgmoon 1.10.0 (1.11.0-1 installed) 22:52:42 Installing https://luarocks.org/pgmoon-1.10.0-1.rockspec 22:52:43 22:52:43 Cloning into 'pgmoon'... 22:52:43 remote: Enumerating objects: 39, done. 22:52:43 remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. 22:52:43 remote: Compressing objects: 2% (1/34) remote: Compressing objects: 5% (2/34) remote: Compressing objects: 8% (3/34) remote: Compressing objects: 11% (4/34) remote: Compressing objects: 14% (5/34) remote: Compressing objects: 17% (6/34) remote: Compressing objects: 20% (7/34) remote: Compressing objects: 23% (8/34) remote: Compressing objects: 26% (9/34) remote: Compressing objects: 29% (10/34) remote: Compressing objects: 32% (11/34) remote: Compressing objects: 35% (12/34) remote: Compressing objects: 38% (13/34) remote: Compressing objects: 41% (14/34) remote: Compressing objects: 44% (15/34) remote: Compressing objects: 47% (16/34) remote: Compressing objects: 50% (17/34) remote: Compressing objects: 52% (18/34) remote: Compressing objects: 55% (19/34) remote: Compressing objects: 58% (20/34) remote: Compressing objects: 61% (21/34) remote: Compressing objects: 64% (22/34) remote: Compressing objects: 67% (23/34) remote: Compressing objects: 70% (24/34) remote: Compressing objects: 73% (25/34) remote: Compressing objects: 76% (26/34) remote: Compressing objects: 79% (27/34) remote: Compressing objects: 82% (28/34) remote: Compressing objects: 85% (29/34) remote: Compressing objects: 88% (30/34) remote: Compressing objects: 91% (31/34) remote: Compressing objects: 94% (32/34) remote: Compressing objects: 97% (33/34) remote: Compressing objects: 100% (34/34) remote: Compressing objects: 100% (34/34), done. 22:52:43 Receiving objects: 2% (1/39) Receiving objects: 5% (2/39) Receiving objects: 7% (3/39) Receiving objects: 10% (4/39) Receiving objects: 12% (5/39) Receiving objects: 15% (6/39) Receiving objects: 17% (7/39) Receiving objects: 20% (8/39) Receiving objects: 23% (9/39) Receiving objects: 25% (10/39) Receiving objects: 28% (11/39) Receiving objects: 30% (12/39) Receiving objects: 33% (13/39) Receiving objects: 35% (14/39) Receiving objects: 38% (15/39) Receiving objects: 41% (16/39) Receiving objects: 43% (17/39) Receiving objects: 46% (18/39) Receiving objects: 48% (19/39) Receiving objects: 51% (20/39) Receiving objects: 53% (21/39) Receiving objects: 56% (22/39) Receiving objects: 58% (23/39) Receiving objects: 61% (24/39) Receiving objects: 64% (25/39) Receiving objects: 66% (26/39) remote: Total 39 (delta 4), reused 18 (delta 0), pack-reused 0 22:52:43 Receiving objects: 69% (27/39) Receiving objects: 71% (28/39) Receiving objects: 74% (29/39) Receiving objects: 76% (30/39) Receiving objects: 79% (31/39) Receiving objects: 82% (32/39) Receiving objects: 84% (33/39) Receiving objects: 87% (34/39) Receiving objects: 89% (35/39) Receiving objects: 92% (36/39) Receiving objects: 94% (37/39) Receiving objects: 97% (38/39) Receiving objects: 100% (39/39) Receiving objects: 100% (39/39), 27.94 KiB | 1.64 MiB/s, done. 22:52:43 Resolving deltas: 0% (0/4) Resolving deltas: 25% (1/4) Resolving deltas: 50% (2/4) Resolving deltas: 75% (3/4) Resolving deltas: 100% (4/4) Resolving deltas: 100% (4/4), done. 22:52:43 Note: checking out 'edb85888fd56dc38fe1ca3e5bc96a99a5267d677'. 22:52:43 22:52:43 You are in 'detached HEAD' state. You can look around, make experimental 22:52:43 changes and commit them, and you can discard any commits you make in this 22:52:43 state without impacting any branches by performing another checkout. 22:52:43 22:52:43 If you want to create a new branch to retain commits you create, you may 22:52:43 do so (now or later) by using -b with the checkout command again. Example: 22:52:43 22:52:43 git checkout -b 22:52:43 22:52:43 pgmoon 1.10.0-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:43 22:52:43 Checking stability of dependencies in the absence of 22:52:43 pgmoon 1.11.0-1... 22:52:43 22:52:43 Removing pgmoon 1.11.0-1... 22:52:44 Removal successful. 22:52:44 kong 2.0.4-0 depends on luatz 0.4 (not installed) 22:52:44 Installing https://luarocks.org/luatz-0.4-1.src.rock 22:52:44 22:52:45 luatz 0.4-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:45 22:52:45 kong 2.0.4-0 depends on lua_system_constants 0.1.4 (not installed) 22:52:45 Installing https://luarocks.org/lua_system_constants-0.1.4-0.src.rock 22:52:46 22:52:46 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lua_system_constants.c -o lua_system_constants.o 22:52:46 lua_system_constants.c:13:0: warning: "luaL_newlib" redefined 22:52:46 # define luaL_newlib(L,l) (lua_newtable(L), luaL_register(L,NULL,l)) 22:52:46 22:52:46 In file included from lua_system_constants.c:8:0: 22:52:46 /build/stage/luajit/include/luajit-2.1/lauxlib.h:125:0: note: this is the location of the previous definition 22:52:46 #define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0)) 22:52:46 22:52:46 gcc -shared -o lua_system_constants.so lua_system_constants.o 22:52:46 lua_system_constants 0.1.4-0 is now installed in /build/parts/kong/install (license: MIT) 22:52:46 22:52:46 kong 2.0.4-0 depends on lyaml 6.2.4 (not installed) 22:52:46 Installing https://luarocks.org/lyaml-6.2.4-1.src.rock 22:52:47 22:52:47 /build/stage/bin/lua build-aux/luke package="lyaml" version="6.2.4" PREFIX="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1" CFLAGS="-O2 -fPIC" LIBFLAG="-shared" LIB_EXTENSION="so" OBJ_EXTENSION="o" LUA="/build/stage/bin/lua" LUA_DIR="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1/lua" LUA_INCDIR="/build/stage/luajit/include/luajit-2.1" YAML_DIR="/usr" YAML_INCDIR="/usr/include" YAML_LIBDIR="/usr/lib/x86_64-linux-gnu" 22:52:47 creating build-aux/config.ld 22:52:47 gcc -O2 -fPIC -shared -isystem/build/parts/kong/install/usr/include -isystem/build/parts/kong/install/usr/include/x86_64-linux-gnu -isystem/build/stage/include -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE='"lyaml"' -DVERSION='"6.2.4"' -Iext/include -I/build/stage/luajit/include/luajit-2.1 -I/usr/include ext/yaml/yaml.c ext/yaml/emitter.c ext/yaml/parser.c ext/yaml/scanner.c -o linux/yaml.so -L/usr/lib/x86_64-linux-gnu -lyaml 22:52:48 true -c build-aux/config.ld . 22:52:48 /build/stage/bin/lua build-aux/luke install --quiet INST_LIBDIR="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1/lib" INST_LUADIR="/build/parts/kong/install/lib/luarocks/rocks-5.1/lyaml/6.2.4-1/lua" 22:52:48 lyaml 6.2.4-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:48 22:52:48 kong 2.0.4-0 depends on lua-resty-iputils 0.3.0 (not installed) 22:52:48 Installing https://luarocks.org/lua-resty-iputils-0.3.0-1.src.rock 22:52:48 22:52:49 lua-resty-iputils 0.3.0-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:49 22:52:49 kong 2.0.4-0 depends on luasyslog 1.0.0 (not installed) 22:52:49 Installing https://luarocks.org/luasyslog-1.0.0-2.src.rock 22:52:49 Missing dependencies for luasyslog 1.0.0-2: 22:52:49 lualogging >= 1.1.4 (not installed) 22:52:49 22:52:49 luasyslog 1.0.0-2 depends on lualogging >= 1.1.4 (not installed) 22:52:49 Installing https://luarocks.org/lualogging-1.4.0-1.src.rock 22:52:50 22:52:50 lualogging 1.4.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:50 22:52:50 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lsyslog.c -o lsyslog.o -DluaL_reg=luaL_Reg 22:52:50 gcc -shared -o lsyslog.so lsyslog.o 22:52:50 luasyslog 1.0.0-2 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:50 22:52:50 kong 2.0.4-0 depends on lua_pack 1.0.5 (not installed) 22:52:50 Installing https://luarocks.org/lua_pack-1.0.5-0.rockspec 22:52:51 22:52:51 Cloning into 'lua-pack'... 22:52:51 remote: Enumerating objects: 9, done. 22:52:51 remote: Counting objects: 11% (1/9) remote: Counting objects: 22% (2/9) remote: Counting objects: 33% (3/9) remote: Counting objects: 44% (4/9) remote: Counting objects: 55% (5/9) remote: Counting objects: 66% (6/9) remote: Counting objects: 77% (7/9) remote: Counting objects: 88% (8/9) remote: Counting objects: 100% (9/9) remote: Counting objects: 100% (9/9), done. 22:52:51 remote: Compressing objects: 11% (1/9) remote: Compressing objects: 22% (2/9) remote: Compressing objects: 33% (3/9) remote: Compressing objects: 44% (4/9) remote: Compressing objects: 55% (5/9) remote: Compressing objects: 66% (6/9) remote: Compressing objects: 77% (7/9) remote: Compressing objects: 88% (8/9) remote: Compressing objects: 100% (9/9) remote: Compressing objects: 100% (9/9), done. 22:52:51 remote: Total 9 (delta 0), reused 8 (delta 0), pack-reused 0 22:52:51 Receiving objects: 11% (1/9) Receiving objects: 22% (2/9) Receiving objects: 33% (3/9) Receiving objects: 44% (4/9) Receiving objects: 55% (5/9) Receiving objects: 66% (6/9) Receiving objects: 77% (7/9) Receiving objects: 88% (8/9) Receiving objects: 100% (9/9) Receiving objects: 100% (9/9), 5.61 KiB | 5.61 MiB/s, done. 22:52:51 Note: checking out 'a6be40142a543b4cb745c19b40669961c89c50c2'. 22:52:51 22:52:51 You are in 'detached HEAD' state. You can look around, make experimental 22:52:51 changes and commit them, and you can discard any commits you make in this 22:52:51 state without impacting any branches by performing another checkout. 22:52:51 22:52:51 If you want to create a new branch to retain commits you create, you may 22:52:51 do so (now or later) by using -b with the checkout command again. Example: 22:52:51 22:52:51 git checkout -b 22:52:51 22:52:51 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lua_pack.c -o lua_pack.o 22:52:51 gcc -shared -o lua_pack.so lua_pack.o 22:52:52 lua_pack 1.0.5-0 is now installed in /build/parts/kong/install (license: MIT) 22:52:52 22:52:52 kong 2.0.4-0 depends on lua-resty-dns-client 4.1.3 (not installed) 22:52:52 Installing https://luarocks.org/lua-resty-dns-client-4.1.3-1.src.rock 22:52:52 Missing dependencies for lua-resty-dns-client 4.1.3-1: 22:52:52 lrandom (not installed) 22:52:52 lua-resty-timer < 1.0 (not installed) 22:52:52 binaryheap >= 0.4 (not installed) 22:52:52 22:52:52 lua-resty-dns-client 4.1.3-1 depends on lrandom (not installed) 22:52:52 Installing https://luarocks.org/lrandom-20180729-1.src.rock 22:52:53 22:52:53 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lrandom.c -o lrandom.o 22:52:53 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c random.c -o random.o 22:52:53 gcc -shared -o random.so lrandom.o random.o 22:52:53 lrandom 20180729-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:53 22:52:53 lua-resty-dns-client 4.1.3-1 depends on lua-resty-timer < 1.0 (not installed) 22:52:53 Installing https://luarocks.org/lua-resty-timer-0.3.0-1.src.rock 22:52:54 22:52:54 lua-resty-timer 0.3.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:52:54 22:52:54 lua-resty-dns-client 4.1.3-1 depends on binaryheap >= 0.4 (not installed) 22:52:54 Installing https://luarocks.org/binaryheap-0.4-1.src.rock 22:52:55 22:52:55 binaryheap 0.4-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:52:55 22:52:56 lua-resty-dns-client 4.1.3-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:52:56 22:52:56 kong 2.0.4-0 depends on lua-resty-worker-events 1.0.0 (not installed) 22:52:56 Installing https://luarocks.org/lua-resty-worker-events-1.0.0-1.src.rock 22:52:56 22:52:57 lua-resty-worker-events 1.0.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:52:57 22:52:57 kong 2.0.4-0 depends on lua-resty-mediador 0.1.2 (not installed) 22:52:57 Installing https://luarocks.org/lua-resty-mediador-0.1.2-1.src.rock 22:52:58 22:52:58 lua-resty-mediador 0.1.2-1 is now installed in /build/parts/kong/install (license: MIT) 22:52:58 22:52:58 kong 2.0.4-0 depends on lua-resty-healthcheck 1.2.0 (not installed) 22:52:58 Installing https://luarocks.org/lua-resty-healthcheck-1.2.0-2.src.rock 22:53:01 22:53:01 lua-resty-healthcheck 1.2.0-2 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:01 22:53:01 kong 2.0.4-0 depends on lua-resty-cookie 0.1.0 (not installed) 22:53:01 Installing https://luarocks.org/lua-resty-cookie-0.1.0-1.rockspec 22:53:02 22:53:02 Cloning into 'lua-resty-cookie'... 22:53:04 remote: Enumerating objects: 10, done. 22:53:04 remote: Counting objects: 10% (1/10) remote: Counting objects: 20% (2/10) remote: Counting objects: 30% (3/10) remote: Counting objects: 40% (4/10) remote: Counting objects: 50% (5/10) remote: Counting objects: 60% (6/10) remote: Counting objects: 70% (7/10) remote: Counting objects: 80% (8/10) remote: Counting objects: 90% (9/10) remote: Counting objects: 100% (10/10) remote: Counting objects: 100% (10/10), done. 22:53:04 remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. 22:53:04 remote: Total 10 (delta 0), reused 8 (delta 0), pack-reused 0 22:53:04 Receiving objects: 10% (1/10) Receiving objects: 20% (2/10) Receiving objects: 30% (3/10) Receiving objects: 40% (4/10) Receiving objects: 50% (5/10) Receiving objects: 60% (6/10) Receiving objects: 70% (7/10) Receiving objects: 80% (8/10) Receiving objects: 90% (9/10) Receiving objects: 100% (10/10) Receiving objects: 100% (10/10), 5.88 KiB | 5.88 MiB/s, done. 22:53:04 Note: checking out 'bbd0df6bca3cac22138225d6a36243ce767d5881'. 22:53:04 22:53:04 You are in 'detached HEAD' state. You can look around, make experimental 22:53:04 changes and commit them, and you can discard any commits you make in this 22:53:04 state without impacting any branches by performing another checkout. 22:53:04 22:53:04 If you want to create a new branch to retain commits you create, you may 22:53:04 do so (now or later) by using -b with the checkout command again. Example: 22:53:04 22:53:04 git checkout -b 22:53:04 22:53:04 lua-resty-cookie 0.1.0-1 is now installed in /build/parts/kong/install (license: BSD) 22:53:04 22:53:04 kong 2.0.4-0 depends on lua-resty-mlcache 2.4.1 (not installed) 22:53:04 Installing https://luarocks.org/lua-resty-mlcache-2.4.1-1.src.rock 22:53:04 22:53:05 lua-resty-mlcache 2.4.1-1 is now installed in /build/parts/kong/install (license: MIT) 22:53:05 22:53:05 kong 2.0.4-0 depends on lua-messagepack 0.5.2 (not installed) 22:53:05 Installing https://luarocks.org/lua-messagepack-0.5.2-1.src.rock 22:53:06 22:53:06 lua-messagepack 0.5.2-1 is now installed in /build/parts/kong/install (license: MIT/X11) 22:53:06 22:53:06 kong 2.0.4-0 depends on lua-resty-openssl 0.6.3 (not installed) 22:53:06 Installing https://luarocks.org/lua-resty-openssl-0.6.3-1.src.rock 22:53:10 22:53:12 lua-resty-openssl 0.6.3-1 is now installed in /build/parts/kong/install (license: BSD) 22:53:12 22:53:12 kong 2.0.4-0 depends on lua-resty-counter 0.2.0 (not installed) 22:53:12 Installing https://luarocks.org/lua-resty-counter-0.2.0-1.src.rock 22:53:13 22:53:13 lua-resty-counter 0.2.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:13 22:53:13 kong 2.0.4-0 depends on kong-plugin-azure-functions ~> 0.4 (not installed) 22:53:13 Installing https://luarocks.org/kong-plugin-azure-functions-0.4.2-1.src.rock 22:53:13 22:53:13 kong-plugin-azure-functions 0.4.2-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:13 22:53:13 kong 2.0.4-0 depends on kong-plugin-zipkin ~> 0.2 (not installed) 22:53:14 Installing https://luarocks.org/kong-plugin-zipkin-0.2.1-1.src.rock 22:53:14 Missing dependencies for kong-plugin-zipkin 0.2.1-1: 22:53:14 lua-cjson (not installed) 22:53:14 opentracing >= 0.0.2 (not installed) 22:53:14 22:53:14 kong-plugin-zipkin 0.2.1-1 depends on lua-cjson (not installed) 22:53:14 Installing https://luarocks.org/lua-cjson-2.1.0.6-1.src.rock 22:53:16 22:53:16 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c lua_cjson.c -o lua_cjson.o 22:53:17 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c strbuf.c -o strbuf.o 22:53:17 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c fpconv.c -o fpconv.o 22:53:17 gcc -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o 22:53:17 lua-cjson 2.1.0.6-1 is now installed in /build/parts/kong/install (license: MIT) 22:53:17 22:53:17 kong-plugin-zipkin 0.2.1-1 depends on opentracing >= 0.0.2 (not installed) 22:53:17 Installing https://luarocks.org/opentracing-0.0.2-0.src.rock 22:53:18 Missing dependencies for opentracing 0.0.2-0: 22:53:18 luaossl (not installed) 22:53:18 22:53:18 opentracing 0.0.2-0 depends on luaossl (not installed) 22:53:18 Installing https://luarocks.org/luaossl-20200709-0.src.rock 22:53:22 22:53:22 Applying patch config.h.diff... 22:53:22 Hunk 1 found at offset 2... 22:53:22 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/openssl.c -o src/openssl.o -D_REENTRANT -D_THREAD_SAFE -DCOMPAT53_PREFIX=luaossl -D_GNU_SOURCE -I/usr/include -I/usr/include 22:53:25 gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c vendor/compat53/c-api/compat-5.3.c -o vendor/compat53/c-api/compat-5.3.o -D_REENTRANT -D_THREAD_SAFE -DCOMPAT53_PREFIX=luaossl -D_GNU_SOURCE -I/usr/include -I/usr/include 22:53:25 gcc -shared -o _openssl.so src/openssl.o vendor/compat53/c-api/compat-5.3.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -lssl -lcrypto -lpthread -lm -ldl 22:53:26 luaossl 20200709-0 is now installed in /build/parts/kong/install (license: MIT/X11) 22:53:26 22:53:27 opentracing 0.0.2-0 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:27 22:53:27 kong-plugin-zipkin 0.2.1-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:27 22:53:27 kong 2.0.4-0 depends on kong-plugin-serverless-functions ~> 0.3 (not installed) 22:53:27 Installing https://luarocks.org/kong-plugin-serverless-functions-0.3.1-0.src.rock 22:53:28 22:53:28 kong-plugin-serverless-functions 0.3.1-0 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:28 22:53:28 kong 2.0.4-0 depends on kong-prometheus-plugin ~> 0.7 (not installed) 22:53:28 Installing https://luarocks.org/kong-prometheus-plugin-0.7.1-1.src.rock 22:53:29 22:53:29 kong-prometheus-plugin 0.7.1-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:29 22:53:29 kong 2.0.4-0 depends on kong-proxy-cache-plugin ~> 1.3 (not installed) 22:53:29 Installing https://luarocks.org/kong-proxy-cache-plugin-1.3.1-0.rockspec 22:53:30 22:53:30 Cloning into 'kong-plugin-proxy-cache'... 22:53:30 remote: Enumerating objects: 25, done. 22:53:30 remote: Counting objects: 4% (1/25) remote: Counting objects: 8% (2/25) remote: Counting objects: 12% (3/25) remote: Counting objects: 16% (4/25) remote: Counting objects: 20% (5/25) remote: Counting objects: 24% (6/25) remote: Counting objects: 28% (7/25) remote: Counting objects: 32% (8/25) remote: Counting objects: 36% (9/25) remote: Counting objects: 40% (10/25) remote: Counting objects: 44% (11/25) remote: Counting objects: 48% (12/25) remote: Counting objects: 52% (13/25) remote: Counting objects: 56% (14/25) remote: Counting objects: 60% (15/25) remote: Counting objects: 64% (16/25) remote: Counting objects: 68% (17/25) remote: Counting objects: 72% (18/25) remote: Counting objects: 76% (19/25) remote: Counting objects: 80% (20/25) remote: Counting objects: 84% (21/25) remote: Counting objects: 88% (22/25) remote: Counting objects: 92% (23/25) remote: Counting objects: 96% (24/25) remote: Counting objects: 100% (25/25) remote: Counting objects: 100% (25/25), done. 22:53:30 remote: Compressing objects: 4% (1/23) remote: Compressing objects: 8% (2/23) remote: Compressing objects: 13% (3/23) remote: Compressing objects: 17% (4/23) remote: Compressing objects: 21% (5/23) remote: Compressing objects: 26% (6/23) remote: Compressing objects: 30% (7/23) remote: Compressing objects: 34% (8/23) remote: Compressing objects: 39% (9/23) remote: Compressing objects: 43% (10/23) remote: Compressing objects: 47% (11/23) remote: Compressing objects: 52% (12/23) remote: Compressing objects: 56% (13/23) remote: Compressing objects: 60% (14/23) remote: Compressing objects: 65% (15/23) remote: Compressing objects: 69% (16/23) remote: Compressing objects: 73% (17/23) remote: Compressing objects: 78% (18/23) remote: Compressing objects: 82% (19/23) remote: Compressing objects: 86% (20/23) remote: Compressing objects: 91% (21/23) remote: Compressing objects: 95% (22/23) remote: Compressing objects: 100% (23/23) remote: Compressing objects: 100% (23/23), done. 22:53:30 Receiving objects: 4% (1/25) Receiving objects: 8% (2/25) Receiving objects: 12% (3/25) Receiving objects: 16% (4/25) Receiving objects: 20% (5/25) Receiving objects: 24% (6/25) Receiving objects: 28% (7/25) Receiving objects: 32% (8/25) Receiving objects: 36% (9/25) Receiving objects: 40% (10/25) Receiving objects: 44% (11/25) Receiving objects: 48% (12/25) Receiving objects: 52% (13/25) Receiving objects: 56% (14/25) Receiving objects: 60% (15/25) Receiving objects: 64% (16/25) Receiving objects: 68% (17/25) remote: Total 25 (delta 1), reused 13 (delta 0), pack-reused 0 22:53:30 Receiving objects: 72% (18/25) Receiving objects: 76% (19/25) Receiving objects: 80% (20/25) Receiving objects: 84% (21/25) Receiving objects: 88% (22/25) Receiving objects: 92% (23/25) Receiving objects: 96% (24/25) Receiving objects: 100% (25/25) Receiving objects: 100% (25/25), 26.28 KiB | 1.46 MiB/s, done. 22:53:30 Resolving deltas: 0% (0/1) Resolving deltas: 100% (1/1) Resolving deltas: 100% (1/1), done. 22:53:30 Note: checking out 'e5655751c332aecaa15672ff6f266694f88335fa'. 22:53:30 22:53:30 You are in 'detached HEAD' state. You can look around, make experimental 22:53:30 changes and commit them, and you can discard any commits you make in this 22:53:30 state without impacting any branches by performing another checkout. 22:53:30 22:53:30 If you want to create a new branch to retain commits you create, you may 22:53:30 do so (now or later) by using -b with the checkout command again. Example: 22:53:30 22:53:30 git checkout -b 22:53:30 22:53:31 kong-proxy-cache-plugin 1.3.1-0 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:31 22:53:31 kong 2.0.4-0 depends on kong-plugin-request-transformer ~> 1.2 (not installed) 22:53:31 Installing https://luarocks.org/kong-plugin-request-transformer-1.2.8-0.src.rock 22:53:31 22:53:31 kong-plugin-request-transformer 1.2.8-0 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:31 22:53:31 kong 2.0.4-0 depends on kong-plugin-session ~> 2.2 (not installed) 22:53:32 Installing https://luarocks.org/kong-plugin-session-2.2.0-1.src.rock 22:53:32 Missing dependencies for kong-plugin-session 2.2.0-1: 22:53:32 lua-resty-session 2.24 (not installed) 22:53:32 22:53:32 kong-plugin-session 2.2.0-1 depends on lua-resty-session 2.24 (not installed) 22:53:32 Installing https://luarocks.org/lua-resty-session-2.24-1.src.rock 22:53:33 22:53:34 lua-resty-session 2.24-1 is now installed in /build/parts/kong/install (license: BSD) 22:53:34 22:53:34 kong-plugin-session 2.2.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:34 22:53:34 kong 2.0.4-0 depends on kong-plugin-aws-lambda ~> 3.1 (not installed) 22:53:34 Installing https://luarocks.org/kong-plugin-aws-lambda-3.1.0-1.src.rock 22:53:35 22:53:36 kong-plugin-aws-lambda 3.1.0-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:36 22:53:36 kong 2.0.4-0 depends on kong-plugin-acme ~> 0.2 (not installed) 22:53:36 Installing https://luarocks.org/kong-plugin-acme-0.2.12-1.src.rock 22:53:36 Missing dependencies for kong-plugin-acme 0.2.12-1: 22:53:36 lua-resty-acme ~> 0.5 (not installed) 22:53:36 22:53:36 kong-plugin-acme 0.2.12-1 depends on lua-resty-acme ~> 0.5 (not installed) 22:53:36 Installing https://luarocks.org/lua-resty-acme-0.5.8-1.src.rock 22:53:37 Missing dependencies for lua-resty-acme 0.5.8-1: 22:53:37 lua-resty-lrucache >= 0.09-2 (not installed) 22:53:37 22:53:37 lua-resty-acme 0.5.8-1 depends on lua-resty-lrucache >= 0.09-2 (not installed) 22:53:37 Installing https://luarocks.org/lua-resty-lrucache-0.09-2.src.rock 22:53:38 22:53:38 lua-resty-lrucache 0.09-2 is now installed in /build/parts/kong/install (license: 2bsd) 22:53:38 22:53:39 lua-resty-acme 0.5.8-1 is now installed in /build/parts/kong/install (license: BSD) 22:53:39 22:53:39 kong-plugin-acme 0.2.12-1 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:39 22:53:52 kong 2.0.4-0 is now installed in /build/parts/kong/install (license: Apache 2.0) 22:53:52 22:53:59 Staging go-build-helper  22:54:00 Staging kong  22:54:05 Pulling go115  22:54:06 'app-service-config' has dependencies that need to be staged: go115 22:54:06 Skipping pull go115 (already ran) 22:54:06 Building go115  22:54:06 % Total % Received % Xferd Average Speed Time Time Time Current 22:54:06 Dload Upload Total Spent Left Speed 22:54:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.9M 0 0 33.8M 0 0:00:03 --:--:-- 0:00:03 33.7M 72 115M 72 83.5M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.8M 100 115M 100 115M 0 0 59.8M 0 0:00:01 0:00:01 --:--:-- 59.8M 22:54:09 go1.15.2.linux-amd64.tar.gz: OK 22:54:24 Staging go115  22:54:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:54:26 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:54:26 0% 0% 69% [Working] 69% [Working] 69% Get:1 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:54:27 15% 47% 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:54:27 57% 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 163 kB in 0s (0 B/s) 22:54:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:54:32 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 22:54:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:54:33 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 22:54:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:54:34 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 22:54:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:54:34 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 22:54:34 Pulling app-service-config  22:54:36 Cloning into '/build/parts/app-service-config/src'... 22:54:36 remote: Enumerating objects: 10, done. 22:54:36 remote: Counting objects: 10% (1/10) remote: Counting objects: 20% (2/10) remote: Counting objects: 30% (3/10) remote: Counting objects: 40% (4/10) remote: Counting objects: 50% (5/10) remote: Counting objects: 60% (6/10) remote: Counting objects: 70% (7/10) remote: Counting objects: 80% (8/10) remote: Counting objects: 90% (9/10) remote: Counting objects: 100% (10/10) remote: Counting objects: 100% (10/10), done. 22:54:36 remote: Compressing objects: 12% (1/8) remote: Compressing objects: 25% (2/8) remote: Compressing objects: 37% (3/8) remote: Compressing objects: 50% (4/8) remote: Compressing objects: 62% (5/8) remote: Compressing objects: 75% (6/8) remote: Compressing objects: 87% (7/8) remote: Compressing objects: 100% (8/8) remote: Compressing objects: 100% (8/8), done. 22:54:36 Receiving objects: 0% (1/814) Receiving objects: 1% (9/814) Receiving objects: 2% (17/814) Receiving objects: 3% (25/814) Receiving objects: 4% (33/814) Receiving objects: 5% (41/814) Receiving objects: 6% (49/814) Receiving objects: 7% (57/814) Receiving objects: 8% (66/814) Receiving objects: 9% (74/814) Receiving objects: 10% (82/814) Receiving objects: 11% (90/814) Receiving objects: 12% (98/814) Receiving objects: 13% (106/814) Receiving objects: 14% (114/814) Receiving objects: 15% (123/814) Receiving objects: 16% (131/814) Receiving objects: 17% (139/814) Receiving objects: 18% (147/814) Receiving objects: 19% (155/814) Receiving objects: 20% (163/814) Receiving objects: 21% (171/814) Receiving objects: 22% (180/814) Receiving objects: 23% (188/814) Receiving objects: 24% (196/814) Receiving objects: 25% (204/814) Receiving objects: 26% (212/814) Receiving objects: 27% (220/814) Receiving objects: 28% (228/814) Receiving objects: 29% (237/814) Receiving objects: 30% (245/814) Receiving objects: 31% (253/814) Receiving objects: 32% (261/814) Receiving objects: 33% (269/814) Receiving objects: 34% (277/814) Receiving objects: 35% (285/814) Receiving objects: 36% (294/814) Receiving objects: 37% (302/814) Receiving objects: 38% (310/814) Receiving objects: 39% (318/814) remote: Total 814 (delta 2), reused 5 (delta 0), pack-reused 804 22:54:36 Receiving objects: 40% (326/814) Receiving objects: 41% (334/814) Receiving objects: 42% (342/814) Receiving objects: 43% (351/814) Receiving objects: 44% (359/814) Receiving objects: 45% (367/814) Receiving objects: 46% (375/814) Receiving objects: 47% (383/814) Receiving objects: 48% (391/814) Receiving objects: 49% (399/814) Receiving objects: 50% (407/814) Receiving objects: 51% (416/814) Receiving objects: 52% (424/814) Receiving objects: 53% (432/814) Receiving objects: 54% (440/814) Receiving objects: 55% (448/814) Receiving objects: 56% (456/814) Receiving objects: 57% (464/814) Receiving objects: 58% (473/814) Receiving objects: 59% (481/814) Receiving objects: 60% (489/814) Receiving objects: 61% (497/814) Receiving objects: 62% (505/814) Receiving objects: 63% (513/814) Receiving objects: 64% (521/814) Receiving objects: 65% (530/814) Receiving objects: 66% (538/814) Receiving objects: 67% (546/814) Receiving objects: 68% (554/814) Receiving objects: 69% (562/814) Receiving objects: 70% (570/814) Receiving objects: 71% (578/814) Receiving objects: 72% (587/814) Receiving objects: 73% (595/814) Receiving objects: 74% (603/814) Receiving objects: 75% (611/814) Receiving objects: 76% (619/814) Receiving objects: 77% (627/814) Receiving objects: 78% (635/814) Receiving objects: 79% (644/814) Receiving objects: 80% (652/814) Receiving objects: 81% (660/814) Receiving objects: 82% (668/814) Receiving objects: 83% (676/814) Receiving objects: 84% (684/814) Receiving objects: 85% (692/814) Receiving objects: 86% (701/814) Receiving objects: 87% (709/814) Receiving objects: 88% (717/814) Receiving objects: 89% (725/814) Receiving objects: 90% (733/814) Receiving objects: 91% (741/814) Receiving objects: 92% (749/814) Receiving objects: 93% (758/814) Receiving objects: 94% (766/814) Receiving objects: 95% (774/814) Receiving objects: 96% (782/814) Receiving objects: 97% (790/814) Receiving objects: 98% (798/814) Receiving objects: 99% (806/814) Receiving objects: 100% (814/814) Receiving objects: 100% (814/814), 177.01 KiB | 4.92 MiB/s, done. 22:54:36 Resolving deltas: 0% (0/309) Resolving deltas: 1% (4/309) Resolving deltas: 2% (7/309) Resolving deltas: 3% (11/309) Resolving deltas: 4% (13/309) Resolving deltas: 6% (19/309) Resolving deltas: 7% (22/309) Resolving deltas: 11% (36/309) Resolving deltas: 13% (42/309) Resolving deltas: 22% (70/309) Resolving deltas: 23% (74/309) Resolving deltas: 24% (75/309) Resolving deltas: 25% (79/309) Resolving deltas: 28% (89/309) Resolving deltas: 34% (108/309) Resolving deltas: 55% (170/309) Resolving deltas: 61% (189/309) Resolving deltas: 62% (193/309) Resolving deltas: 63% (195/309) Resolving deltas: 64% (198/309) Resolving deltas: 76% (236/309) Resolving deltas: 77% (241/309) Resolving deltas: 86% (266/309) Resolving deltas: 87% (269/309) Resolving deltas: 88% (273/309) Resolving deltas: 89% (277/309) Resolving deltas: 90% (280/309) Resolving deltas: 91% (283/309) Resolving deltas: 92% (285/309) Resolving deltas: 96% (299/309) Resolving deltas: 100% (309/309) Resolving deltas: 100% (309/309), done. 22:54:37 Pulling config-common  22:54:38 Pulling consul  22:54:39 Cloning into '/build/parts/consul/src'... 22:54:39 remote: Enumerating objects: 9433, done. 22:54:39 remote: Counting objects: 0% (1/9433) remote: Counting objects: 1% (95/9433) remote: Counting objects: 2% (189/9433) remote: Counting objects: 3% (283/9433) remote: Counting objects: 4% (378/9433) remote: Counting objects: 5% (472/9433) remote: Counting objects: 6% (566/9433) remote: Counting objects: 7% (661/9433) remote: Counting objects: 8% (755/9433) remote: Counting objects: 9% (849/9433) remote: Counting objects: 10% (944/9433) remote: Counting objects: 11% (1038/9433) remote: Counting objects: 12% (1132/9433) remote: Counting objects: 13% (1227/9433) remote: Counting objects: 14% (1321/9433) remote: Counting objects: 15% (1415/9433) remote: Counting objects: 16% (1510/9433) remote: Counting objects: 17% (1604/9433) remote: Counting objects: 18% (1698/9433) remote: Counting objects: 19% (1793/9433) remote: Counting objects: 20% (1887/9433) remote: Counting objects: 21% (1981/9433) remote: Counting objects: 22% (2076/9433) remote: Counting objects: 23% (2170/9433) remote: Counting objects: 24% (2264/9433) remote: Counting objects: 25% (2359/9433) remote: Counting objects: 26% (2453/9433) remote: Counting objects: 27% (2547/9433) remote: Counting objects: 28% (2642/9433) remote: Counting objects: 29% (2736/9433) remote: Counting objects: 30% (2830/9433) remote: Counting objects: 31% (2925/9433) remote: Counting objects: 32% (3019/9433) remote: Counting objects: 33% (3113/9433) remote: Counting objects: 34% (3208/9433) remote: Counting objects: 35% (3302/9433) remote: Counting objects: 36% (3396/9433) remote: Counting objects: 37% (3491/9433) remote: Counting objects: 38% (3585/9433) remote: Counting objects: 39% (3679/9433) remote: Counting objects: 40% (3774/9433) remote: Counting objects: 41% (3868/9433) remote: Counting objects: 42% (3962/9433) remote: Counting objects: 43% (4057/9433) remote: Counting objects: 44% (4151/9433) remote: Counting objects: 45% (4245/9433) remote: Counting objects: 46% (4340/9433) remote: Counting objects: 47% (4434/9433) remote: Counting objects: 48% (4528/9433) remote: Counting objects: 49% (4623/9433) remote: Counting objects: 50% (4717/9433) remote: Counting objects: 51% (4811/9433) remote: Counting objects: 52% (4906/9433) remote: Counting objects: 53% (5000/9433) remote: Counting objects: 54% (5094/9433) remote: Counting objects: 55% (5189/9433) remote: Counting objects: 56% (5283/9433) remote: Counting objects: 57% (5377/9433) remote: Counting objects: 58% (5472/9433) remote: Counting objects: 59% (5566/9433) remote: Counting objects: 60% (5660/9433) remote: Counting objects: 61% (5755/9433) remote: Counting objects: 62% (5849/9433) remote: Counting objects: 63% (5943/9433) remote: Counting objects: 64% (6038/9433) remote: Counting objects: 65% (6132/9433) remote: Counting objects: 66% (6226/9433) remote: Counting objects: 67% (6321/9433) remote: Counting objects: 68% (6415/9433) remote: Counting objects: 69% (6509/9433) remote: Counting objects: 70% (6604/9433) remote: Counting objects: 71% (6698/9433) remote: Counting objects: 72% (6792/9433) remote: Counting objects: 73% (6887/9433) remote: Counting objects: 74% (6981/9433) remote: Counting objects: 75% (7075/9433) remote: Counting objects: 76% (7170/9433) remote: Counting objects: 77% (7264/9433) remote: Counting objects: 78% (7358/9433) remote: Counting objects: 79% (7453/9433) remote: Counting objects: 80% (7547/9433) remote: Counting objects: 81% (7641/9433) remote: Counting objects: 82% (7736/9433) remote: Counting objects: 83% (7830/9433) remote: Counting objects: 84% (7924/9433) remote: Counting objects: 85% (8019/9433) remote: Counting objects: 86% (8113/9433) remote: Counting objects: 87% (8207/9433) remote: Counting objects: 88% (8302/9433) remote: Counting objects: 89% (8396/9433) remote: Counting objects: 90% (8490/9433) remote: Counting objects: 91% (8585/9433) remote: Counting objects: 92% (8679/9433) remote: Counting objects: 93% (8773/9433) remote: Counting objects: 94% (8868/9433) remote: Counting objects: 95% (8962/9433) remote: Counting objects: 96% (9056/9433) remote: Counting objects: 97% (9151/9433) remote: Counting objects: 98% (9245/9433) remote: Counting objects: 99% (9339/9433) remote: Counting objects: 100% (9433/9433) remote: Counting objects: 100% (9433/9433), done. 22:54:41 remote: Compressing objects: 0% (1/7554) remote: Compressing objects: 1% (76/7554) remote: Compressing objects: 2% (152/7554) remote: Compressing objects: 3% (227/7554) remote: Compressing objects: 4% (303/7554) remote: Compressing objects: 5% (378/7554) remote: Compressing objects: 6% (454/7554) remote: Compressing objects: 7% (529/7554) remote: Compressing objects: 8% (605/7554) remote: Compressing objects: 9% (680/7554) remote: Compressing objects: 10% (756/7554) remote: Compressing objects: 11% (831/7554) remote: Compressing objects: 12% (907/7554) remote: Compressing objects: 13% (983/7554) remote: Compressing objects: 14% (1058/7554) remote: Compressing objects: 15% (1134/7554) remote: Compressing objects: 16% (1209/7554) remote: Compressing objects: 17% (1285/7554) remote: Compressing objects: 18% (1360/7554) remote: Compressing objects: 19% (1436/7554) remote: Compressing objects: 20% (1511/7554) remote: Compressing objects: 21% (1587/7554) remote: Compressing objects: 22% (1662/7554) remote: Compressing objects: 23% (1738/7554) remote: Compressing objects: 24% (1813/7554) remote: Compressing objects: 25% (1889/7554) remote: Compressing objects: 26% (1965/7554) remote: Compressing objects: 27% (2040/7554) remote: Compressing objects: 28% (2116/7554) remote: Compressing objects: 29% (2191/7554) remote: Compressing objects: 30% (2267/7554) remote: Compressing objects: 31% (2342/7554) remote: Compressing objects: 32% (2418/7554) remote: Compressing objects: 33% (2493/7554) remote: Compressing objects: 34% (2569/7554) remote: Compressing objects: 35% (2644/7554) remote: Compressing objects: 36% (2720/7554) remote: Compressing objects: 37% (2795/7554) remote: Compressing objects: 38% (2871/7554) remote: Compressing objects: 39% (2947/7554) remote: Compressing objects: 40% (3022/7554) remote: Compressing objects: 41% (3098/7554) remote: Compressing objects: 42% (3173/7554) remote: Compressing objects: 43% (3249/7554) remote: Compressing objects: 44% (3324/7554) remote: Compressing objects: 45% (3400/7554) remote: Compressing objects: 46% (3475/7554) remote: Compressing objects: 47% (3551/7554) remote: Compressing objects: 48% (3626/7554) remote: Compressing objects: 49% (3702/7554) remote: Compressing objects: 50% (3777/7554) remote: Compressing objects: 51% (3853/7554) remote: Compressing objects: 52% (3929/7554) remote: Compressing objects: 53% (4004/7554) remote: Compressing objects: 54% (4080/7554) remote: Compressing objects: 55% (4155/7554) remote: Compressing objects: 56% (4231/7554) remote: Compressing objects: 57% (4306/7554) remote: Compressing objects: 58% (4382/7554) remote: Compressing objects: 59% (4457/7554) remote: Compressing objects: 60% (4533/7554) remote: Compressing objects: 61% (4608/7554) remote: Compressing objects: 62% (4684/7554) remote: Compressing objects: 63% (4760/7554) remote: Compressing objects: 64% (4835/7554) remote: Compressing objects: 65% (4911/7554) remote: Compressing objects: 66% (4986/7554) remote: Compressing objects: 67% (5062/7554) remote: Compressing objects: 68% (5137/7554) remote: Compressing objects: 69% (5213/7554) remote: Compressing objects: 70% (5288/7554) remote: Compressing objects: 71% (5364/7554) remote: Compressing objects: 72% (5439/7554) remote: Compressing objects: 73% (5515/7554) remote: Compressing objects: 74% (5590/7554) remote: Compressing objects: 75% (5666/7554) remote: Compressing objects: 76% (5742/7554) remote: Compressing objects: 77% (5817/7554) remote: Compressing objects: 78% (5893/7554) remote: Compressing objects: 79% (5968/7554) remote: Compressing objects: 80% (6044/7554) remote: Compressing objects: 80% (6087/7554) remote: Compressing objects: 81% (6119/7554) remote: Compressing objects: 82% (6195/7554) remote: Compressing objects: 83% (6270/7554) remote: Compressing objects: 84% (6346/7554) remote: Compressing objects: 85% (6421/7554) remote: Compressing objects: 86% (6497/7554) remote: Compressing objects: 87% (6572/7554) remote: Compressing objects: 88% (6648/7554) remote: Compressing objects: 89% (6724/7554) remote: Compressing objects: 90% (6799/7554) remote: Compressing objects: 91% (6875/7554) remote: Compressing objects: 92% (6950/7554) remote: Compressing objects: 93% (7026/7554) remote: Compressing objects: 94% (7101/7554) remote: Compressing objects: 95% (7177/7554) remote: Compressing objects: 96% (7252/7554) remote: Compressing objects: 97% (7328/7554) remote: Compressing objects: 98% (7403/7554) remote: Compressing objects: 99% (7479/7554) remote: Compressing objects: 100% (7554/7554) remote: Compressing objects: 100% (7554/7554), done. 22:54:44 Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 19% (1828/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 20% (1887/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 802.00 KiB/s Receiving objects: 40% (3774/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 41% (3868/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 42% (3962/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 43% (4057/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 44% (4151/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 45% (4245/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 46% (4340/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 47% (4434/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 48% (4528/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 49% (4623/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 50% (4717/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 51% (4811/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 52% (4906/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 53% (5000/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 54% (5094/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 55% (5189/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 56% (5283/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 57% (5377/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 58% (5472/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 59% (5566/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 60% (5660/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 61% (5755/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 62% (5849/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 63% (5943/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 64% (6038/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 65% (6132/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 66% (6226/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 67% (6321/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 68% (6415/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 69% (6509/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 70% (6604/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 71% (6698/9433), 4.89 MiB | 3.88 MiB/s Receiving objects: 72% (6792/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 73% (6887/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 74% (6981/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 75% (7075/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 76% (7170/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 77% (7264/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 78% (7358/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 79% (7453/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 80% (7547/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 81% (7641/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 82% (7736/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 83% (7830/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 83% (7832/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 84% (7924/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 85% (8019/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 86% (8113/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 87% (8207/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 88% (8302/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 89% (8396/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 90% (8490/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 91% (8585/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 92% (8679/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 93% (8773/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 94% (8868/9433), 9.59 MiB | 5.45 MiB/s Receiving objects: 95% (8962/9433), 15.17 MiB | 6.72 MiB/s Receiving objects: 96% (9056/9433), 15.17 MiB | 6.72 MiB/s Receiving objects: 97% (9151/9433), 15.17 MiB | 6.72 MiB/s Receiving objects: 98% (9245/9433), 15.17 MiB | 6.72 MiB/s Receiving objects: 99% (9339/9433), 15.17 MiB | 6.72 MiB/s Receiving objects: 99% (9413/9433), 21.42 MiB | 7.77 MiB/s remote: Total 9433 (delta 1883), reused 6082 (delta 1372), pack-reused 0 22:54:44 Receiving objects: 100% (9433/9433), 21.42 MiB | 7.77 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 8.59 MiB/s, done. 22:54:44 Resolving deltas: 0% (0/1883) Resolving deltas: 1% (19/1883) Resolving deltas: 3% (74/1883) Resolving deltas: 4% (77/1883) Resolving deltas: 5% (107/1883) Resolving deltas: 6% (122/1883) Resolving deltas: 7% (137/1883) Resolving deltas: 8% (152/1883) Resolving deltas: 9% (172/1883) Resolving deltas: 10% (189/1883) Resolving deltas: 11% (212/1883) Resolving deltas: 12% (227/1883) Resolving deltas: 13% (245/1883) Resolving deltas: 14% (266/1883) Resolving deltas: 15% (285/1883) Resolving deltas: 16% (308/1883) Resolving deltas: 17% (321/1883) Resolving deltas: 18% (341/1883) Resolving deltas: 19% (358/1883) Resolving deltas: 20% (378/1883) Resolving deltas: 21% (396/1883) Resolving deltas: 22% (419/1883) Resolving deltas: 23% (434/1883) Resolving deltas: 24% (459/1883) Resolving deltas: 25% (471/1883) Resolving deltas: 26% (490/1883) Resolving deltas: 27% (509/1883) Resolving deltas: 28% (532/1883) Resolving deltas: 29% (556/1883) Resolving deltas: 30% (566/1883) Resolving deltas: 31% (584/1883) Resolving deltas: 33% (622/1883) Resolving deltas: 35% (665/1883) Resolving deltas: 37% (714/1883) Resolving deltas: 38% (717/1883) Resolving deltas: 39% (746/1883) Resolving deltas: 40% (755/1883) Resolving deltas: 41% (773/1883) Resolving deltas: 42% (791/1883) Resolving deltas: 43% (811/1883) Resolving deltas: 44% (829/1883) Resolving deltas: 45% (848/1883) Resolving deltas: 46% (869/1883) Resolving deltas: 47% (886/1883) Resolving deltas: 48% (906/1883) Resolving deltas: 49% (923/1883) Resolving deltas: 50% (947/1883) Resolving deltas: 51% (961/1883) Resolving deltas: 52% (981/1883) Resolving deltas: 53% (998/1883) Resolving deltas: 54% (1018/1883) Resolving deltas: 55% (1039/1883) Resolving deltas: 56% (1070/1883) Resolving deltas: 57% (1092/1883) Resolving deltas: 58% (1099/1883) Resolving deltas: 59% (1117/1883) Resolving deltas: 60% (1130/1883) Resolving deltas: 61% (1150/1883) Resolving deltas: 62% (1169/1883) Resolving deltas: 63% (1187/1883) Resolving deltas: 64% (1207/1883) Resolving deltas: 65% (1225/1883) Resolving deltas: 66% (1244/1883) Resolving deltas: 67% (1262/1883) Resolving deltas: 68% (1281/1883) Resolving deltas: 69% (1301/1883) Resolving deltas: 70% (1321/1883) Resolving deltas: 71% (1337/1883) Resolving deltas: 72% (1361/1883) Resolving deltas: 73% (1377/1883) Resolving deltas: 74% (1397/1883) Resolving deltas: 75% (1414/1883) Resolving deltas: 76% (1432/1883) Resolving deltas: 77% (1455/1883) Resolving deltas: 79% (1495/1883) Resolving deltas: 82% (1548/1883) Resolving deltas: 83% (1564/1883) Resolving deltas: 84% (1583/1883) Resolving deltas: 85% (1603/1883) Resolving deltas: 86% (1621/1883) Resolving deltas: 87% (1646/1883) Resolving deltas: 90% (1695/1883) Resolving deltas: 91% (1729/1883) Resolving deltas: 92% (1735/1883) Resolving deltas: 93% (1768/1883) Resolving deltas: 94% (1773/1883) Resolving deltas: 95% (1789/1883) Resolving deltas: 96% (1808/1883) Resolving deltas: 97% (1827/1883) Resolving deltas: 98% (1846/1883) Resolving deltas: 99% (1865/1883) Resolving deltas: 100% (1883/1883) Resolving deltas: 100% (1883/1883), done. 22:54:44 Note: checking out '12b16df320052414244659e4dadda078f67849ed'. 22:54:44 22:54:44 You are in 'detached HEAD' state. You can look around, make experimental 22:54:44 changes and commit them, and you can discard any commits you make in this 22:54:44 state without impacting any branches by performing another checkout. 22:54:44 22:54:44 If you want to create a new branch to retain commits you create, you may 22:54:44 do so (now or later) by using -b with the checkout command again. Example: 22:54:44 22:54:44 git checkout -b 22:54:44 22:54:46 Checking out files: 67% (5863/8715) Checking out files: 68% (5927/8715) Checking out files: 69% (6014/8715) Checking out files: 70% (6101/8715) Checking out files: 71% (6188/8715) Checking out files: 72% (6275/8715) Checking out files: 73% (6362/8715) Checking out files: 74% (6450/8715) Checking out files: 75% (6537/8715) Checking out files: 76% (6624/8715) Checking out files: 77% (6711/8715) Checking out files: 78% (6798/8715) Checking out files: 79% (6885/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 99% (8692/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. 22:54:47 Pulling device-virtual-go  22:54:47 Cloning into '/build/parts/device-virtual-go/src'... 22:54:48 remote: Enumerating objects: 39, done. 22:54:48 remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. 22:54:48 remote: Compressing objects: 2% (1/35) remote: Compressing objects: 5% (2/35) remote: Compressing objects: 8% (3/35) remote: Compressing objects: 11% (4/35) remote: Compressing objects: 14% (5/35) remote: Compressing objects: 17% (6/35) remote: Compressing objects: 20% (7/35) remote: Compressing objects: 22% (8/35) remote: Compressing objects: 25% (9/35) remote: Compressing objects: 28% (10/35) remote: Compressing objects: 31% (11/35) remote: Compressing objects: 34% (12/35) remote: Compressing objects: 37% (13/35) remote: Compressing objects: 40% (14/35) remote: Compressing objects: 42% (15/35) remote: Compressing objects: 45% (16/35) remote: Compressing objects: 48% (17/35) remote: Compressing objects: 51% (18/35) remote: Compressing objects: 54% (19/35) remote: Compressing objects: 57% (20/35) remote: Compressing objects: 60% (21/35) remote: Compressing objects: 62% (22/35) remote: Compressing objects: 65% (23/35) remote: Compressing objects: 68% (24/35) remote: Compressing objects: 71% (25/35) remote: Compressing objects: 74% (26/35) remote: Compressing objects: 77% (27/35) remote: Compressing objects: 80% (28/35) remote: Compressing objects: 82% (29/35) remote: Compressing objects: 85% (30/35) remote: Compressing objects: 88% (31/35) remote: Compressing objects: 91% (32/35) remote: Compressing objects: 94% (33/35) remote: Compressing objects: 97% (34/35) remote: Compressing objects: 100% (35/35) remote: Compressing objects: 100% (35/35), done. 22:54:48 remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 22:54:48 Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. 22:54:48 Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. 22:54:48 22:54:48 You are in 'detached HEAD' state. You can look around, make experimental 22:54:48 changes and commit them, and you can discard any commits you make in this 22:54:48 state without impacting any branches by performing another checkout. 22:54:48 22:54:48 If you want to create a new branch to retain commits you create, you may 22:54:48 do so (now or later) by using -b with the checkout command again. Example: 22:54:48 22:54:48 git checkout -b 22:54:48 22:54:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:54:50 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:54:51 0% 0% 69% [Working] 69% [Working] 69% Get:1 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:54:51 15% 38% 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:54:51 79% 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 163 kB in 0s (0 B/s) 22:54:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:54:56 100% [Working] Fetched 0 B in 0s (0 B/s) 22:54:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:54:57 100% [Working] Fetched 0 B in 0s (0 B/s) 22:54:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:54:57 100% [Working] Fetched 0 B in 0s (0 B/s) 22:54:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:54:57 100% [Working] Fetched 0 B in 0s (0 B/s) 22:54:57 Pulling edgex-go  22:55:01 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:55:01 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:55:01 0% 0% 69% [Working] 69% [Working] 69% Get:1 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:55:01 15% 22% 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:55:02 57% 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 163 kB in 0s (0 B/s) 22:55:08 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:55:08 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:08 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:55:08 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:55:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:55:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:09 Pulling kuiper  22:55:10 Cloning into '/build/parts/kuiper/src'... 22:55:10 remote: Enumerating objects: 4, done. 22:55:10 remote: Counting objects: 25% (1/4) remote: Counting objects: 50% (2/4) remote: Counting objects: 75% (3/4) remote: Counting objects: 100% (4/4) remote: Counting objects: 100% (4/4), done. 22:55:10 remote: Compressing objects: 25% (1/4) remote: Compressing objects: 50% (2/4) remote: Compressing objects: 75% (3/4) remote: Compressing objects: 100% (4/4) remote: Compressing objects: 100% (4/4), done. 22:55:11 Receiving objects: 0% (1/7865) Receiving objects: 1% (79/7865) Receiving objects: 2% (158/7865) Receiving objects: 3% (236/7865) Receiving objects: 4% (315/7865) Receiving objects: 5% (394/7865) Receiving objects: 6% (472/7865) Receiving objects: 7% (551/7865) Receiving objects: 8% (630/7865) Receiving objects: 9% (708/7865) Receiving objects: 10% (787/7865) Receiving objects: 11% (866/7865) Receiving objects: 12% (944/7865) Receiving objects: 13% (1023/7865) Receiving objects: 14% (1102/7865) Receiving objects: 15% (1180/7865) Receiving objects: 16% (1259/7865) Receiving objects: 17% (1338/7865) Receiving objects: 18% (1416/7865) Receiving objects: 19% (1495/7865) Receiving objects: 20% (1573/7865) Receiving objects: 21% (1652/7865) Receiving objects: 22% (1731/7865) Receiving objects: 23% (1809/7865) Receiving objects: 24% (1888/7865) Receiving objects: 25% (1967/7865) Receiving objects: 26% (2045/7865) Receiving objects: 27% (2124/7865) Receiving objects: 28% (2203/7865) Receiving objects: 29% (2281/7865) Receiving objects: 30% (2360/7865) Receiving objects: 31% (2439/7865) Receiving objects: 32% (2517/7865) Receiving objects: 33% (2596/7865) Receiving objects: 34% (2675/7865) Receiving objects: 35% (2753/7865) Receiving objects: 36% (2832/7865) Receiving objects: 37% (2911/7865) Receiving objects: 38% (2989/7865) Receiving objects: 39% (3068/7865) Receiving objects: 40% (3146/7865) Receiving objects: 41% (3225/7865) Receiving objects: 42% (3304/7865) Receiving objects: 43% (3382/7865) Receiving objects: 44% (3461/7865) Receiving objects: 45% (3540/7865) Receiving objects: 46% (3618/7865) Receiving objects: 47% (3697/7865) Receiving objects: 48% (3776/7865) Receiving objects: 49% (3854/7865) Receiving objects: 50% (3933/7865) Receiving objects: 51% (4012/7865) Receiving objects: 52% (4090/7865) Receiving objects: 53% (4169/7865) Receiving objects: 54% (4248/7865) Receiving objects: 55% (4326/7865) Receiving objects: 56% (4405/7865) Receiving objects: 57% (4484/7865) Receiving objects: 58% (4562/7865) Receiving objects: 59% (4641/7865) Receiving objects: 60% (4719/7865) Receiving objects: 61% (4798/7865) Receiving objects: 62% (4877/7865) Receiving objects: 63% (4955/7865) Receiving objects: 64% (5034/7865) Receiving objects: 65% (5113/7865) Receiving objects: 66% (5191/7865) Receiving objects: 67% (5270/7865) Receiving objects: 68% (5349/7865) Receiving objects: 69% (5427/7865) Receiving objects: 70% (5506/7865) Receiving objects: 71% (5585/7865) Receiving objects: 72% (5663/7865) Receiving objects: 73% (5742/7865) Receiving objects: 74% (5821/7865) Receiving objects: 75% (5899/7865) Receiving objects: 76% (5978/7865) Receiving objects: 77% (6057/7865) Receiving objects: 78% (6135/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 79% (6214/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 80% (6292/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 81% (6371/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 82% (6450/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 83% (6528/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 84% (6607/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 85% (6686/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 86% (6764/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 87% (6843/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 88% (6922/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 89% (7000/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 90% (7079/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 91% (7158/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 92% (7236/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 93% (7315/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 94% (7394/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 95% (7472/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 96% (7551/7865), 11.11 MiB | 22.21 MiB/s remote: Total 7865 (delta 0), reused 1 (delta 0), pack-reused 7861 22:55:11 Receiving objects: 97% (7630/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 98% (7708/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 99% (7787/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 100% (7865/7865), 11.11 MiB | 22.21 MiB/s Receiving objects: 100% (7865/7865), 19.17 MiB | 24.02 MiB/s, done. 22:55:11 Resolving deltas: 0% (0/5050) Resolving deltas: 1% (51/5050) Resolving deltas: 2% (112/5050) Resolving deltas: 3% (156/5050) Resolving deltas: 4% (203/5050) Resolving deltas: 5% (254/5050) Resolving deltas: 7% (385/5050) Resolving deltas: 8% (414/5050) Resolving deltas: 9% (459/5050) Resolving deltas: 10% (505/5050) Resolving deltas: 11% (562/5050) Resolving deltas: 12% (610/5050) Resolving deltas: 13% (657/5050) Resolving deltas: 14% (713/5050) Resolving deltas: 15% (758/5050) Resolving deltas: 16% (808/5050) Resolving deltas: 17% (864/5050) Resolving deltas: 18% (913/5050) Resolving deltas: 19% (978/5050) Resolving deltas: 20% (1022/5050) Resolving deltas: 21% (1091/5050) Resolving deltas: 22% (1112/5050) Resolving deltas: 23% (1163/5050) Resolving deltas: 24% (1226/5050) Resolving deltas: 25% (1279/5050) Resolving deltas: 26% (1317/5050) Resolving deltas: 27% (1365/5050) Resolving deltas: 28% (1441/5050) Resolving deltas: 29% (1471/5050) Resolving deltas: 30% (1518/5050) Resolving deltas: 31% (1602/5050) Resolving deltas: 32% (1631/5050) Resolving deltas: 33% (1686/5050) Resolving deltas: 34% (1719/5050) Resolving deltas: 35% (1769/5050) Resolving deltas: 36% (1825/5050) Resolving deltas: 37% (1878/5050) Resolving deltas: 38% (1932/5050) Resolving deltas: 39% (1984/5050) Resolving deltas: 40% (2035/5050) Resolving deltas: 41% (2075/5050) Resolving deltas: 42% (2130/5050) Resolving deltas: 43% (2172/5050) Resolving deltas: 44% (2226/5050) Resolving deltas: 45% (2280/5050) Resolving deltas: 46% (2324/5050) Resolving deltas: 48% (2456/5050) Resolving deltas: 49% (2492/5050) Resolving deltas: 50% (2527/5050) Resolving deltas: 51% (2585/5050) Resolving deltas: 52% (2626/5050) Resolving deltas: 53% (2715/5050) Resolving deltas: 54% (2729/5050) Resolving deltas: 55% (2795/5050) Resolving deltas: 56% (2867/5050) Resolving deltas: 57% (2879/5050) Resolving deltas: 58% (2933/5050) Resolving deltas: 59% (3025/5050) Resolving deltas: 60% (3032/5050) Resolving deltas: 61% (3082/5050) Resolving deltas: 62% (3135/5050) Resolving deltas: 63% (3182/5050) Resolving deltas: 64% (3249/5050) Resolving deltas: 65% (3296/5050) Resolving deltas: 66% (3338/5050) Resolving deltas: 67% (3384/5050) Resolving deltas: 68% (3441/5050) Resolving deltas: 69% (3512/5050) Resolving deltas: 70% (3538/5050) Resolving deltas: 71% (3588/5050) Resolving deltas: 72% (3655/5050) Resolving deltas: 73% (3727/5050) Resolving deltas: 74% (3746/5050) Resolving deltas: 75% (3820/5050) Resolving deltas: 77% (3900/5050) Resolving deltas: 78% (3957/5050) Resolving deltas: 79% (4031/5050) Resolving deltas: 80% (4051/5050) Resolving deltas: 81% (4093/5050) Resolving deltas: 82% (4158/5050) Resolving deltas: 83% (4217/5050) Resolving deltas: 84% (4242/5050) Resolving deltas: 85% (4303/5050) Resolving deltas: 86% (4372/5050) Resolving deltas: 87% (4411/5050) Resolving deltas: 88% (4444/5050) Resolving deltas: 89% (4500/5050) Resolving deltas: 90% (4581/5050) Resolving deltas: 91% (4606/5050) Resolving deltas: 92% (4685/5050) Resolving deltas: 93% (4708/5050) Resolving deltas: 94% (4753/5050) Resolving deltas: 95% (4801/5050) Resolving deltas: 96% (4871/5050) Resolving deltas: 97% (4910/5050) Resolving deltas: 98% (4950/5050) Resolving deltas: 99% (5001/5050) Resolving deltas: 100% (5050/5050) Resolving deltas: 100% (5050/5050), done. 22:55:11 Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. 22:55:11 22:55:11 You are in 'detached HEAD' state. You can look around, make experimental 22:55:11 changes and commit them, and you can discard any commits you make in this 22:55:11 state without impacting any branches by performing another checkout. 22:55:11 22:55:11 If you want to create a new branch to retain commits you create, you may 22:55:11 do so (now or later) by using -b with the checkout command again. Example: 22:55:11 22:55:11 git checkout -b 22:55:11 22:55:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:55:15 14% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:55:15 14% 14% [Working] 14% Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:55:15 17% 50% 73% 73% 73% 99% 99% Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:55:15 72% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 252 kB in 0s (0 B/s) 22:55:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:55:24 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) 22:55:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] 22:55:24 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 22:55:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] 22:55:24 36% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) 22:55:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] 22:55:24 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) 22:55:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] 22:55:25 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) 22:55:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:55:25 99% 100% [Working] Fetched 8848 B in 0s (0 B/s) 22:55:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:55:26 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) 22:55:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 22:55:26 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 22:55:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] 22:55:26 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) 22:55:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] 22:55:27 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) 22:55:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:55:27 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 22:55:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:55:28 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) 22:55:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] 22:55:29 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) 22:55:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:55:30 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) 22:55:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 22:55:30 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:55:30 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) 22:55:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] 22:55:31 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) 22:55:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] 22:55:31 14% 100% [Working] Fetched 85.6 kB in 0s (0 B/s) 22:55:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 22:55:31 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) 22:55:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.14-0ubuntu0.18.04.1_amd64.deb [107 kB] 22:55:32 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 22:55:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] 22:55:32 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 22:55:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 22:55:33 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.14-0ubuntu0.18.04.1_amd64.deb [3766 kB] 22:55:34 0% 18% 100% [Working] Fetched 3766 kB in 0s (0 B/s) 22:55:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] 22:55:34 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) 22:55:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] 22:55:34 40% 100% [Working] Fetched 30.9 kB in 0s (0 B/s) 22:55:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] 22:55:35 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 22:55:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] 22:55:35 100% [Working] Fetched 5884 B in 0s (0 B/s) 22:55:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 22:55:35 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:55:35 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) 22:55:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] 22:55:36 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) 22:55:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:55:36 99% 100% [Working] Fetched 8720 B in 0s (0 B/s) 22:55:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] 22:55:36 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) 22:55:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:55:37 9% 100% [Working] Fetched 137 kB in 0s (0 B/s) 22:55:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:55:38 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) 22:55:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] 22:55:38 1% 98% 100% [Working] Fetched 663 kB in 0s (0 B/s) 22:55:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:55:39 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) 22:55:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] 22:55:39 17% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) 22:55:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:55:40 33% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) 22:55:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 22:55:40 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:55:40 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) 22:55:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:55:40 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 22:55:41 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) 22:55:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:55:41 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) 22:55:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:55:42 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) 22:55:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 22:55:42 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:55:42 34% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) 22:55:43 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 22:55:43 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:55:43 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 22:55:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.14-0ubuntu0.18.04.1_amd64.deb [941 kB] 22:55:44 1% 62% 100% [Working] Fetched 941 kB in 0s (0 B/s) 22:55:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:55:44 100% [Working] Fetched 0 B in 0s (0 B/s) 22:55:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] 22:55:45 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) 22:55:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] 22:55:45 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) 22:55:55 Pulling postgres  22:55:55 Pulling redis  22:55:56 Cloning into '/build/parts/redis/src'... 22:55:57 remote: Enumerating objects: 881, done. 22:55:57 remote: Counting objects: 0% (1/881) remote: Counting objects: 1% (9/881) remote: Counting objects: 2% (18/881) remote: Counting objects: 3% (27/881) remote: Counting objects: 4% (36/881) remote: Counting objects: 5% (45/881) remote: Counting objects: 6% (53/881) remote: Counting objects: 7% (62/881) remote: Counting objects: 8% (71/881) remote: Counting objects: 9% (80/881) remote: Counting objects: 10% (89/881) remote: Counting objects: 11% (97/881) remote: Counting objects: 12% (106/881) remote: Counting objects: 13% (115/881) remote: Counting objects: 14% (124/881) remote: Counting objects: 15% (133/881) remote: Counting objects: 16% (141/881) remote: Counting objects: 17% (150/881) remote: Counting objects: 18% (159/881) remote: Counting objects: 19% (168/881) remote: Counting objects: 20% (177/881) remote: Counting objects: 21% (186/881) remote: Counting objects: 22% (194/881) remote: Counting objects: 23% (203/881) remote: Counting objects: 24% (212/881) remote: Counting objects: 25% (221/881) remote: Counting objects: 26% (230/881) remote: Counting objects: 27% (238/881) remote: Counting objects: 28% (247/881) remote: Counting objects: 29% (256/881) remote: Counting objects: 30% (265/881) remote: Counting objects: 31% (274/881) remote: Counting objects: 32% (282/881) remote: Counting objects: 33% (291/881) remote: Counting objects: 34% (300/881) remote: Counting objects: 35% (309/881) remote: Counting objects: 36% (318/881) remote: Counting objects: 37% (326/881) remote: Counting objects: 38% (335/881) remote: Counting objects: 39% (344/881) remote: Counting objects: 40% (353/881) remote: Counting objects: 41% (362/881) remote: Counting objects: 42% (371/881) remote: Counting objects: 43% (379/881) remote: Counting objects: 44% (388/881) remote: Counting objects: 45% (397/881) remote: Counting objects: 46% (406/881) remote: Counting objects: 47% (415/881) remote: Counting objects: 48% (423/881) remote: Counting objects: 49% (432/881) remote: Counting objects: 50% (441/881) remote: Counting objects: 51% (450/881) remote: Counting objects: 52% (459/881) remote: Counting objects: 53% (467/881) remote: Counting objects: 54% (476/881) remote: Counting objects: 55% (485/881) remote: Counting objects: 56% (494/881) remote: Counting objects: 57% (503/881) remote: Counting objects: 58% (511/881) remote: Counting objects: 59% (520/881) remote: Counting objects: 60% (529/881) remote: Counting objects: 61% (538/881) remote: Counting objects: 62% (547/881) remote: Counting objects: 63% (556/881) remote: Counting objects: 64% (564/881) remote: Counting objects: 65% (573/881) remote: Counting objects: 66% (582/881) remote: Counting objects: 67% (591/881) remote: Counting objects: 68% (600/881) remote: Counting objects: 69% (608/881) remote: Counting objects: 70% (617/881) remote: Counting objects: 71% (626/881) remote: Counting objects: 72% (635/881) remote: Counting objects: 73% (644/881) remote: Counting objects: 74% (652/881) remote: Counting objects: 75% (661/881) remote: Counting objects: 76% (670/881) remote: Counting objects: 77% (679/881) remote: Counting objects: 78% (688/881) remote: Counting objects: 79% (696/881) remote: Counting objects: 80% (705/881) remote: Counting objects: 81% (714/881) remote: Counting objects: 82% (723/881) remote: Counting objects: 83% (732/881) remote: Counting objects: 84% (741/881) remote: Counting objects: 85% (749/881) remote: Counting objects: 86% (758/881) remote: Counting objects: 87% (767/881) remote: Counting objects: 88% (776/881) remote: Counting objects: 89% (785/881) remote: Counting objects: 90% (793/881) remote: Counting objects: 91% (802/881) remote: Counting objects: 92% (811/881) remote: Counting objects: 93% (820/881) remote: Counting objects: 94% (829/881) remote: Counting objects: 95% (837/881) remote: Counting objects: 96% (846/881) remote: Counting objects: 97% (855/881) remote: Counting objects: 98% (864/881) remote: Counting objects: 99% (873/881) remote: Counting objects: 100% (881/881) remote: Counting objects: 100% (881/881), done. 22:55:58 remote: Compressing objects: 0% (1/788) remote: Compressing objects: 1% (8/788) remote: Compressing objects: 2% (16/788) remote: Compressing objects: 3% (24/788) remote: Compressing objects: 4% (32/788) remote: Compressing objects: 5% (40/788) remote: Compressing objects: 6% (48/788) remote: Compressing objects: 7% (56/788) remote: Compressing objects: 8% (64/788) remote: Compressing objects: 9% (71/788) remote: Compressing objects: 10% (79/788) remote: Compressing objects: 11% (87/788) remote: Compressing objects: 12% (95/788) remote: Compressing objects: 13% (103/788) remote: Compressing objects: 14% (111/788) remote: Compressing objects: 15% (119/788) remote: Compressing objects: 16% (127/788) remote: Compressing objects: 17% (134/788) remote: Compressing objects: 18% (142/788) remote: Compressing objects: 19% (150/788) remote: Compressing objects: 20% (158/788) remote: Compressing objects: 21% (166/788) remote: Compressing objects: 22% (174/788) remote: Compressing objects: 23% (182/788) remote: Compressing objects: 24% (190/788) remote: Compressing objects: 25% (197/788) remote: Compressing objects: 26% (205/788) remote: Compressing objects: 27% (213/788) remote: Compressing objects: 28% (221/788) remote: Compressing objects: 29% (229/788) remote: Compressing objects: 30% (237/788) remote: Compressing objects: 31% (245/788) remote: Compressing objects: 32% (253/788) remote: Compressing objects: 33% (261/788) remote: Compressing objects: 34% (268/788) remote: Compressing objects: 35% (276/788) remote: Compressing objects: 36% (284/788) remote: Compressing objects: 37% (292/788) remote: Compressing objects: 38% (300/788) remote: Compressing objects: 39% (308/788) remote: Compressing objects: 40% (316/788) remote: Compressing objects: 41% (324/788) remote: Compressing objects: 42% (331/788) remote: Compressing objects: 43% (339/788) remote: Compressing objects: 44% (347/788) remote: Compressing objects: 45% (355/788) remote: Compressing objects: 46% (363/788) remote: Compressing objects: 47% (371/788) remote: Compressing objects: 48% (379/788) remote: Compressing objects: 49% (387/788) remote: Compressing objects: 50% (394/788) remote: Compressing objects: 51% (402/788) remote: Compressing objects: 52% (410/788) remote: Compressing objects: 53% (418/788) remote: Compressing objects: 54% (426/788) remote: Compressing objects: 55% (434/788) remote: Compressing objects: 56% (442/788) remote: Compressing objects: 57% (450/788) remote: Compressing objects: 58% (458/788) remote: Compressing objects: 59% (465/788) remote: Compressing objects: 60% (473/788) remote: Compressing objects: 61% (481/788) remote: Compressing objects: 62% (489/788) remote: Compressing objects: 63% (497/788) remote: Compressing objects: 64% (505/788) remote: Compressing objects: 65% (513/788) remote: Compressing objects: 66% (521/788) remote: Compressing objects: 67% (528/788) remote: Compressing objects: 68% (536/788) remote: Compressing objects: 69% (544/788) remote: Compressing objects: 70% (552/788) remote: Compressing objects: 71% (560/788) remote: Compressing objects: 72% (568/788) remote: Compressing objects: 73% (576/788) remote: Compressing objects: 74% (584/788) remote: Compressing objects: 75% (591/788) remote: Compressing objects: 76% (599/788) remote: Compressing objects: 77% (607/788) remote: Compressing objects: 78% (615/788) remote: Compressing objects: 79% (623/788) remote: Compressing objects: 80% (631/788) remote: Compressing objects: 81% (639/788) remote: Compressing objects: 82% (647/788) remote: Compressing objects: 83% (655/788) remote: Compressing objects: 84% (662/788) remote: Compressing objects: 85% (670/788) remote: Compressing objects: 86% (678/788) remote: Compressing objects: 87% (686/788) remote: Compressing objects: 88% (694/788) remote: Compressing objects: 89% (702/788) remote: Compressing objects: 90% (710/788) remote: Compressing objects: 91% (718/788) remote: Compressing objects: 92% (725/788) remote: Compressing objects: 93% (733/788) remote: Compressing objects: 94% (741/788) remote: Compressing objects: 95% (749/788) remote: Compressing objects: 96% (757/788) remote: Compressing objects: 97% (765/788) remote: Compressing objects: 98% (773/788) remote: Compressing objects: 99% (781/788) remote: Compressing objects: 100% (788/788) remote: Compressing objects: 100% (788/788), done. 22:55:58 Receiving objects: 0% (1/881) Receiving objects: 1% (9/881) Receiving objects: 2% (18/881) Receiving objects: 3% (27/881) Receiving objects: 4% (36/881) Receiving objects: 5% (45/881) Receiving objects: 6% (53/881) Receiving objects: 7% (62/881) Receiving objects: 8% (71/881) Receiving objects: 9% (80/881) Receiving objects: 10% (89/881) Receiving objects: 11% (97/881) Receiving objects: 12% (106/881) Receiving objects: 13% (115/881) Receiving objects: 14% (124/881) Receiving objects: 15% (133/881) Receiving objects: 16% (141/881) Receiving objects: 17% (150/881) Receiving objects: 18% (159/881) Receiving objects: 19% (168/881) Receiving objects: 20% (177/881) Receiving objects: 21% (186/881) Receiving objects: 22% (194/881) Receiving objects: 23% (203/881) Receiving objects: 24% (212/881) Receiving objects: 25% (221/881) Receiving objects: 26% (230/881) Receiving objects: 27% (238/881) Receiving objects: 28% (247/881) Receiving objects: 29% (256/881) Receiving objects: 30% (265/881) Receiving objects: 31% (274/881) Receiving objects: 32% (282/881) Receiving objects: 33% (291/881) Receiving objects: 34% (300/881) Receiving objects: 35% (309/881) Receiving objects: 36% (318/881) Receiving objects: 37% (326/881) Receiving objects: 38% (335/881) Receiving objects: 39% (344/881) Receiving objects: 40% (353/881) Receiving objects: 41% (362/881) Receiving objects: 42% (371/881) Receiving objects: 43% (379/881) Receiving objects: 44% (388/881) Receiving objects: 45% (397/881) Receiving objects: 46% (406/881) Receiving objects: 47% (415/881) Receiving objects: 48% (423/881) Receiving objects: 49% (432/881) Receiving objects: 50% (441/881) Receiving objects: 51% (450/881) Receiving objects: 52% (459/881) Receiving objects: 53% (467/881) Receiving objects: 54% (476/881) Receiving objects: 55% (485/881) Receiving objects: 56% (494/881) Receiving objects: 57% (503/881) Receiving objects: 58% (511/881) Receiving objects: 59% (520/881) Receiving objects: 60% (529/881) Receiving objects: 61% (538/881) Receiving objects: 62% (547/881) Receiving objects: 63% (556/881) Receiving objects: 64% (564/881) Receiving objects: 65% (573/881) Receiving objects: 66% (582/881) Receiving objects: 67% (591/881) Receiving objects: 68% (600/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 69% (608/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 70% (617/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 71% (626/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 72% (635/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 73% (644/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 74% (652/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 75% (661/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 76% (670/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 77% (679/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 78% (688/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 79% (696/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 80% (705/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 81% (714/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 82% (723/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 83% (732/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 84% (741/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 85% (749/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 86% (758/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 87% (767/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 88% (776/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 89% (785/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 90% (793/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 91% (802/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 92% (811/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 93% (820/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 94% (829/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 95% (837/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 96% (846/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 97% (855/881), 1.23 MiB | 2.45 MiB/s remote: Total 881 (delta 102), reused 570 (delta 66), pack-reused 0 22:55:58 Receiving objects: 98% (864/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 99% (873/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 100% (881/881), 1.23 MiB | 2.45 MiB/s Receiving objects: 100% (881/881), 2.40 MiB | 2.93 MiB/s, done. 22:55:58 Resolving deltas: 0% (0/102) Resolving deltas: 2% (3/102) Resolving deltas: 3% (4/102) Resolving deltas: 4% (5/102) Resolving deltas: 7% (8/102) Resolving deltas: 8% (9/102) Resolving deltas: 9% (10/102) Resolving deltas: 10% (11/102) Resolving deltas: 11% (12/102) Resolving deltas: 12% (13/102) Resolving deltas: 13% (14/102) Resolving deltas: 15% (16/102) Resolving deltas: 16% (17/102) Resolving deltas: 17% (18/102) Resolving deltas: 18% (19/102) Resolving deltas: 19% (20/102) Resolving deltas: 22% (23/102) Resolving deltas: 29% (30/102) Resolving deltas: 30% (31/102) Resolving deltas: 32% (33/102) Resolving deltas: 36% (37/102) Resolving deltas: 38% (39/102) Resolving deltas: 41% (42/102) Resolving deltas: 42% (43/102) Resolving deltas: 44% (45/102) Resolving deltas: 47% (48/102) Resolving deltas: 48% (49/102) Resolving deltas: 49% (50/102) Resolving deltas: 53% (55/102) Resolving deltas: 54% (56/102) Resolving deltas: 56% (58/102) Resolving deltas: 59% (61/102) Resolving deltas: 60% (62/102) Resolving deltas: 62% (64/102) Resolving deltas: 63% (65/102) Resolving deltas: 65% (67/102) Resolving deltas: 68% (70/102) Resolving deltas: 69% (71/102) Resolving deltas: 71% (73/102) Resolving deltas: 75% (77/102) Resolving deltas: 76% (78/102) Resolving deltas: 77% (79/102) Resolving deltas: 79% (81/102) Resolving deltas: 80% (82/102) Resolving deltas: 82% (84/102) Resolving deltas: 83% (85/102) Resolving deltas: 86% (88/102) Resolving deltas: 88% (90/102) Resolving deltas: 89% (91/102) Resolving deltas: 90% (92/102) Resolving deltas: 92% (94/102) Resolving deltas: 94% (96/102) Resolving deltas: 96% (98/102) Resolving deltas: 97% (99/102) Resolving deltas: 98% (100/102) Resolving deltas: 99% (101/102) Resolving deltas: 100% (102/102) Resolving deltas: 100% (102/102), done. 22:55:58 Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. 22:55:58 22:55:58 You are in 'detached HEAD' state. You can look around, make experimental 22:55:58 changes and commit them, and you can discard any commits you make in this 22:55:58 state without impacting any branches by performing another checkout. 22:55:58 22:55:58 If you want to create a new branch to retain commits you create, you may 22:55:58 do so (now or later) by using -b with the checkout command again. Example: 22:55:58 22:55:58 git checkout -b 22:55:58 22:56:02 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:56:02 0% [Working] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:56:02 0% 0% 69% [Working] 69% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:56:02 15% 15% 99% 99% 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 22:56:02 57% 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 163 kB in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:56:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] 22:56:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] 22:56:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:56:09 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:56:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:56:09 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:56:10 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) 22:56:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 22:56:10 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 22:56:10 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) 22:56:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] 22:56:10 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:56:11 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) 22:56:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:56:11 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:56:11 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:56:11 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:56:12 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) 22:56:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:56:12 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:56:12 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] 22:56:12 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:56:13 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) 22:56:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 22:56:13 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:56:13 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) 22:56:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] 22:56:13 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] 22:56:13 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:56:14 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:56:14 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:56:14 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:56:14 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) 22:56:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:56:15 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:56:15 100% [Working] Fetched 11.1 kB in 0s (0 B/s) 22:56:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:56:15 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:56:15 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:56:15 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:56:16 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 22:56:16 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:56:16 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:56:16 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 22:56:16 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:56:16 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 22:56:17 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) 22:56:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:56:17 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:56:17 100% [Working] Fetched 0 B in 0s (0 B/s) 22:56:20 Pulling static-packages  22:56:21 Pulling vault  22:56:22 Cloning into '/build/parts/vault/src'... 22:56:22 remote: Enumerating objects: 12795, done. 22:56:22 remote: Counting objects: 0% (1/12795) remote: Counting objects: 1% (128/12795) remote: Counting objects: 2% (256/12795) remote: Counting objects: 3% (384/12795) remote: Counting objects: 4% (512/12795) remote: Counting objects: 5% (640/12795) remote: Counting objects: 6% (768/12795) remote: Counting objects: 7% (896/12795) remote: Counting objects: 8% (1024/12795) remote: Counting objects: 9% (1152/12795) remote: Counting objects: 10% (1280/12795) remote: Counting objects: 11% (1408/12795) remote: Counting objects: 12% (1536/12795) remote: Counting objects: 13% (1664/12795) remote: Counting objects: 14% (1792/12795) remote: Counting objects: 15% (1920/12795) remote: Counting objects: 16% (2048/12795) remote: Counting objects: 17% (2176/12795) remote: Counting objects: 18% (2304/12795) remote: Counting objects: 19% (2432/12795) remote: Counting objects: 20% (2559/12795) remote: Counting objects: 21% (2687/12795) remote: Counting objects: 22% (2815/12795) remote: Counting objects: 23% (2943/12795) remote: Counting objects: 24% (3071/12795) remote: Counting objects: 25% (3199/12795) remote: Counting objects: 26% (3327/12795) remote: Counting objects: 27% (3455/12795) remote: Counting objects: 28% (3583/12795) remote: Counting objects: 29% (3711/12795) remote: Counting objects: 30% (3839/12795) remote: Counting objects: 31% (3967/12795) remote: Counting objects: 32% (4095/12795) remote: Counting objects: 33% (4223/12795) remote: Counting objects: 34% (4351/12795) remote: Counting objects: 35% (4479/12795) remote: Counting objects: 36% (4607/12795) remote: Counting objects: 37% (4735/12795) remote: Counting objects: 38% (4863/12795) remote: Counting objects: 39% (4991/12795) remote: Counting objects: 40% (5118/12795) remote: Counting objects: 41% (5246/12795) remote: Counting objects: 42% (5374/12795) remote: Counting objects: 43% (5502/12795) remote: Counting objects: 44% (5630/12795) remote: Counting objects: 45% (5758/12795) remote: Counting objects: 46% (5886/12795) remote: Counting objects: 47% (6014/12795) remote: Counting objects: 48% (6142/12795) remote: Counting objects: 49% (6270/12795) remote: Counting objects: 50% (6398/12795) remote: Counting objects: 51% (6526/12795) remote: Counting objects: 52% (6654/12795) remote: Counting objects: 53% (6782/12795) remote: Counting objects: 54% (6910/12795) remote: Counting objects: 55% (7038/12795) remote: Counting objects: 56% (7166/12795) remote: Counting objects: 57% (7294/12795) remote: Counting objects: 58% (7422/12795) remote: Counting objects: 59% (7550/12795) remote: Counting objects: 60% (7677/12795) remote: Counting objects: 61% (7805/12795) remote: Counting objects: 62% (7933/12795) remote: Counting objects: 63% (8061/12795) remote: Counting objects: 64% (8189/12795) remote: Counting objects: 65% (8317/12795) remote: Counting objects: 66% (8445/12795) remote: Counting objects: 67% (8573/12795) remote: Counting objects: 68% (8701/12795) remote: Counting objects: 69% (8829/12795) remote: Counting objects: 70% (8957/12795) remote: Counting objects: 71% (9085/12795) remote: Counting objects: 72% (9213/12795) remote: Counting objects: 73% (9341/12795) remote: Counting objects: 74% (9469/12795) remote: Counting objects: 75% (9597/12795) remote: Counting objects: 76% (9725/12795) remote: Counting objects: 77% (9853/12795) remote: Counting objects: 78% (9981/12795) remote: Counting objects: 79% (10109/12795) remote: Counting objects: 80% (10236/12795) remote: Counting objects: 81% (10364/12795) remote: Counting objects: 82% (10492/12795) remote: Counting objects: 83% (10620/12795) remote: Counting objects: 84% (10748/12795) remote: Counting objects: 85% (10876/12795) remote: Counting objects: 86% (11004/12795) remote: Counting objects: 87% (11132/12795) remote: Counting objects: 88% (11260/12795) remote: Counting objects: 89% (11388/12795) remote: Counting objects: 90% (11516/12795) remote: Counting objects: 91% (11644/12795) remote: Counting objects: 92% (11772/12795) remote: Counting objects: 93% (11900/12795) remote: Counting objects: 94% (12028/12795) remote: Counting objects: 95% (12156/12795) remote: Counting objects: 96% (12284/12795) remote: Counting objects: 97% (12412/12795) remote: Counting objects: 98% (12540/12795) remote: Counting objects: 99% (12668/12795) remote: Counting objects: 100% (12795/12795) remote: Counting objects: 100% (12795/12795), done. 22:56:24 remote: Compressing objects: 0% (1/10594) remote: Compressing objects: 1% (106/10594) remote: Compressing objects: 2% (212/10594) remote: Compressing objects: 3% (318/10594) remote: Compressing objects: 4% (424/10594) remote: Compressing objects: 5% (530/10594) remote: Compressing objects: 6% (636/10594) remote: Compressing objects: 7% (742/10594) remote: Compressing objects: 8% (848/10594) remote: Compressing objects: 9% (954/10594) remote: Compressing objects: 10% (1060/10594) remote: Compressing objects: 11% (1166/10594) remote: Compressing objects: 12% (1272/10594) remote: Compressing objects: 13% (1378/10594) remote: Compressing objects: 14% (1484/10594) remote: Compressing objects: 15% (1590/10594) remote: Compressing objects: 16% (1696/10594) remote: Compressing objects: 17% (1801/10594) remote: Compressing objects: 18% (1907/10594) remote: Compressing objects: 19% (2013/10594) remote: Compressing objects: 20% (2119/10594) remote: Compressing objects: 21% (2225/10594) remote: Compressing objects: 22% (2331/10594) remote: Compressing objects: 23% (2437/10594) remote: Compressing objects: 24% (2543/10594) remote: Compressing objects: 25% (2649/10594) remote: Compressing objects: 26% (2755/10594) remote: Compressing objects: 27% (2861/10594) remote: Compressing objects: 28% (2967/10594) remote: Compressing objects: 29% (3073/10594) remote: Compressing objects: 30% (3179/10594) remote: Compressing objects: 31% (3285/10594) remote: Compressing objects: 32% (3391/10594) remote: Compressing objects: 33% (3497/10594) remote: Compressing objects: 34% (3602/10594) remote: Compressing objects: 35% (3708/10594) remote: Compressing objects: 36% (3814/10594) remote: Compressing objects: 37% (3920/10594) remote: Compressing objects: 38% (4026/10594) remote: Compressing objects: 39% (4132/10594) remote: Compressing objects: 40% (4238/10594) remote: Compressing objects: 41% (4344/10594) remote: Compressing objects: 42% (4450/10594) remote: Compressing objects: 43% (4556/10594) remote: Compressing objects: 44% (4662/10594) remote: Compressing objects: 45% (4768/10594) remote: Compressing objects: 46% (4874/10594) remote: Compressing objects: 47% (4980/10594) remote: Compressing objects: 48% (5086/10594) remote: Compressing objects: 49% (5192/10594) remote: Compressing objects: 50% (5297/10594) remote: Compressing objects: 51% (5403/10594) remote: Compressing objects: 52% (5509/10594) remote: Compressing objects: 53% (5615/10594) remote: Compressing objects: 54% (5721/10594) remote: Compressing objects: 55% (5827/10594) remote: Compressing objects: 56% (5933/10594) remote: Compressing objects: 56% (5956/10594) remote: Compressing objects: 57% (6039/10594) remote: Compressing objects: 58% (6145/10594) remote: Compressing objects: 59% (6251/10594) remote: Compressing objects: 60% (6357/10594) remote: Compressing objects: 61% (6463/10594) remote: Compressing objects: 62% (6569/10594) remote: Compressing objects: 63% (6675/10594) remote: Compressing objects: 64% (6781/10594) remote: Compressing objects: 65% (6887/10594) remote: Compressing objects: 66% (6993/10594) remote: Compressing objects: 67% (7098/10594) remote: Compressing objects: 68% (7204/10594) remote: Compressing objects: 69% (7310/10594) remote: Compressing objects: 70% (7416/10594) remote: Compressing objects: 71% (7522/10594) remote: Compressing objects: 72% (7628/10594) remote: Compressing objects: 73% (7734/10594) remote: Compressing objects: 74% (7840/10594) remote: Compressing objects: 75% (7946/10594) remote: Compressing objects: 76% (8052/10594) remote: Compressing objects: 77% (8158/10594) remote: Compressing objects: 78% (8264/10594) remote: Compressing objects: 79% (8370/10594) remote: Compressing objects: 80% (8476/10594) remote: Compressing objects: 81% (8582/10594) remote: Compressing objects: 82% (8688/10594) remote: Compressing objects: 83% (8794/10594) remote: Compressing objects: 84% (8899/10594) remote: Compressing objects: 85% (9005/10594) remote: Compressing objects: 86% (9111/10594) remote: Compressing objects: 87% (9217/10594) remote: Compressing objects: 88% (9323/10594) remote: Compressing objects: 89% (9429/10594) remote: Compressing objects: 90% (9535/10594) remote: Compressing objects: 91% (9641/10594) remote: Compressing objects: 92% (9747/10594) remote: Compressing objects: 93% (9853/10594) remote: Compressing objects: 94% (9959/10594) remote: Compressing objects: 95% (10065/10594) remote: Compressing objects: 96% (10171/10594) remote: Compressing objects: 97% (10277/10594) remote: Compressing objects: 98% (10383/10594) remote: Compressing objects: 99% (10489/10594) remote: Compressing objects: 100% (10594/10594) remote: Compressing objects: 100% (10594/10594), done. 22:56:26 Receiving objects: 0% (1/12795) Receiving objects: 1% (128/12795) Receiving objects: 2% (256/12795) Receiving objects: 3% (384/12795) Receiving objects: 4% (512/12795) Receiving objects: 5% (640/12795) Receiving objects: 6% (768/12795) Receiving objects: 7% (896/12795) Receiving objects: 8% (1024/12795) Receiving objects: 9% (1152/12795) Receiving objects: 10% (1280/12795) Receiving objects: 11% (1408/12795) Receiving objects: 12% (1536/12795) Receiving objects: 13% (1664/12795) Receiving objects: 14% (1792/12795) Receiving objects: 15% (1920/12795) Receiving objects: 16% (2048/12795) Receiving objects: 17% (2176/12795) Receiving objects: 18% (2304/12795) Receiving objects: 19% (2432/12795) Receiving objects: 20% (2559/12795) Receiving objects: 21% (2687/12795) Receiving objects: 22% (2815/12795) Receiving objects: 23% (2943/12795) Receiving objects: 24% (3071/12795) Receiving objects: 25% (3199/12795) Receiving objects: 26% (3327/12795) Receiving objects: 27% (3455/12795) Receiving objects: 28% (3583/12795) Receiving objects: 29% (3711/12795) Receiving objects: 30% (3839/12795) Receiving objects: 31% (3967/12795) Receiving objects: 32% (4095/12795) Receiving objects: 33% (4223/12795) Receiving objects: 34% (4351/12795) Receiving objects: 35% (4479/12795) Receiving objects: 36% (4607/12795) Receiving objects: 37% (4735/12795) Receiving objects: 38% (4863/12795) Receiving objects: 39% (4991/12795) Receiving objects: 40% (5118/12795) Receiving objects: 41% (5246/12795) Receiving objects: 42% (5374/12795) Receiving objects: 43% (5502/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 44% (5630/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 45% (5758/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 46% (5886/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 47% (6014/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 48% (6142/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 49% (6270/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 50% (6398/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 51% (6526/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 52% (6654/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 53% (6782/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 54% (6910/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 55% (7038/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 56% (7166/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 57% (7294/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 58% (7422/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 59% (7550/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 60% (7677/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 61% (7805/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 62% (7933/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 63% (8061/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 64% (8189/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 65% (8317/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 66% (8445/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 67% (8573/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 68% (8701/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 69% (8829/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 70% (8957/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 71% (9085/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 72% (9213/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 73% (9341/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 74% (9469/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 75% (9597/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 76% (9725/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 77% (9853/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 78% (9981/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 79% (10109/12795), 6.01 MiB | 12.01 MiB/s Receiving objects: 79% (10222/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 80% (10236/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 81% (10364/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 82% (10492/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 83% (10620/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 84% (10748/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 85% (10876/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 86% (11004/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 87% (11132/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 88% (11260/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 89% (11388/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 90% (11516/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 91% (11644/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 92% (11772/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 93% (11900/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 94% (12028/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 95% (12156/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 96% (12284/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 97% (12412/12795), 13.49 MiB | 13.48 MiB/s Receiving objects: 98% (12540/12795), 19.39 MiB | 12.92 MiB/s Receiving objects: 99% (12668/12795), 19.39 MiB | 12.92 MiB/s Receiving objects: 99% (12755/12795), 31.38 MiB | 15.69 MiB/s remote: Total 12795 (delta 1910), reused 8480 (delta 1333), pack-reused 0 22:56:26 Receiving objects: 100% (12795/12795), 31.38 MiB | 15.69 MiB/s Receiving objects: 100% (12795/12795), 34.12 MiB | 16.08 MiB/s, done. 22:56:26 Resolving deltas: 0% (0/1910) Resolving deltas: 1% (20/1910) Resolving deltas: 2% (39/1910) Resolving deltas: 3% (64/1910) Resolving deltas: 4% (77/1910) Resolving deltas: 5% (99/1910) Resolving deltas: 6% (116/1910) Resolving deltas: 7% (134/1910) Resolving deltas: 8% (154/1910) Resolving deltas: 9% (172/1910) Resolving deltas: 10% (192/1910) Resolving deltas: 11% (214/1910) Resolving deltas: 12% (230/1910) Resolving deltas: 13% (249/1910) Resolving deltas: 14% (270/1910) Resolving deltas: 15% (287/1910) Resolving deltas: 16% (309/1910) Resolving deltas: 17% (326/1910) Resolving deltas: 18% (345/1910) Resolving deltas: 19% (363/1910) Resolving deltas: 20% (382/1910) Resolving deltas: 21% (404/1910) Resolving deltas: 22% (435/1910) Resolving deltas: 23% (440/1910) Resolving deltas: 24% (459/1910) Resolving deltas: 25% (482/1910) Resolving deltas: 26% (497/1910) Resolving deltas: 27% (516/1910) Resolving deltas: 28% (542/1910) Resolving deltas: 29% (556/1910) Resolving deltas: 30% (574/1910) Resolving deltas: 31% (594/1910) Resolving deltas: 32% (618/1910) Resolving deltas: 33% (635/1910) Resolving deltas: 34% (657/1910) Resolving deltas: 35% (680/1910) Resolving deltas: 36% (688/1910) Resolving deltas: 37% (710/1910) Resolving deltas: 38% (728/1910) Resolving deltas: 39% (757/1910) Resolving deltas: 40% (767/1910) Resolving deltas: 41% (790/1910) Resolving deltas: 42% (804/1910) Resolving deltas: 43% (825/1910) Resolving deltas: 44% (841/1910) Resolving deltas: 45% (862/1910) Resolving deltas: 46% (879/1910) Resolving deltas: 47% (898/1910) Resolving deltas: 48% (918/1910) Resolving deltas: 49% (936/1910) Resolving deltas: 50% (955/1910) Resolving deltas: 51% (975/1910) Resolving deltas: 52% (994/1910) Resolving deltas: 53% (1013/1910) Resolving deltas: 54% (1032/1910) Resolving deltas: 55% (1051/1910) Resolving deltas: 56% (1071/1910) Resolving deltas: 57% (1090/1910) Resolving deltas: 58% (1108/1910) Resolving deltas: 59% (1129/1910) Resolving deltas: 60% (1146/1910) Resolving deltas: 61% (1176/1910) Resolving deltas: 62% (1185/1910) Resolving deltas: 63% (1205/1910) Resolving deltas: 64% (1224/1910) Resolving deltas: 65% (1252/1910) Resolving deltas: 67% (1281/1910) Resolving deltas: 68% (1309/1910) Resolving deltas: 69% (1333/1910) Resolving deltas: 70% (1352/1910) Resolving deltas: 71% (1358/1910) Resolving deltas: 72% (1385/1910) Resolving deltas: 73% (1400/1910) Resolving deltas: 74% (1414/1910) Resolving deltas: 75% (1438/1910) Resolving deltas: 76% (1453/1910) Resolving deltas: 77% (1473/1910) Resolving deltas: 78% (1490/1910) Resolving deltas: 79% (1517/1910) Resolving deltas: 80% (1528/1910) Resolving deltas: 81% (1548/1910) Resolving deltas: 82% (1570/1910) Resolving deltas: 83% (1586/1910) Resolving deltas: 84% (1605/1910) Resolving deltas: 85% (1624/1910) Resolving deltas: 86% (1643/1910) Resolving deltas: 87% (1662/1910) Resolving deltas: 88% (1681/1910) Resolving deltas: 89% (1701/1910) Resolving deltas: 90% (1719/1910) Resolving deltas: 91% (1740/1910) Resolving deltas: 92% (1759/1910) Resolving deltas: 93% (1777/1910) Resolving deltas: 94% (1796/1910) Resolving deltas: 95% (1815/1910) Resolving deltas: 96% (1834/1910) Resolving deltas: 97% (1853/1910) Resolving deltas: 98% (1872/1910) Resolving deltas: 99% (1891/1910) Resolving deltas: 100% (1910/1910) Resolving deltas: 100% (1910/1910), done. 22:56:26 Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. 22:56:26 22:56:26 You are in 'detached HEAD' state. You can look around, make experimental 22:56:26 changes and commit them, and you can discard any commits you make in this 22:56:26 state without impacting any branches by performing another checkout. 22:56:26 22:56:26 If you want to create a new branch to retain commits you create, you may 22:56:26 do so (now or later) by using -b with the checkout command again. Example: 22:56:26 22:56:26 git checkout -b 22:56:26 22:56:29 Checking out files: 49% (5584/11257) Checking out files: 50% (5629/11257) Checking out files: 51% (5742/11257) Checking out files: 52% (5854/11257) Checking out files: 53% (5967/11257) Checking out files: 54% (6079/11257) Checking out files: 55% (6192/11257) Checking out files: 56% (6304/11257) Checking out files: 57% (6417/11257) Checking out files: 58% (6530/11257) Checking out files: 59% (6642/11257) Checking out files: 60% (6755/11257) Checking out files: 61% (6867/11257) Checking out files: 62% (6980/11257) Checking out files: 63% (7092/11257) Checking out files: 64% (7205/11257) Checking out files: 65% (7318/11257) Checking out files: 66% (7430/11257) Checking out files: 67% (7543/11257) Checking out files: 68% (7655/11257) Checking out files: 69% (7768/11257) Checking out files: 70% (7880/11257) Checking out files: 71% (7993/11257) Checking out files: 72% (8106/11257) Checking out files: 73% (8218/11257) Checking out files: 74% (8331/11257) Checking out files: 75% (8443/11257) Checking out files: 76% (8556/11257) Checking out files: 77% (8668/11257) Checking out files: 78% (8781/11257) Checking out files: 79% (8894/11257) Checking out files: 80% (9006/11257) Checking out files: 81% (9119/11257) Checking out files: 82% (9231/11257) Checking out files: 83% (9344/11257) Checking out files: 84% (9456/11257) Checking out files: 85% (9569/11257) Checking out files: 86% (9682/11257) Checking out files: 87% (9794/11257) Checking out files: 87% (9845/11257) Checking out files: 88% (9907/11257) Checking out files: 89% (10019/11257) Checking out files: 90% (10132/11257) Checking out files: 91% (10244/11257) Checking out files: 92% (10357/11257) Checking out files: 93% (10470/11257) Checking out files: 94% (10582/11257) Checking out files: 95% (10695/11257) Checking out files: 96% (10807/11257) Checking out files: 97% (10920/11257) Checking out files: 98% (11032/11257) Checking out files: 99% (11145/11257) Checking out files: 100% (11257/11257) Checking out files: 100% (11257/11257), done. 22:56:29 Pulling version  22:56:31 Skipping build go-build-helper (already ran) 22:56:31 Skipping build lua-kong-nginx-module (already ran) 22:56:31 Skipping build openresty-kong-patches (already ran) 22:56:31 Skipping build snapcraft-preload (already ran) 22:56:31 Skipping build openresty (already ran) 22:56:31 Skipping build lua (already ran) 22:56:31 Skipping build luarocks (already ran) 22:56:31 Skipping build kong (already ran) 22:56:31 Skipping build go115 (already ran) 22:56:31 Building app-service-config  22:56:31 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:56:32 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.45 22:56:32 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.26 22:56:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 22:56:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.100 22:56:32 go: downloading github.com/google/uuid v1.1.2 22:56:33 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 22:56:33 go: downloading github.com/gorilla/mux v1.8.0 22:56:33 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 22:56:33 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:56:33 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 22:56:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:56:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:56:33 go: downloading github.com/BurntSushi/toml v0.3.1 22:56:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:56:33 go: downloading github.com/hashicorp/consul/api v1.1.0 22:56:33 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:56:33 go: downloading github.com/go-kit/kit v0.8.0 22:56:33 go: downloading github.com/pelletier/go-toml v1.2.0 22:56:33 go: downloading github.com/pebbe/zmq4 v1.0.0 22:56:33 go: downloading github.com/mitchellh/copystructure v1.0.0 22:56:33 go: downloading github.com/x448/float16 v0.8.4 22:56:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:56:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:56:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:56:33 go: downloading github.com/hashicorp/serf v0.8.2 22:56:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:56:33 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:56:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:56:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:56:33 go: downloading go.mongodb.org/mongo-driver v1.1.1 22:56:33 go: downloading github.com/go-playground/universal-translator v0.17.0 22:56:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:56:33 go: downloading github.com/leodido/go-urn v1.2.0 22:56:33 go: downloading github.com/go-playground/locales v0.13.0 22:56:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:56:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:56:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:56:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:56:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:56:33 go: downloading github.com/go-stack/stack v1.8.0 22:56:33 go: downloading github.com/xdg/stringprep v1.0.0 22:56:33 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:56:33 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:56:33 go: downloading github.com/golang/snappy v0.0.1 22:56:34 go: downloading golang.org/x/text v0.3.2 22:56:34 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:56:51 Building config-common  22:56:56 Building consul  22:57:06 go: downloading github.com/kardianos/govendor v1.0.9 22:57:06 go: github.com/kardianos/govendor upgrade => v1.0.9 22:57:06 go: downloading github.com/pkg/errors v0.8.1 22:57:06 go: finding module for package github.com/google/shlex 22:57:06 go: downloading gopkg.in/yaml.v2 v2.2.8 22:57:06 go: finding module for package github.com/dchest/safefile 22:57:06 go: finding module for package github.com/Bowery/prompt 22:57:06 go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 22:57:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 22:57:06 go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 22:57:06 go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 22:57:06 go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 22:57:06 go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 22:57:06 go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 22:57:06 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:57:07 go: golang.org/x/sys upgrade => v0.0.0-20201026173827-119d4633e4d1 22:57:07 go: golang.org/x/tools upgrade => v0.0.0-20201026223136-e84cfc6dd5ca 22:57:07 go: gopkg.in/yaml.v2 upgrade => v2.3.0 22:57:07 go: github.com/pkg/errors upgrade => v0.9.1 22:57:07 go: downloading gopkg.in/yaml.v2 v2.3.0 22:57:07 go: downloading golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1 22:57:07 go: downloading golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 22:57:07 go: downloading github.com/pkg/errors v0.9.1 22:57:19 go: downloading github.com/mitchellh/cli v1.1.0 22:57:19 go: downloading github.com/mitchellh/copystructure v1.0.0 22:57:19 go: downloading github.com/kr/text v0.1.0 22:57:19 go: downloading github.com/armon/go-metrics v0.3.4 22:57:19 go: downloading github.com/mitchellh/reflectwalk v1.0.1 22:57:19 go: downloading github.com/mitchellh/go-testing-interface v1.14.0 22:57:19 go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 22:57:19 go: downloading github.com/armon/go-radix v1.0.0 22:57:19 go: downloading github.com/hashicorp/raft v1.1.2 22:57:19 go: downloading github.com/ryanuber/columnize v2.1.0+incompatible 22:57:19 go: downloading github.com/hashicorp/go-bexpr v0.1.2 22:57:19 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 22:57:19 go: downloading github.com/hashicorp/go-uuid v1.0.2 22:57:19 go: downloading github.com/hashicorp/serf v0.9.4 22:57:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:57:19 go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 22:57:19 go: downloading github.com/hashicorp/memberlist v0.2.2 22:57:19 go: downloading github.com/miekg/dns v1.1.26 22:57:19 go: downloading github.com/hashicorp/golang-lru v0.5.4 22:57:19 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 22:57:19 go: downloading github.com/stretchr/testify v1.5.1 22:57:19 go: downloading github.com/mitchellh/mapstructure v1.3.3 22:57:19 go: downloading github.com/fatih/color v1.9.0 22:57:19 go: downloading github.com/hashicorp/go-msgpack v0.5.5 22:57:19 go: downloading github.com/hashicorp/go-multierror v1.1.0 22:57:19 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:57:19 go: downloading github.com/google/btree v1.0.0 22:57:19 go: downloading github.com/mattn/go-isatty v0.0.12 22:57:20 go: downloading github.com/mattn/go-colorable v0.1.6 22:57:20 go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 22:57:20 go: downloading google.golang.org/grpc v1.25.1 22:57:20 go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 22:57:20 go: downloading github.com/hashicorp/hcl v1.0.0 22:57:20 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 22:57:20 go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 22:57:20 go: downloading github.com/hashicorp/go-connlimit v0.2.0 22:57:20 go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 22:57:20 go: downloading github.com/hashicorp/go-raftchunking v0.6.1 22:57:20 go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 22:57:20 go: downloading github.com/prometheus/client_golang v1.4.0 22:57:20 go: downloading github.com/coredns/coredns v1.1.2 22:57:20 go: downloading github.com/imdario/mergo v0.3.6 22:57:20 go: downloading github.com/hashicorp/go-version v1.2.0 22:57:20 go: downloading github.com/NYTimes/gziphandler v1.0.1 22:57:20 go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 22:57:20 go: downloading github.com/posener/complete v1.2.3 22:57:20 go: downloading k8s.io/client-go v0.16.9 22:57:20 go: downloading github.com/prometheus/common v0.9.1 22:57:20 go: downloading github.com/envoyproxy/go-control-plane v0.9.5 22:57:20 go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 22:57:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:57:20 go: downloading github.com/golang/protobuf v1.3.2 22:57:20 go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 22:57:20 go: downloading github.com/hashicorp/go-syslog v1.0.0 22:57:20 go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 22:57:20 go: downloading github.com/prometheus/procfs v0.0.8 22:57:20 go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 22:57:20 go: downloading github.com/hashicorp/errwrap v1.0.0 22:57:20 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:57:20 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:57:20 go: downloading k8s.io/apimachinery v0.16.9 22:57:20 go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 22:57:20 go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 22:57:20 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:57:20 go: downloading github.com/beorn7/perks v1.0.1 22:57:21 go: downloading github.com/aws/aws-sdk-go v1.25.41 22:57:21 go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 22:57:21 go: downloading k8s.io/api v0.16.9 22:57:21 go: downloading github.com/pmezard/go-difflib v1.0.0 22:57:21 go: downloading github.com/hashicorp/go-memdb v1.0.3 22:57:21 go: downloading github.com/davecgh/go-spew v1.1.1 22:57:22 go: downloading github.com/Azure/go-autorest/autorest v0.10.0 22:57:22 go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 22:57:22 go: downloading github.com/google/gofuzz v1.0.0 22:57:22 go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:57:22 go: downloading github.com/cespare/xxhash v1.1.0 22:57:22 go: downloading github.com/gophercloud/gophercloud v0.1.0 22:57:22 go: downloading github.com/bgentry/speakeasy v0.1.0 22:57:22 go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 22:57:22 go: downloading k8s.io/klog v1.0.0 22:57:22 go: downloading github.com/cespare/xxhash/v2 v2.1.1 22:57:22 go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 22:57:22 go: downloading golang.org/x/text v0.3.3 22:57:22 go: downloading github.com/circonus-labs/circonusllhist v0.1.3 22:57:22 go: downloading github.com/modern-go/reflect2 v1.0.1 22:57:22 go: downloading github.com/stretchr/objx v0.1.1 22:57:22 go: downloading sigs.k8s.io/yaml v1.1.0 22:57:22 go: downloading github.com/hashicorp/vault/api v1.0.4 22:57:22 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 22:57:22 go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible 22:57:22 go: downloading github.com/hashicorp/vault/sdk v0.1.13 22:57:22 go: downloading github.com/docker/go-connections v0.3.0 22:57:22 go: downloading github.com/mitchellh/pointerstructure v1.0.0 22:57:22 go: downloading gopkg.in/inf.v0 v0.9.1 22:57:22 go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 22:57:22 go: downloading github.com/json-iterator/go v1.1.9 22:57:23 go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 22:57:23 go: downloading github.com/prometheus/client_model v0.2.0 22:57:23 go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 22:57:23 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:57:23 go: downloading github.com/Azure/go-autorest/tracing v0.5.0 22:57:23 go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 22:57:23 go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 22:57:23 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 22:57:23 go: downloading github.com/spf13/pflag v1.0.5 22:57:23 go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 22:57:23 go: downloading github.com/vmware/govmomi v0.18.0 22:57:23 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 22:57:23 go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 22:57:23 go: downloading github.com/coreos/go-oidc v2.1.0+incompatible 22:57:23 go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f 22:57:23 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 22:57:23 go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 22:57:23 go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible 22:57:23 go: downloading github.com/Azure/go-autorest/logger v0.1.0 22:57:23 go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 22:57:23 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 22:57:23 go: downloading github.com/linode/linodego v0.7.1 22:57:24 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 22:57:24 go: downloading github.com/rboyer/safeio v0.2.1 22:57:24 go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 22:57:24 go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 22:57:24 go: downloading github.com/pierrec/lz4 v2.0.5+incompatible 22:57:24 go: downloading google.golang.org/api v0.7.0 22:57:25 go: downloading github.com/dimchansky/utfbom v1.1.0 22:57:25 go: downloading gopkg.in/resty.v1 v1.12.0 22:57:25 go: downloading github.com/digitalocean/godo v1.10.0 22:57:25 go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 22:57:25 go: downloading github.com/ryanuber/go-glob v1.0.0 22:57:25 go: downloading github.com/golang/snappy v0.0.1 22:57:25 go: downloading github.com/googleapis/gnostic v0.2.0 22:57:25 go: downloading cloud.google.com/go v0.38.0 22:57:25 go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 22:57:25 go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 22:57:25 go: downloading github.com/google/go-querystring v1.0.0 22:57:25 go: downloading github.com/hashicorp/mdns v1.0.1 22:57:25 go: downloading github.com/boltdb/bolt v1.3.1 22:57:27 go: downloading github.com/sirupsen/logrus v1.4.2 22:57:29 go: downloading go.opencensus.io v0.22.0 22:57:35 go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 22:57:35 go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 22:58:43 go: creating new go.mod: module consul-tools 22:58:43 cd .gotools && go get -v github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master github.com/hashicorp/go-bindata/go-bindata@master golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/stringer github.com/gogo/protobuf/protoc-gen-gofast@v1.2.2-0.20190723190241-65acae22fc9d github.com/hashicorp/protoc-gen-go-binary github.com/vektra/mockery/cmd/mockery github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.6 22:58:43 go: downloading github.com/golangci/golangci-lint v1.23.6 22:58:43 go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 22:58:43 go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 22:58:43 go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 22:58:43 go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 22:58:43 go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 22:58:43 go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 22:58:43 go: downloading github.com/vektra/mockery v1.1.2 22:58:43 go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb 22:58:43 go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 22:58:43 go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 22:58:43 go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 22:58:43 go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb 22:58:43 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 22:58:43 go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 22:58:43 go: downloading github.com/fatih/color v1.7.0 22:58:43 go: downloading github.com/stretchr/testify v1.4.0 22:58:43 go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f 22:58:43 go: downloading github.com/spf13/cobra v0.0.5 22:58:43 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 22:58:43 go: downloading github.com/go-lintpack/lintpack v0.5.2 22:58:43 go: downloading github.com/spf13/viper v1.6.1 22:58:43 go: downloading github.com/mattn/go-colorable v0.1.4 22:58:43 go: downloading github.com/go-critic/go-critic v0.4.1 22:58:43 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 22:58:43 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 22:58:43 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 22:58:43 go: downloading github.com/spf13/jwalterweatherman v1.0.0 22:58:43 go: downloading github.com/mattn/go-isatty v0.0.8 22:58:43 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 22:58:43 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 22:58:43 go: downloading golang.org/x/mod v0.3.0 22:58:43 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 22:58:43 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 22:58:43 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 22:58:43 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b 22:58:43 go: downloading github.com/ultraware/whitespace v0.0.4 22:58:43 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 22:58:43 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 22:58:43 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d 22:58:43 go: downloading github.com/ghodss/yaml v1.0.0 22:58:43 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 22:58:43 go: downloading github.com/subosito/gotenv v1.2.0 22:58:43 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a 22:58:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:58:43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca 22:58:43 go: downloading github.com/stretchr/objx v0.2.0 22:58:43 go: downloading github.com/inconshreveable/mousetrap v1.0.0 22:58:43 go: downloading github.com/go-toolsmith/strparse v1.0.0 22:58:43 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f 22:58:43 go: downloading github.com/go-toolsmith/astcopy v1.0.0 22:58:43 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 22:58:43 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e 22:58:43 go: downloading github.com/go-toolsmith/astfmt v1.0.0 22:58:43 go: downloading github.com/kisielk/gotool v1.0.0 22:58:43 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb 22:58:43 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 22:58:43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a 22:58:43 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed 22:58:43 go: downloading github.com/go-toolsmith/astequal v1.0.0 22:58:43 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 22:58:43 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 22:58:43 go: downloading github.com/go-toolsmith/astcast v1.0.0 22:58:43 go: downloading github.com/go-toolsmith/typep v1.0.0 22:58:43 go: downloading gopkg.in/yaml.v2 v2.2.7 22:58:43 go: downloading gopkg.in/ini.v1 v1.51.0 22:58:43 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 22:58:43 go: downloading github.com/ultraware/funlen v0.0.2 22:58:43 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 22:58:43 go: downloading github.com/spf13/afero v1.1.2 22:58:43 go: downloading github.com/spf13/cast v1.3.0 22:58:43 go: downloading github.com/magiconair/properties v1.8.1 22:58:43 go: downloading github.com/pelletier/go-toml v1.2.0 22:58:43 go: downloading github.com/uudashr/gocognit v1.0.1 22:58:43 go: downloading github.com/fsnotify/fsnotify v1.4.7 22:58:43 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b 22:58:43 go: downloading github.com/sourcegraph/go-diff v0.5.1 22:58:43 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc 22:58:43 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a 22:58:43 go: downloading github.com/go-toolsmith/astp v1.0.0 22:58:43 go: downloading github.com/gobwas/glob v0.2.3 22:58:43 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 22:58:43 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee 22:58:43 go: downloading github.com/BurntSushi/toml v0.3.1 22:58:43 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 22:58:43 golang.org/x/mod/semver 22:58:43 golang.org/x/xerrors/internal 22:58:43 golang.org/x/sys/internal/unsafeheader 22:58:43 github.com/golangci/golangci-lint/pkg/exitcodes 22:58:43 github.com/gobwas/glob/util/runes 22:58:43 github.com/nbutton23/zxcvbn-go/match 22:58:43 github.com/nbutton23/zxcvbn-go/utils/math 22:58:43 honnef.co/go/tools/arg 22:58:43 honnef.co/go/tools/deprecated 22:58:43 github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs 22:58:43 golang.org/x/sys/unix 22:58:43 github.com/hashicorp/go-bindata 22:58:43 golang.org/x/tools/cover 22:58:43 golang.org/x/tools/internal/event/label 22:58:43 golang.org/x/xerrors 22:58:43 github.com/gogo/protobuf/vanity 22:58:43 golang.org/x/tools/go/internal/gcimporter 22:58:43 golang.org/x/tools/internal/event/keys 22:58:43 golang.org/x/tools/internal/typesinternal 22:58:43 golang.org/x/tools/cmd/cover 22:58:43 github.com/hashicorp/go-bindata/go-bindata 22:58:43 github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap 22:58:43 golang.org/x/tools/internal/event/core 22:58:43 github.com/gogo/protobuf/protoc-gen-gogo/plugin 22:58:43 github.com/golang/glog 22:58:43 golang.org/x/tools/internal/event 22:58:44 github.com/gogo/protobuf/protoc-gen-gogo/generator 22:58:44 golang.org/x/tools/internal/gocommand 22:58:44 gopkg.in/yaml.v2 22:58:44 github.com/golang/protobuf/protoc-gen-go/plugin 22:58:44 github.com/golang/protobuf/protoc-gen-go/generator/internal/remap 22:58:44 golang.org/x/tools/go/internal/packagesdriver 22:58:44 golang.org/x/tools/internal/packagesinternal 22:58:44 github.com/grpc-ecosystem/grpc-gateway/utilities 22:58:44 google.golang.org/genproto/googleapis/api/annotations 22:58:44 github.com/grpc-ecosystem/grpc-gateway/codegenerator 22:58:44 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule 22:58:44 github.com/golang/protobuf/protoc-gen-go/generator 22:58:44 golang.org/x/mod/module 22:58:44 golang.org/x/tools/go/ast/astutil 22:58:44 golang.org/x/tools/go/gcexportdata 22:58:44 golang.org/x/tools/internal/fastwalk 22:58:44 golang.org/x/tools/go/packages 22:58:44 github.com/mattn/go-isatty 22:58:44 github.com/gofrs/flock 22:58:44 github.com/mattn/go-colorable 22:58:44 golang.org/x/tools/internal/gopathwalk 22:58:44 github.com/golangci/golangci-lint/internal/robustio 22:58:44 github.com/fatih/color 22:58:44 github.com/golangci/golangci-lint/internal/renameio 22:58:44 github.com/pkg/errors 22:58:44 golang.org/x/tools/internal/imports 22:58:44 github.com/sirupsen/logrus 22:58:45 github.com/stretchr/objx 22:58:45 github.com/golangci/golangci-lint/internal/cache 22:58:45 github.com/gogo/protobuf/plugin/testgen 22:58:45 github.com/gogo/protobuf/plugin/defaultcheck 22:58:45 golang.org/x/tools/cmd/stringer 22:58:45 github.com/gogo/protobuf/plugin/embedcheck 22:58:45 github.com/gogo/protobuf/plugin/enumstringer 22:58:45 github.com/gogo/protobuf/plugin/marshalto 22:58:45 github.com/gogo/protobuf/plugin/oneofcheck 22:58:45 github.com/gogo/protobuf/plugin/populate 22:58:45 github.com/gogo/protobuf/plugin/unmarshal 22:58:45 github.com/gogo/protobuf/protoc-gen-gogo/grpc 22:58:45 github.com/ghodss/yaml 22:58:45 github.com/gogo/protobuf/plugin/compare 22:58:45 github.com/gogo/protobuf/plugin/description 22:58:45 github.com/gogo/protobuf/plugin/equal 22:58:45 github.com/gogo/protobuf/plugin/face 22:58:46 github.com/gogo/protobuf/plugin/gostring 22:58:46 github.com/gogo/protobuf/plugin/size 22:58:46 github.com/gogo/protobuf/plugin/stringer 22:58:46 github.com/gogo/protobuf/plugin/union 22:58:46 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor 22:58:46 golang.org/x/tools/imports 22:58:46 github.com/vektra/mockery/mockery 22:58:46 github.com/stretchr/testify/assert 22:58:46 github.com/go-toolsmith/astequal 22:58:46 github.com/go-toolsmith/astp 22:58:47 github.com/go-toolsmith/typep 22:58:47 github.com/go-toolsmith/astfmt 22:58:47 github.com/go-toolsmith/astcast 22:58:47 github.com/go-toolsmith/astcopy 22:58:47 github.com/vektra/mockery/cmd/mockery 22:58:47 github.com/go-critic/go-critic/checkers/internal/lintutil 22:58:47 github.com/gogo/protobuf/vanity/command 22:58:47 github.com/hashicorp/protoc-gen-go-binary/gen 22:58:47 github.com/go-toolsmith/strparse 22:58:47 github.com/go-lintpack/lintpack 22:58:47 github.com/fsnotify/fsnotify 22:58:47 github.com/go-lintpack/lintpack/astwalk 22:58:47 github.com/magiconair/properties 22:58:47 github.com/hashicorp/protoc-gen-go-binary 22:58:47 github.com/gogo/protobuf/protoc-gen-gofast 22:58:47 github.com/mitchellh/mapstructure 22:58:47 github.com/pelletier/go-toml 22:58:47 github.com/stretchr/testify/mock 22:58:47 github.com/go-critic/go-critic/checkers 22:58:47 github.com/spf13/afero/mem 22:58:47 github.com/golangci/golangci-lint/pkg/logutils 22:58:47 github.com/spf13/cast 22:58:47 github.com/spf13/afero 22:58:48 github.com/golangci/golangci-lint/pkg/timeutils 22:58:48 github.com/golangci/golangci-lint/pkg/fsutils 22:58:48 github.com/spf13/jwalterweatherman 22:58:48 github.com/golangci/golangci-lint/internal/pkgcache 22:58:48 github.com/subosito/gotenv 22:58:48 gopkg.in/ini.v1 22:58:48 github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load 22:58:48 github.com/golangci/golangci-lint/pkg/goutil 22:58:48 github.com/golangci/golangci-lint/internal/errorutil 22:58:48 github.com/golangci/golangci-lint/pkg/result 22:58:48 github.com/gobwas/glob/syntax/lexer 22:58:48 github.com/gobwas/glob/util/strings 22:58:48 golang.org/x/tools/go/buildutil 22:58:48 golang.org/x/tools/go/internal/cgo 22:58:48 github.com/bombsimon/wsl/v2 22:58:48 github.com/gobwas/glob/match 22:58:48 github.com/golangci/dupl/suffixtree 22:58:48 github.com/gobwas/glob/syntax/ast 22:58:48 github.com/spf13/viper 22:58:48 github.com/golangci/goconst 22:58:48 github.com/golangci/gocyclo/pkg/gocyclo 22:58:48 golang.org/x/tools/go/loader 22:58:48 github.com/gobwas/glob/syntax 22:58:48 github.com/golangci/dupl/syntax 22:58:48 github.com/golangci/gofmt/gofmt 22:58:48 github.com/golangci/gofmt/goimports 22:58:48 github.com/golangci/golangci-lint/pkg/packages 22:58:48 github.com/golangci/dupl/syntax/golang 22:58:48 github.com/golangci/dupl/printer 22:58:48 golang.org/x/tools/internal/lsp/fuzzy 22:58:49 golang.org/x/tools/go/types/objectpath 22:58:49 github.com/golangci/ineffassign 22:58:49 github.com/gobwas/glob/compiler 22:58:49 github.com/golangci/lint-1 22:58:49 github.com/golangci/check/cmd/structcheck 22:58:49 github.com/golangci/check/cmd/varcheck 22:58:49 github.com/gobwas/glob 22:58:49 github.com/golangci/golangci-lint/pkg/config 22:58:49 github.com/golangci/errcheck/internal/errcheck 22:58:49 github.com/golangci/dupl/job 22:58:49 github.com/golangci/go-misc/deadcode 22:58:49 github.com/OpenPeeDeeP/depguard 22:58:49 golang.org/x/tools/internal/analysisinternal 22:58:49 github.com/golangci/dupl 22:58:49 github.com/golangci/maligned 22:58:49 github.com/golangci/misspell 22:58:49 github.com/golangci/golangci-lint/pkg/lint/linter 22:58:49 github.com/golangci/prealloc 22:58:49 github.com/kisielk/gotool/internal/load 22:58:49 github.com/golangci/errcheck/golangci 22:58:49 golang.org/x/text/width 22:58:49 golang.org/x/tools/go/types/typeutil 22:58:49 golang.org/x/tools/go/analysis 22:58:49 golang.org/x/tools/go/ast/inspector 22:58:49 github.com/kisielk/gotool 22:58:49 github.com/matoous/godox 22:58:49 github.com/securego/gosec 22:58:49 github.com/nbutton23/zxcvbn-go/data 22:58:49 github.com/golangci/golangci-lint/pkg/golinters/goanalysis 22:58:49 golang.org/x/tools/go/analysis/passes/inspect 22:58:49 github.com/golangci/unconvert 22:58:49 golang.org/x/tools/go/ssa 22:58:49 sourcegraph.com/sqs/pbtypes 22:58:49 github.com/jirfag/go-printf-func-name/pkg/analyzer 22:58:50 github.com/nbutton23/zxcvbn-go/adjacency 22:58:50 github.com/nbutton23/zxcvbn-go/frequency 22:58:50 github.com/tommy-muehle/go-mnd/checks 22:58:50 github.com/sourcegraph/go-diff/diff 22:58:50 github.com/ultraware/funlen 22:58:50 github.com/nbutton23/zxcvbn-go/entropy 22:58:50 github.com/ultraware/whitespace 22:58:50 github.com/nbutton23/zxcvbn-go/matching 22:58:50 github.com/nbutton23/zxcvbn-go/scoring 22:58:50 github.com/tommy-muehle/go-mnd 22:58:50 github.com/uudashr/gocognit 22:58:50 golang.org/x/tools/go/analysis/passes/internal/analysisutil 22:58:50 golang.org/x/tools/go/analysis/passes/assign 22:58:50 golang.org/x/tools/go/analysis/passes/asmdecl 22:58:50 golang.org/x/tools/go/analysis/passes/atomic 22:58:50 golang.org/x/tools/go/analysis/passes/atomicalign 22:58:50 golang.org/x/tools/go/analysis/passes/bools 22:58:50 github.com/nbutton23/zxcvbn-go 22:58:50 golang.org/x/tools/go/analysis/passes/buildtag 22:58:50 github.com/securego/gosec/rules 22:58:50 golang.org/x/tools/go/analysis/passes/cgocall 22:58:50 golang.org/x/tools/go/analysis/passes/composite 22:58:50 golang.org/x/tools/go/analysis/passes/copylock 22:58:50 golang.org/x/tools/go/cfg 22:58:50 golang.org/x/tools/go/analysis/passes/deepequalerrors 22:58:50 golang.org/x/tools/go/analysis/passes/errorsas 22:58:50 golang.org/x/tools/go/analysis/passes/findcall 22:58:50 golang.org/x/tools/go/analysis/passes/httpresponse 22:58:50 golang.org/x/tools/go/analysis/passes/loopclosure 22:58:50 golang.org/x/tools/go/analysis/passes/nilfunc 22:58:50 golang.org/x/tools/go/analysis/passes/pkgfact 22:58:50 golang.org/x/tools/go/analysis/passes/printf 22:58:50 golang.org/x/tools/go/analysis/passes/shadow 22:58:50 golang.org/x/tools/go/analysis/passes/ctrlflow 22:58:50 golang.org/x/tools/go/analysis/passes/shift 22:58:50 golang.org/x/tools/go/analysis/passes/sortslice 22:58:50 golang.org/x/tools/go/analysis/passes/stdmethods 22:58:50 golang.org/x/tools/go/analysis/passes/structtag 22:58:50 golang.org/x/tools/go/analysis/passes/testinggoroutine 22:58:51 golang.org/x/tools/go/analysis/passes/tests 22:58:51 golang.org/x/tools/go/analysis/passes/lostcancel 22:58:51 golang.org/x/tools/go/analysis/passes/unmarshal 22:58:51 golang.org/x/tools/go/analysis/passes/unreachable 22:58:51 golang.org/x/tools/go/analysis/passes/unsafeptr 22:58:51 golang.org/x/tools/go/analysis/passes/unusedresult 22:58:51 honnef.co/go/tools/ssa 22:58:51 github.com/BurntSushi/toml 22:58:51 honnef.co/go/tools/internal/renameio 22:58:51 honnef.co/go/tools/loader 22:58:51 honnef.co/go/tools/version 22:58:51 honnef.co/go/tools/printf 22:58:51 honnef.co/go/tools/go/types/typeutil 22:58:51 github.com/golangci/golangci-lint/pkg/report 22:58:51 honnef.co/go/tools/internal/cache 22:58:51 github.com/gostaticanalysis/analysisutil 22:58:51 golang.org/x/tools/go/analysis/passes/buildssa 22:58:51 golang.org/x/tools/go/ssa/ssautil 22:58:51 mvdan.cc/lint 22:58:51 github.com/golangci/revgrep 22:58:51 github.com/golangci/golangci-lint/pkg/printers 22:58:51 github.com/spf13/cobra 22:58:51 github.com/jingyugao/rowserrcheck/passes/rowserr 22:58:51 github.com/timakin/bodyclose/passes/bodyclose 22:58:51 golang.org/x/tools/go/analysis/passes/nilness 22:58:51 mvdan.cc/interfacer/check 22:58:51 mvdan.cc/unparam/check 22:58:51 honnef.co/go/tools/config 22:58:52 honnef.co/go/tools/internal/passes/buildssa 22:58:52 honnef.co/go/tools/functions 22:58:52 honnef.co/go/tools/ssautil 22:58:52 honnef.co/go/tools/facts 22:58:52 honnef.co/go/tools/lint 22:58:52 honnef.co/go/tools/lint/lintdsl 22:58:52 honnef.co/go/tools/lint/lintutil/format 22:58:52 honnef.co/go/tools/staticcheck/vrp 22:58:52 honnef.co/go/tools/lint/lintutil 22:58:52 honnef.co/go/tools/internal/sharedcheck 22:58:52 honnef.co/go/tools/unused 22:58:52 honnef.co/go/tools/stylecheck 22:58:52 honnef.co/go/tools/simple 22:58:53 honnef.co/go/tools/staticcheck 22:58:53 github.com/golangci/golangci-lint/pkg/golinters 22:58:53 github.com/golangci/golangci-lint/pkg/lint/lintersdb 22:58:54 github.com/golangci/golangci-lint/pkg/result/processors 22:58:54 github.com/golangci/golangci-lint/pkg/lint 22:58:54 github.com/golangci/golangci-lint/pkg/commands 22:58:54 github.com/golangci/golangci-lint/cmd/golangci-lint 22:59:01 tput: No value for $TERM and no -T specified 22:59:01 tput: No value for $TERM and no -T specified 22:59:01 ==> Building Consul - OSes: linux, Architectures: amd64 22:59:01 tput: No value for $TERM and no -T specified 22:59:01 tput: No value for $TERM and no -T specified 22:59:01 tput: No value for $TERM and no -T specified 22:59:01 Building sequentially with go install 22:59:01 tput: No value for $TERM and no -T specified 22:59:01 ---> linux/amd64 22:59:57 Building device-virtual-go  22:59:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd 22:59:57 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 22:59:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 22:59:57 go: downloading modernc.org/ql v1.0.0 22:59:57 go: downloading github.com/gorilla/mux v1.7.1 22:59:57 go: downloading github.com/google/uuid v1.1.0 22:59:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 22:59:57 go: downloading github.com/pkg/errors v0.8.1 22:59:57 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 22:59:57 go: downloading modernc.org/file v1.0.0 22:59:57 go: downloading modernc.org/db v1.0.0 22:59:57 go: downloading modernc.org/internal v1.0.0 22:59:57 go: downloading modernc.org/b v1.0.0 22:59:57 go: downloading modernc.org/strutil v1.0.0 22:59:57 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 22:59:57 go: downloading modernc.org/lldb v1.0.0 22:59:57 go: downloading modernc.org/mathutil v1.0.0 22:59:57 go: downloading github.com/OneOfOne/xxhash v1.2.6 22:59:57 go: downloading gopkg.in/yaml.v2 v2.2.8 22:59:57 go: downloading modernc.org/golex v1.0.0 22:59:57 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 22:59:57 go: downloading github.com/edsrzf/mmap-go v1.0.0 22:59:57 go: downloading modernc.org/fileutil v1.0.0 22:59:57 go: downloading modernc.org/sortutil v1.0.0 22:59:57 go: downloading modernc.org/zappy v1.0.0 22:59:57 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 22:59:57 go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 23:00:06 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:00:11 Building edgex-go  23:00:14 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 23:00:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.111 23:00:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.53 23:00:14 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 23:00:14 go: downloading github.com/imdario/mergo v0.3.11 23:00:14 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.25 23:00:14 go: downloading gopkg.in/yaml.v2 v2.3.0 23:00:14 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:00:19 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 23:00:19 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 23:00:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:00:25 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 23:00:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 23:00:28 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 23:00:29 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 23:00:30 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 23:00:30 go: downloading github.com/stretchr/testify v1.5.1 23:00:30 go: downloading github.com/pmezard/go-difflib v1.0.0 23:00:30 go: downloading github.com/davecgh/go-spew v1.1.1 23:00:32 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 23:00:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:00:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:00:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 23:00:35 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 23:00:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:00:37 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 23:00:38 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 23:00:40 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 23:00:42 install: cannot stat './cmd/security-secretstore-read/security-secretstore-read': No such file or directory 23:00:42 Failed to run 'override-build': Exit code was 1. [Pipeline] } 23:00:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:00:48 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:00:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:00:52 ---> package-listing.sh 23:00:52 ++ facter osfamily 23:00:52 ++ tr '[:upper:]' '[:lower:]' 23:00:52 + OS_FAMILY=redhat 23:00:52 + workspace=/w/workspace/edgex-go/3 23:00:52 + START_PACKAGES=/tmp/packages_start.txt 23:00:52 + END_PACKAGES=/tmp/packages_end.txt 23:00:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:00:52 + PACKAGES=/tmp/packages_start.txt 23:00:52 + '[' /w/workspace/edgex-go/3 ']' 23:00:52 + PACKAGES=/tmp/packages_end.txt 23:00:52 + case "${OS_FAMILY}" in 23:00:52 + rpm -qa 23:00:52 + sort 23:00:56 + '[' -f /tmp/packages_start.txt ']' 23:00:56 + '[' -f /tmp/packages_end.txt ']' 23:00:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:00:56 + '[' /w/workspace/edgex-go/3 ']' 23:00:56 + mkdir -p /w/workspace/edgex-go/3/archives/ 23:00:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 23:00:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:00:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:00:57 23:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:00:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:00:58 alpine: Pulling from edgex-lftools-log-publisher 23:00:58 df20fa9351a1: Already exists 23:00:58 36b3adc4ff6f: Pulling fs layer 23:00:58 8ad3a11d3b57: Pulling fs layer 23:00:58 46f8f816bc3b: Pulling fs layer 23:00:58 93b61091891f: Pulling fs layer 23:00:58 93b9cdb0e59b: Pulling fs layer 23:00:58 5e14af77c1be: Pulling fs layer 23:00:58 01666e4c0597: Pulling fs layer 23:00:58 93b61091891f: Waiting 23:00:58 aa168da1d23b: Pulling fs layer 23:00:58 93b9cdb0e59b: Waiting 23:00:58 01666e4c0597: Waiting 23:00:58 aa168da1d23b: Waiting 23:00:58 5e14af77c1be: Waiting 23:00:58 46f8f816bc3b: Verifying Checksum 23:00:58 46f8f816bc3b: Download complete 23:00:58 36b3adc4ff6f: Verifying Checksum 23:00:58 36b3adc4ff6f: Download complete 23:00:58 93b9cdb0e59b: Verifying Checksum 23:00:58 93b9cdb0e59b: Download complete 23:00:58 5e14af77c1be: Verifying Checksum 23:00:58 5e14af77c1be: Download complete 23:00:58 01666e4c0597: Verifying Checksum 23:00:58 01666e4c0597: Download complete 23:00:58 93b61091891f: Verifying Checksum 23:00:58 93b61091891f: Download complete 23:00:58 8ad3a11d3b57: Verifying Checksum 23:00:58 8ad3a11d3b57: Download complete 23:00:58 36b3adc4ff6f: Pull complete 23:00:59 8ad3a11d3b57: Pull complete 23:01:00 46f8f816bc3b: Pull complete 23:01:00 93b61091891f: Pull complete 23:01:01 93b9cdb0e59b: Pull complete 23:01:01 5e14af77c1be: Pull complete 23:01:02 01666e4c0597: Pull complete 23:01:04 aa168da1d23b: Verifying Checksum 23:01:04 aa168da1d23b: Download complete 23:01:16 aa168da1d23b: Pull complete 23:01:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:01:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:01:17 prd-centos7-docker-4c-2g-8996 does not seem to be running inside a container 23:01:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:01:23 $ docker top 31ae1ee6a396ef363252d99da40e9d58de932b70f33ead66ba53db58aa2a3e38 -eo pid,comm [Pipeline] { [Pipeline] sh 23:01:24 + touch /tmp/pre-build-complete [Pipeline] sh 23:01:24 + mkdir -p /var/log/sa [Pipeline] sh 23:01:24 + ls /var/log/sa-host 23:01:24 + sadf -c /var/log/sa-host/sa05 23:01:24 file_magic: OK 23:01:24 HZ: Using current value: 100 23:01:24 file_header: OK 23:01:24 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 23:01:24 Statistics: 23:01:24 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:01:24 File successfully converted to sysstat format version 12.2.1 23:01:24 + sadf -c /var/log/sa-host/sa26 23:01:24 file_magic: OK 23:01:24 HZ: Using current value: 100 23:01:24 file_header: OK 23:01:24 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 23:01:24 Statistics: 23:01:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:01:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:01:25 provisioning config files... 23:01:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5275189622629546289tmp [Pipeline] { [Pipeline] echo 23:01:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:01:25 ---> create-netrc.sh [Pipeline] } 23:01:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:01:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:01:26 ---> python-tools-install.sh [Pipeline] echo 23:01:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:01:27 ---> sudo-logs.sh 23:01:27 Archiving 'sudo' log.. [Pipeline] echo 23:01:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:01:27 ---> job-cost.sh 23:01:27 lf-activate-venv: SKIPPING 23:01:27 INFO: No Stack... 23:01:29 INFO: Retrieving Pricing Info for: v1-standard-2 23:01:29 INFO: Archiving Costs [Pipeline] echo 23:01:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:01:30 ---> logs-deploy.sh 23:01:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2850/3 23:01:30 INFO: archiving workspace using pattern(s): 23:01:32 Archives upload complete. 23:01:32 INFO: archiving logs to Nexus 23:01:34 ---> uname -a: 23:01:34 Linux prd-centos7-docker-4c-2g-8996.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:01:34 23:01:34 23:01:34 ---> lscpu: 23:01:34 Architecture: x86_64 23:01:34 CPU op-mode(s): 32-bit, 64-bit 23:01:34 Byte Order: Little Endian 23:01:34 Address sizes: 40 bits physical, 48 bits virtual 23:01:34 CPU(s): 4 23:01:34 On-line CPU(s) list: 0-3 23:01:34 Thread(s) per core: 1 23:01:34 Core(s) per socket: 1 23:01:34 Socket(s): 4 23:01:34 NUMA node(s): 1 23:01:34 Vendor ID: GenuineIntel 23:01:34 CPU family: 6 23:01:34 Model: 44 23:01:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:01:34 Stepping: 1 23:01:34 CPU MHz: 2933.438 23:01:34 BogoMIPS: 5866.87 23:01:34 Virtualization: VT-x 23:01:34 Hypervisor vendor: KVM 23:01:34 Virtualization type: full 23:01:34 L1d cache: 128 KiB 23:01:34 L1i cache: 128 KiB 23:01:34 L2 cache: 16 MiB 23:01:34 L3 cache: 64 MiB 23:01:34 NUMA node0 CPU(s): 0-3 23:01:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:01:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:01:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:01:34 Vulnerability Meltdown: Mitigation; PTI 23:01:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:01:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:01:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:01:34 Vulnerability Tsx async abort: Not affected 23:01:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:01:34 23:01:34 23:01:34 ---> nproc: 23:01:34 4 23:01:34 23:01:34 23:01:34 ---> df -h: 23:01:34 Filesystem Size Used Available Use% Mounted on 23:01:34 overlay 50.0G 13.2G 36.8G 26% / 23:01:34 tmpfs 64.0M 0 64.0M 0% /dev 23:01:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:01:34 shm 64.0M 0 64.0M 0% /dev/shm 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/3 23:01:34 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/3@tmp 23:01:34 23:01:34 23:01:34 ---> free -m: 23:01:34 total used free shared buff/cache available 23:01:34 Mem: 1837 605 118 0 1113 1151 23:01:34 Swap: 1023 111 912 23:01:34 23:01:34 23:01:34 ---> ip addr: 23:01:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:01:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:01:34 inet 127.0.0.1/8 scope host lo 23:01:34 valid_lft forever preferred_lft forever 23:01:34 inet6 ::1/128 scope host 23:01:34 valid_lft forever preferred_lft forever 23:01:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:01:34 link/ether fa:16:3e:d2:a3:bf brd ff:ff:ff:ff:ff:ff 23:01:34 inet 10.30.123.236/23 brd 10.30.123.255 scope global dynamic eth0 23:01:34 valid_lft 84519sec preferred_lft 84519sec 23:01:34 inet6 fe80::f816:3eff:fed2:a3bf/64 scope link 23:01:34 valid_lft forever preferred_lft forever 23:01:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:01:34 link/ether 02:42:19:28:a4:8b brd ff:ff:ff:ff:ff:ff 23:01:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:01:34 valid_lft forever preferred_lft forever 23:01:34 inet6 fe80::42:19ff:fe28:a48b/64 scope link 23:01:34 valid_lft forever preferred_lft forever 23:01:34 23:01:34 23:01:34 ---> sar -b -r -n DEV: 23:01:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 23:01:34 23:01:34 22:29:49 LINUX RESTART (4 CPU) 23:01:34 23:01:34 22:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:01:34 22:32:02 54.91 11.98 42.93 0.00 4841.22 10163.22 0.00 23:01:34 22:33:01 187.58 89.93 97.65 0.00 6456.25 42469.93 0.00 23:01:34 22:34:01 249.76 107.33 142.43 0.00 5361.21 31150.47 0.00 23:01:34 22:35:01 107.75 44.21 63.54 0.00 2144.50 6621.75 0.00 23:01:34 22:36:02 105.69 71.54 34.15 0.00 3503.33 4468.83 0.00 23:01:34 22:37:01 77.85 7.44 70.41 0.00 792.97 20076.56 0.00 23:01:34 22:38:02 955.78 754.52 201.26 0.00 91419.98 149780.97 0.00 23:01:34 22:39:01 2703.01 2415.48 287.53 0.00 140591.56 157049.76 0.00 23:01:34 22:40:02 246.24 144.75 101.49 0.00 9746.22 18371.94 0.00 23:01:34 22:41:04 1043.14 760.23 282.91 0.00 88173.73 157970.66 0.00 23:01:34 22:42:02 2330.93 2056.73 274.20 0.00 130362.58 131626.06 0.00 23:01:34 22:43:01 974.70 795.00 179.70 0.00 47228.85 49748.95 0.00 23:01:34 22:44:01 260.29 30.50 229.79 0.00 1911.68 21468.13 0.00 23:01:34 22:45:02 20.90 14.22 6.69 0.00 2928.48 195.44 0.00 23:01:34 22:46:01 1.35 0.44 0.91 0.00 7.58 17.70 0.00 23:01:34 22:47:01 0.20 0.02 0.18 0.00 0.40 1.81 0.00 23:01:34 22:48:01 0.23 0.00 0.23 0.00 0.00 1.93 0.00 23:01:34 22:49:01 0.32 0.05 0.27 0.00 1.60 3.31 0.00 23:01:34 22:50:01 0.28 0.02 0.27 0.00 1.07 2.88 0.00 23:01:34 22:51:01 0.35 0.03 0.32 0.00 1.06 3.46 0.00 23:01:34 22:52:01 0.28 0.03 0.25 0.00 0.27 3.06 0.00 23:01:34 22:53:01 0.35 0.05 0.30 0.00 0.40 2.68 0.00 23:01:34 22:54:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 23:01:34 22:55:01 0.25 0.02 0.23 0.00 0.27 2.46 0.00 23:01:34 22:56:02 0.37 0.08 0.28 0.00 1.20 3.43 0.00 23:01:34 22:57:01 0.24 0.02 0.22 0.00 0.14 2.62 0.00 23:01:34 22:58:01 0.18 0.02 0.17 0.00 0.13 1.50 0.00 23:01:34 22:59:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 23:01:34 23:00:01 0.35 0.10 0.25 0.00 9.72 2.48 0.00 23:01:34 23:01:01 51.16 47.60 3.56 0.00 4935.86 221.07 0.00 23:01:34 Average: 310.71 243.28 67.43 0.00 17968.47 26751.86 0.00 23:01:34 23:01:34 22:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:01:34 22:32:02 77368 0 628764 33.42 2620 1172804 1343576 45.85 575168 1062772 78976 23:01:34 22:33:01 107856 0 631140 33.54 2252 1140308 1328084 45.33 573636 999788 70144 23:01:34 22:34:01 167976 0 690360 36.69 1492 1021728 1672224 57.07 655548 822808 12984 23:01:34 22:35:01 337740 0 736160 39.13 1124 806532 1793064 61.19 664532 640528 37948 23:01:34 22:36:02 300836 0 676724 35.97 1124 902872 1431236 48.85 691460 648548 28180 23:01:34 22:37:01 209476 0 651432 34.62 552 1020096 1293552 44.15 623496 798616 40 23:01:34 22:38:02 284892 0 838968 44.59 0 757696 4358632 148.75 720572 697796 80 23:01:34 22:39:01 144780 0 659680 35.06 0 1077096 1746984 59.62 750860 801412 3648 23:01:34 22:40:02 246736 0 753908 40.07 0 880912 1905284 65.02 713828 705948 9024 23:01:34 22:41:04 411472 0 602276 32.01 0 867808 1573784 53.71 575088 715796 936 23:01:34 22:42:02 80816 0 674044 35.82 0 1126696 2155640 73.57 721684 895824 1172 23:01:34 22:43:01 322580 0 725188 38.54 0 833788 2384984 81.40 580924 771412 188 23:01:34 22:44:01 631096 0 529208 28.13 0 721252 1353020 46.18 428848 607364 8 23:01:34 22:45:02 554128 0 521288 27.71 0 806140 1203908 41.09 446036 670628 28 23:01:34 22:46:01 557320 0 518148 27.54 0 806088 1171184 39.97 443752 670704 12 23:01:34 22:47:01 556900 0 518552 27.56 0 806104 1171292 39.97 444188 670728 8 23:01:34 22:48:01 557960 0 517488 27.50 0 806108 1171016 39.96 443596 670728 16 23:01:34 22:49:01 557464 0 517984 27.53 0 806108 1171268 39.97 444016 670764 16 23:01:34 22:50:01 558308 0 517148 27.49 0 806100 1171064 39.97 443616 670776 12 23:01:34 22:51:01 557992 0 517444 27.50 0 806120 1171172 39.97 443604 670824 12 23:01:34 22:52:01 557208 0 518200 27.54 0 806148 1171196 39.97 444044 670844 8 23:01:34 22:53:01 556668 0 518732 27.57 0 806156 1171304 39.97 444428 670856 12 23:01:34 22:54:01 557640 0 517752 27.52 0 806164 1171064 39.97 443612 670860 12 23:01:34 22:55:01 557628 0 517752 27.52 0 806176 1171160 39.97 443452 670868 8 23:01:34 22:56:02 557188 0 518184 27.54 0 806184 1171280 39.97 443960 670904 20 23:01:34 22:57:01 557596 0 517772 27.52 0 806188 1171184 39.97 443636 670904 12 23:01:34 22:58:01 558112 0 517252 27.49 0 806192 1171064 39.97 443508 670908 8 23:01:34 22:59:01 557584 0 517768 27.52 0 806204 1171064 39.97 443640 670912 8 23:01:34 23:00:01 557228 0 517832 27.52 0 806496 1171064 39.97 443524 671204 12 23:01:34 23:01:01 280380 0 555448 29.52 0 1045728 1379916 47.09 500976 886488 90388 23:01:34 Average: 417364 0 588087 31.26 305 875800 1483042 50.61 529308 726284 11131 23:01:34 23:01:34 22:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:01:34 22:32:02 eth0 759.96 741.61 4386.04 110.40 0.00 0.00 0.00 0.00 23:01:34 22:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:32:02 vethf8a79f0 444.21 416.46 52.30 2436.27 0.00 0.00 0.00 0.00 23:01:34 22:32:02 docker0 444.21 416.32 46.22 2436.26 0.00 0.00 0.00 0.00 23:01:34 22:33:01 eth0 441.43 387.41 3492.92 38.12 0.00 0.00 0.00 0.00 23:01:34 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:33:01 docker0 131.80 143.14 9.19 606.06 0.00 0.00 0.00 0.00 23:01:34 22:34:01 veth06a339b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 23:01:34 22:34:01 eth0 250.82 123.53 1601.81 68.44 0.00 0.00 0.00 0.00 23:01:34 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:34:01 docker0 44.81 85.83 3.67 466.52 0.00 0.00 0.00 0.00 23:01:34 22:35:01 veth06a339b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:35:01 eth0 32.15 26.23 22.58 43.34 0.00 0.00 0.00 0.00 23:01:34 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:36:02 veth06a339b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:36:02 eth0 28.91 19.99 24.06 13.04 0.00 0.00 0.00 0.00 23:01:34 22:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:37:01 eth0 203.03 173.82 1727.66 68.76 0.00 0.00 0.00 0.00 23:01:34 22:37:01 veth065f94f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:38:02 veth3039405 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:38:02 vethb60857d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:38:02 veth466d665 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:38:02 veth4cc011c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:39:01 eth0 2176.16 1838.83 13194.43 437.04 0.00 0.00 0.00 0.00 23:01:34 22:39:01 veth065f94f 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 23:01:34 22:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:01:34 22:39:01 docker0 635.25 667.68 59.82 3647.08 0.00 0.00 0.00 0.00 23:01:34 22:40:02 eth0 9.55 7.75 7.37 3.98 0.00 0.00 0.00 0.00 23:01:34 22:40:02 veth065f94f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:40:02 vethb6308e5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:01:34 22:41:04 eth0 51.30 38.74 98.85 56.68 0.00 0.00 0.00 0.00 23:01:34 22:41:04 veth065f94f 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:41:04 docker0 617.33 651.61 57.92 3546.09 0.00 0.00 0.00 0.00 23:01:34 22:42:02 eth0 64.38 51.21 181.10 48.34 0.00 0.00 0.00 0.00 23:01:34 22:42:02 veth065f94f 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 23:01:34 22:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:42:02 docker0 25.85 32.26 1.56 161.75 0.00 0.00 0.00 0.00 23:01:34 22:43:01 veth8f51bf5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:01:34 22:43:01 vetheb06c39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:43:01 eth0 21.15 15.25 16.28 8.93 0.00 0.00 0.00 0.00 23:01:34 22:43:01 veth065f94f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:44:01 eth0 134.92 92.62 517.82 97.35 0.00 0.00 0.00 0.00 23:01:34 22:44:01 veth065f94f 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 23:01:34 22:44:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:01:34 22:44:01 docker0 696.16 763.15 63.31 4269.08 0.00 0.00 0.00 0.00 23:01:34 22:45:02 eth0 4.53 2.67 4.09 1.49 0.00 0.00 0.00 0.00 23:01:34 22:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:46:01 eth0 1.40 0.49 0.48 0.27 0.00 0.00 0.00 0.00 23:01:34 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:47:01 eth0 0.42 0.33 0.26 0.20 0.00 0.00 0.00 0.00 23:01:34 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:48:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:01:34 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:49:01 eth0 0.80 0.22 0.31 0.19 0.00 0.00 0.00 0.00 23:01:34 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:50:01 eth0 0.32 0.07 0.02 0.01 0.00 0.00 0.00 0.00 23:01:34 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:51:01 eth0 1.01 0.13 0.20 0.07 0.00 0.00 0.00 0.00 23:01:34 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:52:01 eth0 1.67 0.33 0.37 0.20 0.00 0.00 0.00 0.00 23:01:34 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:53:01 eth0 0.82 0.57 0.53 0.36 0.00 0.00 0.00 0.00 23:01:34 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:54:01 eth0 0.08 0.03 0.01 0.03 0.00 0.00 0.00 0.00 23:01:34 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:55:01 eth0 0.87 0.22 0.29 0.13 0.00 0.00 0.00 0.00 23:01:34 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:56:02 eth0 0.48 0.42 0.36 0.26 0.00 0.00 0.00 0.00 23:01:34 22:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:57:01 eth0 0.22 0.14 0.07 0.01 0.00 0.00 0.00 0.00 23:01:34 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:58:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:59:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:01:34 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 23:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 23:01:01 eth0 111.73 93.36 1182.83 10.48 0.00 0.00 0.00 0.00 23:01:34 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 Average: eth0 72.12 60.12 444.12 20.27 0.00 0.00 0.00 0.00 23:01:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:01:34 Average: docker0 23.30 25.54 2.12 142.87 0.00 0.00 0.00 0.00 23:01:34 23:01:34 23:01:34 ---> sar -P ALL: 23:01:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/26/20 _x86_64_ (4 CPU) 23:01:34 23:01:34 22:29:49 LINUX RESTART (4 CPU) 23:01:34 23:01:34 22:31:02 CPU %user %nice %system %iowait %steal %idle 23:01:34 22:32:02 all 6.05 0.00 3.19 1.13 9.79 79.84 23:01:34 22:32:02 0 5.65 0.00 3.49 0.60 10.89 79.36 23:01:34 22:32:02 1 8.94 0.00 4.18 1.59 10.39 74.90 23:01:34 22:32:02 2 4.67 0.00 2.33 0.56 9.32 83.12 23:01:34 22:32:02 3 5.01 0.00 2.79 1.77 8.58 81.85 23:01:34 22:33:01 all 9.51 0.00 5.22 1.14 9.50 74.63 23:01:34 22:33:01 0 8.46 0.00 5.19 1.49 10.85 74.01 23:01:34 22:33:01 1 7.97 0.00 5.35 1.26 9.82 75.61 23:01:34 22:33:01 2 11.81 0.00 5.14 1.05 8.60 73.39 23:01:34 22:33:01 3 9.82 0.00 5.20 0.74 8.72 75.52 23:01:34 22:34:01 all 8.44 0.00 6.78 5.29 16.06 63.42 23:01:34 22:34:01 0 7.83 0.00 6.73 5.44 17.34 62.67 23:01:34 22:34:01 1 8.19 0.00 7.38 4.81 16.30 63.32 23:01:34 22:34:01 2 7.77 0.00 6.08 5.43 15.58 65.13 23:01:34 22:34:01 3 10.01 0.00 6.94 5.49 15.01 62.56 23:01:34 22:35:01 all 40.69 0.00 13.88 3.19 27.26 14.97 23:01:34 22:35:01 0 40.81 0.00 14.94 0.95 26.94 16.35 23:01:34 22:35:01 1 37.52 0.00 13.28 4.55 28.17 16.47 23:01:34 22:35:01 2 40.81 0.00 13.29 4.19 27.86 13.84 23:01:34 22:35:01 3 43.74 0.00 14.04 3.02 26.02 13.18 23:01:34 22:36:02 all 23.62 0.00 11.13 3.36 25.43 36.46 23:01:34 22:36:02 0 20.95 0.00 10.42 3.90 26.35 38.37 23:01:34 22:36:02 1 26.38 0.00 12.15 4.33 24.26 32.88 23:01:34 22:36:02 2 22.44 0.00 10.53 2.94 25.04 39.05 23:01:34 22:36:02 3 24.84 0.00 11.47 2.24 26.03 35.42 23:01:34 22:37:01 all 9.20 0.00 6.95 0.40 21.98 61.48 23:01:34 22:37:01 0 6.99 0.00 5.70 0.26 23.91 63.14 23:01:34 22:37:01 1 11.24 0.00 7.51 0.33 21.42 59.50 23:01:34 22:37:01 2 8.17 0.00 6.42 0.91 21.01 63.49 23:01:34 22:37:01 3 10.56 0.00 8.25 0.09 21.47 59.62 23:01:34 22:38:02 all 13.06 0.00 13.50 7.86 31.79 33.79 23:01:34 22:38:02 0 13.42 0.00 14.06 7.83 32.29 32.39 23:01:34 22:38:02 1 13.56 0.00 12.50 7.36 31.48 35.11 23:01:34 22:38:02 2 12.59 0.00 13.92 8.41 33.02 32.07 23:01:34 22:38:02 3 12.68 0.00 13.53 7.85 30.35 35.60 23:01:34 22:39:01 all 13.71 0.00 15.00 24.66 22.90 23.73 23:01:34 22:39:01 0 15.13 0.00 17.62 24.63 22.99 19.63 23:01:34 22:39:01 1 12.81 0.00 12.89 25.35 23.18 25.77 23:01:34 22:39:01 2 13.46 0.00 14.33 25.23 22.99 23.99 23:01:34 22:39:01 3 13.50 0.00 15.29 23.37 22.42 25.42 23:01:34 22:40:02 all 66.66 0.00 14.15 2.78 12.90 3.51 23:01:34 22:40:02 0 66.10 0.00 14.33 2.32 14.07 3.18 23:01:34 22:40:02 1 61.83 0.00 15.15 3.80 16.04 3.18 23:01:34 22:40:02 2 71.88 0.00 12.43 2.20 10.15 3.33 23:01:34 22:40:02 3 66.69 0.00 14.72 2.83 11.41 4.35 23:01:34 22:41:04 all 16.82 0.00 17.09 9.80 24.30 32.00 23:01:34 22:41:04 0 18.10 0.00 18.14 11.66 24.91 27.19 23:01:34 22:41:04 1 15.34 0.00 16.94 8.17 22.78 36.76 23:01:34 22:41:04 2 16.86 0.00 15.69 9.11 24.33 34.00 23:01:34 22:41:04 3 17.00 0.00 17.60 10.27 25.17 29.96 23:01:34 22:42:02 all 21.37 0.00 17.49 19.44 23.90 17.81 23:01:34 22:42:02 0 20.71 0.00 16.84 20.08 24.16 18.22 23:01:34 22:42:02 1 21.68 0.00 16.47 19.13 23.98 18.75 23:01:34 22:42:02 2 21.14 0.00 17.66 19.84 23.49 17.87 23:01:34 22:42:02 3 21.98 0.00 19.04 18.68 23.96 16.34 23:01:34 23:01:34 22:42:02 CPU %user %nice %system %iowait %steal %idle 23:01:34 22:43:01 all 53.08 0.00 16.87 7.97 15.30 6.78 23:01:34 22:43:01 0 53.65 0.00 14.97 8.57 16.44 6.36 23:01:34 22:43:01 1 53.17 0.00 16.01 6.37 14.89 9.56 23:01:34 22:43:01 2 53.10 0.00 15.74 7.51 15.98 7.67 23:01:34 22:43:01 3 52.36 0.00 20.85 9.43 13.86 3.49 23:01:34 22:44:01 all 21.25 0.00 11.50 9.42 12.47 45.37 23:01:34 22:44:01 0 22.07 0.00 10.46 10.77 13.38 43.32 23:01:34 22:44:01 1 17.73 0.00 11.57 9.69 12.85 48.16 23:01:34 22:44:01 2 21.69 0.00 11.19 8.98 12.33 45.81 23:01:34 22:44:01 3 23.62 0.00 12.77 8.24 11.29 44.09 23:01:34 22:45:02 all 0.27 0.00 0.37 0.32 1.08 97.95 23:01:34 22:45:02 0 0.15 0.00 0.20 0.20 1.04 98.41 23:01:34 22:45:02 1 0.20 0.00 0.66 0.40 1.06 97.68 23:01:34 22:45:02 2 0.16 0.00 0.36 0.16 1.22 98.09 23:01:34 22:45:02 3 0.58 0.00 0.27 0.53 1.01 97.61 23:01:34 22:46:01 all 0.13 0.00 0.05 0.02 0.29 99.51 23:01:34 22:46:01 0 0.07 0.00 0.07 0.02 0.59 99.26 23:01:34 22:46:01 1 0.22 0.00 0.07 0.00 0.25 99.46 23:01:34 22:46:01 2 0.20 0.00 0.03 0.05 0.12 99.59 23:01:34 22:46:01 3 0.03 0.00 0.03 0.00 0.20 99.73 23:01:34 22:47:01 all 0.11 0.00 0.03 0.00 0.32 99.54 23:01:34 22:47:01 0 0.07 0.00 0.03 0.00 0.37 99.53 23:01:34 22:47:01 1 0.30 0.00 0.03 0.00 0.32 99.35 23:01:34 22:47:01 2 0.03 0.00 0.03 0.00 0.17 99.77 23:01:34 22:47:01 3 0.03 0.00 0.02 0.00 0.45 99.50 23:01:34 22:48:01 all 0.11 0.00 0.03 0.00 0.16 99.70 23:01:34 22:48:01 0 0.03 0.00 0.05 0.00 0.12 99.80 23:01:34 22:48:01 1 0.37 0.00 0.03 0.00 0.17 99.43 23:01:34 22:48:01 2 0.03 0.00 0.02 0.00 0.17 99.78 23:01:34 22:48:01 3 0.02 0.00 0.02 0.00 0.18 99.78 23:01:34 22:49:01 all 0.11 0.00 0.03 0.00 0.53 99.33 23:01:34 22:49:01 0 0.07 0.00 0.02 0.00 0.38 99.54 23:01:34 22:49:01 1 0.10 0.00 0.03 0.00 0.61 99.25 23:01:34 22:49:01 2 0.25 0.00 0.07 0.00 0.83 98.86 23:01:34 22:49:01 3 0.02 0.00 0.02 0.00 0.28 99.68 23:01:34 22:50:01 all 0.09 0.00 0.03 0.00 0.40 99.48 23:01:34 22:50:01 0 0.28 0.00 0.03 0.00 0.40 99.29 23:01:34 22:50:01 1 0.02 0.00 0.02 0.00 0.12 99.85 23:01:34 22:50:01 2 0.02 0.00 0.03 0.00 0.60 99.35 23:01:34 22:50:01 3 0.03 0.00 0.03 0.00 0.50 99.44 23:01:34 22:51:01 all 0.09 0.00 0.04 0.01 0.56 99.30 23:01:34 22:51:01 0 0.02 0.00 0.02 0.00 0.51 99.45 23:01:34 22:51:01 1 0.03 0.00 0.05 0.02 0.35 99.55 23:01:34 22:51:01 2 0.25 0.00 0.02 0.03 0.50 99.20 23:01:34 22:51:01 3 0.07 0.00 0.07 0.00 0.89 98.98 23:01:34 22:52:01 all 0.11 0.00 0.02 0.00 0.30 99.56 23:01:34 22:52:01 0 0.02 0.00 0.00 0.00 0.23 99.75 23:01:34 22:52:01 1 0.02 0.00 0.02 0.00 0.23 99.73 23:01:34 22:52:01 2 0.37 0.00 0.05 0.02 0.47 99.10 23:01:34 22:52:01 3 0.03 0.00 0.03 0.00 0.27 99.67 23:01:34 22:53:01 all 0.13 0.00 0.03 0.00 0.24 99.60 23:01:34 22:53:01 0 0.05 0.00 0.07 0.00 0.30 99.58 23:01:34 22:53:01 1 0.05 0.00 0.02 0.00 0.03 99.90 23:01:34 22:53:01 2 0.40 0.00 0.03 0.00 0.53 99.04 23:01:34 22:53:01 3 0.02 0.00 0.02 0.02 0.08 99.87 23:01:34 23:01:34 22:53:01 CPU %user %nice %system %iowait %steal %idle 23:01:34 22:54:01 all 0.12 0.00 0.02 0.00 0.16 99.70 23:01:34 22:54:01 0 0.03 0.00 0.02 0.00 0.22 99.73 23:01:34 22:54:01 1 0.02 0.00 0.03 0.00 0.05 99.90 23:01:34 22:54:01 2 0.37 0.00 0.02 0.00 0.17 99.45 23:01:34 22:54:01 3 0.05 0.00 0.03 0.00 0.22 99.70 23:01:34 22:55:01 all 0.10 0.00 0.04 0.00 0.31 99.56 23:01:34 22:55:01 0 0.03 0.00 0.03 0.00 0.23 99.70 23:01:34 22:55:01 1 0.02 0.00 0.03 0.00 0.23 99.72 23:01:34 22:55:01 2 0.30 0.00 0.07 0.00 0.42 99.22 23:01:34 22:55:01 3 0.03 0.00 0.03 0.00 0.35 99.58 23:01:34 22:56:02 all 0.10 0.00 0.02 0.00 0.42 99.47 23:01:34 22:56:02 0 0.03 0.00 0.02 0.00 0.45 99.50 23:01:34 22:56:02 1 0.02 0.00 0.02 0.00 0.17 99.80 23:01:34 22:56:02 2 0.35 0.00 0.02 0.00 0.52 99.12 23:01:34 22:56:02 3 0.00 0.00 0.02 0.00 0.53 99.45 23:01:34 22:57:01 all 0.11 0.00 0.02 0.00 0.19 99.68 23:01:34 22:57:01 0 0.02 0.00 0.02 0.00 0.15 99.81 23:01:34 22:57:01 1 0.00 0.00 0.02 0.00 0.07 99.92 23:01:34 22:57:01 2 0.37 0.00 0.02 0.00 0.30 99.31 23:01:34 22:57:01 3 0.05 0.00 0.03 0.00 0.24 99.68 23:01:34 22:58:01 all 0.12 0.00 0.05 0.00 0.12 99.72 23:01:34 22:58:01 0 0.03 0.00 0.05 0.00 0.20 99.72 23:01:34 22:58:01 1 0.02 0.00 0.03 0.00 0.03 99.92 23:01:34 22:58:01 2 0.38 0.00 0.05 0.00 0.07 99.50 23:01:34 22:58:01 3 0.03 0.00 0.05 0.00 0.18 99.73 23:01:34 22:59:01 all 0.06 0.00 0.02 0.00 0.15 99.77 23:01:34 22:59:01 0 0.00 0.00 0.02 0.00 0.20 99.78 23:01:34 22:59:01 1 0.02 0.00 0.02 0.00 0.05 99.92 23:01:34 22:59:01 2 0.18 0.00 0.02 0.00 0.12 99.68 23:01:34 22:59:01 3 0.03 0.00 0.05 0.00 0.22 99.70 23:01:34 23:00:01 all 0.12 0.00 0.02 0.00 0.27 99.59 23:01:34 23:00:01 0 0.03 0.00 0.02 0.00 0.32 99.63 23:01:34 23:00:01 1 0.37 0.00 0.02 0.02 0.25 99.35 23:01:34 23:00:01 2 0.02 0.00 0.02 0.00 0.08 99.88 23:01:34 23:00:01 3 0.05 0.00 0.03 0.00 0.42 99.50 23:01:34 23:01:01 all 1.59 0.00 1.04 1.02 1.86 94.48 23:01:34 23:01:01 0 1.02 0.00 0.80 0.45 2.06 95.66 23:01:34 23:01:01 1 1.30 0.00 1.12 0.17 1.75 95.66 23:01:34 23:01:01 2 1.12 0.00 0.88 0.62 1.77 95.62 23:01:34 23:01:01 3 2.94 0.00 1.36 2.87 1.86 90.97 23:01:34 Average: all 9.42 0.00 4.89 3.11 8.40 74.17 23:01:34 Average: 0 9.28 0.00 4.89 3.15 8.80 73.88 23:01:34 Average: 1 9.20 0.00 4.88 3.13 8.43 74.37 23:01:34 Average: 2 9.53 0.00 4.64 3.09 8.32 74.42 23:01:34 Average: 3 9.68 0.00 5.16 3.07 8.07 74.01 23:01:34 23:01:34 23:01:34