Skip to content

Instantly share code, notes, and snippets.

@VivianChu

VivianChu/stderr Secret

Created July 15, 2019 16:59
Show Gist options
  • Save VivianChu/243339f414c7f3974a7112a46f30aca8 to your computer and use it in GitHub Desktop.
Save VivianChu/243339f414c7f3974a7112a46f30aca8 to your computer and use it in GitHub Desktop.
Heaven number 157188737 for ucsdlib/damspas
From https://github.com/ucsdlib/damspas
* [new branch] dependabot/bundler/uglifier-4.1.20 -> origin/dependabot/bundler/uglifier-4.1.20
d396336..eff9c88 master -> origin/master
[Deprecation Notice] `set :scm, :git` is deprecated.
To ensure your project is compatible with future versions of Capistrano,
remove the :scm setting and instead add these lines to your Capfile after
`require "capistrano/deploy"`:
require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git
HEAD is now at 43f7990 Show last modified date on object view
00:00 git:wrapper
01 mkdir -p /tmp
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.137s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.183s
Uploading /tmp/git-ssh-damspas-qa-conan.sh 100.0%
02 chmod 700 /tmp/git-ssh-damspas-qa-conan.sh
Uploading /tmp/git-ssh-damspas-qa-conan.sh 100.0%
✔ 02 conan@lib-hydrahead-qa.ucsd.edu 0.137s
✔ 02 conan@lib-hydratail-qa.ucsd.edu 0.208s
00:00 git:check
01 git ls-remote https://github.com/ucsdlib/damspas.git HEAD
01 eff9c884f5bc704578973a91320047504160307a HEAD
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.556s
01 eff9c884f5bc704578973a91320047504160307a HEAD
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.754s
00:01 deploy:check:directories
01 mkdir -p /pub/capistrano/shared /pub/capistrano/releases
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.138s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.172s
00:02 git:clone
The repository mirror is at /pub/capistrano/repo
The repository mirror is at /pub/capistrano/repo
00:02 git:update
01 git remote set-url origin https://github.com/ucsdlib/damspas.git
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.142s
02 git remote update --prune
02 Fetching origin
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.214s
02 Fetching origin
02 From https://github.com/ucsdlib/damspas
02 * [new branch] dependabot/bundler/uglifier-4.1.20 -> dependabot/bundler/uglifier-4.1.20
02 d396336..eff9c88 master -> master
02 + 8431fb7...5a045bb refs/pull/681/merge -> refs/pull/681/merge (forced update)
02 * [new branch] refs/pull/682/head -> refs/pull/682/head
02 * [new branch] refs/pull/682/merge -> refs/pull/682/merge
02 * [new branch] refs/pull/683/head -> refs/pull/683/head
02 * [new branch] refs/pull/685/head -> refs/pull/685/head
02 * [new branch] refs/pull/685/merge -> refs/pull/685/merge
02 x [deleted] (none) -> dependabot/bundler/uglifier-4.1.17
02 x [deleted] (none) -> refs/pull/506/merge
✔ 02 conan@lib-hydratail-qa.ucsd.edu 3.542s
02 From https://github.com/ucsdlib/damspas
02 * [new branch] dependabot/bundler/uglifier-4.1.20 -> dependabot/bundler/uglifier-4.1.20
02 d396336..eff9c88 master -> master
02 + 8431fb7...5a045bb refs/pull/681/merge -> refs/pull/681/merge (forced update)
02 * [new branch] refs/pull/682/head -> refs/pull/682/head
02 * [new branch] refs/pull/682/merge -> refs/pull/682/merge
02 * [new branch] refs/pull/683/head -> refs/pull/683/head
02 * [new branch] refs/pull/685/head -> refs/pull/685/head
02 * [new branch] refs/pull/685/merge -> refs/pull/685/merge
02 x [deleted] (none) -> dependabot/bundler/uglifier-4.1.17
02 x [deleted] (none) -> refs/pull/506/merge
✔ 02 conan@lib-hydrahead-qa.ucsd.edu 6.065s
00:08 git:create_release
01 mkdir -p /pub/capistrano/releases/20190715165940
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.140s
02 git archive feature/rdcp-sorting | /usr/bin/env tar -x -f - -C /pub/capistrano/releases/20190715165940
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.212s
✔ 02 conan@lib-hydrahead-qa.ucsd.edu 0.585s
✔ 02 conan@lib-hydratail-qa.ucsd.edu 0.600s
00:09 deploy:set_current_revision
01 echo "43f799063fcf0a4ada0e8162e26eafe18830cddb" > REVISION
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.133s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.206s
00:11 bundler:install
01 RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.3.7 $HOME/.rbenv/bin/rbenv exec bundle install --path /pub/capistrano/shared/bundle --jobs 4 --without development test --deployment --quiet
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.650s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.709s
00:11 deploy:migrate
[deploy:migrate] Run `rake db:migrate`
00:11 deploy:migrating
01 RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.3.7 $HOME/.rbenv/bin/rbenv exec bundle exec rake db:migrate
01 ActiveRecord::SchemaMigration Load (3.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
01 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
01 (4.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'audits'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (2.2ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'bookmarks'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'dams_triples'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'events_triples'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'pages'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'searches'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (2.9ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'stats_dlc_keywords'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'stats_dlc_quan'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'stats_dlp'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'stats_dlp_col_access'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'stats_dlp_object_access'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'stats_file_download'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'users'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.9ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'web_stats'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
01 (1.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
01 FROM pg_constraint c
01 JOIN pg_class t1 ON c.conrelid = t1.oid
01 JOIN pg_class t2 ON c.confrelid = t2.oid
01 JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
01 JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
01 JOIN pg_namespace t3 ON c.connamespace = t3.oid
01 WHERE c.contype = 'f'
01 AND t1.relname = 'work_authorizations'
01 AND t3.nspname = ANY (current_schemas(false))
01 ORDER BY c.conname
01
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 4.489s
00:16 whenever:update_crontab
01 RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.3.7 $HOME/.rbenv/bin/rbenv exec bundle exec whenever --update-crontab damspas --set environment=qa --roles=web,app,db
01 [write] crontab file updated
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.566s
01 [write] crontab file updated
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.631s
00:17 deploy:symlink:release
01 ln -s /pub/capistrano/releases/20190715165940 /pub/capistrano/releases/current
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.099s
02 mv /pub/capistrano/releases/current /pub/capistrano
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.222s
✔ 02 conan@lib-hydrahead-qa.ucsd.edu 0.136s
✔ 02 conan@lib-hydratail-qa.ucsd.edu 0.205s
00:17 deploy:cleanup
Keeping 5 of 6 deployed releases on lib-hydrahead-qa.ucsd.edu
Keeping 5 of 6 deployed releases on lib-hydratail-qa.ucsd.edu
01 rm -rf /pub/capistrano/releases/20190705214940
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.482s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.693s
00:18 deploy:write_version
01 echo `git describe --all --always --long --abbrev=40 HEAD` `date +"%Y-%m-%d %H:%M:%S %Z"` > /pub/capistrano/releases/20190715165940/public/version.txt
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.251s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.247s
00:21 deploy:assets:precompile
01 RBENV_ROOT=$HOME/.rbenv RBENV_VERSION=2.3.7 $HOME/.rbenv/bin/rbenv exec bundle exec rake RAILS_RELATIVE_URL_ROOT=/dc assets:precompile
01 I, [2019-07-15T10:00:03.485248 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/bg-46e5ade66b3c38eac47a82266d914f33.png
01 I, [2019-07-15T10:00:03.487262 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/border-5d9ae72f4358bc69fd0336f5474568ab.png
01 I, [2019-07-15T10:00:03.488335 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/bul_sq_gry-672ff4be92765e4b5117ab60c1d52e93.gif
01 I, [2019-07-15T10:00:03.489371 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/checkmark-6aa345a9f234812ff8afe5e49b1b4a9d.gif
01 I, [2019-07-15T10:00:03.490438 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/logo-c898ae64b8bbaea38c745908ee4d9ae1.png
01 I, [2019-07-15T10:00:03.491534 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/magnifying_glass-d92ec70fc2ce46f7a01079ed1844cfb1.gif
01 I, [2019-07-15T10:00:03.492642 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/remove-185b321baec560e3e0b4f2d846f2b686.gif
01 I, [2019-07-15T10:00:03.493690 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/separator-7a0408386bb99d796bfba78f0752dfe4.gif
01 I, [2019-07-15T10:00:03.494810 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/start_over-0036e9055e43b40ae69bcd9e6f59f03a.gif
01 I, [2019-07-15T10:00:03.496015 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-2c11e0f4adc5f41d03f8122f4bb983df.eot
01 I, [2019-07-15T10:00:03.497311 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-1c35f73bff4736bcd2db5c25e8f95b51.otf
01 I, [2019-07-15T10:00:03.498595 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-a9adc54624174e234ed0266fcdb1778d.svg
01 I, [2019-07-15T10:00:03.499832 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-7faab91e0bc977551ec7fc6834941f71.ttf
01 I, [2019-07-15T10:00:03.501026 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-d187932384f688e237fad2a3f5daa98f.woff
01 I, [2019-07-15T10:00:03.502170 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/bg-grid-790e6551ac0c7f00fef8dbbe12f32ba8.png
01 I, [2019-07-15T10:00:03.503355 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/logo-dc-a37a5bf810a201022b6643bc78156fde.png
01 I, [2019-07-15T10:00:03.504483 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/logo-library-b73182b204f2d115d5d600d6214d1801.png
01 I, [2019-07-15T10:00:03.505613 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/logo-rci-9740566f6d63ce4735d2e15165b12864.png
01 I, [2019-07-15T10:00:03.506818 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/rails-c5e2cf153f12e26ea54d3d81aac8c057.png
01 I, [2019-07-15T10:00:03.507861 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/bg-dd321fa24dcc08ec37c2ed0a0b1a86ff.png
01 I, [2019-07-15T10:00:03.509141 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/dc_not_available-b7936b07d0253f69245a7d807a14a459.jpg
01 I, [2019-07-15T10:00:03.510286 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/logo-ucsd-footer-7b355fe46d94a04d04c0f29f1a3b08f9.png
01 I, [2019-07-15T10:00:03.511388 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/logo-ucsd-header-xl-808a483cd31be1c9213c2b122b5150ca.png
01 I, [2019-07-15T10:00:03.512535 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/logo-ucsd-header-093a9486353301b74f7be7bd485c89d5.png
01 I, [2019-07-15T10:00:03.632403 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/application-bdd8efc37448b589856fff63dd3ab12a.js
01 I, [2019-07-15T10:00:03.814046 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/bg-46e5ade66b3c38eac47a82266d914f33.png
01 I, [2019-07-15T10:00:03.815363 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/border-5d9ae72f4358bc69fd0336f5474568ab.png
01 I, [2019-07-15T10:00:03.816426 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/bul_sq_gry-672ff4be92765e4b5117ab60c1d52e93.gif
01 I, [2019-07-15T10:00:03.817493 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/checkmark-6aa345a9f234812ff8afe5e49b1b4a9d.gif
01 I, [2019-07-15T10:00:03.818591 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/logo-c898ae64b8bbaea38c745908ee4d9ae1.png
01 I, [2019-07-15T10:00:03.819692 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/magnifying_glass-d92ec70fc2ce46f7a01079ed1844cfb1.gif
01 I, [2019-07-15T10:00:03.820842 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/remove-185b321baec560e3e0b4f2d846f2b686.gif
01 I, [2019-07-15T10:00:03.821903 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/separator-7a0408386bb99d796bfba78f0752dfe4.gif
01 I, [2019-07-15T10:00:03.822995 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/blacklight/start_over-0036e9055e43b40ae69bcd9e6f59f03a.gif
01 I, [2019-07-15T10:00:03.824208 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-2c11e0f4adc5f41d03f8122f4bb983df.eot
01 I, [2019-07-15T10:00:03.825472 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-1c35f73bff4736bcd2db5c25e8f95b51.otf
01 I, [2019-07-15T10:00:03.826756 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-a9adc54624174e234ed0266fcdb1778d.svg
01 I, [2019-07-15T10:00:03.827979 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-7faab91e0bc977551ec7fc6834941f71.ttf
01 I, [2019-07-15T10:00:03.829209 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/fonts/glyphiconshalflings-regular-d187932384f688e237fad2a3f5daa98f.woff
01 I, [2019-07-15T10:00:03.830359 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/bg-grid-790e6551ac0c7f00fef8dbbe12f32ba8.png
01 I, [2019-07-15T10:00:03.831518 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/logo-dc-a37a5bf810a201022b6643bc78156fde.png
01 I, [2019-07-15T10:00:03.832615 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/logo-library-b73182b204f2d115d5d600d6214d1801.png
01 I, [2019-07-15T10:00:03.833751 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/home-page/logo-rci-9740566f6d63ce4735d2e15165b12864.png
01 I, [2019-07-15T10:00:03.834906 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/rails-c5e2cf153f12e26ea54d3d81aac8c057.png
01 I, [2019-07-15T10:00:03.835927 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/bg-dd321fa24dcc08ec37c2ed0a0b1a86ff.png
01 I, [2019-07-15T10:00:03.837192 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/dc_not_available-b7936b07d0253f69245a7d807a14a459.jpg
01 I, [2019-07-15T10:00:03.838303 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/logo-ucsd-footer-7b355fe46d94a04d04c0f29f1a3b08f9.png
01 I, [2019-07-15T10:00:03.839399 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/logo-ucsd-header-xl-808a483cd31be1c9213c2b122b5150ca.png
01 I, [2019-07-15T10:00:03.840503 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/ucsd/logo-ucsd-header-093a9486353301b74f7be7bd485c89d5.png
01 I, [2019-07-15T10:00:03.956405 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/application-bdd8efc37448b589856fff63dd3ab12a.js
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_blacklight_base.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/blacklight_defaults.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 I, [2019-07-15T10:00:10.716826 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/application-49c7f8afb9e6cff06628756b88709fd6.css
01 I, [2019-07-15T10:00:10.726865 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/glyphicons-halflings-white-151f5b484aacfa9f6e836e31b44fbadd.png
01 I, [2019-07-15T10:00:10.729030 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/glyphicons-halflings-c1e88c27db9f94ac729bff8dcc2e5390.png
01 I, [2019-07-15T10:00:10.732331 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/qa/application-1dcad423c85402b911f115318317f2c2.js
01 I, [2019-07-15T10:00:10.736285 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/qa/application-32114064a5c388e7bac48473bd7b0946.css
01 I, [2019-07-15T10:00:10.738754 #7689] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/favicon-d04a519f6c8b0457537d528222d3ccfc.ico
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 10.737s
01 I, [2019-07-15T10:00:11.153944 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/application-49c7f8afb9e6cff06628756b88709fd6.css
01 I, [2019-07-15T10:00:11.164034 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/glyphicons-halflings-white-151f5b484aacfa9f6e836e31b44fbadd.png
01 I, [2019-07-15T10:00:11.165965 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/glyphicons-halflings-c1e88c27db9f94ac729bff8dcc2e5390.png
01 I, [2019-07-15T10:00:11.169278 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/qa/application-1dcad423c85402b911f115318317f2c2.js
01 I, [2019-07-15T10:00:11.173126 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/qa/application-32114064a5c388e7bac48473bd7b0946.css
01 I, [2019-07-15T10:00:11.175292 #605] INFO -- : Writing /pub/capistrano/releases/20190715165940/public/assets/favicon-d04a519f6c8b0457537d528222d3ccfc.ico
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_layout.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_footer.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_group.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_bookmark.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_search_history.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_print.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_responsive.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_catalog.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_facets.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/responsive_partials/_header.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_dropdown.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
01 DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.css.scss to /pub/capistrano/shared/bundle/ruby/2.3.0/gems/blacklight-4.7.0/app/assets/stylesheets/blacklight/_modal.scss. (called from mon_synchronize at /home/conan/.rbenv/versions/2.3.7/lib/ruby/2.3.0/monitor.rb:214)
✔ 01 conan@lib-hydratail-qa.ucsd.edu 11.053s
00:32 deploy:restart
01 mkdir -p /pub/capistrano/releases/20190715165940/tmp
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.152s
02 touch /pub/capistrano/releases/20190715165940/tmp/restart.txt
✔ 02 conan@lib-hydrahead-qa.ucsd.edu 0.142s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.269s
✔ 02 conan@lib-hydratail-qa.ucsd.edu 0.207s
00:38 deploy:restart_damsolrizer
01 sh $HOME/bin/damsolrizer.sh
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.118s
01 pgrep: invalid option -- '-'
01 Usage: pgrep [-flvx] [-d DELIM] [-n|-o] [-P PPIDLIST] [-g PGRPLIST] [-s SIDLIST]
01 [-u EUIDLIST] [-U UIDLIST] [-G GIDLIST] [-t TERMLIST] [PATTERN]
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.170s
00:41 deploy:log_revision
01 echo "Branch feature/rdcp-sorting (at 43f799063fcf0a4ada0e8162e26eafe18830cddb) deployed as release 20190715165940 by conan" >> /pub/capistrano/revisions.log
✔ 01 conan@lib-hydrahead-qa.ucsd.edu 0.137s
✔ 01 conan@lib-hydratail-qa.ucsd.edu 0.211s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment