Skip to content

Instantly share code, notes, and snippets.

View magik6k's full-sized avatar

Łukasz Magiera magik6k

View GitHub Profile
diff --git a/go.mod b/go.mod
index 405284f49..b39292b02 100644
--- a/go.mod
+++ b/go.mod
@@ -135,6 +135,7 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/elastic/gosigar v0.14.2 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
+ github.com/filecoin-project/go-fil-commp-hashhash v0.1.0 // indirect
github.com/flynn/noise v1.0.0 // indirect
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
--- b/vendor/github.com/ipfs/go-bitswap/bitswap.go 2023-01-30 20:34:50.525475644 +0100
+++ a/vendor/github.com/ipfs/go-bitswap/bitswap.go 1970-01-01 01:00:00.000000000 +0100
@@ -1,181 +0,0 @@
-package bitswap
-
-import (
- "context"
- "fmt"
-
- "github.com/ipfs/go-bitswap/client"
package bsst
import (
"bufio"
"bytes"
"crypto/rand"
"encoding/binary"
"fmt"
"github.com/minio/sha256-simd"
"github.com/multiformats/go-multihash"
This file has been truncated, but you can view the full file.
goroutine 85972 [running]:
runtime/pprof.writeGoroutineStacks({0x5badf40, 0xc044f94a80})
/usr/lib/go/src/runtime/pprof/pprof.go:692 +0x70
runtime/pprof.writeGoroutine({0x5badf40?, 0xc044f94a80?}, 0x0?)
/usr/lib/go/src/runtime/pprof/pprof.go:681 +0x2b
runtime/pprof.(*Profile).WriteTo(0x438a4a0?, {0x5badf40?, 0xc044f94a80?}, 0xc?)
/usr/lib/go/src/runtime/pprof/pprof.go:330 +0x14b
net/http/pprof.handler.ServeHTTP({0xc039bfc821, 0x9}, {0x5bbf810, 0xc044f94a80}, 0x702f67756265642f?)
/usr/lib/go/src/net/http/pprof/pprof.go:253 +0x4a5
net/http/pprof.Index({0x5bbf810?, 0xc044f94a80}, 0xc03bbe1800)
This file has been truncated, but you can view the full file.
diff -Naur --color b/vendor/github.com/armon/go-metrics/const_unix.go a/vendor/github.com/armon/go-metrics/const_unix.go
--- b/vendor/github.com/armon/go-metrics/const_unix.go 2022-11-23 21:19:17.895099442 +0100
+++ a/vendor/github.com/armon/go-metrics/const_unix.go 1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-// +build !windows
-
-package metrics
-
-import (
- "syscall"
This file has been truncated, but you can view the full file.
Only in b/vendor/github.com: armon
diff -r --color a/vendor/github.com/bep/debounce/README.md b/vendor/github.com/bep/debounce/README.md
3c3
< [![Build Status](https://travis-ci.org/bep/debounce.svg)](https://travis-ci.org/bep/debounce)
---
> [![Tests on Linux, MacOS and Windows](https://github.com/bep/debounce/workflows/Test/badge.svg)](https://github.com/bep/debounce/actions?query=workflow:Test)
Only in a/vendor/github.com/bep/debounce: .travis.yml
Only in b/vendor/github.com: boltdb
Only in a/vendor/github.com: cheekybits
diff -r --color a/vendor/github.com/coreos/go-systemd/v22/dbus/dbus.go b/vendor/github.com/coreos/go-systemd/v22/dbus/dbus.go
This file has been truncated, but you can view the full file.
diff -Naur --color b/vendor/github.com/armon/go-metrics/const_unix.go a/vendor/github.com/armon/go-metrics/const_unix.go
--- b/vendor/github.com/armon/go-metrics/const_unix.go 1970-01-01 01:00:00.000000000 +0100
+++ a/vendor/github.com/armon/go-metrics/const_unix.go 2022-11-15 23:06:29.382015706 +0100
@@ -0,0 +1,12 @@
+// +build !windows
+
+package metrics
+
+import (
+ "syscall"
{
"State": "PreCommitting",
"Sector": {
"Miner": 1000,
"Number": 2
},
"Type": 5,
"Pieces": [
{
"Piece": {
@magik6k
magik6k / pgas
Created September 5, 2022 07:30
2022-08-10T12:14:05.224 ERROR fvm::kernel::default > AL: xxxx p0; gas: 704088.000
2022-08-10T12:14:05.224 ERROR fvm::kernel::default > AL: xxxx p1; gas: 724980.000
2022-08-10T12:14:05.224 ERROR fvm::kernel::default > AL: xxxx p1-0; gas: 1207777.000
2022-08-10T12:14:05.224 ERROR fvm::kernel::default > AL: xxxx p1-1; gas: 1497073.000
2022-08-10T12:14:05.224 ERROR fvm::kernel::default > AL: xxxx p1-2; gas: 1514477.000