Skip to content

Instantly share code, notes, and snippets.

boring_engelbart|Error (cr-service.c:58): Failed unpacking request: Success
boring_engelbart|Error (cr-service.c:694): Can't recv request: Success
boring_engelbart|data too short after length-prefix of 1204
---> Making bundle: cross (in bundles/1.5.0-dev/cross)
Created symlinks: /go/src/github.com/docker/docker/bundles/1.5.0-dev/cross/linux/amd64/docker /go/src/github.com/docker/docker/bundles/1.5.0-dev/cross/linux/amd64/docker-1.5.0-dev /go/src/github.com/docker/docker/bundles/1.5.0-dev/cross/linux/amd64/docker-1.5.0-dev.md5 /go/src/github.com/docker/docker/bundles/1.5.0-dev/cross/linux/amd64/docker-1.5.0-dev.sha256
Created binary: /go/src/github.com/docker/docker/bundles/1.5.0-dev/cross/linux/386/docker-1.5.0-dev
Created binary: /go/src/github.com/docker/docker/bundles/1.5.0-dev/cross/linux/arm/docker-1.5.0-dev
# github.com/docker/libcontainer/configs
vendor/src/github.com/docker/libcontainer/configs/namespaces.go:101: undefined: syscall.CLONE_NEWNET
vendor/src/github.com/docker/libcontainer/configs/namespaces.go:102: undefined: syscall.CLONE_NEWNS
vendor/src/github.com/docker/libcontainer/configs/namespaces.go:103: undefined: syscall.CLONE_NEWUSER
vendor/src/github.com/docker/libcontainer/configs/namespaces.g
cmd := exec.Command(c.criuPath, args...)
cmd.Stdin = process.Stdin
cmd.Stdout = process.Stdout
cmd.Stderr = process.Stderr
if err := cmd.Start(); err != nil {
return err
}
// cmd.Wait() waits cmd.goroutines which are used for proxying file descriptors.
// Here we want to wait only the CRIU process.
INFO[0016] POST /v1.19/containers/df1a39d41e1fa7fb48ff2ddfdc3afda04b8e36afa395bcb7f611a60f6f81abad/restore
INFO[0016] +job restore(df1a39d41e1fa7fb48ff2ddfdc3afda04b8e36afa395bcb7f611a60f6f81abad)
INFO[0016] +job allocate_interface(df1a39d41e1fa7fb48ff2ddfdc3afda04b8e36afa395bcb7f611a60f6f81abad)
WARN[0016] using already allocated ip 172.17.0.2
INFO[0016] -job allocate_interface(df1a39d41e1fa7fb48ff2ddfdc3afda04b8e36afa395bcb7f611a60f6f81abad) OK
INFO[0016] +job log(restore, df1a39d41e1fa7fb48ff2ddfdc3afda04b8e36afa395bcb7f611a60f6f81abad, busybox:latest)
INFO[0016] -job log(restore, df1a39d41e1fa7fb48ff2ddfdc3afda04b8e36afa395bcb7f611a60f6f81abad, busybox:latest) OK
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x10 pc=0x500676]
(00.000068) Probing sock diag modules
(00.043462) Done probing
(00.043492) ========================================
(00.043497) Dumping processes (pid: 127)
(00.043501) ========================================
(00.043605) Found anon-shmem device at 4
(00.043803) Reset 159's dirty tracking
(00.043881) ... done
(00.043934) Dirty track supported on kernel
(00.044004) irmap: Searching irmap cache in work dir
root@73c27eec175f:/busybox# cat nsinit/checkpoint/dump.log
(00.000061) Probing sock diag modules
(00.000134) Done probing
(00.000140) ========================================
(00.000145) Dumping processes (pid: 51)
(00.000148) ========================================
(00.000298) Found anon-shmem device at 4
(00.000310) Reset 87's dirty tracking
(00.000351) ... done
(00.000385) Dirty track supported on kernel
/** @jsx React.DOM */
var React = require('react');
var rd3 = require("react-d3");
var LineGraph = rd3.LineChart;
var App = React.createClass({
render: function() {
var lineData = [{"name":"Series 1","values":[{"x":0,"y":0},{"x":1,"y":1},{"x":2,"y":2},{"x":3,"y":3},{"x":4,"y":4},{"x":5,"y":5}]}];
return <LineGraph data={ lineData } width={ 672 } height = { 300 } />
{
"object": {
"status": "pending",
"date": 1329955200,
"amount": 841,
"summary": {
"adjustment_count": 0,
"validation_fees": 0,
"charge_gross": 1000,
"validation_count": 0,
diff --git a/notify/notify-srv.rb b/notify/notify-srv.rb
index 51b56b2..0cd942a 100755
--- a/notify/notify-srv.rb
+++ b/notify/notify-srv.rb
@@ -264,16 +264,15 @@ class Sweeper
PushNotification.load_all(:started => nil, :completed => nil) do |p|
Opus::DaemonCommon.exit_if_necessary
+ # Don't try more failed URLs in this run. This way if a host
+ # is down we don't try a ton of webhooks for it to the