Skip to content

Instantly share code, notes, and snippets.

@Connoropolous
Created January 24, 2020 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Connoropolous/16f27cb573330ce47ab9b9e197ddc929 to your computer and use it in GitHub Desktop.
Save Connoropolous/16f27cb573330ce47ab9b9e197ddc929 to your computer and use it in GitHub Desktop.
Get Entry panic full log with full backtrace
> acorn-release@1.0.0 start /Users/connor/code/hbe/acorn-release
> electron .
11:48:06.658 › Using config path: /Users/connor/Library/Application Support/Acorn/conductor-config.toml
Reading DNA from ./dna/acorn-hc.dna.json
Unlocking agent keys:
Unlocking key for agent 'hc-run-agent':
Reading keystore from /Users/connor/Library/Application Support/Acorn/keystore.key
conductor: boot_from_config
Reading DNA from ./dna/acorn-hc.dna.json
Reading DNA from ./dna/acorn-hc.dna.json
11:48:06.679 › conductor: build_conductor_api instance_id=acorn, config=Configuration { agents: [AgentConfiguration { id: "hc-run-agent", name: "Agent 1", public_address: "HcScIx5S7XSNew436hT4K58dhAzZfmjky3JWbmdVy3Iu5rydEc93gn76Hr5mMxr", keystore_file: "/Users/connor/Library/Application Support/Acorn/keystore.key", holo_remote_key: None, test_agent: None }], dnas: [DnaConfiguration { id: "hc-run-dna", file: "./dna/acorn-hc.dna.json", hash: "Qmdx16MGETZSmapcvcLTtg22ozkwAHbiAnDfCLjEHELh8w", uuid: None }], instances: [InstanceConfiguration { id: "acorn", dna: "hc-run-dna", agent: "hc-run-agent", storage: Pickle { path: "/Users/connor/Library/Application Support/Acorn/storage" } }], interfaces: [InterfaceConfiguration { id: "websocket-interface", driver: Websocket { port: 8889 }, admin: true, instances: [InstanceReferenceConfiguration { id: "acorn", alias: None }], choose_free_port: None }], bridges: [], ui_bundles: [], ui_interfaces: [], logger: LoggerConfiguration { logger_level: "info", rules: LogRules { rules: [] }, state_dump: false }, network: Some(Sim2h(Sim2hConfig { sim2h_url: "ws://sim2h.harris-braun.com:9000/" })), persistence_dir: ".", signing_service_uri: None, encryption_service_uri: None, decryption_service_uri: None, dpki: None, signals: SignalConfig { trace: false, consistency: false }, passphrase_service: Cmd, metric_publisher: None }
11:48:06.679 › Reading DNA from ./dna/acorn-hc.dna.json
11:48:06.765 › Reading DNA from ./dna/acorn-hc.dna.json
11:48:07.014 › Successfully loaded instance acorn from storage
11:48:07.015 › Successfully loaded 1 instance configurations
Starting instances...
Start all instances
Starting instance "acorn"...
Starting interfaces...
11:48:07.015 › *** Bound interface 'websocket-interface' to port: 8889
*** Done. All interfaces started.
Starting UI servers
Starting all servers
11:48:12.712 › WARN 2020-01-24 11:48:07 [holochain_net::sim2h_worker] net_worker_thread/puid-3-1 crates/net/src/sim2h_worker.rs:153 BACKOFF attempting reconnect, connection state: None
INFO 2020-01-24 11:48:07 [ws] main /Users/distiller/project/.cargo/registry/src/github.com-1ecc6299db9ec823/ws-0.9.1/src/lib.rs:308 Listening for new connections on 0.0.0.0:8889.
WARN 2020-01-24 11:48:09 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/fetch.rs:43 net/handle_fetch_entry: Could not get content aspect of requested entry (EntryHash(HashString("QmWFzUG7YvFJbUjYNo5dgAHmJJ9xx2hSAdMLkhagm4oXvH"))), error: EntryNotFoundLocally
WARN 2020-01-24 11:48:09 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/fetch.rs:43 net/handle_fetch_entry: Could not get content aspect of requested entry (EntryHash(HashString("QmRJmh7qn7D7FRBrZNVyCDUyAyuLTZ3HhoUU2YoXeh19yv"))), error: EntryNotFoundLocally
WARN 2020-01-24 11:48:10 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/fetch.rs:43 net/handle_fetch_entry: Could not get content aspect of requested entry (EntryHash(HashString("QmUyiP2pQSR8PVE6GgcnWcXoMKYujTPucFJmg93qegyQFX"))), error: EntryNotFoundLocally
WARN 2020-01-24 11:48:10 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/fetch.rs:43 net/handle_fetch_entry: Could not get content aspect of requested entry (EntryHash(HashString("QmRj2A6aS8pvasWPZ3G56svQaZbnnj7ShxLtDSKQ38CSAZ"))), error: EntryNotFoundLocally
INFO 2020-01-24 11:48:10 [ws::io]  /Users/distiller/project/.cargo/registry/src/github.com-1ecc6299db9ec823/ws-0.9.1/src/io.rs:614 Accepted a new tcp connection from 127.0.0.1:49741.
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmWi2SkRwE8rdZ3C27toywxE9xxEt5diF3GGHgNgdR8kcL, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUy68vfebXXCPJMnDn26XoebuAJQzWtm9fhS9cmdAeW4f, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUUtUMr1wdWrkLWLQq8kr3GFbnC1ptbAjZb5t8ZC8daDr, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmcPmXgBWAbmUeuvDs4fTbwXKyxheEyBGNHgMLs42yZCsD, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmYxErzkU1TknrE4XucNpagMGdG1AmESVW2Tnef51YCEoY, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZo7qxD6D3kmCkY1LqJUqefeEQig1xDkTnLWD1Werc4zi, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmP3DWRfypKDggq3LKmkdi4PQCmowkE583VnaBCM55cfXw, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmQ3Bkg6DmfNbyP2V78o8oRKzt8YC2iErutzPJG5fS2X2n, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmb6a3NvAtEhJ396n1tQn6b1Hf9YqDgxy9939vkxzmQpnD, Header[type: edge, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScIx5S7XSNew436hT4K58dhAzZfmjky3JWbmdVy3Iu5rydEc93gn76Hr5mMxr -> QmUu8SvzkkFyn6hhW5dnqQmLXa8y6K3KgLq7b5ZXXE1QpU [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(HcScIx5S7XSNew436hT4K58dhAzZfmjky3JWbmdVy3Iu5rydEc93gn76Hr5mMxr, Header[type: %agent_id, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTFEUsor88nNh4P4VLkyDW7Wd9VXxobXEbWzQiFkcoAba, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmQbDdyxHS16ePjRYkF3eWS93F2QGifqzsDu9U7d2LNqo4, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZCRU7UB83tSSmhcd9uXcGwLeTStpwiQe3cJLxCRkX9cH, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmSv5gPCTF7LYL9bK3kK4FsA8iECoF1nqfpyGJwmBgPbC9, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXwpXnLKXXrdFj1uvFeRFjqVwzXYbKKtnJnr3Rh1t7eoj, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmdyexeEGr9TS3nvLsHEDxTGjqK1LtqqBqbeYiyKCxyn5j, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmemYCGbT7bUSFSyMQVhhKmvEYUcZbxZzwKWDBYpxwc6Ca, Header[type: hain_header, crud_link: None])
11:48:13.362 › ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmdsoQYUsiBhYZtw68DEaLFq6HRo5RwCqwF2o3Q2Wg63iF [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmWi2SkRwE8rdZ3C27toywxE9xxEt5diF3GGHgNgdR8kcL [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUegUjGky8ELmPG4CZKe8Dg3MtX7y9J1BKysDN9c718L9, Header[type: edge, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmUu8SvzkkFyn6hhW5dnqQmLXa8y6K3KgLq7b5ZXXE1QpU [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:12 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qma9RKTPTkro7MyozbAKZewXZ9EJ5f61hRBWVEAaw2dUVk, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUu8SvzkkFyn6hhW5dnqQmLXa8y6K3KgLq7b5ZXXE1QpU, Header[type: profile, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmWyZyk6K7Xar1S7x3nmNgm9Qm2vUUgNq81FQ4XM6WxVA8, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmaqfYiTnqH1GaM4rqJ1Y4nonPQr4YyYompgdPrMR5G4of, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmQL4NrrkryLSWPxf3fRW3XQrkeZYjiZS7LzhyRyecEfh3, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmcsXYBGD7tnmFsSPQBBrSBh9pmCBWm2hhXzeTSeaF6vCH, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmTTWBGFkkxhBtfZWp6xthRa1Tpc8pj5LiVtMW3DQS9U3w -> QmUegUjGky8ELmPG4CZKe8Dg3MtX7y9J1BKysDN9c718L9 [tag: , type: anchor->edge], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmTTWBGFkkxhBtfZWp6xthRa1Tpc8pj5LiVtMW3DQS9U3w -> Qmb6a3NvAtEhJ396n1tQn6b1Hf9YqDgxy9939vkxzmQpnD [tag: , type: anchor->edge], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTTWBGFkkxhBtfZWp6xthRa1Tpc8pj5LiVtMW3DQS9U3w, Header[type: anchor, crud_link: None])
11:48:14.106 › ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTCruGtuYgBrjXYpPwYPYd87A6ZiMRNTJ3XFzw44afFaG, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmRnSL4ZWa5VGJ6wneKKAdWj7rmLP1XxUNigtZYzMMUHwk, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmY8CNkbZDnA9pBEJiWuDX5HaSrQXMKjYunnmcF5xFydvx, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTLfLRrGmodmgaWM7HFZagbqCHN7ZrYd2de21hQHzoWzX, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXMnaeNGs2Yw7wGb6uzwkWbHFA7yJGqKS8iv8WUiJAvCg, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmNe1LpjprXxSkoJ5keExJeyupvTXg3EYFiBinKRxXy7ke, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZ79enBXjfbDhwfcU2m8XieBQbYJETLT1z2XNG8r1vfuo, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmbvpdSZC3oCNEMzAQXFXsgtmVnAtStWgQprj3vavTEadf, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmY5QLGkQQW9AwLe2LTTwcAn1xX2HtnKUcSrW1RmMK2pmJ, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmU8KkmSgf4oYkaZorN1uuxSkN4gmEYDxXLMaw1XGK5Ndn, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUNQi39FqikpfJcVbxZ7tpV4trDyVVGpGBvt1FHDkjnPk, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmSHacQtSrybG2AjL3scXcF7Sc2oXtd5by1GJc8yBMKoEN, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmSKYA9WvxmDMXgPrnuAFogrJmg8S8wNYmGRd1wfHcszNP, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmdsoQYUsiBhYZtw68DEaLFq6HRo5RwCqwF2o3Q2Wg63iF, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Update(QmRVjNKzXBLvNFtLBCxt11XgFLdv28JtA7UjQ7cF7xBkTk, Header[type: goal, crud_link: Some(HashString("QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo"))])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmdyexeEGr9TS3nvLsHEDxTGjqK1LtqqBqbeYiyKCxyn5j, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmemYCGbT7bUSFSyMQVhhKmvEYUcZbxZzwKWDBYpxwc6Ca, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmeZE626gG3U46fR7GyUeQ49eXRKtrS3Lk8woGuNQFhosh, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:13 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmUu8SvzkkFyn6hhW5dnqQmLXa8y6K3KgLq7b5ZXXE1QpU [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k, Header[type: anchor, crud_link: None])
11:48:14.766 › ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmUR3j3hB9BxNf9vpuzA95dRdLAacHLeS4gz9eXfT2fv8k -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: anchor->profiles], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTFEUsor88nNh4P4VLkyDW7Wd9VXxobXEbWzQiFkcoAba, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmf9zByZ4nwRLRzEH7jcb6EcUC3RuuBmvcGdS3LrCYY4S2, Header[type: goal, crud_link: Some(HashString("QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn"))])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmNe1LpjprXxSkoJ5keExJeyupvTXg3EYFiBinKRxXy7ke, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScjyOF4RNWjrq58o6xHP7rqPHibpfzw76FQkpwTGA5y6xnKqrp3XThaif4a9a -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScjyOF4RNWjrq58o6xHP7rqPHibpfzw76FQkpwTGA5y6xnKqrp3XThaif4a9a -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(HcScjyOF4RNWjrq58o6xHP7rqPHibpfzw76FQkpwTGA5y6xnKqrp3XThaif4a9a, Header[type: %agent_id, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScjyOF4RNWjrq58o6xHP7rqPHibpfzw76FQkpwTGA5y6xnKqrp3XThaif4a9a -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScjyOF4RNWjrq58o6xHP7rqPHibpfzw76FQkpwTGA5y6xnKqrp3XThaif4a9a -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScjyOF4RNWjrq58o6xHP7rqPHibpfzw76FQkpwTGA5y6xnKqrp3XThaif4a9a -> QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmRVjNKzXBLvNFtLBCxt11XgFLdv28JtA7UjQ7cF7xBkTk, Header[type: goal, crud_link: Some(HashString("QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo"))])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Update(Qmf9XELW2eHRyDDCXabu2S5VEQBwUZ658gJa7SBzHsCCJY, Header[type: goal, crud_link: Some(HashString("QmRVjNKzXBLvNFtLBCxt11XgFLdv28JtA7UjQ7cF7xBkTk"))])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXwpXnLKXXrdFj1uvFeRFjqVwzXYbKKtnJnr3Rh1t7eoj, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmYyrgBWa36YAT4ffNPxq6EpMAkipBgbEVudwBvvruk697, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTnEfmajk3LeUkmYuBq14N6sTgR2MX1iqsjYk9WjL4nUV, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qme1YwBmt7fjWoHQkYssYsBrXazZqyLhvKTLvTnjoTKspx, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUNQi39FqikpfJcVbxZ7tpV4trDyVVGpGBvt1FHDkjnPk, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUegUjGky8ELmPG4CZKe8Dg3MtX7y9J1BKysDN9c718L9, Header[type: edge, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmb6a3NvAtEhJ396n1tQn6b1Hf9YqDgxy9939vkxzmQpnD, Header[type: edge, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmaNh4qaQVrrKvopCw3pjPUJ7otjY79XAHRJ5FXfPnP2D8, Header[type: hain_header, crud_link: None])
11:48:15.519 › ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXFTQvqTjWh9NswZLrHore3KvXWvuKQM3prciKaZ8o5ur, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmVVAt8Tj6zLXZiERcWGPr5rypgddduYgwiuSpU9DvkCzR, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmRTuFdkkqj1vzbY7hUKS5VWoUstG5JoWUvH1qP7aMbhgp, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmcDSRAhYuXwfD7VubqHPNYXqm2WftS4uQfCdTtSe4Jgio, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmf9XELW2eHRyDDCXabu2S5VEQBwUZ658gJa7SBzHsCCJY, Header[type: goal, crud_link: Some(HashString("QmRVjNKzXBLvNFtLBCxt11XgFLdv28JtA7UjQ7cF7xBkTk"))])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZCKvEXEvSFJeNm8jNzrDkVdyWyz6462nN3nKzP3WQLBP, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:14 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmY5QLGkQQW9AwLe2LTTwcAn1xX2HtnKUcSrW1RmMK2pmJ, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmbvpdSZC3oCNEMzAQXFXsgtmVnAtStWgQprj3vavTEadf, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmcw32d2a5Qff7Ekmatxec916AKM9DgHRyKL8BN76Ticaf, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmQbDdyxHS16ePjRYkF3eWS93F2QGifqzsDu9U7d2LNqo4, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qma9RKTPTkro7MyozbAKZewXZ9EJ5f61hRBWVEAaw2dUVk, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXqhuwfGcxZTaqyioaHCwjACENDeinKonVzpMCtcH4seu, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZhfDBS6gct5Bbv1RQuXwiuAMQR3R5AA3NoRy3TzMRYe2, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmQ3Bkg6DmfNbyP2V78o8oRKzt8YC2iErutzPJG5fS2X2n, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Update(QmXcrJ16isPc5nHJZ2fzdpwXgcVLvtGnUwHHrqocdFQCJX, Header[type: goal, crud_link: Some(HashString("QmUJeEm9LL4t9JmF93RswE5WzdU5vaie4aGvZegjUFwTT9"))])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUJeEm9LL4t9JmF93RswE5WzdU5vaie4aGvZegjUFwTT9, Header[type: goal, crud_link: Some(HashString("QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn"))])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUUtUMr1wdWrkLWLQq8kr3GFbnC1ptbAjZb5t8ZC8daDr, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmRnSL4ZWa5VGJ6wneKKAdWj7rmLP1XxUNigtZYzMMUHwk, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmSKYA9WvxmDMXgPrnuAFogrJmg8S8wNYmGRd1wfHcszNP, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmYU2hv55mdwjtpwVdSKnm69yDjyT8GsLMWpTxXd4S1yc4, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmSJoJu3Fj5nHoNEq2RnbxdmBNZpWwPZUuvPrwgDyDW1pf, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmR8yQfBa7RaQVtwq6nDDe1nSU5B3zY677Bvb3vSaifogP, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmdS5Nz2dqHmHdJdgNfcPMFGvQscvSmwm3vZgbFs9Es1z3, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmVwn5Wg2jJ5HXucwN35T25hmJNa99QnSksbho5Mj9SBHw, Header[type: %link_add, crud_link: None])
11:48:16.257 › ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmVSFeanET8FxaKV33tvUb8RD1rT2huUXNzqE9Knt2zA7a, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXMnaeNGs2Yw7wGb6uzwkWbHFA7yJGqKS8iv8WUiJAvCg, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(HcScIx5S7XSNew436hT4K58dhAzZfmjky3JWbmdVy3Iu5rydEc93gn76Hr5mMxr, Header[type: %agent_id, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(HcScIx5S7XSNew436hT4K58dhAzZfmjky3JWbmdVy3Iu5rydEc93gn76Hr5mMxr -> QmUu8SvzkkFyn6hhW5dnqQmLXa8y6K3KgLq7b5ZXXE1QpU [tag: , type: agent->profile], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmcwxDFiFeo8i1scRDjTynqfaCHK4XXXmUUfGHaBNwiPDT, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmPtzCD7qP7WoRZ4f7bCHwvJckqxEtQR7BNgoaQXffy1Lg, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmWi2SkRwE8rdZ3C27toywxE9xxEt5diF3GGHgNgdR8kcL [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(Qmbe5Sd8zeGUxsWTogDnC7tB3GPt1SoEDfRVmjCAk6vYfY -> QmdsoQYUsiBhYZtw68DEaLFq6HRo5RwCqwF2o3Q2Wg63iF [tag: , type: anchor->goal], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmfALQSqDfSDVZNciXgvR65U4xcCxJiRyQ6exasaAw2NLX, Header[type: profile, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Update(Qmf9zByZ4nwRLRzEH7jcb6EcUC3RuuBmvcGdS3LrCYY4S2, Header[type: goal, crud_link: Some(HashString("QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn"))])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Update(QmUJeEm9LL4t9JmF93RswE5WzdU5vaie4aGvZegjUFwTT9, Header[type: goal, crud_link: Some(HashString("QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn"))])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXsKWmL4zUV4v3ZHGy8FfKQ83wVPsPFTziFqfDPTV96Xn, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:15 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmeCVUQHkm1zZeA3w7sxpnQRPwZKmFzWd2VWEbxhh8phc3, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmVgPgZFUTqBQaTm9DWwoLMUhmqc5pUm9jX9XSAy6pUiAc, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmU8KkmSgf4oYkaZorN1uuxSkN4gmEYDxXLMaw1XGK5Ndn, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZneuC7b5F3CoKnXV35wT1gvQiRPrBYXwRd36cwFo5a8u, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmY8CNkbZDnA9pBEJiWuDX5HaSrQXMKjYunnmcF5xFydvx, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmacHGokDfjhfJPvvFjbjH4aDmgCVXRtPSLmkuMnJvkGgq, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmPxXMTJkfgnkBFe2ZQcJMza8ae6S7enEFhwmEyLChXNPo, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmXcrJ16isPc5nHJZ2fzdpwXgcVLvtGnUwHHrqocdFQCJX, Header[type: goal, crud_link: Some(HashString("QmUJeEm9LL4t9JmF93RswE5WzdU5vaie4aGvZegjUFwTT9"))])
11:48:17.056 › ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmfW65Bgj9Xxux99WMUacKrmpUk91xxNyLH6AUUhK8NQSm, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmYbMHyNYRkgg2wRsuJmHSPur9gizVJ1tua5aiJYrd6qPG, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmeE71fn51FgBsW3JSM2x8n3KvS5D5dKEiaRuDh1ASzmQv, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmdsoQYUsiBhYZtw68DEaLFq6HRo5RwCqwF2o3Q2Wg63iF, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmUy68vfebXXCPJMnDn26XoebuAJQzWtm9fhS9cmdAeW4f, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmQL4NrrkryLSWPxf3fRW3XQrkeZYjiZS7LzhyRyecEfh3, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZCRU7UB83tSSmhcd9uXcGwLeTStpwiQe3cJLxCRkX9cH, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmRemD5aiqJ8N9DRvEsLKTU9LcdiYLCXmgT8mWDrJRbEvH, Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(Qmf9SuL1LZbdeFGZsQppt8QWva3VR4SCpvKgnA7T9Bfz58, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmWi2SkRwE8rdZ3C27toywxE9xxEt5diF3GGHgNgdR8kcL, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmSv5gPCTF7LYL9bK3kK4FsA8iECoF1nqfpyGJwmBgPbC9, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZ79enBXjfbDhwfcU2m8XieBQbYJETLT1z2XNG8r1vfuo, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmTTWBGFkkxhBtfZWp6xthRa1Tpc8pj5LiVtMW3DQS9U3w, Header[type: anchor, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmTTWBGFkkxhBtfZWp6xthRa1Tpc8pj5LiVtMW3DQS9U3w -> Qmb6a3NvAtEhJ396n1tQn6b1Hf9YqDgxy9939vkxzmQpnD [tag: , type: anchor->edge], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::LinkAdd(QmTTWBGFkkxhBtfZWp6xthRa1Tpc8pj5LiVtMW3DQS9U3w -> QmUegUjGky8ELmPG4CZKe8Dg3MtX7y9J1BKysDN9c718L9 [tag: , type: anchor->edge], Header[type: %link_add, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmaWsgm7AsvumUnTxbAaCLF3M6WRTdKwWbzUJj73thUNdr, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmRWTmDP4v6ZL5DZfHa7pBzZQedLvNukHFqEaX8ahvspLs, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmakPANzVvZ8vjdGbbdQsq5ymy1LCUxFinLk2ARLMpmvHh, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmZaCB3x5d5uY6gGKXtzKyBeib3GZ2LQqG75tSbg8Ern3E, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo, Header[type: goal, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Update(QmRVjNKzXBLvNFtLBCxt11XgFLdv28JtA7UjQ7cF7xBkTk, Header[type: goal, crud_link: Some(HashString("QmWhmtCTFgRaL3pNZKoMDfTJa4SkdGBq7HHUAn9HDWHaZo"))])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmcPmXgBWAbmUeuvDs4fTbwXKyxheEyBGNHgMLs42yZCsD, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:16 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmbbnPjWeWBNCJohf8uJ3E5LxBZkFocnYMfRpnkUBdFgGw, Header[type: hain_header, crud_link: None])
ERROR 2020-01-24 11:48:17 [holochain::acorn] net_worker_thread/puid-3-1 crates/core/src/network/handler/store.rs:29 handle_store: Aspect already being held: EntryAspect::Content(QmcsXYBGD7tnmFsSPQBBrSBh9pmCBWm2hhXzeTSeaF6vCH, Header[type: hain_header, crud_link: None])
11:48:18.465 › thread 'ZomeFnCall { id: ProcessUniqueId { prefix: 10, offset: 2108 }, zome_name: "holo_acorn", cap: CapabilityRequest { cap_token: HashString("QmWK9GaWFKPzrx2nTHFjK9uH3fv8arAyScrk3va7it6dz2"), provenance: Provenance(HashString("HcScIx5S7XSNew436hT4K58dhAzZfmjky3JWbmdVy3Iu5rydEc93gn76Hr5mMxr"), Signature("kQxVzsTVdMJKvwZHmOejyFl2LwZozEQ5w+OJcQJ1hJTaELzgD843vBjHN2y3IFou3AR3RgcfsFdU7QhKzBbRDw==")) }, fn_name: "fetch_goals", parameters: JsonString("{}") }' panicked at 'link_eavs.len() = 2', crates/core/src/nucleus/actions/get_entry.rs:86:5
stack backtrace:
11:48:18.556 › 0: 0x101884b02 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h0be336424e867da2
11:48:18.557 › 1: 0x10149f670 - core::fmt::write::h04dd8dd743697d3e
11:48:18.557 › 2: 0x1018841fb - std::io::Write::write_fmt::hafc961843444f505
11:48:18.558 › 3: 0x101883d93 - std::panicking::default_hook::{{closure}}::h124562b8214604b7
11:48:18.558 › 4: 0x101883566 - std::panicking::rust_panic_with_hook::hc206840347064084
11:48:18.559 › 5: 0x101887945 - std::panicking::continue_panic_fmt::h5e35e5145bd1a8ac
11:48:18.559 › 6: 0x101883717 - std::panicking::begin_panic_fmt::hf49c5c5a7f0a495d
11:48:18.560 ›
11:48:18.560 › 7: 0x10105ee64 - holochain_core::nucleus::actions::get_entry::get_entry_with_meta::h7b461a04fa7b3c03
11:48:18.561 › 8: 0x1016b07c9 - <std::future::GenFuture<T> as core::future::future::Future>::poll::h17835f56ce80c2c9
11:48:18.561 › 9: 0x1016b0678 - std::future::poll_with_tls_context::h4d0a3b2f58aee0ec
11:48:18.562 › 10: 0x1019181b3 - holochain_core::context::Context::block_on::hff8b2b98cca77dca
11:48:18.562 › 11: 0x10141167b - holochain_core::nucleus::ribosome::api::get_entry::invoke_get_entry::hdf5ba31451227c24
11:48:18.562 › 12: 0x1010cac3c - holochain_core::nucleus::ribosome::api::ZomeApiFunction::apply::h2122b4760e1da85b
11:48:18.563 › 13: 0x101129ce4 - wasmi::func::FuncInstance::invoke::h81ebe5ae208750da
11:48:18.563 › 14: 0x10107fb6b - wasmi::runner::Interpreter::run_interpreter_loop::h8c6107b2c955e1dc
11:48:18.564 › 15: 0x101129d7a - wasmi::func::FuncInstance::invoke::h81ebe5ae208750da
11:48:18.564 › 16: 0x1011868f6 - wasmi::module::ModuleInstance::invoke_export::h50c10efb399dfde9
11:48:18.565 ›
11:48:18.565 › 17: 0x101206c74 - holochain_core::nucleus::ribosome::run_dna::run_dna::hb437723fc0744171
11:48:18.565 › 18: 0x10144fe9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h643f40ca15cff05f
11:48:18.566 › 19: 0x101127cdb - std::panicking::try::do_call::heab4c620788b0c50
11:48:18.567 › 20: 0x1016783ff - __rust_maybe_catch_panic
11:48:18.568 › 21: 0x10125175c - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1507a66aa5a650e2
11:48:18.568 › 22: 0x10189a84e - <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::hbe12d28dd5e1e34a
11:48:18.569 › 23: 0x10189e07a - std::sys::unix::thread::Thread::new::thread_start::hd1d967c96e674793
24: 0x7fff649e9e65 - _pthread_start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment