Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Last active May 10, 2016 20:09
Show Gist options
  • Save tylerflint/05a22df1f3ba5bfc26bd2f92dee2e1c3 to your computer and use it in GitHub Desktop.
Save tylerflint/05a22df1f3ba5bfc26bd2f92dee2e1c3 to your computer and use it in GitHub Desktop.
nanobox build hooks output
+> Copying user's ssh keys into the build environment
+> Setting up directories and permissions
+> Cleaning up any previous builds
UPDATING PKG DATABASE ----------------->
reading local summary...
processing local summary...
updating database: 100%
pkg_summary.bz2 100% 159KB 159.1KB/s 40.1KB/s 00:01
processing remote summary (http://pkgsrc.nanobox.io/nanobox/base/Linux/)...
updating database: 100%
COPYING CODEBASE FROM LOCAL PROJECT --->
sync: 693 100% 583.01kB/s 0:00:00 (xfr#3, to-chk=0/4)
CLONING ENGINE ------------------------>
Cloning into 'engine'...
remote: Counting objects: 1051, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 1051 (delta 19), reused 7 (delta 7), pack-reused 1008
Receiving objects: 100% (1051/1051), 310.47 KiB | 590.00 KiB/s, done.
Resolving deltas: 100% (395/395), done.
Checking connectivity... done.
CHECKING OUT: REFACTOR/V1 ------------->
Branch refactor/v1 set up to track remote branch refactor/v1 from origin.
Switched to a new branch 'refactor/v1'
INSTALLING NODEJS-4.2 AND PYTHON27 ---->
$ pkgin -y in nodejs-4.2 python27
calculating dependencies... done.
nothing to upgrade.
4 packages to be installed (46M to download, 168M to install):
libffi-3.2.1 db4-4.8.30 nodejs-4.2.6nb1 python27-2.7.10
downloading packages...
libffi-3.2.1.tgz 100% 53KB 53.3KB/s 53.3KB/s 00:00
db4-4.8.30.tgz 100% 22MB 203.8KB/s 78.9KB/s 01:50
nodejs-4.2.6nb1.tgz 100% 7109KB 151.3KB/s 18.0KB/s 00:47
python27-2.7.10.tgz 100% 17MB 168.4KB/s 43.9KB/s 01:42
installing packages...
installing libffi-3.2.1...
installing db4-4.8.30...
installing nodejs-4.2.6nb1...
installing python27-2.7.10...
pkg_install warnings: 4, errors: 0
pkg_install error log can be found in /data/var/db/pkgin/pkg_install-err.log
reading local summary...
processing local summary...
updating database: 100%
marking nodejs-4.2.6nb1 as non auto-removable
marking python27-2.7.10 as non auto-removable
[√] SUCCESS
INSTALLING NPM MODULES ---------------->
$ npm install
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])
[√] SUCCESS
PRUNING NPM MODULES ------------------->
$ npm prune
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[√] SUCCESS
+> Moving code into app directory...
STASHING BUILD ENVIRONMENT ------------>
sync: 279,898,092 99% 54.18MB/s 0:00:04 (xfr#15133, to-chk=0/18206)
STASHING PKG CACHE -------------------->
sync: 47,875,232 100% 80.90MB/s 0:00:00 (xfr#4, to-chk=0/5)
UNINSTALLING PYTHON27 ----------------->
$ pkgin -y rm python27
1 packages to delete:
python27-2.7.10
removing python27-2.7.10...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
[√] SUCCESS
REMOVING ORPHANED PACKAGES ------------>
in order to remove packages from the autoremove list, flag those with the `keep' action.
2 packages to be autoremoved:
libffi-3.2.1 db4-4.8.30
proceed ? [Y/n] removing libffi-3.2.1...
removing db4-4.8.30...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
STASHING DEPLOY ENVIRONMENT ----------->
sync: 83,704,926 99% 84.62MB/s 0:00:00 (xfr#2024, to-chk=0/2493)
+> Copying user's ssh keys into the build environment
+> Setting up directories and permissions
+> Cleaning up any previous builds
+> Updating pkg database ----------------->
reading local summary...
processing local summary...
updating database: 100%
pkg_summary.bz2 100% 159KB 159.1KB/s 40.1KB/s 00:01
processing remote summary (http://pkgsrc.nanobox.io/nanobox/base/Linux/)...
updating database: 100%
+> copying codebase from local project --->
sync: 693 100% 583.01kB/s 0:00:00 (xfr#3, to-chk=0/4)
+> Cloning engine ------------------------>
Cloning into 'engine'...
remote: Counting objects: 1051, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 1051 (delta 19), reused 7 (delta 7), pack-reused 1008
Receiving objects: 100% (1051/1051), 310.47 KiB | 590.00 KiB/s, done.
Resolving deltas: 100% (395/395), done.
Checking connectivity... done.
+> Checking out: refactor/v1 ------------->
Branch refactor/v1 set up to track remote branch refactor/v1 from origin.
Switched to a new branch 'refactor/v1'
+> Installing packages ------------------->
$ pkgin -y in nodejs-4.2 python27
calculating dependencies... done.
nothing to upgrade.
4 packages to be installed (46M to download, 168M to install):
libffi-3.2.1 db4-4.8.30 nodejs-4.2.6nb1 python27-2.7.10
downloading packages...
libffi-3.2.1.tgz 100% 53KB 53.3KB/s 53.3KB/s 00:00
db4-4.8.30.tgz 100% 22MB 203.8KB/s 78.9KB/s 01:50
nodejs-4.2.6nb1.tgz 100% 7109KB 151.3KB/s 18.0KB/s 00:47
python27-2.7.10.tgz 100% 17MB 168.4KB/s 43.9KB/s 01:42
installing packages...
installing libffi-3.2.1...
installing db4-4.8.30...
installing nodejs-4.2.6nb1...
installing python27-2.7.10...
pkg_install warnings: 4, errors: 0
pkg_install error log can be found in /data/var/db/pkgin/pkg_install-err.log
reading local summary...
processing local summary...
updating database: 100%
marking nodejs-4.2.6nb1 as non auto-removable
marking python27-2.7.10 as non auto-removable
[√] SUCCESS
+> Installing npm modules ---------------->
$ npm install
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])
[√] SUCCESS
+> Pruning npm modules ------------------->
$ npm prune
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[√] SUCCESS
+> Moving code into app directory...
+> Stashing build environment ------------>
sync: 279,898,092 99% 54.18MB/s 0:00:04 (xfr#15133, to-chk=0/18206)
+> Stashing pkg cache -------------------->
sync: 47,875,232 100% 80.90MB/s 0:00:00 (xfr#4, to-chk=0/5)
+> Uninstalling packages ----------------->
$ pkgin -y rm python27
1 packages to delete:
python27-2.7.10
removing python27-2.7.10...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
[√] SUCCESS
+> Removing orphaned packages ------------>
in order to remove packages from the autoremove list, flag those with the `keep' action.
2 packages to be autoremoved:
libffi-3.2.1 db4-4.8.30
proceed ? [Y/n] removing libffi-3.2.1...
removing db4-4.8.30...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
+> Stashing deploy environment ----------->
sync: 83,704,926 99% 84.62MB/s 0:00:00 (xfr#2024, to-chk=0/2493)
+> Copying user's ssh keys into the build environment
+> Setting up directories and permissions
+> Cleaning up any previous builds
+> Updating pkg database ----------------->
reading local summary...
processing local summary...
updating database: 100%
pkg_summary.bz2 100% 159KB 159.1KB/s 40.1KB/s 00:01
processing remote summary (http://pkgsrc.nanobox.io/nanobox/base/Linux/)...
updating database: 100%
+> copying codebase from local project --->
sync: 693 100% 583.01kB/s 0:00:00 (xfr#3, to-chk=0/4)
+> Cloning engine ------------------------>
Cloning into 'engine'...
remote: Counting objects: 1051, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 1051 (delta 19), reused 7 (delta 7), pack-reused 1008
Receiving objects: 100% (1051/1051), 310.47 KiB | 590.00 KiB/s, done.
Resolving deltas: 100% (395/395), done.
Checking connectivity... done.
+> Checking out: refactor/v1 ------------->
Branch refactor/v1 set up to track remote branch refactor/v1 from origin.
Switched to a new branch 'refactor/v1'
+> Installing packages ------------------->
$ pkgin -y in nodejs-4.2 python27
calculating dependencies... done.
nothing to upgrade.
4 packages to be installed (46M to download, 168M to install):
libffi-3.2.1 db4-4.8.30 nodejs-4.2.6nb1 python27-2.7.10
downloading packages...
libffi-3.2.1.tgz 100% 53KB 53.3KB/s 53.3KB/s 00:00
db4-4.8.30.tgz 100% 22MB 203.8KB/s 78.9KB/s 01:50
nodejs-4.2.6nb1.tgz 100% 7109KB 151.3KB/s 18.0KB/s 00:47
python27-2.7.10.tgz 100% 17MB 168.4KB/s 43.9KB/s 01:42
installing packages...
installing libffi-3.2.1...
installing db4-4.8.30...
installing nodejs-4.2.6nb1...
installing python27-2.7.10...
pkg_install warnings: 4, errors: 0
pkg_install error log can be found in /data/var/db/pkgin/pkg_install-err.log
reading local summary...
processing local summary...
updating database: 100%
marking nodejs-4.2.6nb1 as non auto-removable
marking python27-2.7.10 as non auto-removable
[√] SUCCESS
+> Installing npm modules ---------------->
$ npm install
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[email protected] node_modules/express
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])
[√] SUCCESS
+> Pruning npm modules ------------------->
$ npm prune
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[√] SUCCESS
+> Moving code into app directory...
+> Stashing build environment ------------>
sync: 279,898,092 99% 54.18MB/s 0:00:04 (xfr#15133, to-chk=0/18206)
+> Stashing pkg cache -------------------->
sync: 47,875,232 100% 80.90MB/s 0:00:00 (xfr#4, to-chk=0/5)
+> Uninstalling packages ----------------->
$ pkgin -y rm python27
1 packages to delete:
python27-2.7.10
removing python27-2.7.10...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
[√] SUCCESS
+> Removing orphaned packages ------------>
in order to remove packages from the autoremove list, flag those with the `keep' action.
2 packages to be autoremoved:
libffi-3.2.1 db4-4.8.30
proceed ? [Y/n] removing libffi-3.2.1...
removing db4-4.8.30...
pkg_install warnings: 0, errors: 0
reading local summary...
processing local summary...
updating database: 100%
+> Stashing deploy environment ----------->
sync: 83,704,926 99% 84.62MB/s 0:00:00 (xfr#2024, to-chk=0/2493)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment