[Offline] Fleming Testnet v6.2 Release - Node Support

I have just replaced the screen on my laptop ( long story dont ask) and was bringing it up to date with the latest.
I too cannot create coins with sn_node 0.7.1. I am building both node and cli from source right now to see if that solves it.

I have 0.6.1 working fine on my desktop, I think I’ll just put that on the laptop as well for now and let the devs sort it out on Monday

3 Likes

:slightly_smiling_face: back on 6.1 an it works just fine. Thanks

3 Likes

0.7 specifically had transfers removed. It’s normal behavior.

ps: loving your independent exploratory work!

3 Likes

6 Likes

Have you successfully PUT any files with node 0.7.n?
I skipped the safe keys create and tried to put a couple of files but I se errors in the logs routing_api:Failed to deserialise message payload (blah): Failed to parse: Client message payload as Msgpack:invalid value:

@devs - do you want these logs?

1 Like

Ooooh shiny!!! What did you make that with?

1 Like

Canva 10char…

2 Likes

I haven’t tried. Figured it’d make sense to wait for dbc’s to be integrated.

Is baby-fleming out of commission until transfers are back?

2 Likes

works for me with sn_node 0.6.1.

Which I think is the latest you will get if you try safe node update

1 Like

safe node install gave me v0.7.10 no biggie, I am back on trusty v0.6.1

1 Like
willie@gagarin:~/projects/maidsafe/logging/rust/sn$ safe node update
Starting logging to stdout
Jul 07 19:15:40.031  INFO sn_node: Checking for updates...
Current version is '0.6.1'
No releases are available for updates
josh@pc1:~$ safe node install
Latest release found: sn_node v0.7.10
Downloading https://sn-node.s3.eu-west-2.amazonaws.com/sn_node-0.7.10-x86_64-unknown-linux-musl.zip...
[00:00:02] [========================================] 12.29MB/12.29MB (0s) Done
Installing sn_node binary at /home/josh/.safe/node ...
Setting execution permissions to installed binary '/home/josh/.safe/node/sn_node'...
Done!

Let me know how you get on, please.

1 Like

Heartened to see solid action on github again.

Is there any point in the non-devs trying to make sn_node-0.7.n work or should we continue using 0.6.1?

Has ANY non-dev had results with sn_node >0.6.1?

3 Likes

I would give it a miss for now. Some really big PRs incoming

12 Likes

Thanks David. Mind and stop for the occasional breath :slight_smile:

4 Likes

I have an oxygen machine :smiley:

12 Likes

Is there ANY value in still running tests using sn_node-0.6.1 other than to further develop the script itself?

The reason I ask is that with a moderately large testfilesize I see a steep rise in time taken on subsequent runs of random data

{"testrun":" Tue 13 Jul 10:23:45 UTC 2021", "safe_version": "sn_cli 0.31.1", "node_version":"safe_network 0.6.1", "cpu_model":"Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz", "cpu_cores":"4", "safe_command":"put", "filesize":"100000", "no_of_iterations": "10", "delay": "3", "data":[
{"iteration": "1", 
"elapsed time":"	577.53","user time":"	29.06","system time":"	7.54"},
{"iteration": "2", 
"elapsed time":"	1135.15","user time":"	30.20","system time":"	7.36"},
{"iteration": "3", 
"elapsed time":"	1664.28","user time":"	32.60","system time":"	7.27"},
{"iteration": "4", 
"elapsed time":"	2208.06","user time":"	34.47","system time":"	7.26"},

I see PaymentFailed errors,

sleeping for 3 seconds until the next iteration
100000+0 records in
100000+0 records out
102400000 bytes (102 MB, 98 MiB) copied, 1.40294 s, 73.0 MB/s
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:52:19.209867530 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:52:41.391916824 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:53:06.764015640 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:53:30.063990889 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:53:52.492205917 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:54:15.222290907 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:54:37.633834557 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:55:02.108503404 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:55:24.044144753 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
[safe_network::client::connections::listeners] ERROR 2021-07-13T11:57:04.585949578 [/home/willie/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:307] Error handling transfer error. ErrorMessage could not be sent to handler: SendError((127.0.0.1:47603, PaymentFailed))
sleeping for 3 seconds until the next iteration

However there is sufficient balance

willie@gagarin:~/projects/maidsafe/testnet-scripts/upload-performance$ safe keys balance
Checking balance of CLI's assigned keypair...
SafeKey's current balance: 9997.478143920

Can I rest easy knowing this is irrelevant if using later versions of sn_node? I’m just messing around trying to improve the script rather than trying to provide any real data.

1 Like

Likewise - should I steer clear of sn_cli 0.31.2 for now?

1 Like