Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/sbin/dtrace -s
#pragma D option strsize=5k
#pragma D option quiet
binder*:::op-start
{
this->j = copyinstr(arg0);
reqs[json(this->j, "id")] = timestamp / 1000;
}
We can make this file beautiful and searchable if this error is corrected: It looks like row 71 should actually have 3 columns, instead of 2. in line 70.
2458899,8,920 2458900,7,895 2458901,1,284 2458902,0,0 2458903,14,294 2458904,2,406 2458905,5,230 2458906,1,284 2458907,0,0 2458908,1,462 2458909,12,1061 2458910,3,527 2458911,10,460 2458912,0,0 2458913,3,1009 2458914,7,410 2458915,8,1260 2458916,1,462 2458917,3,1208 2458918,4,1023 2458919,2,490 2458920,14,1305 2458921,3,831 2458922,1,462 2458923,8,883 2458924,12,640 2458925,10,1374 2458926,5,624 2458927,2,746 2458928,2,369 2458929,9,420 2458930,7,554 2458931,2,746 2458932,16,1040 2458933,4,1848 2458934,2,568 2458935,11,744 2458936,7,1212 2458937,2,665 2458938,7,976 2458939,7,588 2458940,2,502 2458941,1,284 2458942,5,230 2458943,8,495 2458944,8,1357 2458945,3,1030 2458946,0,0 2458947,0,0 2458948,1,284 2458949,2,490 2458950,6,126 2458951,1,85 2458952,9,412 2458953,7,211 2458954,2,536 2458955,174,12452 2458956,645,47730 2458957,621,46577 2458958,627,46431 2458959,615,45510 2458960,200,14800 2458961,271,20054 2458962,0,0 2458963,0,0 2458964,98,7252 2458965,113,8362 2458966,60,4569 2458967,0,0 2458968,0,0 2458969,
[root@bf4d027b-a0df-e8bf-9b84-9487f9a5eab4 ~/ws/node-moray-sandbox]# npm install
npm WARN deprecated clone@1.0.2: XSS vulnerability fixed in v1.0.3
npm WARN deprecated sprintf@0.1.5: The sprintf package is deprecated in favor of sprintf-js.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated node-uuid@1.4.1: Use uuid module instead
npm WARN deprecated showdown@0.3.1: IMPORTANT hotfix
npm WARN deprecated sprintf@0.1.1: The sprintf package is deprecated in favor of sprintf-js.
npm WARN deprecated node-uuid@1.4.0: Use uuid module instead
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
Started by user Robert Bogart
Building remotely on 4ea0b7a7-18.1.0-multi (image_ver:18.1.0 jenkins_agent:1 python:2.7 gcc:4.9.4 pkgsrc_arch:multiarch fs:ufs jenkins_agent:1.2 jenkins_agent:1.2.3 pkgsrc_ver:2018Q1 dram:4gb pi:20151126T062538Z cpus:2 fs:pcfs gcc:4.9 delegated_dataset:true python:2.7.14 dc:staging-3 virt:kvm) in workspace /root/data/jenkins/workspace/mako
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:joyent/manta-mako.git # timeout=10
Fetching upstream changes from git@github.com:joyent/manta-mako.git
> git --version # timeout=10
using GIT_SSH to set credentials automation key
> git fetch --tags --progress git@github.com:joyent/manta-mako.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
#!/bin/bash
TEST_DOMAIN="west.example.com"
REMOTE_PATH="/poseidon/stor/mako"
SUMMARY_DIR="summaries"
STATUS=0
sns=
function warn()