Created
March 15, 2020 20:56
-
-
Save bonedaddy/c717a2159588dd1eb80bcd7c7f55748a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESC[0;37m14:28:51.791 ESC[31mERROR ESC[0;34m basichost: ESC[0msetting stream deadline: stream closed ESC[0;37mbasic_host.go:238ESC[0m | |
ESC[0;37m12:40:47.561 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m12:44:07.625 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m07:54:02.414 ESC[31mERROR ESC[0;34m engine: ESC[0mtried to execute a task and errored fetching block: blockstore: block not found ESC[0;37mengine.go:209ESC[0m | |
ESC[0;37m04:42:16.876 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m04:42:17.341 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m04:43:21.968 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m15:31:49.020 ESC[31mERROR ESC[0;34m engine: ESC[0mtried to execute a task and errored fetching block: blockstore: block not found ESC[0;37mengine.go:209ESC[0m | |
ESC[0;37m15:15:58.313 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m08:48:36.067 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m08:48:36.481 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m11:00:17.972 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m11:03:24.197 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m | |
ESC[0;37m11:56:23.293 ESC[31mERROR ESC[0;34m core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m |
There's a few different things at play here from what I can tell:
core: ESC[0mfailure on stop: context canceled; TODO: mock repo ESC[0;37mbuilder.go:47ESC[0m
This is an issue when running ipfs add --only-hash
, as it's using a mock repo.
basichost: ESC[0msetting stream deadline: stream closed ESC[0;37mbasic_host.go:238ESC[0m
Not 100% sure what this error is about, but I suspect its related to the --only-hash
error
ESC[0;37m15:31:49.020 ESC[31mERROR ESC[0;34m engine: ESC[0mtried to execute a task and errored fetching block: blockstore: block not found ESC[0;37mengine.go:209ESC[0m
No idea what this is, but it's something I've only started seeing in my logs since 0.4.23
Is this from a test run
No this is from ipfs daemon
In latest master I do not see any of this happening... same for 0.4.23... any tips on how to reproduce?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this from a test run? Why is it using a mock repo?