Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Last active December 27, 2015 17:29
Show Gist options
  • Select an option

  • Save tbatchelli/7363029 to your computer and use it in GitHub Desktop.

Select an option

Save tbatchelli/7363029 to your computer and use it in GitHub Desktop.
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> -----------------------------------------
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> #!/usr/bin/env bash
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> mkdir -p /Users/tbatchelli || exit 1
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> cd /Users/tbatchelli
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> set -h
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> echo 'rsync /Users/tbatchelli/dev/clients/qr/uplift/target/deploy/920459718/qlauncher/qlauncher-fashion-13.2.13-SNAPSHOT-063ef44da2c05a07720d1e723e7cfe64e93f2310 to /mnt/quantum/qi...';
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> {
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> /usr/bin/rsync -e '/usr/bin/ssh -o "StrictHostKeyChecking no" -p 22' -F -F -r --delete --copy-links --exclude "qlauncher.properties" --exclude "database.properties" --owner --rsync-path "sudo rsync" --perms --stats /Users/tbatchelli/dev/clients/qr/uplift/target/deploy/920459718/qlauncher/qlauncher-fashion-13.2.13-SNAPSHOT-063ef44da2c05a07720d1e723e7cfe64e93f2310 abatchelli@q-pallet-dev1:/mnt/quantum/qi
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> } || { echo '#> rsync /Users/tbatchelli/dev/clients/qr/uplift/target/deploy/920459718/qlauncher/qlauncher-fashion-13.2.13-SNAPSHOT-063ef44da2c05a07720d1e723e7cfe64e93f2310 to /mnt/quantum/qi : FAIL'; exit 1;} >&2
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> echo '#> rsync /Users/tbatchelli/dev/clients/qr/uplift/target/deploy/920459718/qlauncher/qlauncher-fashion-13.2.13-SNAPSHOT-063ef44da2c05a07720d1e723e7cfe64e93f2310 to /mnt/quantum/qi : SUCCESS'
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==>
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> exit $?
2013-11-07 14:31:18,670 DEBUG [operate-59] p.l.execute localhost ==> ------------------------------------------
2013-11-07 14:31:18,683 DEBUG [operate-59] p.l.execute localhost <== ----------------------------------------
2013-11-07 14:31:19,693 DEBUG [operate-59] p.execute localhost <== rsync /Users/tbatchelli/dev/clients/qr/uplift/target/deploy/920459718/qlauncher/qlauncher-fashion-13.2.13-SNAPSHOT-063ef44da2c05a07720d1e723e7cfe64e93f2310 to /mnt/quantum/qi...
2013-11-07 14:31:22,695 DEBUG [operate-59] p.execute localhost <== sudo: no tty present and no askpass program specified
2013-11-07 14:31:22,695 DEBUG [operate-59] p.execute localhost <== rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2013-11-07 14:31:22,695 DEBUG [operate-59] p.execute localhost <== rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
2013-11-07 14:31:22,695 ERROR [operate-59] p.execute localhost #> rsync /Users/tbatchelli/dev/clients/qr/uplift/target/deploy/920459718/qlauncher/qlauncher-fashion-13.2.13-SNAPSHOT-063ef44da2c05a07720d1e723e7cfe64e93f2310 to /mnt/quantum/qi : FAIL
2013-11-07 14:31:22,695 WARN [operate-59] p.l.execute localhost sudo: no tty present and no askpass program specified
2013-11-07 14:31:22,696 WARN [operate-59] p.l.execute localhost rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2013-11-07 14:31:22,696 WARN [operate-59] p.l.execute localhost rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
2013-11-07 14:31:22,696 DEBUG [operate-59] p.l.execute localhost <== ----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment