Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # yocto Dockerfile
- #
- # https://github.com/RobertBerger/yocto-autobuilder
- #
- # Pull base image.
- FROM reliableembeddedsystems/yocto
- # Ubuntu and Debian Yocto dependencies:
- # The essential and graphical support packages you need for a supported Ubuntu or Debian distribution are shown in the following command:
- #RUN sudo apt-get install -y gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath libsdl1.2-dev xterm
- # additional (old?) Yocto dependencies:
- #RUN sudo apt-get install -y make xsltproc docbook-utils fop autoconf automake libtool libglib2.0-dev
- # buildbot dependencies
- RUN sudo apt-get install -y libjs-sphinxdoc libjs-underscore python-decorator python-jinja2 python-markupsafe python-migrate
- RUN sudo apt-get install -y python-sqlalchemy python-sqlalchemy-ext python-sqlparse python-tempita python-twisted-mail
- RUN sudo apt-get install -y python-twisted-names python-twisted-web python-twisted-words
- RUN sudo apt-get install -y javascript-common python-jinja2-doc python-sqlalchemy-doc python-psycopg2 python-mysqldb
- RUN sudo apt-get install -y python-kinterbasdb python-pymssql
- # autobuilder dependencies
- RUN sudo apt-get install -y tightvncserver xtightvncviewer sqlite
- # autobuilder patching
- RUN puppet apply --modulepath=/modules -e "class { 'autobuilder_before_install': }"
- # here we actually install the yocto-autobuilder
- RUN (su genius -c "cd /home/genius/test/yocto-autobuilder ; ./yocto-stop-autobuilder both; . ./yocto-autobuilder-setup; ./yocto-start-autobuilder both")
- # Add one time startup script to start yocto-autobuilder
- ADD etc_my_init.d/02_start_autobuilder.sh /etc/my_init.d/02_start_autobuilder.sh
- # in case the sanity tests failed
- #RUN sudo apt-get install -y tightvncserver xtightvncviewer
- # some permissions got screwed up (puppet?) - fix:
- RUN chown genius:genius /home/genius
- RUN chown genius:genius /home/genius/test
- # Use baseimage-docker's init system.
- CMD ["/sbin/my_init"]
- Logs:
- Step 0 : FROM reliableembeddedsystems/yocto
- Pulling image (latest) from reliableembeddedsystems/yocto, endpoint: https://cdn-registry-1.docker.io/v1/ 02b7309ea07e
- Download complete 511136ea3c5a
- Download complete 5e66087f3ffe
- Download complete 4d26dd3ebc1c
- Download complete d4010efcfd86
- Download complete 99ec81b80c55
- Download complete 82c9a6741336
- Download complete 5cbfee875b7b
- Download complete afc7fc2f17c1
- Download complete 5a21d2ea788e
- Download complete 521a42e63a27
- Download complete 35c2d5a269ff
- Download complete 564015884f52
- Download complete fda994443aad
- Download complete cef2c7a5e2ea
- Download complete 74d513ac4f3b
- Download complete 9ec764f12cc2
- Download complete 3b4378d7fa5c
- Download complete 32b2e7f024dd
- Download complete 6f21766340bc
- Download complete 9a8dcaf2a216
- Download complete 5cf22a614d3e
- Download complete 6fc81e850792
- Download complete f61907515152
- Download complete 82267e85893f
- Download complete 1e848990cdc2
- Download complete 78f213804759
- Download complete 0d3e5ed8957c
- Download complete 55b5c5bebcd7
- Download complete c03d193c3f4d
- Download complete e75ad50f7025
- Download complete c4af4e0a46df
- Download complete 8fd4090b0376
- Download complete 5c4e9effba76
- Download complete 8447b4aec1cd
- Download complete bd7f932f7299
- Download complete e9e2d00b3db8
- Download complete da5fce15a67f
- Download complete 376999b03730
- Download complete 4ce2c6218581
- Download complete 02b7309ea07e
- Download complete 02b7309ea07e
- ---> 02b7309ea07e
- Step 1 : RUN sudo apt-get install -y libjs-sphinxdoc libjs-underscore python-decorator python-jinja2 python-markupsafe python-migrate
- ---> Running in 0cf5e45e6fd5
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- libjs-jquery python-pbr python-pkg-resources python-sqlalchemy
- python-sqlalchemy-ext python-tempita
- Suggested packages:
- javascript-common python-jinja2-doc python-distribute python-distribute-doc
- python-sqlalchemy-doc python-psycopg2 python-mysqldb python-kinterbasdb
- python-pymssql
- The following NEW packages will be installed:
- libjs-jquery libjs-sphinxdoc libjs-underscore python-decorator python-jinja2
- python-markupsafe python-migrate python-pbr python-pkg-resources
- python-sqlalchemy python-sqlalchemy-ext python-tempita
- 0 upgraded, 12 newly installed, 0 to remove and 16 not upgraded.
- Need to get 1139 kB of archives.
- After this operation, 6572 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libjs-jquery all 1.7.2+dfsg-2ubuntu1 [78.8 kB]
- Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libjs-underscore all 1.4.4-2ubuntu1 [45.6 kB]
- Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjs-sphinxdoc all 1.2.2+dfsg-1ubuntu1.1 [41.4 kB]
- Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main python-decorator all 3.4.0-2build1 [19.2 kB]
- Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main python-pbr all 0.7.0-0ubuntu2 [36.1 kB]
- Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main python-pkg-resources all 3.3-1ubuntu1 [61.9 kB]
- Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main python-sqlalchemy all 0.8.4-1build1 [532 kB]
- Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main python-tempita all 0.5.2-1build1 [13.8 kB]
- Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main python-migrate all 0.8.2-3ubuntu1 [122 kB]
- Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main python-markupsafe amd64 0.18-1build2 [14.3 kB]
- Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main python-jinja2 all 2.7.2-2 [161 kB]
- Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main python-sqlalchemy-ext amd64 0.8.4-1build1 [13.6 kB]
- [91mdebconf: unable to initialize frontend: Dialog
- [0m
- [91mdebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- [0m
- [91mdebconf: unable to initialize frontend: Readline
- [0m
- [91mdebconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- [0m
- [91mdpkg-preconfigure: unable to re-open stdin:
- [0m
- Fetched 1139 kB in 0s (3371 kB/s)
- Selecting previously unselected package libjs-jquery.
- (Reading database ... 33196 files and directories currently installed.)
- Preparing to unpack .../libjs-jquery_1.7.2+dfsg-2ubuntu1_all.deb ...
- Unpacking libjs-jquery (1.7.2+dfsg-2ubuntu1) ...
- Selecting previously unselected package libjs-underscore.
- Preparing to unpack .../libjs-underscore_1.4.4-2ubuntu1_all.deb ...
- Unpacking libjs-underscore (1.4.4-2ubuntu1) ...
- Selecting previously unselected package libjs-sphinxdoc.
- Preparing to unpack .../libjs-sphinxdoc_1.2.2+dfsg-1ubuntu1.1_all.deb ...
- Unpacking libjs-sphinxdoc (1.2.2+dfsg-1ubuntu1.1) ...
- Selecting previously unselected package python-decorator.
- Preparing to unpack .../python-decorator_3.4.0-2build1_all.deb ...
- Unpacking python-decorator (3.4.0-2build1) ...
- Selecting previously unselected package python-pbr.
- Preparing to unpack .../python-pbr_0.7.0-0ubuntu2_all.deb ...
- Unpacking python-pbr (0.7.0-0ubuntu2) ...
- Selecting previously unselected package python-pkg-resources.
- Preparing to unpack .../python-pkg-resources_3.3-1ubuntu1_all.deb ...
- Unpacking python-pkg-resources (3.3-1ubuntu1) ...
- Selecting previously unselected package python-sqlalchemy.
- Preparing to unpack .../python-sqlalchemy_0.8.4-1build1_all.deb ...
- Unpacking python-sqlalchemy (0.8.4-1build1) ...
- Selecting previously unselected package python-tempita.
- Preparing to unpack .../python-tempita_0.5.2-1build1_all.deb ...
- Unpacking python-tempita (0.5.2-1build1) ...
- Selecting previously unselected package python-migrate.
- Preparing to unpack .../python-migrate_0.8.2-3ubuntu1_all.deb ...
- Unpacking python-migrate (0.8.2-3ubuntu1) ...
- Selecting previously unselected package python-markupsafe.
- Preparing to unpack .../python-markupsafe_0.18-1build2_amd64.deb ...
- Unpacking python-markupsafe (0.18-1build2) ...
- Selecting previously unselected package python-jinja2.
- Preparing to unpack .../python-jinja2_2.7.2-2_all.deb ...
- Unpacking python-jinja2 (2.7.2-2) ...
- Selecting previously unselected package python-sqlalchemy-ext.
- Preparing to unpack .../python-sqlalchemy-ext_0.8.4-1build1_amd64.deb ...
- Unpacking python-sqlalchemy-ext (0.8.4-1build1) ...
- Setting up libjs-jquery (1.7.2+dfsg-2ubuntu1) ...
- Setting up libjs-underscore (1.4.4-2ubuntu1) ...
- Setting up libjs-sphinxdoc (1.2.2+dfsg-1ubuntu1.1) ...
- Setting up python-decorator (3.4.0-2build1) ...
- Setting up python-pbr (0.7.0-0ubuntu2) ...
- Setting up python-pkg-resources (3.3-1ubuntu1) ...
- Setting up python-sqlalchemy (0.8.4-1build1) ...
- Setting up python-tempita (0.5.2-1build1) ...
- Setting up python-migrate (0.8.2-3ubuntu1) ...
- Setting up python-markupsafe (0.18-1build2) ...
- Setting up python-jinja2 (2.7.2-2) ...
- Setting up python-sqlalchemy-ext (0.8.4-1build1) ...
- ---> 41ae746b586b
- Removing intermediate container 0cf5e45e6fd5
- Step 2 : RUN sudo apt-get install -y python-sqlalchemy python-sqlalchemy-ext python-sqlparse python-tempita python-twisted-mail
- ---> Running in b8358380f1e8
- Reading package lists...
- Building dependency tree...
- Reading state information...
- python-sqlalchemy is already the newest version.
- python-sqlalchemy set to manually installed.
- python-sqlalchemy-ext is already the newest version.
- python-sqlalchemy-ext set to manually installed.
- python-tempita is already the newest version.
- python-tempita set to manually installed.
- The following extra packages will be installed:
- python-openssl python-pam python-serial python-twisted-bin
- python-twisted-core python-twisted-names python-zope.interface
- Suggested packages:
- python-openssl-doc python-openssl-dbg python-pam-dbg python-wxgtk2.8
- python-wxgtk python-sqlparse-doc python-twisted-bin-dbg python-tk
- python-gtk2 python-glade2 python-qt3
- The following NEW packages will be installed:
- python-openssl python-pam python-serial python-sqlparse python-twisted-bin
- python-twisted-core python-twisted-mail python-twisted-names
- python-zope.interface
- 0 upgraded, 9 newly installed, 0 to remove and 16 not upgraded.
- Need to get 1506 kB of archives.
- After this operation, 9433 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python-openssl amd64 0.13-2ubuntu6 [81.5 kB]
- Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main python-pam amd64 0.4.2-13.1ubuntu3 [9990 B]
- Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main python-serial all 2.6-1build1 [60.1 kB]
- Get:4 http://archive.ubuntu.com/ubuntu/ trusty/universe python-sqlparse all 0.1.10-1 [32.7 kB]
- Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main python-twisted-bin amd64 13.2.0-1ubuntu1 [11.8 kB]
- Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main python-zope.interface amd64 4.0.5-1ubuntu4 [79.6 kB]
- Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main python-twisted-core all 13.2.0-1ubuntu1 [984 kB]
- Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main python-twisted-mail all 13.2.0-1ubuntu1 [168 kB]
- Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main python-twisted-names all 13.2.0-1ubuntu1 [78.4 kB]
- [91mdebconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- [0m
- [91mdebconf: falling back to frontend: Readline
- [0m
- [91mdebconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- [0m
- [91mdebconf: falling back to frontend: Teletype
- [0m
- [91mdpkg-preconfigure: unable to re-open stdin:
- [0m
- Fetched 1506 kB in 0s (6108 kB/s)
- Selecting previously unselected package python-openssl.
- (Reading database ... 33760 files and directories currently installed.)
- Preparing to unpack .../python-openssl_0.13-2ubuntu6_amd64.deb ...
- Unpacking python-openssl (0.13-2ubuntu6) ...
- Selecting previously unselected package python-pam.
- Preparing to unpack .../python-pam_0.4.2-13.1ubuntu3_amd64.deb ...
- Unpacking python-pam (0.4.2-13.1ubuntu3) ...
- Selecting previously unselected package python-serial.
- Preparing to unpack .../python-serial_2.6-1build1_all.deb ...
- Unpacking python-serial (2.6-1build1) ...
- Selecting previously unselected package python-sqlparse.
- Preparing to unpack .../python-sqlparse_0.1.10-1_all.deb ...
- Unpacking python-sqlparse (0.1.10-1) ...
- Selecting previously unselected package python-twisted-bin.
- Preparing to unpack .../python-twisted-bin_13.2.0-1ubuntu1_amd64.deb ...
- Unpacking python-twisted-bin (13.2.0-1ubuntu1) ...
- Selecting previously unselected package python-zope.interface.
- Preparing to unpack .../python-zope.interface_4.0.5-1ubuntu4_amd64.deb ...
- Unpacking python-zope.interface (4.0.5-1ubuntu4) ...
- Selecting previously unselected package python-twisted-core.
- Preparing to unpack .../python-twisted-core_13.2.0-1ubuntu1_all.deb ...
- Unpacking python-twisted-core (13.2.0-1ubuntu1) ...
- Selecting previously unselected package python-twisted-mail.
- Preparing to unpack .../python-twisted-mail_13.2.0-1ubuntu1_all.deb ...
- Unpacking python-twisted-mail (13.2.0-1ubuntu1) ...
- Selecting previously unselected package python-twisted-names.
- Preparing to unpack .../python-twisted-names_13.2.0-1ubuntu1_all.deb ...
- Unpacking python-twisted-names (13.2.0-1ubuntu1) ...
- Setting up python-openssl (0.13-2ubuntu6) ...
- Setting up python-pam (0.4.2-13.1ubuntu3) ...
- Setting up python-serial (2.6-1build1) ...
- Setting up python-sqlparse (0.1.10-1) ...
- update-alternatives: using /usr/bin/sqlformat-2 to provide /usr/bin/sqlformat (sqlformat) in auto mode
- Setting up python-twisted-bin (13.2.0-1ubuntu1) ...
- Setting up python-zope.interface (4.0.5-1ubuntu4) ...
- Setting up python-twisted-core (13.2.0-1ubuntu1) ...
- Setting up python-twisted-mail (13.2.0-1ubuntu1) ...
- Setting up python-twisted-names (13.2.0-1ubuntu1) ...
- ---> 8cafb975c179
- Removing intermediate container b8358380f1e8
- Step 3 : RUN sudo apt-get install -y python-twisted-names python-twisted-web python-twisted-words
- ---> Running in 105eadfcf5b6
- Reading package lists...
- Building dependency tree...
- Reading state information...
- python-twisted-names is already the newest version.
- python-twisted-names set to manually installed.
- The following NEW packages will be installed:
- python-twisted-web python-twisted-words
- 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
- Need to get 473 kB of archives.
- After this operation, 2890 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python-twisted-web all 13.2.0-1ubuntu1 [292 kB]
- Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main python-twisted-words all 13.2.0-1ubuntu1 [182 kB]
- [91mdebconf: unable to initialize frontend: Dialog
- [0m
- [91mdebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- [0m
- [91mdebconf: unable to initialize frontend: Readline
- [0m
- [91mdebconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- [0m
- [91mdpkg-preconfigure: unable to re-open stdin:
- [0m
- Fetched 473 kB in 0s (4290 kB/s)
- Selecting previously unselected package python-twisted-web.
- (Reading database ... 34631 files and directories currently installed.)
- Preparing to unpack .../python-twisted-web_13.2.0-1ubuntu1_all.deb ...
- Unpacking python-twisted-web (13.2.0-1ubuntu1) ...
- Selecting previously unselected package python-twisted-words.
- Preparing to unpack .../python-twisted-words_13.2.0-1ubuntu1_all.deb ...
- Unpacking python-twisted-words (13.2.0-1ubuntu1) ...
- Setting up python-twisted-web (13.2.0-1ubuntu1) ...
- Setting up python-twisted-words (13.2.0-1ubuntu1) ...
- ---> abd5d6ac833a
- Removing intermediate container 105eadfcf5b6
- Step 4 : RUN sudo apt-get install -y javascript-common python-jinja2-doc python-sqlalchemy-doc python-psycopg2 python-mysqldb
- ---> Running in c3eeb2c0ec5a
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- libmysqlclient18 libpq5 mysql-common python-egenix-mxdatetime
- python-egenix-mxtools
- Suggested packages:
- apache2 lighttpd httpd python-egenix-mxdatetime-dbg
- python-egenix-mxdatetime-doc python-egenix-mxtools-dbg
- python-egenix-mxtools-doc mysql-server-5.1 mysql-server python-mysqldb-dbg
- python-psycopg2-doc
- The following NEW packages will be installed:
- javascript-common libmysqlclient18 libpq5 mysql-common
- python-egenix-mxdatetime python-egenix-mxtools python-jinja2-doc
- python-mysqldb python-psycopg2 python-sqlalchemy-doc
- 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
- Need to get 2347 kB of archives.
- After this operation, 17.3 MB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.37-0ubuntu0.14.04.1 [14.2 kB]
- Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.37-0ubuntu0.14.04.1 [594 kB]
- Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main javascript-common all 11 [6066 B]
- Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libpq5 amd64 9.3.4-1 [79.9 kB]
- Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main python-egenix-mxtools amd64 3.2.7-1build1 [75.1 kB]
- Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main python-egenix-mxdatetime amd64 3.2.7-1build1 [66.7 kB]
- Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB]
- Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main python-psycopg2 amd64 2.4.5-1build5 [126 kB]
- Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main python-sqlalchemy-doc all 0.8.4-1build1 [1194 kB]
- Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main python-jinja2-doc all 2.7.2-2 [135 kB]
- [91mdebconf: unable to initialize frontend: Dialog
- [0m
- [91mdebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- [0m
- [91mdebconf: unable to initialize frontend: Readline
- [0m
- [91mdebconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- [0m
- [91mdpkg-preconfigure: unable to re-open stdin:
- [0m
- Fetched 2347 kB in 0s (8558 kB/s)
- Selecting previously unselected package mysql-common.
- (Reading database ... 34893 files and directories currently installed.)
- Preparing to unpack .../mysql-common_5.5.37-0ubuntu0.14.04.1_all.deb ...
- Unpacking mysql-common (5.5.37-0ubuntu0.14.04.1) ...
- Selecting previously unselected package libmysqlclient18:amd64.
- Preparing to unpack .../libmysqlclient18_5.5.37-0ubuntu0.14.04.1_amd64.deb ...
- Unpacking libmysqlclient18:amd64 (5.5.37-0ubuntu0.14.04.1) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../javascript-common_11_all.deb ...
- Unpacking javascript-common (11) ...
- Selecting previously unselected package libpq5.
- Preparing to unpack .../libpq5_9.3.4-1_amd64.deb ...
- Unpacking libpq5 (9.3.4-1) ...
- Selecting previously unselected package python-egenix-mxtools.
- Preparing to unpack .../python-egenix-mxtools_3.2.7-1build1_amd64.deb ...
- Unpacking python-egenix-mxtools (3.2.7-1build1) ...
- Selecting previously unselected package python-egenix-mxdatetime.
- Preparing to unpack .../python-egenix-mxdatetime_3.2.7-1build1_amd64.deb ...
- Unpacking python-egenix-mxdatetime (3.2.7-1build1) ...
- Selecting previously unselected package python-mysqldb.
- Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ...
- Unpacking python-mysqldb (1.2.3-2ubuntu1) ...
- Selecting previously unselected package python-psycopg2.
- Preparing to unpack .../python-psycopg2_2.4.5-1build5_amd64.deb ...
- Unpacking python-psycopg2 (2.4.5-1build5) ...
- Selecting previously unselected package python-sqlalchemy-doc.
- Preparing to unpack .../python-sqlalchemy-doc_0.8.4-1build1_all.deb ...
- Unpacking python-sqlalchemy-doc (0.8.4-1build1) ...
- Selecting previously unselected package python-jinja2-doc.
- Preparing to unpack .../python-jinja2-doc_2.7.2-2_all.deb ...
- Unpacking python-jinja2-doc (2.7.2-2) ...
- Setting up mysql-common (5.5.37-0ubuntu0.14.04.1) ...
- Setting up libmysqlclient18:amd64 (5.5.37-0ubuntu0.14.04.1) ...
- Setting up javascript-common (11) ...
- Setting up libpq5 (9.3.4-1) ...
- Setting up python-egenix-mxtools (3.2.7-1build1) ...
- Setting up python-egenix-mxdatetime (3.2.7-1build1) ...
- Setting up python-mysqldb (1.2.3-2ubuntu1) ...
- Setting up python-psycopg2 (2.4.5-1build5) ...
- Setting up python-sqlalchemy-doc (0.8.4-1build1) ...
- Setting up python-jinja2-doc (2.7.2-2) ...
- Processing triggers for libc-bin (2.19-0ubuntu6) ...
- ---> e1d42b090704
- Removing intermediate container c3eeb2c0ec5a
- Step 5 : RUN sudo apt-get install -y python-kinterbasdb python-pymssql
- ---> Running in 050ace96afc1
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- firebird2.5-common firebird2.5-common-doc freetds-common libfbclient2
- libsybdb5 python-support
- The following NEW packages will be installed:
- firebird2.5-common firebird2.5-common-doc freetds-common libfbclient2
- libsybdb5 python-kinterbasdb python-pymssql python-support
- 0 upgraded, 8 newly installed, 0 to remove and 16 not upgraded.
- Need to get 1064 kB of archives.
- After this operation, 4796 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu/ trusty/universe firebird2.5-common-doc all 2.5.2.26540.ds4-9ubuntu1 [30.9 kB]
- Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe firebird2.5-common all 2.5.2.26540.ds4-9ubuntu1 [95.8 kB]
- Get:3 http://archive.ubuntu.com/ubuntu/ trusty/universe libfbclient2 amd64 2.5.2.26540.ds4-9ubuntu1 [278 kB]
- Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main freetds-common all 0.91-5 [24.3 kB]
- Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libsybdb5 amd64 0.91-5 [194 kB]
- Get:6 http://archive.ubuntu.com/ubuntu/ trusty/universe python-kinterbasdb amd64 3.3.0-3 [369 kB]
- Get:7 http://archive.ubuntu.com/ubuntu/ trusty/universe python-support all 1.0.15 [26.7 kB]
- Get:8 http://archive.ubuntu.com/ubuntu/ trusty/universe python-pymssql amd64 1.0.2+dfsg-1build1 [46.5 kB]
- [91mdebconf: unable to initialize frontend: Dialog
- [0m
- [91mdebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- [0m
- [91mdebconf: unable to initialize frontend: Readline
- [0m
- [91mdebconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- [0m
- [91mdpkg-preconfigure: unable to re-open stdin:
- [0m
- Fetched 1064 kB in 0s (5072 kB/s)
- Selecting previously unselected package firebird2.5-common-doc.
- (Reading database ... 35425 files and directories currently installed.)
- Preparing to unpack .../firebird2.5-common-doc_2.5.2.26540.ds4-9ubuntu1_all.deb ...
- Unpacking firebird2.5-common-doc (2.5.2.26540.ds4-9ubuntu1) ...
- Selecting previously unselected package firebird2.5-common.
- Preparing to unpack .../firebird2.5-common_2.5.2.26540.ds4-9ubuntu1_all.deb ...
- Unpacking firebird2.5-common (2.5.2.26540.ds4-9ubuntu1) ...
- Selecting previously unselected package libfbclient2:amd64.
- Preparing to unpack .../libfbclient2_2.5.2.26540.ds4-9ubuntu1_amd64.deb ...
- Unpacking libfbclient2:amd64 (2.5.2.26540.ds4-9ubuntu1) ...
- Selecting previously unselected package freetds-common.
- Preparing to unpack .../freetds-common_0.91-5_all.deb ...
- Unpacking freetds-common (0.91-5) ...
- Selecting previously unselected package libsybdb5:amd64.
- Preparing to unpack .../libsybdb5_0.91-5_amd64.deb ...
- Unpacking libsybdb5:amd64 (0.91-5) ...
- Selecting previously unselected package python-kinterbasdb.
- Preparing to unpack .../python-kinterbasdb_3.3.0-3_amd64.deb ...
- Unpacking python-kinterbasdb (3.3.0-3) ...
- Selecting previously unselected package python-support.
- Preparing to unpack .../python-support_1.0.15_all.deb ...
- Unpacking python-support (1.0.15) ...
- Selecting previously unselected package python-pymssql.
- Preparing to unpack .../python-pymssql_1.0.2+dfsg-1build1_amd64.deb ...
- Unpacking python-pymssql (1.0.2+dfsg-1build1) ...
- Setting up firebird2.5-common-doc (2.5.2.26540.ds4-9ubuntu1) ...
- Setting up firebird2.5-common (2.5.2.26540.ds4-9ubuntu1) ...
- Setting up libfbclient2:amd64 (2.5.2.26540.ds4-9ubuntu1) ...
- Setting up freetds-common (0.91-5) ...
- Setting up libsybdb5:amd64 (0.91-5) ...
- Setting up python-kinterbasdb (3.3.0-3) ...
- Setting up python-support (1.0.15) ...
- Setting up python-pymssql (1.0.2+dfsg-1build1) ...
- Processing triggers for libc-bin (2.19-0ubuntu6) ...
- Processing triggers for python-support (1.0.15) ...
- ---> 14e80438bbbe
- Removing intermediate container 050ace96afc1
- Step 6 : RUN sudo apt-get install -y tightvncserver xtightvncviewer sqlite
- ---> Running in 651d46d7bff8
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- libjpeg-turbo8 libjpeg8 libsqlite0 libxcursor1 libxfont1 sqlite3
- x11-xserver-utils xfonts-base xfonts-encodings xfonts-utils
- Suggested packages:
- sqlite-doc sqlite3-doc tightvnc-java nickle cairo-5c xorg-docs-core xfs
- xserver ssh
- The following NEW packages will be installed:
- libjpeg-turbo8 libjpeg8 libsqlite0 libxcursor1 libxfont1 sqlite sqlite3
- tightvncserver x11-xserver-utils xfonts-base xfonts-encodings xfonts-utils
- xtightvncviewer
- 0 upgraded, 13 newly installed, 0 to remove and 16 not upgraded.
- Need to get 8076 kB of archives.
- After this operation, 13.5 MB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB]
- Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libxcursor1 amd64 1:1.1.14-1 [22.8 kB]
- Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxfont1 amd64 1:1.4.7-1ubuntu0.1 [95.2 kB]
- Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]
- Get:5 http://archive.ubuntu.com/ubuntu/ trusty/universe libsqlite0 amd64 2.8.17-10ubuntu2 [139 kB]
- Get:6 http://archive.ubuntu.com/ubuntu/ trusty/universe sqlite amd64 2.8.17-10ubuntu2 [14.4 kB]
- Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main sqlite3 amd64 3.8.2-1ubuntu2 [28.9 kB]
- Get:8 http://archive.ubuntu.com/ubuntu/ trusty/universe tightvncserver amd64 1.3.9-6.4ubuntu1 [629 kB]
- Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main x11-xserver-utils amd64 7.7+2ubuntu1 [151 kB]
- Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main xfonts-encodings all 1:1.0.4-1ubuntu1 [583 kB]
- Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main xfonts-utils amd64 1:7.7+1 [73.9 kB]
- Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main xfonts-base all 1:1.0.3 [6180 kB]
- Get:13 http://archive.ubuntu.com/ubuntu/ trusty/universe xtightvncviewer amd64 1.3.9-6.4ubuntu1 [53.0 kB]
- [91mdebconf: unable to initialize frontend: Dialog
- [0m
- [91mdebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- [0m
- [91mdebconf: unable to initialize frontend: Readline
- [0m
- [91mdebconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- [0m
- [91mdpkg-preconfigure: unable to re-open stdin:
- [0m
- Fetched 8076 kB in 0s (18.6 MB/s)
- Selecting previously unselected package libjpeg-turbo8:amd64.
- (Reading database ... 35600 files and directories currently installed.)
- Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ...
- Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../libxcursor1_1%3a1.1.14-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.1.14-1) ...
- Selecting previously unselected package libxfont1:amd64.
- Preparing to unpack .../libxfont1_1%3a1.4.7-1ubuntu0.1_amd64.deb ...
- Unpacking libxfont1:amd64 (1:1.4.7-1ubuntu0.1) ...
- Selecting previously unselected package libjpeg8:amd64.
- Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...
- Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
- Selecting previously unselected package libsqlite0.
- Preparing to unpack .../libsqlite0_2.8.17-10ubuntu2_amd64.deb ...
- Unpacking libsqlite0 (2.8.17-10ubuntu2) ...
- Selecting previously unselected package sqlite.
- Preparing to unpack .../sqlite_2.8.17-10ubuntu2_amd64.deb ...
- Unpacking sqlite (2.8.17-10ubuntu2) ...
- Selecting previously unselected package sqlite3.
- Preparing to unpack .../sqlite3_3.8.2-1ubuntu2_amd64.deb ...
- Unpacking sqlite3 (3.8.2-1ubuntu2) ...
- Selecting previously unselected package tightvncserver.
- Preparing to unpack .../tightvncserver_1.3.9-6.4ubuntu1_amd64.deb ...
- Unpacking tightvncserver (1.3.9-6.4ubuntu1) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../x11-xserver-utils_7.7+2ubuntu1_amd64.deb ...
- Unpacking x11-xserver-utils (7.7+2ubuntu1) ...
- Selecting previously unselected package xfonts-encodings.
- Preparing to unpack .../xfonts-encodings_1%3a1.0.4-1ubuntu1_all.deb ...
- Unpacking xfonts-encodings (1:1.0.4-1ubuntu1) ...
- Selecting previously unselected package xfonts-utils.
- Preparing to unpack .../xfonts-utils_1%3a7.7+1_amd64.deb ...
- Unpacking xfonts-utils (1:7.7+1) ...
- Selecting previously unselected package xfonts-base.
- Preparing to unpack .../xfonts-base_1%3a1.0.3_all.deb ...
- Unpacking xfonts-base (1:1.0.3) ...
- Selecting previously unselected package xtightvncviewer.
- Preparing to unpack .../xtightvncviewer_1.3.9-6.4ubuntu1_amd64.deb ...
- Unpacking xtightvncviewer (1.3.9-6.4ubuntu1) ...
- Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
- Setting up libxcursor1:amd64 (1:1.1.14-1) ...
- Setting up libxfont1:amd64 (1:1.4.7-1ubuntu0.1) ...
- Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
- Setting up libsqlite0 (2.8.17-10ubuntu2) ...
- Setting up sqlite (2.8.17-10ubuntu2) ...
- Setting up sqlite3 (3.8.2-1ubuntu2) ...
- Setting up tightvncserver (1.3.9-6.4ubuntu1) ...
- update-alternatives: using /usr/bin/tightvncserver to provide /usr/bin/vncserver (vncserver) in auto mode
- update-alternatives: using /usr/bin/Xtightvnc to provide /usr/bin/Xvnc (Xvnc) in auto mode
- update-alternatives: using /usr/bin/tightvncpasswd to provide /usr/bin/vncpasswd (vncpasswd) in auto mode
- Setting up x11-xserver-utils (7.7+2ubuntu1) ...
- Setting up xfonts-encodings (1:1.0.4-1ubuntu1) ...
- Setting up xfonts-utils (1:7.7+1) ...
- Setting up xfonts-base (1:1.0.3) ...
- Setting up xtightvncviewer (1.3.9-6.4ubuntu1) ...
- update-alternatives: using /usr/bin/xtightvncviewer to provide /usr/bin/vncviewer (vncviewer) in auto mode
- Processing triggers for libc-bin (2.19-0ubuntu6) ...
- ---> dc71390fa241
- Removing intermediate container 651d46d7bff8
- Step 7 : RUN puppet apply --modulepath=/modules -e "class { 'autobuilder_before_install': }"
- ---> Running in 52b627f6e153
- [91m[1;31mWarning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults[0m
- [0m
- [mNotice: Compiled catalog for 95699cec7d3e.members.linode.com in environment production in 0.29 seconds[0m
- [mNotice: /Stage[main]/Autobuilder_before_install/Vcsrepo[/home/genius/test/autobuilder-patches]/ensure: Creating repository from present[0m
- [91m[1;31mError: Execution of '/bin/su genius -c git clone https://github.com/RobertBerger/autobuilder-patches.git /home/genius/test/autobuilder-patches' returned 1: su: System error
- [0m
- [0m
- [91m[1;31mError: /Stage[main]/Autobuilder_before_install/Vcsrepo[/home/genius/test/autobuilder-patches]/ensure: change from absent to present failed: Execution of '/bin/su genius -c git clone https://github.com/RobertBerger/autobuilder-patches.git /home/genius/test/autobuilder-patches' returned 1: su: System error
- [0m
- [0m
- [mNotice: /Stage[main]/Autobuilder_before_install/Vcsrepo[/home/genius/test/yocto-autobuilder]/ensure: Creating repository from present[0m
- [91m[1;31mError: Execution of '/bin/su genius -c git clone git://git.yoctoproject.org/yocto-autobuilder /home/genius/test/yocto-autobuilder' returned 1: su: System error
- [0m
- [0m
- [91m[1;31mError: /Stage[main]/Autobuilder_before_install/Vcsrepo[/home/genius/test/yocto-autobuilder]/ensure: change from absent to present failed: Execution of '/bin/su genius -c git clone git://git.yoctoproject.org/yocto-autobuilder /home/genius/test/yocto-autobuilder' returned 1: su: System error
- [0m
- [0m
- [mNotice: /Stage[main]/Patch/File[/var/lib/puppet/patch]/ensure: created[0m
- [91m[1;31mError: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/lib/python2.7/site-packages/autobuilder/buildsteps/MakeImageMD5s.py]/File[/var/lib/puppet/patch/43a9b3439cee712b443f506e836600d7.patch]: Could not evaluate: Could not retrieve information from environment production source(s) file:/home/genius/test/autobuilder-patches/before-install/0002-md5sums-for-now.patch[0m
- [0m
- [mNotice: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/lib/python2.7/site-packages/autobuilder/buildsteps/MakeImageMD5s.py]/Exec[apply-43a9b3439cee712b443f506e836600d7.patch]: Dependency File[/var/lib/puppet/patch/43a9b3439cee712b443f506e836600d7.patch] has failures: true[0m
- [91m[1;31mWarning: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/lib/python2.7/site-packages/autobuilder/buildsteps/MakeImageMD5s.py]/Exec[apply-43a9b3439cee712b443f506e836600d7.patch]: Skipping because of failed dependencies[0m
- [0m
- [91m[1;31mError: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/yocto-autobuilder-setup]/File[/var/lib/puppet/patch/5c95425f157dc087c554016c725adc59.patch]: Could not evaluate: Could not retrieve information from environment production source(s) file:/home/genius/test/autobuilder-patches/before-install/0003-genius-genius.patch[0m
- [0m
- [mNotice: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/yocto-autobuilder-setup]/Exec[apply-5c95425f157dc087c554016c725adc59.patch]: Dependency File[/var/lib/puppet/patch/5c95425f157dc087c554016c725adc59.patch] has failures: true[0m
- [91m[1;31mWarning: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/yocto-autobuilder-setup]/Exec[apply-5c95425f157dc087c554016c725adc59.patch]: Skipping because of failed dependencies[0m
- [0m
- [91m[1;31mError: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/yocto-master/master.cfg]/File[/var/lib/puppet/patch/5822d0dba117a11e09e256a73ac42200.patch]: Could not evaluate: Could not retrieve information from environment production source(s) file:/home/genius/test/autobuilder-patches/before-install/0001-allow-only-1-build-at-a-time.patch[0m
- [0m
- [mNotice: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/yocto-master/master.cfg]/Exec[apply-5822d0dba117a11e09e256a73ac42200.patch]: Dependency File[/var/lib/puppet/patch/5822d0dba117a11e09e256a73ac42200.patch] has failures: true[0m
- [91m[1;31mWarning: /Stage[main]/Autobuilder_before_install/Patch::File[/home/genius/test/yocto-autobuilder/yocto-master/master.cfg]/Exec[apply-5822d0dba117a11e09e256a73ac42200.patch]: Skipping because of failed dependencies[0m
- [0m
- [mNotice: Finished catalog run in 0.30 seconds[0m
- ---> 8fbb98a56fcb
- Removing intermediate container 52b627f6e153
- Step 8 : RUN (su genius -c "cd /home/genius/test/yocto-autobuilder ; ./yocto-stop-autobuilder both; . ./yocto-autobuilder-setup; ./yocto-start-autobuilder both")
- ---> Running in 886f3e18a747
- [91msu: System error
- [0m
- The command [/bin/sh -c (su genius -c "cd /home/genius/test/yocto-autobuilder ; ./yocto-stop-autobuilder both; . ./yocto-autobuilder-setup; ./yocto-start-autobuilder both")] returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement