Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Nereuxofficial/2efc6c792ee74fbc2fab7bc3fff7ffcc to your computer and use it in GitHub Desktop.
Save Nereuxofficial/2efc6c792ee74fbc2fab7bc3fff7ffcc to your computer and use it in GitHub Desktop.
nanomq_mutex_lock_server.log
cargo run -r -- --broker-command "./../nanomq/build/nanomq/nanomq start" fuzz
warning: unused import: `trace`
--> src/process_monitor/mod.rs:6:28
|
6 | use tracing::{debug, info, trace};
| ^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: variable does not need to be mutable
--> src/mqtt/mod.rs:144:9
|
144 | let mut queue_lock = PACKET_QUEUE.get().unwrap().clone();
| ----^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
warning: variable `last_packets` is assigned to, but never used
--> src/runtime/mod.rs:19:17
|
19 | let mut last_packets = Vec::new();
| ^^^^^^^^^^^^
|
= note: consider using `_last_packets` instead
= note: `#[warn(unused_variables)]` on by default
warning: value assigned to `last_packets` is never read
--> src/runtime/mod.rs:34:13
|
34 | last_packets = state_machine.previous_packets.clone();
| ^^^^^^^^^^^^
|
= help: maybe it is overwritten before being read?
= note: `#[warn(unused_assignments)]` on by default
warning: constant `BOF_CHANCE` is never used
--> src/markov/mod.rs:39:7
|
39 | const BOF_CHANCE: f32 = 0.25;
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: variant `GenerationGuided` is never constructed
--> src/markov/mod.rs:95:5
|
93 | pub enum Mode {
| ---- variant in this enum
94 | MutationGuided,
95 | GenerationGuided,
| ^^^^^^^^^^^^^^^^
|
= note: `Mode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
warning: variants `BOF` and `NOBOF` are never constructed
--> src/markov/mod.rs:221:5
|
220 | enum BOF {
| --- variants in this enum
221 | BOF,
| ^^^
222 | NOBOF,
| ^^^^^
|
= note: `BOF` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
warning: function `generate_auth_packet` is never used
--> src/mqtt/mod.rs:9:15
|
9 | pub(crate) fn generate_auth_packet() -> Vec<u8> {
| ^^^^^^^^^^^^^^^^^^^^
warning: `rusty-fume` (bin "rusty-fume") generated 8 warnings (run `cargo fix --bin "rusty-fume"` to apply 2 suggestions)
Finished release [optimized + debuginfo] target(s) in 0.05s
Running `target/release/rusty-fume --broker-command './../nanomq/build/nanomq/nanomq start' fuzz`
2023-08-07T15:00:49.930212Z INFO rusty_fume: Connection established
2023-08-07T15:00:49.930231Z INFO rusty_fume: Starting fuzzing!
2023-08-07T15:00:50.031174Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.032455Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.032460Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.064238Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.064251Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.064271Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.064233Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.064298Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.064387Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065005Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065021Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065026Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065033Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065065Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065087Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065110Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065119Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065122Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065145Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065164Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065175Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065240Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065252Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065258Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065295Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065321Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065332Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065348Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065349Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065366Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065393Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065402Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065402Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065425Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065453Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065456Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065351Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065482Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065508Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065523Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065536Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065547Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065559Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065574Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065589Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065598Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065610Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065621Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065643Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065649Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065661Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065673Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.065453Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.096255Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.096260Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.097030Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.097038Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.097097Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.097108Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.097117Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.097211Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098164Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098170Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098181Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098196Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098236Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098245Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098274Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.098293Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.098296Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098356Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098366Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.098379Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.098406Z ERROR rusty_fume::mqtt: Timeout: Elapsed(())
2023-08-07T15:00:50.098858Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.098868Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.098923Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.098934Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.098978Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.098983Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.098987Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.098974Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099053Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099059Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099334Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099345Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099343Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099358Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099371Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099387Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099406Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099407Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099414Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099417Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099420Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099427Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099438Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099445Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099451Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099455Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099458Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099462Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099461Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099471Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099484Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099490Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099498Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099504Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099528Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099535Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099571Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099622Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099682Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099696Z INFO rusty_fume::runtime: Thread 10037600028969659318 finished!
2023-08-07T15:00:50.099711Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099723Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099735Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099745Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099738Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099760Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099765Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099783Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099799Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099808Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099833Z INFO rusty_fume::runtime: Thread 18399424449025219861 finished!
2023-08-07T15:00:50.099845Z INFO rusty_fume::runtime: Thread 15826571322439479650 finished!
2023-08-07T15:00:50.099856Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099863Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099904Z INFO rusty_fume::runtime: Thread 6215604545764586809 finished!
2023-08-07T15:00:50.099910Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099920Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099930Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099958Z INFO rusty_fume::runtime: Thread 9019586919940247172 finished!
2023-08-07T15:00:50.099965Z INFO rusty_fume::runtime: Thread 1681413566631744329 finished!
2023-08-07T15:00:50.099975Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099978Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.099984Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099989Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.099990Z INFO rusty_fume::process_monitor: Broker process exited with status: exit status: 134
2023-08-07T15:00:50.099998Z INFO rusty_fume::process_monitor: Last stdout: "2023-08-07 17:00:50 [1621984] WARN /root/Projects/nanomq/nng/src/sp/transport/mqtt/broker_tcp.c:612 tcptran_pipe_recv_cb: nni aio recv error!! Connection shutdown"
2023-08-07T15:00:50.100009Z INFO rusty_fume::process_monitor: Last stderr: "panic: pthread_mutex_lock: Invalid argumentThis message is indicative of a BUG.Report this at https://github.com/emqx/nanomq./../nanomq/build/nanomq/nanomq(nni_panic+0x104) [0x560acc5c9676]./../nanomq/build/nanomq/nanomq(+0x5a222) [0x560acc5d3222]./../nanomq/build/nanomq/nanomq(nni_plat_mtx_lock+0x18) [0x560acc5d33da]./../nanomq/build/nanomq/nanomq(nni_mtx_lock+0x18) [0x560acc5cfe87]./../nanomq/build/nanomq/nanomq(nni_task_wait+0x1c) [0x560acc5cfb0f]./../nanomq/build/nanomq/nanomq(nni_aio_wait+0x1c) [0x560acc5c25c5]./../nanomq/build/nanomq/nanomq(nni_aio_stop+0xbb) [0x560acc5c23df]./../nanomq/build/nanomq/nanomq(+0x68ba8) [0x560acc5e1ba8]./../nanomq/build/nanomq/nanomq(+0x50765) [0x560acc5c9765]./../nanomq/build/nanomq/nanomq(+0x515b1) [0x560acc5ca5b1]./../nanomq/build/nanomq/nanomq(+0x57016) [0x560acc5d0016]./../nanomq/build/nanomq/nanomq(+0x5a727) [0x560acc5d3727]/lib/x86_64-linux-gnu/libc.so.6(+0x883ec) [0x7f47ca0fb3ec]/lib/x86_64-linux-gnu/libc.so.6(+0x108a1c) [0x7f47ca17ba1c]Aborted"
2023-08-07T15:00:50.100055Z INFO rusty_fume::runtime: Thread 2530072063139309847 finished!
2023-08-07T15:00:50.100067Z INFO rusty_fume::runtime: Thread 9610821162817802685 finished!
2023-08-07T15:00:50.100073Z INFO rusty_fume::runtime: Thread 10338971432652197002 finished!
2023-08-07T15:00:50.100080Z INFO rusty_fume::runtime: Thread 8950545073559853104 finished!
2023-08-07T15:00:50.100092Z ERROR rusty_fume::mqtt: Receive error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }
2023-08-07T15:00:50.100100Z ERROR rusty_fume::markov: Receive error, probably disconnected by the broker...
2023-08-07T15:00:50.100212Z INFO rusty_fume::runtime: Thread 3776674683792368583 finished!
2023-08-07T15:00:50.100221Z INFO rusty_fume::runtime: Thread 995557897876747190 finished!
2023-08-07T15:00:50.100226Z INFO rusty_fume::runtime: Thread 14962379694802966555 finished!
2023-08-07T15:00:50.100317Z INFO rusty_fume::runtime: Thread 14843017589387022998 finished!
2023-08-07T15:00:50.100351Z INFO rusty_fume::runtime: Thread 4493684337536380833 finished!
2023-08-07T15:00:50.100375Z INFO rusty_fume::runtime: Thread 6110497956035144098 finished!
2023-08-07T15:00:50.100383Z INFO rusty_fume::runtime: Thread 5955140142446083327 finished!
2023-08-07T15:00:50.100434Z INFO rusty_fume::runtime: Thread 8970352987198828675 finished!
2023-08-07T15:00:50.100490Z INFO rusty_fume::runtime: Thread 5703463408053028568 finished!
2023-08-07T15:00:50.100527Z INFO rusty_fume::runtime: Thread 5725337662282983143 finished!
2023-08-07T15:00:50.100564Z INFO rusty_fume::runtime: Thread 16460471515699578440 finished!
2023-08-07T15:00:50.100603Z INFO rusty_fume::runtime: Thread 326999768721999635 finished!
2023-08-07T15:00:50.100632Z INFO rusty_fume::runtime: Thread 11412572221924638981 finished!
2023-08-07T15:00:50.100650Z INFO rusty_fume::runtime: Thread 12657137651242903108 finished!
2023-08-07T15:00:50.100666Z INFO rusty_fume::runtime: Thread 11746329707498481204 finished!
2023-08-07T15:00:50.100693Z INFO rusty_fume::runtime: Thread 10325876963782637438 finished!
2023-08-07T15:00:50.100710Z INFO rusty_fume::runtime: Thread 14745177844265307857 finished!
2023-08-07T15:00:50.100716Z INFO rusty_fume::runtime: Thread 17999091853842646410 finished!
2023-08-07T15:00:50.100759Z INFO rusty_fume::runtime: Thread 17488330320071741859 finished!
2023-08-07T15:00:50.100775Z INFO rusty_fume::runtime: Thread 8186955476758746350 finished!
2023-08-07T15:00:50.100881Z INFO rusty_fume::runtime: Thread 7927939101952709226 finished!
2023-08-07T15:00:50.101062Z INFO rusty_fume::runtime: Thread 9516617288351965130 finished!
2023-08-07T15:00:50.101430Z INFO rusty_fume::runtime: Thread 17701245252434138988 finished!
2023-08-07T15:00:50.101616Z INFO rusty_fume::runtime: Thread 8683731288207841345 finished!
2023-08-07T15:00:50.101660Z INFO rusty_fume::runtime: Thread 9355345849897235533 finished!
2023-08-07T15:00:50.101823Z INFO rusty_fume::runtime: Thread 13113793779549532631 finished!
2023-08-07T15:00:50.101870Z INFO rusty_fume::runtime: Thread 11387784769442222462 finished!
2023-08-07T15:00:50.101928Z INFO rusty_fume::runtime: Thread 2956020518955212220 finished!
2023-08-07T15:00:50.101958Z INFO rusty_fume::runtime: Thread 1376750697037551439 finished!
2023-08-07T15:00:50.101970Z INFO rusty_fume::runtime: Thread 17497841237788090878 finished!
2023-08-07T15:00:50.102035Z INFO rusty_fume::runtime: Thread 10938014487413599503 finished!
2023-08-07T15:00:50.102056Z INFO rusty_fume::runtime: Thread 3295590473931163428 finished!
2023-08-07T15:00:50.102066Z INFO rusty_fume::runtime: Thread 14929178157156211846 finished!
2023-08-07T15:00:50.102116Z INFO rusty_fume::runtime: Thread 12030706651416431544 finished!
2023-08-07T15:00:50.102157Z INFO rusty_fume::runtime: Thread 10377095070437894238 finished!
2023-08-07T15:00:50.102170Z INFO rusty_fume::runtime: Thread 16200983643016886436 finished!
2023-08-07T15:00:50.102206Z INFO rusty_fume::runtime: Thread 12984630229597323440 finished!
2023-08-07T15:00:50.102233Z INFO rusty_fume::runtime: Thread 18207227878729326886 finished!
2023-08-07T15:00:50.102303Z INFO rusty_fume::runtime: Thread 3859072168093996757 finished!
2023-08-07T15:00:50.102329Z INFO rusty_fume::runtime: Thread 16044974505618360468 finished!
2023-08-07T15:00:50.102352Z INFO rusty_fume::runtime: Thread 14425622524501003201 finished!
2023-08-07T15:00:50.102473Z INFO rusty_fume::runtime: Thread 12390569480165453362 finished!
2023-08-07T15:00:50.102504Z INFO rusty_fume::runtime: Thread 4249913330450730866 finished!
2023-08-07T15:00:50.102524Z INFO rusty_fume::runtime: Thread 3369193606386083317 finished!
2023-08-07T15:00:50.102544Z INFO rusty_fume::runtime: Thread 12411233402660604657 finished!
2023-08-07T15:00:50.102554Z INFO rusty_fume::runtime: Thread 2854674736001614653 finished!
2023-08-07T15:00:50.102596Z INFO rusty_fume::runtime: Thread 3969409536769366383 finished!
2023-08-07T15:00:50.102627Z INFO rusty_fume::runtime: Thread 4725957599037253616 finished!
2023-08-07T15:00:50.102647Z INFO rusty_fume::runtime: Thread 16999860870141742714 finished!
2023-08-07T15:00:50.102718Z INFO rusty_fume::runtime: Thread 18397065458178226223 finished!
2023-08-07T15:00:50.102764Z INFO rusty_fume::runtime: Thread 5927051824809291324 finished!
2023-08-07T15:00:50.102815Z INFO rusty_fume::runtime: Thread 14662937500464134969 finished!
2023-08-07T15:00:50.102854Z INFO rusty_fume::runtime: Thread 565862516460681981 finished!
2023-08-07T15:00:50.102866Z INFO rusty_fume::runtime: Thread 4397162846033661707 finished!
2023-08-07T15:00:50.102911Z INFO rusty_fume::runtime: Thread 193417801389189333 finished!
2023-08-07T15:00:50.102953Z INFO rusty_fume::runtime: Thread 13463197902935903393 finished!
2023-08-07T15:00:50.102965Z INFO rusty_fume::runtime: Thread 4398749264881558956 finished!
2023-08-07T15:00:50.103012Z INFO rusty_fume::runtime: Thread 14480733042185130966 finished!
2023-08-07T15:00:50.103085Z INFO rusty_fume::runtime: Thread 9391397505207048772 finished!
2023-08-07T15:00:50.103132Z INFO rusty_fume::runtime: Thread 15223362707811467152 finished!
2023-08-07T15:00:50.103154Z INFO rusty_fume::runtime: Thread 4501344413876005986 finished!
2023-08-07T15:00:50.103178Z INFO rusty_fume::runtime: Thread 10350414945451330868 finished!
2023-08-07T15:00:50.103185Z INFO rusty_fume::runtime: Thread 2403142465499286777 finished!
2023-08-07T15:00:50.103253Z INFO rusty_fume::runtime: Thread 14583697711987004675 finished!
2023-08-07T15:00:50.103276Z INFO rusty_fume::runtime: Thread 12137864883551749317 finished!
2023-08-07T15:00:50.103282Z INFO rusty_fume::runtime: Thread 27224795826839020 finished!
2023-08-07T15:00:50.103326Z INFO rusty_fume::runtime: Thread 5159527086175163799 finished!
2023-08-07T15:00:50.103464Z INFO rusty_fume::runtime: Thread 2400935597839851947 finished!
2023-08-07T15:00:50.103469Z INFO rusty_fume::runtime: Thread 17673124390542273983 finished!
2023-08-07T15:00:50.103486Z INFO rusty_fume::runtime: Thread 17321174952962661110 finished!
2023-08-07T15:00:50.103509Z INFO rusty_fume::runtime: Thread 11202148459859884121 finished!
2023-08-07T15:00:50.103575Z INFO rusty_fume::runtime: Thread 17883302590123309824 finished!
2023-08-07T15:00:50.103609Z INFO rusty_fume::runtime: Thread 1306069787488513179 finished!
2023-08-07T15:00:50.103644Z INFO rusty_fume::runtime: Thread 10553447984773995883 finished!
2023-08-07T15:00:50.103651Z INFO rusty_fume::runtime: Thread 11656238269309833280 finished!
2023-08-07T15:00:50.103666Z INFO rusty_fume::runtime: Thread 9816144029046449236 finished!
2023-08-07T15:00:50.103719Z INFO rusty_fume::runtime: Thread 4559948894553138204 finished!
2023-08-07T15:00:50.103734Z INFO rusty_fume::runtime: Thread 3997294131726846154 finished!
2023-08-07T15:00:50.103745Z INFO rusty_fume::runtime: Thread 13095399963031545232 finished!
2023-08-07T15:00:50.103770Z INFO rusty_fume::runtime: Thread 11368346357674114503 finished!
2023-08-07T15:00:50.103781Z INFO rusty_fume::runtime: Thread 17916938466570492221 finished!
2023-08-07T15:00:50.103798Z INFO rusty_fume::runtime: Thread 16655969451588033748 finished!
2023-08-07T15:00:50.103821Z INFO rusty_fume::runtime: Thread 9270531213750219598 finished!
2023-08-07T15:00:50.103830Z INFO rusty_fume::runtime: Thread 12497840509096953799 finished!
2023-08-07T15:00:50.103862Z INFO rusty_fume::runtime: Thread 637829560351781941 finished!
2023-08-07T15:00:50.103877Z INFO rusty_fume::runtime: Thread 7632903207724101900 finished!
2023-08-07T15:00:50.103903Z INFO rusty_fume::runtime: Thread 2506690706141898019 finished!
2023-08-07T15:00:50.103914Z INFO rusty_fume::runtime: Thread 2014371910379272371 finished!
2023-08-07T15:00:50.103936Z INFO rusty_fume::runtime: Thread 10045777735522117402 finished!
2023-08-07T15:00:50.103943Z INFO rusty_fume::runtime: Thread 5471916853111828748 finished!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment