Hi @pauldaoust you were right. It was actually a simple copy/paste error in the index.js. I’m sorry
This time the test run looked much better. Nevertheless I got an error message again:
[nix-shell:~/holochain/core_concepts/cc_tuts]$ hc test
Packaging files for testing to file: “/home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json”
cargo build --release --target=wasm32-unknown-unknown --target-dir=…/target
Finished release [optimized] target(s) in 0.11s
cargo build --release --target=wasm32-unknown-unknown --target-dir=…/target
Finished release [optimized] target(s) in 0.12s
Created DNA package file at “/home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json”
DNA hash: QmPRuKcQKfbYM8fiua8eSSAxomDHH1Tyc5Mpk1mRHakWxw
Running tests in test/index.js
node test/index.js
08:44:36 [try-o-rama] debug: About to execute 1 tests
TAP version 13
Test hello holo
08:44:36 [try-o-rama: player combined] debug: spawning
08:44:36 [try-o-rama] info: Using conductor path: holochain
08:44:36 [try-o-rama] info: Holochain version: holochain 0.0.34-alpha1
08:44:36 info:
☉☉☉ [[[CONDUCTOR combined]]]
☉ Using config path: /tmp/tmp.tTt1cS5Zj5/try-o-rama/B8X1ST/conductor-config.toml
☉
08:44:36 info:
★★★ [[[CONDUCTOR combined]]]
★ Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
★
08:44:36 info:
[[[CONDUCTOR combined]]]
Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
08:44:36 info:
[[[CONDUCTOR combined]]]
Unlocking agent keys:
Unlocking key for agent ‘cc_tuts–alice’:
08:44:37 info:
[[[CONDUCTOR combined]]]
Unlocking key for agent ‘cc_tuts–bob’:
08:44:38 info:
☉☉☉ [[[CONDUCTOR combined]]]
☉ conductor: boot_from_config
☉ Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
☉
08:44:38 info:
★★★ [[[CONDUCTOR combined]]]
★ Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
★
08:44:38 info:
[[[CONDUCTOR combined]]]
Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
08:44:38 info:
[[[CONDUCTOR combined]]]
Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
08:44:38 info:
[[[CONDUCTOR combined]]]
conductor: build_conductor_api instance_id=cc_tuts–alice, config=Configuration { agents: [AgentConfiguration { id: “cc_tuts–alice”, name: “combined::cc_tuts::ce17d2f8-d0e7-4dbd-ae46-fccfd5c418a4–alice”, public_address: “HcScJk33ete7EFi5sz57qpKZ9n4rcvxj3793gD6aR6me6xV8hhMstAcz3geib3z”, keystore_file: “[UNUSED]”, holo_remote_key: None, test_agent: Some(true) }, AgentConfiguration { id: “cc_tuts–bob”, name: “combined::cc_tuts::ce17d2f8-d0e7-4dbd-ae46-fccfd5c418a4–bob”, public_address: “[SHOULD BE REWRITTEN]”, keystore_file: “[UNUSED]”, holo_remote_key: None, test_agent: Some(true) }], dnas: [DnaConfiguration { id: “cc_tuts”, file: “/home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json”, hash: “QmPRuKcQKfbYM8fiua8eSSAxomDHH1Tyc5Mpk1mRHakWxw”, uuid: Some(“ce17d2f8-d0e7-4dbd-ae46-fccfd5c418a4”) }], instances: [InstanceConfiguration { id: “cc_tuts–alice”, dna: “cc_tuts”, agent: “cc_tuts–alice”, storage: File { path: “/tmp/tmp.tTt1cS5Zj5/try-o-rama/B8X1ST/cc_tuts–alice” } }, InstanceConfiguration { id: “cc_tuts–bob”, dna: “cc_tuts”, agent: “cc_tuts–bob”, storage: File { path: “/tmp/tmp.tTt1cS5Zj5/try-o-rama/B8X1ST/cc_tuts–bob” } }], interfaces: [InterfaceConfiguration { id: “try-o-rama-admin-interface”, driver: Websocket { port: 36159 }, admin: true, instances: [] }, InterfaceConfiguration { id: “try-o-rama-zome-interface”, driver: Websocket { port: 33935 }, admin: false, instances: [InstanceReferenceConfiguration { id: “cc_tuts–alice”, alias: None }, InstanceReferenceConfiguration { id: “cc_tuts–bob”, alias: None }] }], bridges: [], ui_bundles: [], ui_interfaces: [], logger: LoggerConfiguration { logger_level: “debug”, rules: LogRules { rules: [LogRule { pattern: .*, exclude: true, color: None }] }, state_dump: false }, network: Some(Sim2h(Sim2hConfig { sim2h_url: “wss://sim2h.holochain.org:9000” })), persistence_dir: “/tmp/tmp.tTt1cS5Zj5/try-o-rama/B8X1ST”, signing_service_uri: None, encryption_service_uri: None, decryption_service_uri: None, dpki: None, signals: SignalConfig { trace: false, consistency: true }, passphrase_service: Cmd }
08:44:38 info:
☉☉☉ [[[CONDUCTOR combined]]]
☉ Reading DNA from /home/vagrant/holochain/core_concepts/cc_tuts/dist/cc_tuts.dna.json
☉
08:44:38 info:
★★★ [[[CONDUCTOR combined]]]
★ Failed to load instance cc_tuts–alice from storage: ErrorGeneric(“State could not be loaded due to NoneError”)
★ Initializing new chain…
★
08:44:38 error:
{{{CONDUCTOR combined}}}
WARNING! The git-hash of the runtime and the zome don’t match.
Runtime hash: 9388be345fc13e5f2b62ab68f1df62691e6d2891
Zome hash:
Any ideas?