Skip to content

Instantly share code, notes, and snippets.

@defaultnamehere
Created December 1, 2016 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defaultnamehere/ad5d72c4232f9d8782d47147dcf8d8e3 to your computer and use it in GitHub Desktop.
Save defaultnamehere/ad5d72c4232f9d8782d47147dcf8d8e3 to your computer and use it in GitHub Desktop.
Step 1 : FROM ubuntu:15.10
---> 9b9cb95443b5
Step 2 : MAINTAINER REDACTED
---> Using cache
---> fd945710c61c
Step 3 : RUN apt-get update --fix-missing
---> Using cache
---> 8878cbcc3e88
Step 4 : RUN apt-get install -y --force-yes apt-utils python python3 ruby-dev build-essential python-pip sudo make git ruby
---> Using cache
---> 38a89414ceb9
Step 5 : RUN gem install fpm
---> Using cache
---> 00c4f2c16af4
Step 6 : RUN pip install jinja2
---> Using cache
---> ff64d72c8305
Step 7 : RUN echo "nobody ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/nobody
---> Using cache
---> fa33a165cf44
Step 8 : RUN chmod 0440 /etc/sudoers.d/nobody
---> Using cache
---> 14f6776ba920
Step 9 : WORKDIR /osquery
---> Using cache
---> 1c480113fef1
Step 10 : RUN mkdir /osquery/osquery
---> Using cache
---> 13de05841025
Step 11 : RUN chown -R nobody /osquery
---> Using cache
---> 3d4e81e348f2
Step 12 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> 5d7dc26a44e4
Step 13 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> 2162974642bd
Step 14 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> 959336b7ac99
Step 15 : USER nobody
---> Running in caecc12fae91
---> 128befbc0056
Removing intermediate container caecc12fae91
Step 16 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in 8469d58bbf27
---> 4fd01744efb7
Removing intermediate container 8469d58bbf27
Successfully built 4fd01744efb7
Step 1 : FROM ubuntu:15.04
---> d1b55fd07600
Step 2 : MAINTAINER REDACTED
---> Using cache
---> b218bc19204f
Step 3 : RUN apt-get update --fix-missing
---> Using cache
---> 85c84b79bd36
Step 4 : RUN apt-get install -y --force-yes apt-utils python python3 ruby-dev build-essential python-pip sudo make git ruby
---> Using cache
---> 56dde295b37b
Step 5 : RUN gem install fpm
---> Using cache
---> e4f41d13c968
Step 6 : RUN pip install jinja2
---> Using cache
---> 707cdf57de2b
Step 7 : RUN echo "nobody ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/nobody
---> Using cache
---> 1342b453d337
Step 8 : RUN chmod 0440 /etc/sudoers.d/nobody
---> Using cache
---> 3be4c9302e22
Step 9 : WORKDIR /osquery
---> Using cache
---> 68f19d461e2a
Step 10 : RUN mkdir /osquery/osquery
---> Using cache
---> 6467196ff5ef
Step 11 : RUN chown -R nobody /osquery
---> Using cache
---> ba339b6a5843
Step 12 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> cce51b79f30a
Step 13 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> b41d938b614a
Step 14 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> c53baa7bf80b
Step 15 : USER nobody
---> Running in e6b6085847c0
---> 516235b67adf
Removing intermediate container e6b6085847c0
Step 16 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in dc5475e95fe3
---> 8ddef7bb21d3
Removing intermediate container dc5475e95fe3
Successfully built 8ddef7bb21d3
Step 1 : FROM ubuntu:14.04
---> aae2b63c4946
Step 2 : MAINTAINER REDACTED
---> Using cache
---> 3b6c874cf919
Step 3 : RUN apt-get update --fix-missing
---> Using cache
---> b52724f1335d
Step 4 : RUN apt-get install -y --force-yes apt-utils python python3 python3-pip software-properties-common ruby-dev build-essential python-pip sudo make git ruby
---> Using cache
---> ac3af7e06aad
Step 5 : RUN gem install fpm
---> Using cache
---> e84e29786dfc
Step 6 : RUN pip install jinja2
---> Using cache
---> 7ebc96c09b58
Step 7 : RUN echo "nobody ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/nobody
---> Using cache
---> de7dc08092f2
Step 8 : RUN chmod 0440 /etc/sudoers.d/nobody
---> Using cache
---> 94f48eaceacf
Step 9 : WORKDIR /osquery
---> Using cache
---> d3be4edb75e8
Step 10 : RUN mkdir /osquery/osquery
---> Using cache
---> 865c2d707baf
Step 11 : RUN chown -R nobody /osquery
---> Using cache
---> cef06f5862e5
Step 12 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> b9d123fd8a77
Step 13 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> 7ba4406ebce1
Step 14 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> 660b4457ee51
Step 15 : USER nobody
---> Running in 2414406520fd
---> 94cb987781f0
Removing intermediate container 2414406520fd
Step 16 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in 3f1abfcba082
---> 9b77c37a400a
Removing intermediate container 3f1abfcba082
Successfully built 9b77c37a400a
Step 1 : FROM debian:8
---> 73e72bf822ca
Step 2 : MAINTAINER REDACTED
---> Using cache
---> 6fae91bf521e
Step 3 : RUN apt-get update --fix-missing
---> Using cache
---> e8421b82c464
Step 4 : RUN apt-get install -y --force-yes apt-utils python python3 python-pip automake lsb-release ruby-dev build-essential sudo make git ruby
---> Using cache
---> 47eb05ad060b
Step 5 : RUN gem install fpm
---> Using cache
---> 0b74a41837b9
Step 6 : RUN pip install jinja2
---> Using cache
---> f480c384d903
Step 7 : RUN echo "nobody ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/nobody
---> Using cache
---> 46466ffd5d04
Step 8 : RUN chmod 0440 /etc/sudoers.d/nobody
---> Using cache
---> 6c22bac6fbcc
Step 9 : WORKDIR /osquery
---> Using cache
---> 1d7594281438
Step 10 : RUN mkdir /osquery/osquery
---> Using cache
---> 9ca7cb0f0906
Step 11 : RUN chown -R nobody /osquery
---> Using cache
---> e74c76eb7b4b
Step 12 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> a4b19c66330c
Step 13 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> e6c1666bd5db
Step 14 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> 603217d38732
Step 15 : USER nobody
---> Running in e8ee59afad74
---> 2fb1025d6f59
Removing intermediate container e8ee59afad74
Step 16 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in 3adcdaad40a6
---> 47558708f602
Removing intermediate container 3adcdaad40a6
Successfully built 47558708f602
Step 1 : FROM centos:7
---> 0584b3d2cf6d
Step 2 : MAINTAINER REDACTED
---> Using cache
---> 036d4de5d24e
Step 3 : RUN yum update --noplugins -y && yum install -y epel-release
---> Using cache
---> 7670ae74e717
Step 4 : RUN yum install -y cmake which python python34 python-argparse epel-release lz4 lz4-devel ruby-devel libffi-devel rubygems rpm-build centos-release-scl build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev autoconf libc6-dev ncurses-dev automake libtool python-pip sudo make git ruby
---> Using cache
---> 53d96282994a
Step 5 : RUN sed -i -e "s/Defaults requiretty.*/ #Defaults requiretty/g" /etc/sudoers
---> Using cache
---> 6a0bb6f0b018
Step 6 : RUN gem install fpm
---> Using cache
---> 41ebf8e45cb4
Step 7 : RUN pip install jinja2
---> Using cache
---> a6eed7c9025c
Step 8 : RUN usermod -aG wheel nobody
---> Using cache
---> 2309069366b4
Step 9 : RUN sed -i.bkp -e 's/%wheel\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%wheel ALL=NOPASSWD:ALL/g' /etc/sudoers
---> Using cache
---> 68e0b6e736d2
Step 10 : WORKDIR /osquery
---> Using cache
---> a495409db766
Step 11 : RUN mkdir /osquery/osquery
---> Using cache
---> 5fd8dd8c940f
Step 12 : RUN chown -R nobody /osquery
---> Using cache
---> 3f01c502b0a5
Step 13 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> f058070ab6fa
Step 14 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> b44eb7131bbf
Step 15 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> 3edcdd6fb272
Step 16 : USER nobody
---> Running in da2183595437
---> 9bdbdabf2d05
Removing intermediate container da2183595437
Step 17 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in 5cd54f07a129
---> afab9d6161ec
Removing intermediate container 5cd54f07a129
Successfully built afab9d6161ec
Step 1 : FROM ubuntu:12.04
---> c669f0ad611f
Step 2 : MAINTAINER REDACTED
---> Using cache
---> 7ccac509c3c8
Step 3 : RUN apt-get update --fix-missing
---> Using cache
---> 2a62f03c6af1
Step 4 : RUN apt-get install -y --force-yes apt-utils python python3 software-properties-common python-software-properties ruby1.9.1-dev bzip2 libbz2-dev build-essential sudo make git ruby
---> Using cache
---> 92e6e33054ea
Step 5 : RUN sudo apt-get install -y --force-yes python3-setuptools
---> Using cache
---> 538d53f22507
Step 6 : RUN gem install fpm
---> Using cache
---> cef6b5a97f67
Step 7 : RUN echo "nobody ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/nobody
---> Using cache
---> b770450e5888
Step 8 : RUN chmod 0440 /etc/sudoers.d/nobody
---> Using cache
---> 7c3d14f08310
Step 9 : WORKDIR /osquery
---> Using cache
---> 69edecede373
Step 10 : RUN mkdir /osquery/osquery
---> Using cache
---> 932435debb3f
Step 11 : RUN chown -R nobody /osquery
---> Using cache
---> 6c0a983e463f
Step 12 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> a78d99b724af
Step 13 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> aaecf54dac7f
Step 14 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> b2b73fae7537
Step 15 : USER nobody
---> Running in 987883bacd3d
---> 6543f9101404
Removing intermediate container 987883bacd3d
Step 16 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in a3b6987f8e31
---> b9492b763819
Removing intermediate container a3b6987f8e31
Successfully built b9492b763819
Step 1 : FROM ubuntu:16.04
---> 4ca3a192ff2a
Step 2 : MAINTAINER REDACTED
---> Using cache
---> 0cd682ed66c1
Step 3 : RUN apt-get update --fix-missing
---> Using cache
---> 52f0ab34b768
Step 4 : RUN apt-get install -y --force-yes apt-utils python python3 ruby ruby-dev build-essential python-pip sudo make git ruby
---> Using cache
---> 251c447b0985
Step 5 : RUN gem install fpm
---> Using cache
---> 5d056b8c539a
Step 6 : RUN pip install jinja2
---> Using cache
---> 03afa0b52262
Step 7 : RUN echo "nobody ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/nobody
---> Using cache
---> ddcc174f402f
Step 8 : RUN chmod 0440 /etc/sudoers.d/nobody
---> Using cache
---> c879ecec36f7
Step 9 : WORKDIR /osquery
---> Using cache
---> 09ef0841b3cb
Step 10 : RUN mkdir /osquery/osquery
---> Using cache
---> 44030f89199d
Step 11 : RUN chown -R nobody /osquery
---> Using cache
---> 3a5983952b4d
Step 12 : RUN mkdir -p /usr/local/osquery/ && chown nobody -R /usr/local/osquery/
---> Using cache
---> 54d83eb00348
Step 13 : RUN mkdir -p /.cache && chown nobody -R /.cache
---> Using cache
---> 848c13c95024
Step 14 : RUN mkdir -p /nonexistent && chown nobody -R /nonexistent
---> Using cache
---> 381004d89135
Step 15 : USER nobody
---> Running in 39b10469fbbc
---> 2c6c6264ff4c
Removing intermediate container 39b10469fbbc
Step 16 : CMD /entrypoint/build_osquery_entrypoint.py --repo <osquery_repo> --branch development --workdir /osquery --auth_ssh_key_environment_variable <ssh_key_env_var>
---> Running in bf45fbfe1c8d
---> a1ae065bcb3a
Removing intermediate container bf45fbfe1c8d
Successfully built a1ae065bcb3a
docker-compose up
Attaching to osquerybuild_ubuntu1510_1, osquerybuild_centos7_1, osquerybuild_ubuntu1504_1, osquerybuild_ubuntu1204_1, osquerybuild_ubuntu1404_1, osquerybuild_ubuntu1604_1, osquerybuild_debian8_1
ubuntu1510_1 | Cloning into '/tmp/osquery'...
centos7_1 | Cloning into '/tmp/osquery'...
centos7_1 | Could not create directory '/.ssh'.
ubuntu1504_1 | Cloning into '/tmp/osquery'...
ubuntu1204_1 | Cloning into '/tmp/osquery'...
ubuntu1404_1 | Cloning into '/tmp/osquery'...
ubuntu1604_1 | Cloning into '/tmp/osquery'...
debian8_1 | Cloning into '/tmp/osquery'...
ubuntu1404_1 | total 12
ubuntu1404_1 | drwxrwxr-x 3 1000 1000 4096 Dec 1 03:29 .
ubuntu1404_1 | drwxr-xr-x 58 root root 4096 Dec 1 03:29 ..
ubuntu1404_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
ubuntu1404_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
ubuntu1504_1 | total 16
ubuntu1504_1 | drwxrwxr-x 4 1000 1000 4096 Dec 1 03:29 .
ubuntu1504_1 | drwxr-xr-x 59 root root 4096 Dec 1 03:29 ..
ubuntu1504_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
ubuntu1504_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
ubuntu1504_1 | drwxr-xr-x 13 nobody root 4096 Dec 1 03:29 osquery
centos7_1 | total 16
centos7_1 | drwxrwxr-x 4 1000 1000 4096 Dec 1 03:29 .
centos7_1 | drwxr-xr-x 50 root root 4096 Dec 1 03:29 ..
centos7_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
centos7_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
centos7_1 | drwxr-xr-x 13 65534 root 4096 Dec 1 03:29 osquery
centos7_1 | Could not create directory '/.ssh'.
ubuntu1404_1 | error: cannot open .git/FETCH_HEAD: Permission denied
ubuntu1404_1 |
ubuntu1404_1 | Authenticating with ssh key stored in <ssh_key_env_var>
ubuntu1404_1 | ['git', 'fetch']:
ubuntu1404_1 | None
ubuntu1404_1 | Traceback (most recent call last):
ubuntu1404_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
ubuntu1404_1 | raise e
ubuntu1404_1 | subprocess.CalledProcessError: Command '['git', 'fetch']' returned non-zero exit status 1
ubuntu1510_1 | total 16
ubuntu1510_1 | drwxrwxr-x 4 1000 1000 4096 Dec 1 03:29 .
ubuntu1510_1 | drwxr-xr-x 60 root root 4096 Dec 1 03:29 ..
ubuntu1510_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
ubuntu1510_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
ubuntu1510_1 | drwxr-xr-x 13 99 root 4096 Dec 1 03:29 osquery
osquerybuild_ubuntu1404_1 exited with code 1
ubuntu1204_1 | total 16
ubuntu1204_1 | drwxrwxr-x 4 1000 1000 4096 Dec 1 03:29 .
ubuntu1204_1 | drwxr-xr-x 59 root root 4096 Dec 1 03:29 ..
ubuntu1204_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
ubuntu1204_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
ubuntu1204_1 | drwxr-xr-x 13 nobody root 4096 Dec 1 03:29 osquery
debian8_1 | total 16
debian8_1 | drwxrwxr-x 4 1000 1000 4096 Dec 1 03:29 .
debian8_1 | drwxr-xr-x 52 root root 4096 Dec 1 03:29 ..
debian8_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
debian8_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
debian8_1 | drwxr-xr-x 13 nobody root 4096 Dec 1 03:29 osquery
ubuntu1604_1 | total 16
ubuntu1604_1 | drwxrwxr-x 4 1000 1000 4096 Dec 1 03:29 .
ubuntu1604_1 | drwxr-xr-x 61 root root 4096 Dec 1 03:29 ..
ubuntu1604_1 | drwx------ 2 1000 1000 4096 Nov 29 05:24 .ssh
ubuntu1604_1 | -rw-r--r-- 1 1000 1000 0 Nov 29 22:52 .sudo_as_admin_successful
ubuntu1604_1 | drwxr-xr-x 13 nobody root 4096 Dec 1 03:29 osquery
ubuntu1510_1 | Switched to a new branch 'development'
ubuntu1510_1 | Branch development set up to track remote branch development from origin.
ubuntu1510_1 | rm -rf .sources build/wily build/debug_wily build/docs build/wiki
ubuntu1510_1 | rm -rf build/linux build/debug_linux
ubuntu1510_1 | ./tools/provision.sh clean wily
ubuntu1510_1 | [+] requesting sudo: rm -rf /usr/local/osquery
ubuntu1510_1 | ./tools/provision.sh build wily
ubuntu1510_1 | [+] found ubuntu provision script: /osquery/osquery/tools/provision/ubuntu.sh
ubuntu1510_1 | [+] requesting sudo: apt-get -y update
ubuntu1510_1 | Hit http://archive.ubuntu.com wily InRelease
ubuntu1510_1 | Hit http://archive.ubuntu.com wily-updates InRelease
ubuntu1510_1 | Hit http://archive.ubuntu.com wily-security InRelease
ubuntu1510_1 | Get:1 http://archive.ubuntu.com wily/main Sources [1411 kB]
ubuntu1510_1 | Get:2 http://archive.ubuntu.com wily/restricted Sources [7171 B]
ubuntu1510_1 | Get:3 http://archive.ubuntu.com wily/universe Sources [8976 kB]
ubuntu1204_1 | Already on 'development'
ubuntu1204_1 | rm -rf .sources build/precise build/debug_precise build/docs build/wiki
ubuntu1204_1 | rm -rf build/linux build/debug_linux
ubuntu1204_1 | ./tools/provision.sh clean precise
ubuntu1204_1 | [+] requesting sudo: rm -rf /usr/local/osquery
ubuntu1204_1 | ./tools/provision.sh build precise
ubuntu1504_1 | Already on 'development'
ubuntu1504_1 | Your branch is up-to-date with 'origin/development'.
centos7_1 | error: cannot open .git/FETCH_HEAD: Permission denied
centos7_1 |
centos7_1 | Authenticating with ssh key stored in <ssh_key_env_var>
centos7_1 | ['git', 'fetch']:
centos7_1 | None
centos7_1 | Traceback (most recent call last):
centos7_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
centos7_1 | raise e
centos7_1 | subprocess.CalledProcessError: Command '['git', 'fetch']' returned non-zero exit status 1
ubuntu1504_1 | rm -rf .sources build/vivid build/debug_vivid build/docs build/wiki
ubuntu1504_1 | rm -rf build/linux build/debug_linux
ubuntu1504_1 | ./tools/provision.sh clean vivid
ubuntu1510_1 | Get:4 http://archive.ubuntu.com wily/main amd64 Packages [1833 kB]
ubuntu1204_1 | [+] found ubuntu provision script: /osquery/osquery/tools/provision/ubuntu.sh
ubuntu1204_1 | [+] requesting sudo: apt-get -y update
osquerybuild_centos7_1 exited with code 1
ubuntu1504_1 | [+] requesting sudo: rm -rf /usr/local/osquery
ubuntu1204_1 | Hit http://archive.ubuntu.com precise Release.gpg
ubuntu1204_1 | Get:1 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
ubuntu1204_1 | Get:2 http://archive.ubuntu.com precise-security Release.gpg [198 B]
ubuntu1504_1 | ./tools/provision.sh build vivid
ubuntu1204_1 | Hit http://archive.ubuntu.com precise Release
ubuntu1204_1 | Get:3 http://archive.ubuntu.com precise-updates Release [55.4 kB]
ubuntu1604_1 | Already on 'development'
ubuntu1604_1 | Your branch is up-to-date with 'origin/development'.
ubuntu1510_1 | Get:5 http://archive.ubuntu.com wily/restricted amd64 Packages [23.1 kB]
ubuntu1604_1 | rm -rf .sources build/xenial build/debug_xenial build/docs build/wiki
ubuntu1604_1 | rm -rf build/linux build/debug_linux
ubuntu1204_1 | Get:4 http://archive.ubuntu.com precise-security Release [55.5 kB]
ubuntu1504_1 | [+] found ubuntu provision script: /osquery/osquery/tools/provision/ubuntu.sh
ubuntu1504_1 | [+] requesting sudo: apt-get -y update
ubuntu1510_1 | Get:6 http://archive.ubuntu.com wily/universe amd64 Packages [8673 kB]
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/main Sources
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/restricted Sources
ubuntu1604_1 | ./tools/provision.sh clean xenial
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/universe Sources
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/main amd64 Packages
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/restricted amd64 Packages
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/universe amd64 Packages
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/main i386 Packages
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/restricted i386 Packages
ubuntu1204_1 | Hit http://archive.ubuntu.com precise/universe i386 Packages
ubuntu1204_1 | Get:5 http://archive.ubuntu.com precise-updates/main Sources [614 kB]
ubuntu1204_1 | Get:6 http://archive.ubuntu.com precise-updates/restricted Sources [9183 B]
ubuntu1204_1 | Get:7 http://archive.ubuntu.com precise-updates/universe Sources [163 kB]
ubuntu1604_1 | [+] requesting sudo: rm -rf /usr/local/osquery
ubuntu1204_1 | Get:8 http://archive.ubuntu.com precise-updates/main amd64 Packages [1340 kB]
ubuntu1604_1 | ./tools/provision.sh build xenial
ubuntu1204_1 | Get:9 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [19.6 kB]
ubuntu1204_1 | Get:10 http://archive.ubuntu.com precise-updates/universe amd64 Packages [365 kB]
ubuntu1504_1 | Hit http://archive.ubuntu.com vivid InRelease
ubuntu1504_1 | Get:1 http://archive.ubuntu.com vivid-updates InRelease [65.9 kB]
ubuntu1204_1 | Get:11 http://archive.ubuntu.com precise-updates/main i386 Packages [1432 kB]
ubuntu1604_1 | [+] found ubuntu provision script: /osquery/osquery/tools/provision/ubuntu.sh
ubuntu1604_1 | [+] requesting sudo: apt-get -y update
ubuntu1504_1 | Get:2 http://archive.ubuntu.com vivid-security InRelease [65.9 kB]
ubuntu1504_1 | Get:3 http://archive.ubuntu.com vivid/main Sources [1358 kB]
ubuntu1604_1 | Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
ubuntu1604_1 | Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
ubuntu1204_1 | Get:12 http://archive.ubuntu.com precise-updates/restricted i386 Packages [19.5 kB]
ubuntu1204_1 | Get:13 http://archive.ubuntu.com precise-updates/universe i386 Packages [375 kB]
ubuntu1204_1 | Get:14 http://archive.ubuntu.com precise-security/main Sources [185 kB]
ubuntu1204_1 | Get:15 http://archive.ubuntu.com precise-security/restricted Sources [4548 B]
ubuntu1204_1 | Get:16 http://archive.ubuntu.com precise-security/universe Sources [63.2 kB]
ubuntu1204_1 | Get:17 http://archive.ubuntu.com precise-security/main amd64 Packages [845 kB]
ubuntu1604_1 | Get:3 http://archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
ubuntu1604_1 | Fetched 204 kB in 0s (333 kB/s)
ubuntu1204_1 | Get:18 http://archive.ubuntu.com precise-security/restricted amd64 Packages [13.8 kB]
ubuntu1204_1 | Get:19 http://archive.ubuntu.com precise-security/universe amd64 Packages [180 kB]
ubuntu1204_1 | Get:20 http://archive.ubuntu.com precise-security/main i386 Packages [935 kB]
ubuntu1504_1 | Get:4 http://archive.ubuntu.com vivid/restricted Sources [7100 B]
ubuntu1504_1 | Get:5 http://archive.ubuntu.com vivid/universe Sources [8705 kB]
ubuntu1204_1 | Get:21 http://archive.ubuntu.com precise-security/restricted i386 Packages [13.8 kB]
ubuntu1204_1 | Get:22 http://archive.ubuntu.com precise-security/universe i386 Packages [189 kB]
ubuntu1510_1 | Get:7 http://archive.ubuntu.com wily-updates/main Sources [114 kB]
ubuntu1510_1 | Get:8 http://archive.ubuntu.com wily-updates/restricted Sources [3560 B]
ubuntu1604_1 | Reading package lists...
ubuntu1510_1 | Get:9 http://archive.ubuntu.com wily-updates/universe Sources [32.1 kB]
ubuntu1604_1 | [+] git is already installed. skipping.
ubuntu1604_1 | dpkg-query: no packages found matching gawk
ubuntu1604_1 | [+] installing gawk
ubuntu1510_1 | Get:10 http://archive.ubuntu.com wily-updates/main amd64 Packages [316 kB]
ubuntu1510_1 | Get:11 http://archive.ubuntu.com wily-updates/restricted amd64 Packages [20.4 kB]
ubuntu1510_1 | Get:12 http://archive.ubuntu.com wily-updates/universe amd64 Packages [132 kB]
ubuntu1510_1 | Get:13 http://archive.ubuntu.com wily-security/main Sources [68.9 kB]
debian8_1 | Already on 'development'
debian8_1 | Your branch is up-to-date with 'origin/development'.
ubuntu1510_1 | Get:14 http://archive.ubuntu.com wily-security/restricted Sources [2681 B]
ubuntu1510_1 | Get:15 http://archive.ubuntu.com wily-security/universe Sources [15.3 kB]
debian8_1 | rm -rf .sources build/jessie build/debug_jessie build/docs build/wiki
debian8_1 | rm -rf build/linux build/debug_linux
ubuntu1510_1 | Get:16 http://archive.ubuntu.com wily-security/main amd64 Packages [230 kB]
debian8_1 | ./tools/provision.sh clean jessie
ubuntu1510_1 | Get:17 http://archive.ubuntu.com wily-security/restricted amd64 Packages [17.4 kB]
ubuntu1604_1 | Reading package lists...
ubuntu1504_1 | Get:6 http://archive.ubuntu.com vivid/main amd64 Packages [1766 kB]
debian8_1 | [+] requesting sudo: rm -rf /usr/local/osquery
ubuntu1510_1 | Get:18 http://archive.ubuntu.com wily-security/universe amd64 Packages [70.7 kB]
ubuntu1604_1 | Building dependency tree...
ubuntu1604_1 | Reading state information...
ubuntu1510_1 | Fetched 21.9 MB in 7s (3134 kB/s)
debian8_1 | ./tools/provision.sh build jessie
ubuntu1604_1 | The following additional packages will be installed:
ubuntu1604_1 | libsigsegv2
ubuntu1604_1 | Suggested packages:
ubuntu1604_1 | gawk-doc
ubuntu1604_1 | The following NEW packages will be installed:
ubuntu1604_1 | gawk libsigsegv2
ubuntu1504_1 | Get:7 http://archive.ubuntu.com vivid/restricted amd64 Packages [22.8 kB]
ubuntu1204_1 | Fetched 6878 kB in 4s (1662 kB/s)
ubuntu1504_1 | Get:8 http://archive.ubuntu.com vivid/universe amd64 Packages [8393 kB]
debian8_1 | [+] found debian provision script: /osquery/osquery/tools/provision/debian.sh
debian8_1 | [+] requesting sudo: apt-get -y update
ubuntu1604_1 | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
ubuntu1604_1 | Need to get 412 kB of archives.
ubuntu1604_1 | After this operation, 1615 kB of additional disk space will be used.
ubuntu1604_1 | Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsigsegv2 amd64 2.10-4 [14.1 kB]
ubuntu1604_1 | Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 gawk amd64 1:4.1.3+dfsg-0.1 [398 kB]
debian8_1 | Hit http://security.debian.org jessie/updates InRelease
debian8_1 | Get:1 http://security.debian.org jessie/updates/main amd64 Packages [421 kB]
debian8_1 | Ign http://deb.debian.org jessie InRelease
debian8_1 | Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
ubuntu1510_1 | Reading package lists...
ubuntu1510_1 | [+] git is already installed. skipping.
ubuntu1510_1 | dpkg-query: no packages found matching gawk
ubuntu1510_1 | [+] installing gawk
debian8_1 | Hit http://deb.debian.org jessie Release.gpg
ubuntu1604_1 | Fetched 412 kB in 0s (653 kB/s)
ubuntu1604_1 | Selecting previously unselected package libsigsegv2:amd64.
ubuntu1604_1 | (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 ... 20234 files and directories currently installed.)
ubuntu1604_1 | Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
debian8_1 | Hit http://deb.debian.org jessie Release
ubuntu1604_1 | Unpacking libsigsegv2:amd64 (2.10-4) ...
ubuntu1604_1 | Setting up libsigsegv2:amd64 (2.10-4) ...
ubuntu1504_1 | Get:9 http://archive.ubuntu.com vivid-updates/main Sources [143 kB]
ubuntu1604_1 | Processing triggers for libc-bin (2.23-0ubuntu4) ...
debian8_1 | Get:3 http://deb.debian.org jessie-updates/main amd64 Packages [17.6 kB]
ubuntu1604_1 | Selecting previously unselected package gawk.
ubuntu1504_1 | Get:10 http://archive.ubuntu.com vivid-updates/restricted Sources [4189 B]
ubuntu1604_1 | (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 ... 20242 files and directories currently installed.)
debian8_1 | Get:4 http://deb.debian.org jessie/main amd64 Packages [9064 kB]
ubuntu1604_1 | Preparing to unpack .../gawk_1%3a4.1.3+dfsg-0.1_amd64.deb ...
ubuntu1604_1 | Unpacking gawk (1:4.1.3+dfsg-0.1) ...
ubuntu1504_1 | Get:11 http://archive.ubuntu.com vivid-updates/universe Sources [62.3 kB]
ubuntu1604_1 | Setting up gawk (1:4.1.3+dfsg-0.1) ...
ubuntu1504_1 | Get:12 http://archive.ubuntu.com vivid-updates/main amd64 Packages [391 kB]
ubuntu1604_1 | dpkg-query: no packages found matching autotools-dev
ubuntu1604_1 | [+] installing autotools-dev
ubuntu1504_1 | Get:13 http://archive.ubuntu.com vivid-updates/restricted amd64 Packages [20.8 kB]
ubuntu1504_1 | Get:14 http://archive.ubuntu.com vivid-updates/universe amd64 Packages [179 kB]
ubuntu1504_1 | Get:15 http://archive.ubuntu.com vivid-security/main Sources [73.3 kB]
ubuntu1504_1 | Get:16 http://archive.ubuntu.com vivid-security/restricted Sources [3313 B]
ubuntu1204_1 | Reading package lists...
ubuntu1504_1 | Get:17 http://archive.ubuntu.com vivid-security/universe Sources [27.2 kB]
ubuntu1204_1 | [+] git is already installed. skipping.
ubuntu1204_1 | No packages found matching gawk.
ubuntu1204_1 | [+] installing gawk
ubuntu1504_1 | Get:18 http://archive.ubuntu.com vivid-security/main amd64 Packages [271 kB]
ubuntu1504_1 | Get:19 http://archive.ubuntu.com vivid-security/restricted amd64 Packages [17.8 kB]
ubuntu1504_1 | Get:20 http://archive.ubuntu.com vivid-security/universe amd64 Packages [97.3 kB]
ubuntu1510_1 | Reading package lists...
ubuntu1510_1 | Building dependency tree...
ubuntu1510_1 | Reading state information...
ubuntu1504_1 | Fetched 21.7 MB in 6s (3356 kB/s)
ubuntu1510_1 | The following extra packages will be installed:
ubuntu1510_1 | libsigsegv2
ubuntu1510_1 | Suggested packages:
ubuntu1510_1 | gawk-doc
ubuntu1510_1 | The following NEW packages will be installed:
ubuntu1510_1 | gawk libsigsegv2
ubuntu1510_1 | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
ubuntu1510_1 | Need to get 407 kB of archives.
ubuntu1510_1 | After this operation, 1594 kB of additional disk space will be used.
ubuntu1510_1 | Get:1 http://archive.ubuntu.com/ubuntu/ wily/main libsigsegv2 amd64 2.10-4 [14.1 kB]
ubuntu1604_1 | Reading package lists...
ubuntu1510_1 | Get:2 http://archive.ubuntu.com/ubuntu/ wily/main gawk amd64 1:4.1.1+dfsg-1 [393 kB]
ubuntu1604_1 | Building dependency tree...
ubuntu1604_1 | Reading state information...
ubuntu1604_1 | The following NEW packages will be installed:
ubuntu1604_1 | autotools-dev
ubuntu1604_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1604_1 | Need to get 39.8 kB of archives.
ubuntu1604_1 | After this operation, 155 kB of additional disk space will be used.
ubuntu1604_1 | Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB]
debian8_1 | Fetched 9647 kB in 4s (2314 kB/s)
ubuntu1504_1 | Reading package lists...
ubuntu1504_1 | [+] git is already installed. skipping.
ubuntu1504_1 | dpkg-query: no packages found matching gawk
ubuntu1504_1 | [+] installing gawk
ubuntu1204_1 | Reading package lists...
ubuntu1510_1 | Fetched 407 kB in 0s (693 kB/s)
ubuntu1204_1 | Building dependency tree...
ubuntu1204_1 | Reading state information...
ubuntu1510_1 | Selecting previously unselected package libsigsegv2:amd64.
ubuntu1510_1 | (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 ... 20969 files and directories currently installed.)
ubuntu1510_1 | Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
ubuntu1510_1 | Unpacking libsigsegv2:amd64 (2.10-4) ...
ubuntu1604_1 | Fetched 39.8 kB in 0s (121 kB/s)
ubuntu1510_1 | Setting up libsigsegv2:amd64 (2.10-4) ...
ubuntu1604_1 | Selecting previously unselected package autotools-dev.
ubuntu1510_1 | Processing triggers for libc-bin (2.21-0ubuntu4.3) ...
ubuntu1604_1 | (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 ... 20389 files and directories currently installed.)
ubuntu1604_1 | Preparing to unpack .../autotools-dev_20150820.1_all.deb ...
ubuntu1604_1 | Unpacking autotools-dev (20150820.1) ...
ubuntu1204_1 | The following extra packages will be installed:
ubuntu1204_1 | libsigsegv2
ubuntu1204_1 | The following NEW packages will be installed:
ubuntu1204_1 | gawk libsigsegv2
ubuntu1604_1 | Setting up autotools-dev (20150820.1) ...
ubuntu1510_1 | Selecting previously unselected package gawk.
ubuntu1510_1 | (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 ... 20977 files and directories currently installed.)
ubuntu1510_1 | Preparing to unpack .../gawk_1%3a4.1.1+dfsg-1_amd64.deb ...
ubuntu1510_1 | Unpacking gawk (1:4.1.1+dfsg-1) ...
ubuntu1604_1 | dpkg-query: no packages found matching autopoint
ubuntu1604_1 | [+] installing autopoint
ubuntu1510_1 | Setting up gawk (1:4.1.1+dfsg-1) ...
ubuntu1204_1 | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
ubuntu1204_1 | Need to get 479 kB of archives.
ubuntu1204_1 | After this operation, 1421 kB of additional disk space will be used.
ubuntu1204_1 | Get:1 http://archive.ubuntu.com/ubuntu/ precise/main libsigsegv2 amd64 2.9-4ubuntu2 [14.6 kB]
ubuntu1510_1 | dpkg-query: no packages found matching autotools-dev
ubuntu1510_1 | [+] installing autotools-dev
ubuntu1204_1 | Get:2 http://archive.ubuntu.com/ubuntu/ precise/main gawk amd64 1:3.1.8+dfsg-0.1ubuntu1 [465 kB]
debian8_1 | Reading package lists...
debian8_1 | [+] git is already installed. skipping.
debian8_1 | dpkg-query: no packages found matching gawk
debian8_1 | [+] installing gawk
ubuntu1604_1 | Reading package lists...
ubuntu1504_1 | Reading package lists...
ubuntu1604_1 | Building dependency tree...
ubuntu1604_1 | Reading state information...
ubuntu1504_1 | Building dependency tree...
ubuntu1504_1 | Reading state information...
ubuntu1604_1 | The following NEW packages will be installed:
ubuntu1604_1 | autopoint
ubuntu1504_1 | The following extra packages will be installed:
ubuntu1504_1 | libsigsegv2
ubuntu1504_1 | Suggested packages:
ubuntu1504_1 | gawk-doc
ubuntu1504_1 | The following NEW packages will be installed:
ubuntu1504_1 | gawk libsigsegv2
ubuntu1510_1 | Reading package lists...
ubuntu1604_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1604_1 | Need to get 406 kB of archives.
ubuntu1604_1 | After this operation, 457 kB of additional disk space will be used.
ubuntu1604_1 | Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 autopoint all 0.19.7-2ubuntu3 [406 kB]
debian8_1 | Reading package lists...
ubuntu1510_1 | Building dependency tree...
ubuntu1510_1 | Reading state information...
ubuntu1504_1 | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
ubuntu1504_1 | Need to get 407 kB of archives.
ubuntu1504_1 | After this operation, 1594 kB of additional disk space will be used.
ubuntu1504_1 | Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main libsigsegv2 amd64 2.10-4 [14.1 kB]
ubuntu1510_1 | The following NEW packages will be installed:
ubuntu1510_1 | autotools-dev
ubuntu1504_1 | Get:2 http://archive.ubuntu.com/ubuntu/ vivid/main gawk amd64 1:4.1.1+dfsg-1 [393 kB]
debian8_1 | Building dependency tree...
debian8_1 | Reading state information...
ubuntu1510_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1510_1 | Need to get 39.6 kB of archives.
ubuntu1510_1 | After this operation, 188 kB of additional disk space will be used.
ubuntu1510_1 | Get:1 http://archive.ubuntu.com/ubuntu/ wily/main autotools-dev all 20140911.1 [39.6 kB]
debian8_1 | Suggested packages:
debian8_1 | gawk-doc
debian8_1 | The following NEW packages will be installed:
debian8_1 | gawk
debian8_1 | 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
debian8_1 | Need to get 520 kB of archives.
debian8_1 | After this operation, 1896 kB of additional disk space will be used.
debian8_1 | Get:1 http://deb.debian.org/debian/ jessie/main gawk amd64 1:4.1.1+dfsg-1 [520 kB]
ubuntu1604_1 | Fetched 406 kB in 0s (707 kB/s)
ubuntu1604_1 | Selecting previously unselected package autopoint.
ubuntu1604_1 | (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 ... 20403 files and directories currently installed.)
ubuntu1604_1 | Preparing to unpack .../autopoint_0.19.7-2ubuntu3_all.deb ...
ubuntu1604_1 | Unpacking autopoint (0.19.7-2ubuntu3) ...
ubuntu1604_1 | Setting up autopoint (0.19.7-2ubuntu3) ...
ubuntu1604_1 | [+] g++ is already installed. skipping.
ubuntu1604_1 | [+] ruby is already installed. skipping.
ubuntu1604_1 | dpkg-query: no packages found matching curl
ubuntu1604_1 | [+] installing curl
ubuntu1204_1 | Fetched 479 kB in 0s (808 kB/s)
ubuntu1204_1 | Selecting previously unselected package libsigsegv2.
ubuntu1204_1 | (Reading database ... 19579 files and directories currently installed.)
ubuntu1204_1 | Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ...
ubuntu1204_1 | Setting up libsigsegv2 (2.9-4ubuntu2) ...
ubuntu1204_1 | Processing triggers for libc-bin ...
ubuntu1204_1 | ldconfig deferred processing now taking place
ubuntu1204_1 | Selecting previously unselected package gawk.
ubuntu1510_1 | Fetched 39.6 kB in 0s (119 kB/s)
ubuntu1204_1 | (Reading database ... 19587 files and directories currently installed.)
ubuntu1204_1 | Unpacking gawk (from .../gawk_1%3a3.1.8+dfsg-0.1ubuntu1_amd64.deb) ...
ubuntu1510_1 | Selecting previously unselected package autotools-dev.
ubuntu1510_1 | (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 ... 21120 files and directories currently installed.)
ubuntu1510_1 | Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
ubuntu1510_1 | Unpacking autotools-dev (20140911.1) ...
ubuntu1204_1 | Setting up gawk (1:3.1.8+dfsg-0.1ubuntu1) ...
ubuntu1510_1 | Setting up autotools-dev (20140911.1) ...
ubuntu1204_1 | No packages found matching autotools-dev.
ubuntu1204_1 | [+] installing autotools-dev
ubuntu1604_1 | Reading package lists...
ubuntu1510_1 | dpkg-query: no packages found matching autopoint
ubuntu1510_1 | [+] installing autopoint
ubuntu1604_1 | Building dependency tree...
ubuntu1604_1 | Reading state information...
ubuntu1604_1 | The following NEW packages will be installed:
ubuntu1604_1 | curl
ubuntu1604_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1604_1 | Need to get 139 kB of archives.
ubuntu1604_1 | After this operation, 338 kB of additional disk space will be used.
ubuntu1604_1 | Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.2 [139 kB]
ubuntu1504_1 | Fetched 407 kB in 0s (524 kB/s)
ubuntu1504_1 | Selecting previously unselected package libsigsegv2:amd64.
ubuntu1504_1 | (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 ... 19887 files and directories currently installed.)
ubuntu1504_1 | Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
debian8_1 | Fetched 520 kB in 0s (681 kB/s)
ubuntu1504_1 | Unpacking libsigsegv2:amd64 (2.10-4) ...
debian8_1 | Selecting previously unselected package gawk.
debian8_1 | (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 ... 20881 files and directories currently installed.)
debian8_1 | Preparing to unpack .../gawk_1%3a4.1.1+dfsg-1_amd64.deb ...
ubuntu1504_1 | Setting up libsigsegv2:amd64 (2.10-4) ...
debian8_1 | Unpacking gawk (1:4.1.1+dfsg-1) ...
ubuntu1504_1 | Processing triggers for libc-bin (2.21-0ubuntu4) ...
ubuntu1504_1 | Selecting previously unselected package gawk.
ubuntu1504_1 | (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 ... 19895 files and directories currently installed.)
ubuntu1504_1 | Preparing to unpack .../gawk_1%3a4.1.1+dfsg-1_amd64.deb ...
ubuntu1504_1 | Unpacking gawk (1:4.1.1+dfsg-1) ...
debian8_1 | Setting up gawk (1:4.1.1+dfsg-1) ...
ubuntu1510_1 | Reading package lists...
ubuntu1504_1 | Setting up gawk (1:4.1.1+dfsg-1) ...
debian8_1 | [+] autotools-dev is already installed. skipping.
debian8_1 | dpkg-query: no packages found matching autopoint
debian8_1 | [+] installing autopoint
ubuntu1510_1 | Building dependency tree...
ubuntu1510_1 | Reading state information...
ubuntu1510_1 | The following NEW packages will be installed:
ubuntu1510_1 | autopoint
ubuntu1504_1 | dpkg-query: no packages found matching autotools-dev
ubuntu1504_1 | [+] installing autotools-dev
ubuntu1604_1 | Fetched 139 kB in 0s (331 kB/s)
ubuntu1604_1 | Selecting previously unselected package curl.
ubuntu1604_1 | (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 ... 20410 files and directories currently installed.)
ubuntu1604_1 | Preparing to unpack .../curl_7.47.0-1ubuntu2.2_amd64.deb ...
ubuntu1604_1 | Unpacking curl (7.47.0-1ubuntu2.2) ...
ubuntu1510_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1510_1 | Need to get 390 kB of archives.
ubuntu1510_1 | After this operation, 449 kB of additional disk space will be used.
ubuntu1510_1 | Get:1 http://archive.ubuntu.com/ubuntu/ wily/main autopoint all 0.19.4-1ubuntu3 [390 kB]
ubuntu1604_1 | Setting up curl (7.47.0-1ubuntu2.2) ...
ubuntu1604_1 | [+] creating build dir: /usr/local/osquery
ubuntu1604_1 | [+] requesting sudo: mkdir -p /usr/local/osquery
ubuntu1604_1 | [+] setting up new brew in /usr/local/osquery
ubuntu1604_1 | Cloning into '/usr/local/osquery'...
ubuntu1604_1 | /usr/local/osquery/.git: Permission denied
ubuntu1604_1 | Makefile:116: recipe for target 'deps' failed
ubuntu1604_1 | make: *** [deps] Error 1
ubuntu1604_1 | Authenticating with ssh key stored in <ssh_key_env_var>
ubuntu1604_1 | ['make', 'deps']:
ubuntu1604_1 | None
ubuntu1604_1 | Traceback (most recent call last):
ubuntu1604_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
ubuntu1604_1 | raise e
ubuntu1604_1 | subprocess.CalledProcessError: Command '['make', 'deps']' returned non-zero exit status 2
ubuntu1204_1 | Reading package lists...
ubuntu1204_1 | Building dependency tree...
ubuntu1204_1 | Reading state information...
ubuntu1204_1 | The following NEW packages will be installed:
ubuntu1204_1 | autotools-dev
osquerybuild_ubuntu1604_1 exited with code 1
debian8_1 | Reading package lists...
ubuntu1204_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1204_1 | Need to get 42.4 kB of archives.
ubuntu1204_1 | After this operation, 185 kB of additional disk space will be used.
ubuntu1204_1 | Get:1 http://archive.ubuntu.com/ubuntu/ precise/main autotools-dev all 20120210.1ubuntu1 [42.4 kB]
debian8_1 | Building dependency tree...
debian8_1 | Reading state information...
debian8_1 | The following NEW packages will be installed:
debian8_1 | autopoint
ubuntu1504_1 | Reading package lists...
ubuntu1504_1 | Building dependency tree...
ubuntu1504_1 | Reading state information...
ubuntu1504_1 | The following NEW packages will be installed:
ubuntu1504_1 | autotools-dev
debian8_1 | 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
debian8_1 | Need to get 413 kB of archives.
debian8_1 | After this operation, 471 kB of additional disk space will be used.
debian8_1 | Get:1 http://deb.debian.org/debian/ jessie/main autopoint all 0.19.3-2 [413 kB]
ubuntu1504_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1504_1 | Need to get 39.6 kB of archives.
ubuntu1504_1 | After this operation, 188 kB of additional disk space will be used.
ubuntu1504_1 | Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main autotools-dev all 20140911.1 [39.6 kB]
ubuntu1510_1 | Fetched 390 kB in 0s (675 kB/s)
ubuntu1510_1 | Selecting previously unselected package autopoint.
ubuntu1510_1 | (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 ... 21134 files and directories currently installed.)
ubuntu1510_1 | Preparing to unpack .../autopoint_0.19.4-1ubuntu3_all.deb ...
ubuntu1510_1 | Unpacking autopoint (0.19.4-1ubuntu3) ...
ubuntu1510_1 | Setting up autopoint (0.19.4-1ubuntu3) ...
ubuntu1510_1 | [+] g++ is already installed. skipping.
ubuntu1510_1 | [+] ruby is already installed. skipping.
ubuntu1510_1 | dpkg-query: no packages found matching curl
ubuntu1510_1 | [+] installing curl
ubuntu1204_1 | Fetched 42.4 kB in 0s (158 kB/s)
ubuntu1204_1 | Selecting previously unselected package autotools-dev.
ubuntu1204_1 | (Reading database ... 19676 files and directories currently installed.)
ubuntu1204_1 | Unpacking autotools-dev (from .../autotools-dev_20120210.1ubuntu1_all.deb) ...
ubuntu1204_1 | Setting up autotools-dev (20120210.1ubuntu1) ...
ubuntu1204_1 | No packages found matching autopoint.
ubuntu1204_1 | [+] installing autopoint
ubuntu1510_1 | Reading package lists...
ubuntu1510_1 | Building dependency tree...
ubuntu1510_1 | Reading state information...
debian8_1 | Fetched 413 kB in 0s (631 kB/s)
ubuntu1510_1 | The following NEW packages will be installed:
ubuntu1510_1 | curl
debian8_1 | Selecting previously unselected package autopoint.
debian8_1 | (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 ... 21038 files and directories currently installed.)
debian8_1 | Preparing to unpack .../autopoint_0.19.3-2_all.deb ...
debian8_1 | Unpacking autopoint (0.19.3-2) ...
ubuntu1510_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1510_1 | Need to get 134 kB of archives.
ubuntu1510_1 | After this operation, 319 kB of additional disk space will be used.
ubuntu1510_1 | Get:1 http://archive.ubuntu.com/ubuntu/ wily-updates/main curl amd64 7.43.0-1ubuntu2.1 [134 kB]
debian8_1 | Setting up autopoint (0.19.3-2) ...
ubuntu1504_1 | Fetched 39.6 kB in 0s (120 kB/s)
ubuntu1504_1 | Selecting previously unselected package autotools-dev.
ubuntu1504_1 | (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 ... 20038 files and directories currently installed.)
ubuntu1504_1 | Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
debian8_1 | [+] g++ is already installed. skipping.
debian8_1 | [+] ruby is already installed. skipping.
ubuntu1504_1 | Unpacking autotools-dev (20140911.1) ...
debian8_1 | dpkg-query: no packages found matching curl
debian8_1 | [+] installing curl
ubuntu1504_1 | Setting up autotools-dev (20140911.1) ...
ubuntu1504_1 | dpkg-query: no packages found matching autopoint
ubuntu1504_1 | [+] installing autopoint
debian8_1 | Reading package lists...
ubuntu1204_1 | Reading package lists...
ubuntu1510_1 | Fetched 134 kB in 0s (311 kB/s)
ubuntu1510_1 | Selecting previously unselected package curl.
ubuntu1510_1 | (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 ... 21141 files and directories currently installed.)
ubuntu1510_1 | Preparing to unpack .../curl_7.43.0-1ubuntu2.1_amd64.deb ...
ubuntu1510_1 | Unpacking curl (7.43.0-1ubuntu2.1) ...
ubuntu1510_1 | Setting up curl (7.43.0-1ubuntu2.1) ...
debian8_1 | Building dependency tree...
debian8_1 | Reading state information...
debian8_1 | The following extra packages will be installed:
debian8_1 | libcurl3
debian8_1 | The following NEW packages will be installed:
debian8_1 | curl libcurl3
ubuntu1204_1 | Building dependency tree...
ubuntu1204_1 | Reading state information...
ubuntu1204_1 | The following NEW packages will be installed:
ubuntu1204_1 | autopoint
ubuntu1510_1 | [+] creating build dir: /usr/local/osquery
ubuntu1510_1 | [+] requesting sudo: mkdir -p /usr/local/osquery
ubuntu1510_1 | [+] setting up new brew in /usr/local/osquery
ubuntu1510_1 | Cloning into '/usr/local/osquery'...
ubuntu1510_1 | /usr/local/osquery/.git: Permission denied
ubuntu1510_1 | Makefile:116: recipe for target 'deps' failed
ubuntu1510_1 | make: *** [deps] Error 1
ubuntu1510_1 | Traceback (most recent call last):
ubuntu1510_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
ubuntu1510_1 | Authenticating with ssh key stored in <ssh_key_env_var>
ubuntu1510_1 | ['make', 'deps']:
ubuntu1510_1 | None
ubuntu1510_1 | raise e
ubuntu1510_1 | subprocess.CalledProcessError: Command '['make', 'deps']' returned non-zero exit status 2
debian8_1 | 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
debian8_1 | Need to get 460 kB of archives.
debian8_1 | After this operation, 933 kB of additional disk space will be used.
debian8_1 | Get:1 http://security.debian.org/ jessie/updates/main libcurl3 amd64 7.38.0-4+deb8u5 [259 kB]
ubuntu1504_1 | Reading package lists...
debian8_1 | Get:2 http://security.debian.org/ jessie/updates/main curl amd64 7.38.0-4+deb8u5 [200 kB]
ubuntu1204_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1204_1 | Need to get 604 kB of archives.
ubuntu1204_1 | After this operation, 684 kB of additional disk space will be used.
ubuntu1204_1 | Get:1 http://archive.ubuntu.com/ubuntu/ precise/main autopoint all 0.18.1.1-5ubuntu3 [604 kB]
ubuntu1504_1 | Building dependency tree...
ubuntu1504_1 | Reading state information...
ubuntu1504_1 | The following NEW packages will be installed:
ubuntu1504_1 | autopoint
osquerybuild_ubuntu1510_1 exited with code 1
ubuntu1504_1 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
ubuntu1504_1 | Need to get 383 kB of archives.
ubuntu1504_1 | After this operation, 470 kB of additional disk space will be used.
ubuntu1504_1 | Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main autopoint all 0.19.2-2ubuntu1 [383 kB]
debian8_1 | Fetched 460 kB in 0s (4234 kB/s)
debian8_1 | Selecting previously unselected package libcurl3:amd64.
debian8_1 | (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 ... 21046 files and directories currently installed.)
debian8_1 | Preparing to unpack .../libcurl3_7.38.0-4+deb8u5_amd64.deb ...
debian8_1 | Unpacking libcurl3:amd64 (7.38.0-4+deb8u5) ...
debian8_1 | Selecting previously unselected package curl.
debian8_1 | Preparing to unpack .../curl_7.38.0-4+deb8u5_amd64.deb ...
debian8_1 | Unpacking curl (7.38.0-4+deb8u5) ...
debian8_1 | Setting up libcurl3:amd64 (7.38.0-4+deb8u5) ...
ubuntu1204_1 | Fetched 604 kB in 0s (1029 kB/s)
ubuntu1504_1 | Fetched 383 kB in 0s (672 kB/s)
ubuntu1204_1 | Selecting previously unselected package autopoint.
ubuntu1504_1 | Selecting previously unselected package autopoint.
ubuntu1204_1 | (Reading database ... 19689 files and directories currently installed.)
ubuntu1204_1 | Unpacking autopoint (from .../autopoint_0.18.1.1-5ubuntu3_all.deb) ...
ubuntu1504_1 | (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 ... 20052 files and directories currently installed.)
ubuntu1504_1 | Preparing to unpack .../autopoint_0.19.2-2ubuntu1_all.deb ...
ubuntu1504_1 | Unpacking autopoint (0.19.2-2ubuntu1) ...
debian8_1 | Setting up curl (7.38.0-4+deb8u5) ...
debian8_1 | Processing triggers for libc-bin (2.19-18+deb8u6) ...
ubuntu1204_1 | Setting up autopoint (0.18.1.1-5ubuntu3) ...
ubuntu1504_1 | Setting up autopoint (0.19.2-2ubuntu1) ...
ubuntu1204_1 | [+] g++ is already installed. skipping.
ubuntu1204_1 | [+] ruby is already installed. skipping.
ubuntu1204_1 | No packages found matching curl.
ubuntu1204_1 | [+] installing curl
debian8_1 | [+] creating build dir: /usr/local/osquery
debian8_1 | [+] requesting sudo: mkdir -p /usr/local/osquery
debian8_1 | [+] setting up new brew in /usr/local/osquery
debian8_1 | Cloning into '/usr/local/osquery'...
debian8_1 | /usr/local/osquery/.git: Permission denied
debian8_1 | Makefile:116: recipe for target 'deps' failed
debian8_1 | make: *** [deps] Error 1
debian8_1 | Authenticating with ssh key stored in <ssh_key_env_var>
debian8_1 | ['make', 'deps']:
debian8_1 | None
debian8_1 | Traceback (most recent call last):
debian8_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
debian8_1 | raise e
debian8_1 | subprocess.CalledProcessError: Command '['make', 'deps']' returned non-zero exit status 2
ubuntu1504_1 | [+] g++ is already installed. skipping.
ubuntu1504_1 | [+] ruby is already installed. skipping.
ubuntu1504_1 | dpkg-query: no packages found matching curl
ubuntu1504_1 | [+] installing curl
osquerybuild_debian8_1 exited with code 1
ubuntu1504_1 | Reading package lists...
ubuntu1504_1 | Building dependency tree...
ubuntu1504_1 | Reading state information...
ubuntu1204_1 | Reading package lists...
ubuntu1504_1 | The following extra packages will be installed:
ubuntu1504_1 | libcurl3
ubuntu1504_1 | The following NEW packages will be installed:
ubuntu1504_1 | curl libcurl3
ubuntu1204_1 | Building dependency tree...
ubuntu1204_1 | Reading state information...
ubuntu1204_1 | The following extra packages will be installed:
ubuntu1204_1 | libcurl3
ubuntu1204_1 | The following NEW packages will be installed:
ubuntu1204_1 | curl libcurl3
ubuntu1504_1 | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
ubuntu1504_1 | Need to get 309 kB of archives.
ubuntu1504_1 | After this operation, 904 kB of additional disk space will be used.
ubuntu1504_1 | Get:1 http://archive.ubuntu.com/ubuntu/ vivid-updates/main libcurl3 amd64 7.38.0-3ubuntu2.3 [180 kB]
ubuntu1204_1 | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
ubuntu1204_1 | Need to get 375 kB of archives.
ubuntu1204_1 | After this operation, 915 kB of additional disk space will be used.
ubuntu1204_1 | Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 amd64 7.22.0-3ubuntu4.17 [237 kB]
ubuntu1504_1 | Get:2 http://archive.ubuntu.com/ubuntu/ vivid-updates/main curl amd64 7.38.0-3ubuntu2.3 [129 kB]
ubuntu1204_1 | Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main curl amd64 7.22.0-3ubuntu4.17 [138 kB]
ubuntu1504_1 | Fetched 309 kB in 0s (621 kB/s)
ubuntu1504_1 | Selecting previously unselected package libcurl3:amd64.
ubuntu1504_1 | (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 ... 20059 files and directories currently installed.)
ubuntu1504_1 | Preparing to unpack .../libcurl3_7.38.0-3ubuntu2.3_amd64.deb ...
ubuntu1504_1 | Unpacking libcurl3:amd64 (7.38.0-3ubuntu2.3) ...
ubuntu1504_1 | Selecting previously unselected package curl.
ubuntu1504_1 | Preparing to unpack .../curl_7.38.0-3ubuntu2.3_amd64.deb ...
ubuntu1504_1 | Unpacking curl (7.38.0-3ubuntu2.3) ...
ubuntu1504_1 | Setting up libcurl3:amd64 (7.38.0-3ubuntu2.3) ...
ubuntu1504_1 | Setting up curl (7.38.0-3ubuntu2.3) ...
ubuntu1504_1 | Processing triggers for libc-bin (2.21-0ubuntu4) ...
ubuntu1204_1 | Fetched 375 kB in 0s (758 kB/s)
ubuntu1204_1 | Selecting previously unselected package libcurl3.
ubuntu1204_1 | (Reading database ... 19697 files and directories currently installed.)
ubuntu1204_1 | Unpacking libcurl3 (from .../libcurl3_7.22.0-3ubuntu4.17_amd64.deb) ...
ubuntu1204_1 | Selecting previously unselected package curl.
ubuntu1204_1 | Unpacking curl (from .../curl_7.22.0-3ubuntu4.17_amd64.deb) ...
ubuntu1204_1 | Setting up libcurl3 (7.22.0-3ubuntu4.17) ...
ubuntu1204_1 | Setting up curl (7.22.0-3ubuntu4.17) ...
ubuntu1504_1 | [+] creating build dir: /usr/local/osquery
ubuntu1504_1 | [+] requesting sudo: mkdir -p /usr/local/osquery
ubuntu1204_1 | Processing triggers for libc-bin ...
ubuntu1504_1 | [+] setting up new brew in /usr/local/osquery
ubuntu1204_1 | ldconfig deferred processing now taking place
ubuntu1504_1 | Cloning into '/usr/local/osquery'...
ubuntu1504_1 | /usr/local/osquery/.git: Permission denied
ubuntu1504_1 | Makefile:116: recipe for target 'deps' failed
ubuntu1504_1 | make: *** [deps] Error 1
ubuntu1504_1 | Authenticating with ssh key stored in <ssh_key_env_var>
ubuntu1504_1 | ['make', 'deps']:
ubuntu1504_1 | None
ubuntu1504_1 | Traceback (most recent call last):
ubuntu1504_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
ubuntu1504_1 | raise e
ubuntu1504_1 | subprocess.CalledProcessError: Command '['make', 'deps']' returned non-zero exit status 2
ubuntu1204_1 | [+] creating build dir: /usr/local/osquery
ubuntu1204_1 | [+] requesting sudo: mkdir -p /usr/local/osquery
ubuntu1204_1 | [+] setting up new brew in /usr/local/osquery
ubuntu1204_1 | Cloning into '/usr/local/osquery'...
ubuntu1204_1 | /usr/local/osquery/.git: Permission denied
ubuntu1204_1 | make: *** [deps] Error 1
ubuntu1204_1 | Authenticating with ssh key stored in <ssh_key_env_var>
ubuntu1204_1 | ['make', 'deps']:
ubuntu1204_1 | None
ubuntu1204_1 | Traceback (most recent call last):
ubuntu1204_1 | File "/entrypoint/build_osquery_entrypoint.py", line 229, in <module>
ubuntu1204_1 | raise e
ubuntu1204_1 | subprocess.CalledProcessError: Command '['make', 'deps']' returned non-zero exit status 2
osquerybuild_ubuntu1504_1 exited with code 1
osquerybuild_ubuntu1204_1 exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment