[Offline] Fleming Testnet v6.2 Release - General & CLI Support

Fleming Testnet v6.2 Release - General & CLI Support

:trumpet: Fleming Testnet v6.2 is LIVE! :trumpet:

We are excited to announce that Fleming testnet v6.2 is now LIVE, following on quickly from last week’s v6/6.1 release.
Released versions:

  • safe_network v0.4.0
  • sn_api v0.31.0
  • sn_cli v0.31.0

We know we said that we didn’t anticipate another testnet for at least 4 weeks now, buuuut…after some intensive detective work, we’ve a new network with several fixes bedded in and are looking to put them through the wringer! This should be of special interest to anyone who was connecting from a public ip or cloud computing instance.

Client changes

The CLI now has a default query timeout of 10 minutes (see below re: DataNotFound tweaks for more on the why). This can be overridden with the env var SN_CLI_QUERY_TIMEOUT, supplying an amount of seconds eg: SN_CLI_QUERY_TIMEOUT=60 safe cat <safe::url> would set the timeout to be 60 seconds.

Continuing IGD connection issues

As highlighted in the original Fleming Testnet v6 release post, we have observed some IGD issues which we believe are in our IGD implementation. These issues can mean that trying to join the testnet with your node will sometimes incorrectly fail with an IGD error, unless you have a public facing IP address, or have set up port forwarding on your router and launched your node specifying your internal & external IP and port numbers to reflect this.

If you do receive IGD errors when you try to join your node, first thing to do is try a few times - the issue seems intermittent. If you don’t have a public facing IP address, which the majority of us would not, but you feel that you are advanced enough to set up port forwarding on your router, you can also give this a try. We can’t provide instructions for all the different variations of routers out there, but we will put instructions below on how to launch node when you are port forwarding.

If you are getting constant IGD errors and you don’t feel that you are advanced enough to set up port forwarding then please continue to use the testnet as a client. No matter whether you run a node or not, you can still follow the instructions in the Joining the Testnet section below and use the CLI as per the User Guide.

We are working hard to fully identify and resolve any IGD issues.

v6.2 Changelog

1. Fixed payment issue at the genesis node

In the previous testnet we noticed that sometimes processing payments during data upload would fail, this was because the genesis node had opened up too many ports.
When we do a connectivity check for new nodes, temporary endpoints are created. They were not closed properly hence not releasing file descriptors needed to create a new port-mapping. That hindered the node from saving the payment to disk as too many file descriptors were in use.

2. Fixed error that returned NodeNotReachable even for nodes from a static IP address

The too many file descriptors issue mentioned above also caused the connectivity check to fail, and we returned NodeNotReachable to new nodes. This should also be fixed now.

3. No more error responses from Nodes for DatNotFound

After we removed some accumulation of messages at elders to prevent messaging overload, we’ve had Error or Success messages being send to the client directly. When sections split, or were out of sync, it could happen that even though we had the data, we were receiving enough DataNotFound errors to cause the client to error out, even though a success might have come in later.

To combat this, (and to prevent range attacks repeatedly querying xorname space), we’re no longer sending DataNotFound errors, and it will be up to clients to timeout on requests appropriately.

4. Blsttc

We’ve updated our internal BLS library to use the new BLSTTC which @mav pioneered. This uses a faster BLS library under the hood of threshold crypto to perform signatues and validations, while maintaining the same API and functionality!

What happens to previous testnet iterations?

All previous Fleming testnet iterations have been taken offline, with all data removed.

This is to allow us to concentrate on any issues that arise from the new testnet iteration, and avoid any community confusion over which testnet they are connected to, or any errors as a result of contamination from previous configurations and data. We ask that everyone who attempts to use this latest testnet iteration removes their $HOME/.safe folder before trying to interact with this testnet, i.e. $ rm -rf $HOME/.safe/ to ensure there is no contamination.

All of the bootstrap nodes for previous iterations that we had on Digital Ocean have been destroyed, with new, clean D.O. nodes created for this testnet iteration - please follow the full list of instructions below to remove all previous testnet settings and data from your machine and to get you started with the latest testnet iteration.

IMPORTANT - please be aware that this is a testnet and therefore any data added to it will be wiped once we are finished testing. We do not recommend uploading any important or sensitive information as IT WILL be lost.

Are We Working on Other Fixes?

Yes, we’ve currently set a list of features which we would like to have as many of in place for v7:

  1. Integrate Dbc for payments and rewards (means ripping out current AT2 flows).
  2. Finalise message simplification (which will kill a lot of silly bugs and extra unneeded serialization).
  3. Integrate a faster threshold_crypto (thanks @mav).
  4. Formalise message flows for GET/PUT and mutate (along with costs).
  5. Switch on network versions in messages (to prevent people using the wrong version of x,y,z)
  6. Measure more accurately bandwidth use as well as mem issues (which will mean formalising logging a bit more).

Where can I report any issues found?

If you come across any issues in your testing, start by checking the Known Issues section of this post (see below) to see if it has already been acknowledged . If it has not yet been added, you can post your issue in the comments of this post. You can also report issues in the Online Spreadsheet for Testnet Results and Issues - see the section below.

We will monitor and investigate reported issues as soon as we can.

Online Spreadsheet for Testnet Results and Issues

If you will be uploading data to the testnet and/or providing safes (nodes), please consider posting your data and results at:

SN Testnet Review
(Massive thank you to @VaCrunch for creating this spreadsheet :clap: )

This is a new version of this spreadsheet, with the versions used for previous iterations now locked.

For those posting:
• No need to Sign In. The white cells are for your data entry.
• One row for each of your devices.
• Scroll down until you get to the first empty row.
• You do not need to use your Forum name for your ID, but please use the same ID for all your devices.
• Supporting/analysis tabs are at bottom of screen: Error_Msgs, Summary, Thumbnails, Charts, Matrix, Top 10, Map, Resources, Lists, and Comments.
• Use the View/Zoom feature at top to reduce the visible size of the spreadsheet to match your screen. 75% will be the best fit for most people.
• If you choose not to record the name of your country please select “Unspecified” at the bottom of the list.
• If you change the number of nodes (safes) you are running, just edit the existing figure, do not add another line for the same device.

Known Issues

Any reproducible issues that we, or the community, come across will be added to this section:

  1. Although we’ve started making some optimisations, we still expect to see performance issues, particularly around $ safe files put .... operations with larger files/folders. There has been very little optimisation of write times, nor any general analysis of speed so far, with the majority of our efforts concentrated on getting features in place and fully functional before we spend more time looking at it from a performance perspective.

  2. We have removed authd from the stack for normal users right now, instead focussing on Safe CLI. To that end, we have updated the CLI to be able to do all things that previously required authd. This means no GUI right now, mostly. The focus is on network stability and then speed. As we optimise for speed, the team will also focus on authd again, perhaps removing it (our goal) in favour of a simpler approach. So test as much as possible with the CLI for now. It reduces user error, reduces the potential bug surface, and allows total focus on the prize - a fully autonomous decentralised network.

  3. We have discovered a bug with rewards not being paid out and therefore decided to disable rewards so as not to block the testnet release. We will not be fixing rewards or transfer based issues as it seems the DBC work will transform those processes to be simpler and more privacy-aware.

  4. We believe there is a bug in our IGD implementation. This bug means that trying to join the testnet with your node seems to intermittently fail with an IGD error, unless you have a public facing IP address, or have set up port forwarding on your router and launched your node to reflect this.

    If you don’t have a public facing IP address, which the majority of us would not, but you feel that you are advanced enough to set up port forwarding on your router, you can give this a try. We can’t provide instructions for all the different variations of routers out there, but we will put instructions below on how to launch a node when you are port forwarding.

  5. It’s been noticed after v6 launch that large file uploads can hang as transfers get out of sync. A potential fix for this is known and already planned, as per here.

Let’s try it out!

Please read and follow the instructions below carefully.

IMPORTANT - please be aware that this is a testnet and therefore any data added to it will be wiped once we are finished testing. We do not recommend uploading any important or sensitive information as IT WILL be lost.

Installing/Updating to Latest

To avoid any pollution from previous testnet iteration settings and data, we ask that everyone removes their $HOME/.safe/ directory, then installs the CLI, authd and node again.

$ rm -rf $HOME/.safe

Note that Windows users may be required to install specific software before being able to install the CLI using the command below - see full instructions for Windows here.

Now download and install the verified latest CLI binary via our install script with the following command:

$ curl -so- https://sn-api.s3.amazonaws.com/install.sh | bash

This script downloads the correct CLI binary for your OS (Windows, macOS or Linux), installs it in the correct directory, creating that directory if it doesn’t exist, and adds it to your system PATH.

You may need to restart your terminal window at this point for any changes to your system PATH to take effect. You can now confirm whether the CLI is installed and set up correctly. The output of this command should match the cli version from the release post:

$  safe -V

Next, you should install the latest node with the command below.

$ safe node install

Before proceeding we’ll just make sure we kill any old sn_node processes which have been left running:

$ safe node killall

You should now be equipped with the latest CLI and node.

Note that you can find full installation instructions in our user guide:

Joining the Testnet

As with previous public testnets, we are hosting some Elders and Adults on Digital Ocean to kick off the Network. These act as hardcoded contacts which bootstrap you to the network, therefore you will need a network configuration file to inform your CLI which network to bootstrap to. We store and update these connection details on S3 for you to easily point your configuration to.

If you have followed the instruction above to remove your $HOME/.safe folder before installing everything again, you should have no existing network configurations - you can confirm this with the $ safe networks command.

You can add a profile for the latest testnet which points to our S3 location, this is done using $ safe networks add like so:

$ safe networks add fleming-testnet https://sn-node.s3.eu-west-2.amazonaws.com/config/node_connection_info.config
Network 'fleming-testnet' was added to the list. Connection information is located at 'https://sn-node.s3.eu-west-2.amazonaws.com/config/node_connection_info.config'

Now you need to ensure that you are set to use this newly added fleming-testnet configuration, we can use $ safe networks switch fleming-testnet for this:

$ safe networks switch fleming-testnet
Switching to 'fleming-testnet' network...
Fetching 'fleming-testnet' network connection information from 'https://sn-node.s3.eu-west-2.amazonaws.com/config/node_connection_info.config' ...
Successfully switched to 'fleming-testnet' network in your system!
If you need write access to the 'fleming-testnet' network, you'll need to restart authd (safe auth restart), unlock a Safe and re-authorise the CLI again

(Ignore the “…you’ll need to restart authd…” advice in there)

Now to get write access to the network, you can use the following command via the CLI before proceeding to uploading files or transfer testcoins with CLI:

