Updated latest routing with
git pull && cargo clean && cargo update && cargo build && cargo test && cargo test --release
seems OK passes tests but…
willie@gagarin:~/projects/MaidSafe/routing$ cargo run --example simple_key_value_store --verbose
Fresh libc v0.1.8
Fresh gcc v0.3.8
Fresh byteorder v0.3.10
Fresh rustc-serialize v0.3.15
Fresh strsim v0.3.0
Fresh regex-syntax v0.1.2
Fresh term v0.2.7
Fresh num_cpus v0.2.6
Fresh libsodium-sys v0.0.5
Fresh rand v0.3.8
Fresh cbor v0.3.7
Fresh regex v0.1.33
Fresh asynchronous v0.4.5
Fresh sodiumoxide v0.0.4
Fresh docopt v0.6.66
Fresh time v0.1.26
Fresh message_filter v0.1.1
Fresh crust v0.0.61
Fresh lru_time_cache v0.1.8
Fresh accumulator v0.0.1
Fresh routing v0.1.63 (file:///home/willie/projects/MaidSafe/routing)
Running target/debug/examples/simple_key_value_store
Enter command (stop | put | get )>
put Paisley_South Mhairi Black
Putting value of “Mhairi Black” to network under key “Paisley_South”.
thread ‘’ panicked at ‘called Option::unwrap()
on a None
value’, /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libcore/option.rs:362
Process didn’t exit successfully: target/debug/examples/simple_key_value_store
(exit code: 101)
Confused by the 3rd last line /home/rustbuild/blah…
I don’t have a user ‘rustbuild’ so I’m unsurprised that this file does not exist. Seems I need to RTFM harder or can someone give me a quick clue on this, please.