$ safe keys create --test-coins --for-cli
New SafeKey created: "safe://hyryyyy8ogt4yxmtgqd5yj9kuim911yuchbz77mhcrsdqh6dc5noypi9nqa"
Preloaded with 1000.111 testcoins
Key pair generated:
Public Key = f0347407ae2670f604fd53aaff29026ce06fdeaf8c2586ee786cd8a006d7e276
Secret Key = 7c2839cfda20f3c0f7872372d20a28080c7713688f16d9199c1ec02a7b0d185b
Setting new SafeKey to be used by CLI...

We now have our CLI and node components up-to-date, the latest hardcoded contact details to bootstrap to the public testnet, and we’ve generated some test Safe Network Tokens that we can use later to upload data.

To Add Your Node To The Testnet

Due to the IGD bug described at the beginning of this post, we encourage all users wanting to try connecting a node to try the usual method of using $ safe node join as follows:

$ safe node join
Creating '/Users/maidsafe/.safe/node/local-node' folder
Storing nodes' generated data at /Users/maidsafe/.safe/node/local-node
Starting a node to join a Safe network...
Launching with node executable from: /Users/maidsafe/.safe/node/sn_node
Node started with hardcoded contacts: <A list of network contacts will be output here>
Launching node...
Node logs are being stored at: /Users/maidsafe/.safe/node/local-node/sn_node_rCURRENT.log
(Note that log files are rotated, and subsequent files will be named sn_node_r[NNNNN].log, with values starting at 00000 and up to 99999.)

BUT we’ve found during in-house testing that this will fail intermittently with an IGD error, when it shouldn’t. We’re working to resolve this now. You can retry joining your node multiple times if it fails unexpectedly for you.

The alternative/workaround is to set up port forwarding on your router, then launch your node with:

$ $HOME/.safe/node/sn_node --public-addr <public ip:port> --local-addr <localnet ip:port>

We’ve had success with this in-house, but it’s not for everyone.

We’re working hard in the background to resolve the IGD issue which should allow more people to join first time.

If the above steps are successful for you, your node will now launch and attempt to connect to the public network. Keep in mind that it can only join the testnet if the Network is accepting new nodes at that time (see NOTE below). You can keep an eye on its progress via its logs, which can be found at $HOME/.safe/node/local-node/sn_node_rCURRENT.log.

If there is no space on the testnet for your node to join, your node will automatically try to rejoin until it is successful, or until you kill the sn_node process ($ safe node killall). This is an anti Sybil attack feature which we have put in place to only accept new nodes onto the testnet when resources are required, therefore you may be attempting to join the Network but your logs tell you that the Network is not accepting new nodes at this time:

The network is not accepting nodes right now. Retrying after 3 minutes

This is expected behaviour which will happen each time you try to connect until the testnet detects that resources are running low. Your node will automatically try to rejoin in a loop, you do not need to attempt to join again manually, or via a script. We recommend keeping a watch on your node log file to check if you have been accepted - $ tail -f $HOME/.safe/node/local-node/sn_node_rCURRENT.log

You can help to speed up the process of the network needing new resources by adding some data yourself - you don’t need to run a node to upload data! See the Do I need to run a node to participate? section below.

To Connect to the Testnet as a Client

Before working your way through the CLI commands to perform various actions on the network, following the steps above gives your Safe some test Safe Network Tokens to use. This means that there is no need to farm first to earn rewards before being able to try operations such as uploading to the testnet. You can then proceed with the various CLI commands to perform operations on the network.

You can even connect to the testnet in read only mode using CLI, i.e. once you’ve installed CLI you can try fetching content uploaded by other users. For example, try download the following image and open it locally afterwards:

$ safe cat safe://hygoyeyx768nkst7qqjjk8khjm67tr1n4otbctcts5j7dten43zae3ga83y > ~/safe-the-planet.png

IMPORTANT - please be aware that this is a testnet and therefore any data added to it will be wiped once we are finished testing. We do not recommend uploading any important or sensitive information as IT WILL be lost.

Do I need to run a node to participate?

No, you can join with just the CLI to experiment with data, tokens, etc. You can follow the instructions in the Joining the Testnet section above, but you don’t need to run $ safe node join - at this point, just go straight to using the CLI as per the User Guide.

Further Information

Where are my node logs?

When you launch your node you should see the location of your log file printed on screen - this will be $HOME/.safe/node/local-node/sn_node_rCURRENT.log. You can tail your logs with a command such as $ tail -f $HOME/.safe/node/local-node/sn_node_rCURRENT.log

Note that as a result of these log changes, the log file that you will be used to tailing in previous testnet iterations has now changed name to sn_node_rCURRENT.log. You will also notice that the log files now rotate when they hit a capped size limit, i.e. the contents of sn_node_rCURRENT.log are copied over to sn_node_r00000.log when it fills and the current logs are clean again, next it will copy to sn_node_r00001.log, and so on. Searching for historic logs may therefore mean they are not in the sn_node_rCURRENT.log file.

Where are my rewards?

As per the Known Issues section above, in the build up to today’s release, we discovered a bug with rewards not being paid out and therefore decided to disable rewards so as not to block the testnet release. We will not be fixing rewards or transfer based issues as it seems the DBC work will transform those processes to be simpler and more privacy-aware.

       ____
      /  \ \
     / /\ \ \
    / / /\ \ \
   / / /__\_\ \
  / / /________\
  \/___________/
41 Likes

Congratulations to all the team feels like things are accelerating :slight_smile:

so far iv downloaded afe-the-planet.png successfully
I am currently trying to put a 4mb mp3 and I’m not sure if its hanging.

12 Likes

Life is always unpredictable! It is sudden presents :gift:

9 Likes

is there any way to verify if a put is in progress or has hung ?

atm there’s no output, (and puts can still take a while).

If you want to verify progress, you can run the command with RUST_LOG=safe_network=debug safe files put <file>, which will output happenings to stdout

thanks @joshuef

here is the out put


[safe_network::client::client_api] INFO 2021-06-30T08:29:39.320176909 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/mod.rs:85] Client started for specific pk: PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263)
[safe_network::client::config_handler] WARN 2021-06-30T08:29:39.325172951 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/config_handler.rs:73] Failed to open config file from '/home/administrator/.safe/client/sn_client.config': No such file or directory (os error 2)
[safe_network::client::config_handler] DEBUG 2021-06-30T08:29:39.325375763 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/config_handler.rs:50] Bootstrapping contacts overriden with: {46.101.6.111:40836, 209.97.138.80:34447, 209.97.133.206:38243, 209.97.176.91:33956, 209.97.176.97:60599, 209.97.176.134:53102, 178.128.40.158:42845, 209.97.143.117:42097, 209.97.129.240:48304, 46.101.95.158:12000, 139.59.178.75:57133, 206.189.125.78:60401, 159.65.27.95:56248, 209.97.176.99:50115, 209.97.140.34:59824, 209.97.138.128:59206, 209.97.176.98:39100, 209.97.133.65:40289, 209.97.176.145:57380, 209.97.141.103:52713, 209.97.131.130:35410, 159.65.94.13:57349, 209.97.176.138:59795, 167.99.198.192:56527, 209.97.131.245:49877, 209.97.176.127:55047, 209.97.133.247:48201, 209.97.176.123:55911, 209.97.176.100:54768, 209.97.176.93:57677, 209.97.141.179:39630, 206.189.123.106:43685, 206.189.127.108:51563}
[safe_network::client::connections] DEBUG 2021-06-30T08:29:39.325637485 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/mod.rs:65] QP2p config: Config { hard_coded_contacts: {46.101.6.111:40836, 209.97.138.80:34447, 209.97.133.206:38243, 209.97.176.91:33956, 209.97.176.97:60599, 209.97.176.134:53102, 178.128.40.158:42845, 209.97.143.117:42097, 209.97.129.240:48304, 46.101.95.158:12000, 139.59.178.75:57133, 206.189.125.78:60401, 159.65.27.95:56248, 209.97.176.99:50115, 209.97.140.34:59824, 209.97.138.128:59206, 209.97.176.98:39100, 209.97.133.65:40289, 209.97.176.145:57380, 209.97.141.103:52713, 209.97.131.130:35410, 159.65.94.13:57349, 209.97.176.138:59795, 167.99.198.192:56527, 209.97.131.245:49877, 209.97.176.127:55047, 209.97.133.247:48201, 209.97.176.123:55911, 209.97.176.100:54768, 209.97.176.93:57677, 209.97.141.179:39630, 206.189.123.106:43685, 206.189.127.108:51563}, local_port: None, local_ip: None, forward_port: true, external_port: None, external_ip: None, max_msg_size_allowed: None, idle_timeout_msec: None, keep_alive_interval_msec: None, bootstrap_cache_dir: Some("/home/administrator/.safe/client"), upnp_lease_duration: None }
[safe_network::client::client_api] DEBUG 2021-06-30T08:29:39.326466917 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/mod.rs:115] Bootstrapping to the network...
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.863684312 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:111] GetSectionResponse::Success!
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.863739135 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:209] Connecting to new set of Elders: {159.65.27.95:56248: 8b8f5a(10001011).., 209.97.133.247:48201: b84ea1(10111000).., 209.97.138.128:59206: e9eb29(11101001).., 209.97.141.103:52713: d477c2(11010100).., 209.97.176.91:33956: d98cc0(11011001).., 209.97.176.138:59795: e7e7d8(11100111).., 209.97.176.145:57380: d6dc8d(11010110)..}
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.864335150 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:43] Listening for incoming messages
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:29:39.864511883 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:105] Successfully obtained the list of Elders to send all messages to: [159.65.27.95:56248, 209.97.133.247:48201, 209.97.138.128:59206, 209.97.141.103:52713, 209.97.176.91:33956, 209.97.176.138:59795, 209.97.176.145:57380]
[safe_network::client::client_api] WARN 2021-06-30T08:29:39.864841856 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/mod.rs:164] No automatic simulated payout occurs for clients created for pre-existing SecretKeys
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:29:39.864897450 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:120] Getting SnTransfers history for pk: PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263)
[safe_network::client::client_api::queries] DEBUG 2021-06-30T08:29:39.864979315 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/queries.rs:23] Sending Query: Transfer(TransferQuery::GetHistory)
[safe_network::client::connections::messaging] INFO 2021-06-30T08:29:39.865131983 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:310] Sending query message Process(Query { id: 86c8c35f.., query: Transfer(TransferQuery::GetHistory), client_sig: ClientSig { public_key: PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263), signature: Signature::Ed25519(..) } }), to the 3 Elders closest to data name: [209.97.133.247:48201, 159.65.27.95:56248, 209.97.176.138:59795]
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.948719458 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 2855f6ff.. received from 209.97.176.138:59795
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.957932269 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 2855f6ff.. received from 159.65.27.95:56248
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.958175805 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.958211106 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 86c8c35f..)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:29:39.958360145 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:440] QueryResponse received is: GetHistory(
    Ok(
        ActorHistory {
            credits: [
                CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..),
            ],
            debits: [],
        },
    ),
)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:29:39.959425338 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:453] Response obtained for query w/id 86c8c35f..: Some(GetHistory(Ok(ActorHistory { credits: [CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..)], debits: [] })))
[safe_network::transfers::actor] DEBUG 2021-06-30T08:29:39.959584444 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/transfers/actor.rs:429] Transfer Actor PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263): applying event TransfersSynched(TransfersSynched(ActorHistory { credits: [CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..)], debits: [] }))
[safe_network::client::client_api::transfers] DEBUG 2021-06-30T08:29:39.959717856 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:153] Current balance after GetHistory 1000.111000000
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:29:39.980865413 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:198] Sending requests for payment for write operation
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:29:39.981170909 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:160] Sending Query for latest StoreCost
[safe_network::client::client_api::queries] DEBUG 2021-06-30T08:29:39.981406652 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/queries.rs:23] Sending Query: Transfer(TransferQuery::GetStoreCost of 19220)
[safe_network::client::connections::messaging] INFO 2021-06-30T08:29:39.981555116 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:310] Sending query message Process(Query { id: cdc99cdc.., query: Transfer(TransferQuery::GetStoreCost of 19220), client_sig: ClientSig { public_key: PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263), signature: Signature::Ed25519(..) } }), to the 3 Elders closest to data name: [209.97.133.247:48201, 159.65.27.95:56248, 209.97.176.138:59795]
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.982743055 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 2855f6ff.. received from 209.97.133.247:48201
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.982867420 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.982967947 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 86c8c35f..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.982887735 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:39.983103459 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 86c8c35f..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.023913564 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id f5332094.. received from 209.97.133.247:48201
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.025559789 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id f5332094.. received from 209.97.176.138:59795
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.025968290 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.026076989 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: cdc99cdc..)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:29:40.026230166 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:440] QueryResponse received is: GetStoreCost(
    Ok(
        (
            19220,
            0.000057414,
            PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf),
        ),
    ),
)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:29:40.026994227 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:453] Response obtained for query w/id cdc99cdc..: Some(GetStoreCost(Ok((19220, 0.000057414, PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf)))))
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:29:40.027176203 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:204] Current store cost for 19220 bytes reported by section PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf): 0.000086121
[safe_network::client::client_api::transfers] DEBUG 2021-06-30T08:29:40.027412320 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:223] Transfer to be sent: SignedTransfer { debit: SignedDebit { debit: Debit { id: PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263).0, amount: 0.000086121 }, actor_signature: Signature::Ed25519(..) }, credit: SignedCredit { credit: Credit { id: [31, 158, 184, 111, 83, 232, 9, 92, 252, 41, 220, 196, 156, 131, 94, 5, 76, 121, 157, 71, 167, 232, 209, 131, 137, 102, 81, 85, 165, 95, 30, 14], amount: 0.000086121, recipient: PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf), msg: "" }, actor_signature: Signature::Ed25519(..) } }
[safe_network::transfers::actor] DEBUG 2021-06-30T08:29:40.027567082 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/transfers/actor.rs:429] Transfer Actor PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263): applying event TransferInitiated(TransferInitiated { signed_debit: SignedDebit { debit: Debit { id: PublicKey::Ed25519(a49ff72f69e3248f3ae756f70c286a6e7394645e33578fbe56b93905c1f4d263).0, amount: 0.000086121 }, actor_signature: Signature::Ed25519(..) }, signed_credit: SignedCredit { credit: Credit { id: [31, 158, 184, 111, 83, 232, 9, 92, 252, 41, 220, 196, 156, 131, 94, 5, 76, 121, 157, 71, 167, 232, 209, 131, 137, 102, 81, 85, 165, 95, 30, 14], amount: 0.000086121, recipient: PublicKey::Bls(a744cac5d0440ef62d659ddeb08d11cc9d0971327260cfc16b3ea882242ed7bf), msg: "" }, actor_signature: Signature::Ed25519(..) } })
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:29:40.027725260 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/client_api/transfers/mod.rs:246] Awaiting transfer validation
[safe_network::client::connections::messaging] INFO 2021-06-30T08:29:40.027886416 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/messaging.rs:206] Sending transfer validation command Transfer(TransferCmd::ValidateTransfer) w/ id: cb5c637e..
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.029673274 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id f5332094.. received from 159.65.27.95:56248
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.029825837 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.029931932 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: cdc99cdc..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.030091724 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.030198877 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: cdc99cdc..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.059567911 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 209.97.133.247:48201
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.059751400 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.059861844 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.059970219 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.061874822 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 209.97.176.145:57380
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.062975374 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 209.97.176.91:33956
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.063632396 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 159.65.27.95:56248
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.063710205 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.063871456 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.063979643 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.064100593 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.064167884 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.064351050 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.064459518 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.064573747 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.064681476 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.067003002 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 209.97.138.128:59206
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.067149259 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.067258487 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.067366415 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.069287911 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 209.97.176.138:59795
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.069571172 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.069679764 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.069787786 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.071163073 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 4c364a56.. received from 209.97.141.103:52713
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.071469399 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:29:40.071577402 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:292] CmdError was received for Message w/ID: cb5c637e.., sending on error channel
[safe_network::client::connections::listeners] WARN 2021-06-30T08:29:40.071684704 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/src/client/connections/listeners.rs:296] CmdError received is: Transfer(TransferValidation(MissingTransferHistory(0, 1)))

aha, it’s stalling now with an out of order transaction… perhaps because you cancelled an in progress PUT… Not sure :thinking: .

Can you try setting up fresh cli keys safe keys create --test-coins --for-cli, and then run it again.

1 Like

Thanks
I ran safe keys create --test-coins --for-cli
and gave the system reboot for good measure now it is returning

administrator@Test-Node:~/Desktop/mp3$ RUST_LOG=safe_network=debug safe files put BegBlagandSteal.mp3
[safe_network::client::client_api] INFO 2021-06-30T08:40:04.934726335 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/         src/client/client_api/mod.rs:85] Client started for specific pk: PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be73713b17c3e6)
[safe_network::client::config_handler] WARN 2021-06-30T08:40:04.939570112 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.         4.0/src/client/config_handler.rs:73] Failed to open config file from '/home/administrator/.safe/client/sn_client.config': No such file or directory (os          error 2)
[safe_network::client::config_handler] DEBUG 2021-06-30T08:40:04.942435083 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0         .4.0/src/client/config_handler.rs:50] Bootstrapping contacts overriden with: {209.97.176.127:55047, 209.97.129.240:48304, 209.97.141.179:39630, 159.65.         94.13:57349, 139.59.178.75:57133, 209.97.176.98:39100, 209.97.176.145:57380, 209.97.176.99:50115, 209.97.176.93:57677, 209.97.133.65:40289, 167.99.198.         192:56527, 209.97.133.247:48201, 209.97.176.91:33956, 159.65.27.95:56248, 209.97.176.138:59795, 206.189.123.106:43685, 178.128.40.158:42845, 46.101.6.1         11:40836, 209.97.138.128:59206, 209.97.138.80:34447, 209.97.176.100:54768, 209.97.140.34:59824, 206.189.125.78:60401, 46.101.95.158:12000, 209.97.176.1         34:53102, 209.97.141.103:52713, 209.97.133.206:38243, 209.97.176.123:55911, 209.97.131.245:49877, 209.97.176.97:60599, 206.189.127.108:51563, 209.97.13         1.130:35410, 209.97.143.117:42097}
[safe_network::client::connections] DEBUG 2021-06-30T08:40:04.944308814 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.         0/src/client/connections/mod.rs:65] QP2p config: Config { hard_coded_contacts: {209.97.176.127:55047, 209.97.129.240:48304, 209.97.141.179:39630, 159.6         5.94.13:57349, 139.59.178.75:57133, 209.97.176.98:39100, 209.97.176.145:57380, 209.97.176.99:50115, 209.97.176.93:57677, 209.97.133.65:40289, 167.99.19         8.192:56527, 209.97.133.247:48201, 209.97.176.91:33956, 159.65.27.95:56248, 209.97.176.138:59795, 206.189.123.106:43685, 178.128.40.158:42845, 46.101.6         .111:40836, 209.97.138.128:59206, 209.97.138.80:34447, 209.97.176.100:54768, 209.97.140.34:59824, 206.189.125.78:60401, 46.101.95.158:12000, 209.97.176         .134:53102, 209.97.141.103:52713, 209.97.133.206:38243, 209.97.176.123:55911, 209.97.131.245:49877, 209.97.176.97:60599, 206.189.127.108:51563, 209.97.         131.130:35410, 209.97.143.117:42097}, local_port: None, local_ip: None, forward_port: true, external_port: None, external_ip: None, max_msg_size_allowe         d: None, idle_timeout_msec: None, keep_alive_interval_msec: None, bootstrap_cache_dir: Some("/home/administrator/.safe/client"), upnp_lease_duration: N         one }
[safe_network::client::client_api] DEBUG 2021-06-30T08:40:04.967405670 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0         /src/client/client_api/mod.rs:115] Bootstrapping to the network...
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.318371531 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:111] GetSectionResponse::Success!
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.319197059 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:209] Connecting to new set of Elders: {46.101.95.158:12000: 4e9b37(01001110).., 206.189.125.78:60401:          38bc39(00111000).., 209.97.138.80:34447: 4ab072(01001010).., 209.97.140.34:59824: 5047ad(01010000).., 209.97.176.99:50115: 0b1002(00001011).., 209.97.1         76.100:54768: 5cef52(01011100).., 209.97.176.134:53102: 22f044(00100010)..}
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.320875923 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:43] Listening for incoming messages
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:40:05.321943864 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/messaging.rs:105] Successfully obtained the list of Elders to send all messages to: [46.101.95.158:12000, 206.189.1         25.78:60401, 209.97.138.80:34447, 209.97.140.34:59824, 209.97.176.99:50115, 209.97.176.100:54768, 209.97.176.134:53102]
[safe_network::client::client_api] WARN 2021-06-30T08:40:05.325999628 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/         src/client/client_api/mod.rs:164] No automatic simulated payout occurs for clients created for pre-existing SecretKeys
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:40:05.326797056 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_net         work-0.4.0/src/client/client_api/transfers/mod.rs:120] Getting SnTransfers history for pk: PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef         1f9cd9e25be73713b17c3e6)
[safe_network::client::client_api::queries] DEBUG 2021-06-30T08:40:05.328298672 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_netw         ork-0.4.0/src/client/client_api/queries.rs:23] Sending Query: Transfer(TransferQuery::GetHistory)
[safe_network::client::connections::messaging] INFO 2021-06-30T08:40:05.330860433 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_ne         twork-0.4.0/src/client/connections/messaging.rs:310] Sending query message Process(Query { id: 5c0d8dbf.., query: Transfer(TransferQuery::GetHistory),          client_sig: ClientSig { public_key: PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be73713b17c3e6), signature: Signature::Ed25519         (..) } }), to the 3 Elders closest to data name: [209.97.176.100:54768, 209.97.140.34:59824, 46.101.95.158:12000]
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.403014078 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id eb69e0fe.. received from 209.97.140.34:59824
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.411629682 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id eb69e0fe.. received from 46.101.95.158:12000
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.411915384 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.412063264 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 5c0d8dbf..)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:40:05.412278061 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/messaging.rs:440] QueryResponse received is: GetHistory(
    Ok(
        ActorHistory {
            credits: [
                CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..),
            ],
            debits: [],
        },
    ),
)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:40:05.412428459 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/messaging.rs:453] Response obtained for query w/id 5c0d8dbf..: Some(GetHistory(Ok(ActorHistory { credits: [CreditAg         reementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Signature::Bls(..)], debits: [] })))
[safe_network::transfers::actor] DEBUG 2021-06-30T08:40:05.412734568 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/s         rc/transfers/actor.rs:429] Transfer Actor PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be73713b17c3e6): applying event Transfer         sSynched(TransfersSynched(ActorHistory { credits: [CreditAgreementProof::Credit(1000.111000000)ActorSignature::Signature::Bls(..)ReplicaSignature::Sign         ature::Bls(..)], debits: [] }))
[safe_network::client::client_api::transfers] DEBUG 2021-06-30T08:40:05.412799029 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_ne         twork-0.4.0/src/client/client_api/transfers/mod.rs:153] Current balance after GetHistory 1000.111000000
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.424025998 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id eb69e0fe.. received from 209.97.176.100:54768
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.424254527 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.424364193 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 5c0d8dbf..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.424545966 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:05.424653872 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 5c0d8dbf..)
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:40:06.265702240 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_net         work-0.4.0/src/client/client_api/transfers/mod.rs:198] Sending requests for payment for write operation
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:40:06.271106807 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_net         work-0.4.0/src/client/client_api/transfers/mod.rs:160] Sending Query for latest StoreCost
[safe_network::client::client_api::queries] DEBUG 2021-06-30T08:40:06.271553144 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_netw         ork-0.4.0/src/client/client_api/queries.rs:23] Sending Query: Transfer(TransferQuery::GetStoreCost of 965732)
[safe_network::client::connections::messaging] INFO 2021-06-30T08:40:06.271685909 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_ne         twork-0.4.0/src/client/connections/messaging.rs:310] Sending query message Process(Query { id: 87b19e7c.., query: Transfer(TransferQuery::GetStoreCost          of 965732), client_sig: ClientSig { public_key: PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be73713b17c3e6), signature: Signat         ure::Ed25519(..) } }), to the 3 Elders closest to data name: [209.97.176.100:54768, 209.97.140.34:59824, 46.101.95.158:12000]
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.295136169 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id ffbc7b31.. received from 209.97.140.34:59824
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.295197604 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.295228081 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 87b19e7c..)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:40:06.295471950 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/messaging.rs:440] QueryResponse received is: GetStoreCost(
    Ok(
        (
            965732,
            0.005563856,
            PublicKey::Bls(82b817ccce0735aa6affbe044d4030f690cd0d37f86b34f089dc49764d7f3e65),
        ),
    ),
)
[safe_network::client::connections::messaging] DEBUG 2021-06-30T08:40:06.296670906 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/messaging.rs:453] Response obtained for query w/id 87b19e7c..: Some(GetStoreCost(Ok((965732, 0.005563856, PublicKey         ::Bls(82b817ccce0735aa6affbe044d4030f690cd0d37f86b34f089dc49764d7f3e65)))))
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:40:06.296855743 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_net         work-0.4.0/src/client/client_api/transfers/mod.rs:204] Current store cost for 965732 bytes reported by section PublicKey::Bls(82b817ccce0735aa6affbe044         d4030f690cd0d37f86b34f089dc49764d7f3e65): 0.008345784
[safe_network::client::client_api::transfers] DEBUG 2021-06-30T08:40:06.297178257 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_ne         twork-0.4.0/src/client/client_api/transfers/mod.rs:223] Transfer to be sent: SignedTransfer { debit: SignedDebit { debit: Debit { id: PublicKey::Ed2551         9(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be73713b17c3e6).0, amount: 0.008345784 }, actor_signature: Signature::Ed25519(..) }, credit: Signed         Credit { credit: Credit { id: [224, 191, 43, 182, 4, 191, 204, 242, 41, 26, 182, 101, 130, 170, 24, 37, 158, 39, 202, 49, 200, 232, 57, 133, 102, 189,          190, 52, 153, 86, 184, 141], amount: 0.008345784, recipient: PublicKey::Bls(82b817ccce0735aa6affbe044d4030f690cd0d37f86b34f089dc49764d7f3e65), msg: ""          }, actor_signature: Signature::Ed25519(..) } }
[safe_network::transfers::actor] DEBUG 2021-06-30T08:40:06.297355648 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/s         rc/transfers/actor.rs:429] Transfer Actor PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be73713b17c3e6): applying event Transfer         Initiated(TransferInitiated { signed_debit: SignedDebit { debit: Debit { id: PublicKey::Ed25519(5c988e79b24c9c84757abe048624bed4ee98335ef1f9cd9e25be737         13b17c3e6).0, amount: 0.008345784 }, actor_signature: Signature::Ed25519(..) }, signed_credit: SignedCredit { credit: Credit { id: [224, 191, 43, 182,          4, 191, 204, 242, 41, 26, 182, 101, 130, 170, 24, 37, 158, 39, 202, 49, 200, 232, 57, 133, 102, 189, 190, 52, 153, 86, 184, 141], amount: 0.008345784,          recipient: PublicKey::Bls(82b817ccce0735aa6affbe044d4030f690cd0d37f86b34f089dc49764d7f3e65), msg: "" }, actor_signature: Signature::Ed25519(..) } })
[safe_network::client::client_api::transfers] INFO 2021-06-30T08:40:06.297519110 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_net         work-0.4.0/src/client/client_api/transfers/mod.rs:246] Awaiting transfer validation
[safe_network::client::connections::messaging] INFO 2021-06-30T08:40:06.297680643 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_ne         twork-0.4.0/src/client/connections/messaging.rs:206] Sending transfer validation command Transfer(TransferCmd::ValidateTransfer) w/ id: be13ebc0..
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.302967228 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id ffbc7b31.. received from 209.97.176.100:54768
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.303013771 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.303041404 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 87b19e7c..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.309867708 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id ffbc7b31.. received from 46.101.95.158:12000
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.309987432 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.310087895 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:246] Query response (relating to msgid: 87b19e7c..)
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.341188594 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id c9be9fb8.. received from 209.97.138.80:34447
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.348979644 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:232] ClientMsg with id 15ebc6dd.. received from 209.97.176.134:53102
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.349201438 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:239] Thread spawned to handle this client message
[safe_network::client::connections::listeners] DEBUG 2021-06-30T08:40:06.349239999 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_n         etwork-0.4.0/src/client/connections/listeners.rs:269] Event received to be processed: be13ebc0..
[safe_network::transfers::actor] DEBUG 2021-06-30T08:40:06.349294822 [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/safe_network-0.4.0/s         rc/transfers/actor.rs:592] Actor: Verifying is this our transfer?!
Illegal instruction (core dumped)

1 Like

Anyone able to create an nrs name? I’m having trouble with that, but have uploaded and downloaded data no probs. Node is still in the waiting loop to join.

3 Likes
Illegal instruction (core dumped)

:thinking: interesting. Not seen this before. What platform are you on?

2 Likes

Ubuntu 20.04 running in VirtualBox

I am in the process of starting from the beginning again

2 Likes

I have just removed the test net and started from the beginning and have the same Illegal instruction (core dumped)

with previous test nets I was using the same virtual box set up and puts were working.


(Ubuntu 20.04)

Got this error also, Ubuntu 18.04.5 LTS

Now nrs creation is hanging, sending CLI funds also hanging

Interesting. Okay we’ll have to try and repro this.

Does this happen only with a specific file @neik?


edit: looks like a general ubuntu issue. okay digging in!

3 Likes

btw Illegal instruction (core dumped)

Also shows up on
safe keys create --test-coins --preload 15.342
transactions

1 Like

can you run with trace in place of debug please (cc @neik, @digipl ) :bowing_man:

we’ve a sneaking suspicion it may be relatd to the new sig/verification stuff. But somre trace logs would be great :bowing_man:

2 Likes

Checking but transaction is hanging :sweat_smile:

so far so good :

./garbagator.sh out
hyryyyypips3cb9hj5wqe5y5km57e68sfwprc8t7kpygn116y6rjfz1q4pw: OK
hyryyyypfm3sa93s8z1e8bugtygqjg54pj4f475bjgg1abmmockuy33j7nh: OK
hyryyyycpjyszosgp8rbosqxzf35j5ybs9umw3od737dctbpcsc4jwcrene: OK
hyryyyyxkmrisafaqsd6g5i5r1dhuu4y4r3wnq13zh4ys3p9hh3hw8kne3y: OK
hyryyyyxn37zawi9zbajeb6cdt59f5hje4gjzz64ko4j1bcgpp88ihz7gjc: OK
hyryyyyx9ohned38q1a3b7byk11383ish3fg6h54gwrwrjqh46g5owucjmr: OK
hyryyyym6ffiuq3rrw4g995b9it1g4zcdz6jjwgosgzunugkbobg3oiwd7o: OK
hyryyyycjztk7kdm9xfxrqq4esrwk35tsgehhj4gtf414iknae9ebqbpuiy: OK
hyryyyykr4cte8wryenhrb65y4bymb4rycikgepkqhmh5ta6j63cbxb5ufy: OK
hyryyyykjj4zmoa8iobpjdkyhbczhbcu5gs9zdiuhwst516rba9cz5uxfwh: OK
Success : 100 %

5 Likes