diff --git a/benchmark.bash b/benchmark.bash new file mode 100755 index 000000000000..2ec8f9112e35 --- /dev/null +++ b/benchmark.bash @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +hyperfine \ +'./do-link.bash' \ +'./do-link.bash -C linker=clang' \ +'./do-link.bash -C link-arg=-fuse-ld=lld' \ +'./do-link.bash -C link-arg=-fuse-ld=mold' \ +'./do-link.bash -C linker=clang -C link-arg=-fuse-ld=lld' \ +'./do-link.bash -C linker=clang -C link-arg=-fuse-ld=mold' \ diff --git a/benchmark.output b/benchmark.output new file mode 100644 index 000000000000..c2f58df78877 --- /dev/null +++ b/benchmark.output @@ -0,0 +1,31 @@ +Benchmark 1: ./do-link.bash + Time (mean ± σ): 12.742 s ± 0.734 s [User: 10.116 s, System: 1.474 s] + Range (min … max): 12.204 s … 14.506 s 10 runs + +Benchmark 2: ./do-link.bash -C linker=clang + Time (mean ± σ): 12.365 s ± 0.289 s [User: 9.804 s, System: 1.452 s] + Range (min … max): 11.823 s … 12.958 s 10 runs + +Benchmark 3: ./do-link.bash -C link-arg=-fuse-ld=lld + Time (mean ± σ): 3.131 s ± 0.052 s [User: 2.509 s, System: 0.872 s] + Range (min … max): 3.068 s … 3.202 s 10 runs + +Benchmark 4: ./do-link.bash -C link-arg=-fuse-ld=mold + Time (mean ± σ): 2.573 s ± 0.162 s [User: 1.261 s, System: 0.248 s] + Range (min … max): 2.409 s … 2.951 s 10 runs + +Benchmark 5: ./do-link.bash -C linker=clang -C link-arg=-fuse-ld=lld + Time (mean ± σ): 3.107 s ± 0.067 s [User: 2.504 s, System: 0.865 s] + Range (min … max): 3.000 s … 3.220 s 10 runs + +Benchmark 6: ./do-link.bash -C linker=clang -C link-arg=-fuse-ld=mold + Time (mean ± σ): 2.628 s ± 0.243 s [User: 1.363 s, System: 0.244 s] + Range (min … max): 2.415 s … 3.274 s 10 runs + +Summary + './do-link.bash -C link-arg=-fuse-ld=mold' ran + 1.02 ± 0.11 times faster than './do-link.bash -C linker=clang -C link-arg=-fuse-ld=mold' + 1.21 ± 0.08 times faster than './do-link.bash -C linker=clang -C link-arg=-fuse-ld=lld' + 1.22 ± 0.08 times faster than './do-link.bash -C link-arg=-fuse-ld=lld' + 4.81 ± 0.32 times faster than './do-link.bash -C linker=clang' + 4.95 ± 0.42 times faster than './do-link.bash' diff --git a/cargo-clean-and-and-cargo-build---timings.html b/cargo-clean-and-and-cargo-build---timings.html new file mode 100644 index 000000000000..044d8fbf229c --- /dev/null +++ b/cargo-clean-and-and-cargo-build---timings.html @@ -0,0 +1,48593 @@ + + + + Cargo Build Timings — forest_ipld 0.8.2, forest_statediff 0.8.2, forest_rpc-api 0.8.2, forest_rpc 0.8.2, forest_auth 0.8.2, forest_chain_sync 0.8.2, forest_interpreter 0.8.2, serialization_tests 0.8.2, forest_state_manager 0.8.2, forest_rpc-client 0.8.2, forest_utils 0.8.2, forest_message_pool 0.8.2, forest_json 0.8.2, forest_networks 0.8.2, forest_key_management 0.8.2, forest-cli 0.8.2, forest_libp2p_bitswap 0.8.2, forest_metrics 0.8.2, forest_paramfetch 0.8.2, forest_genesis 0.8.2, forest_libp2p 0.8.2, forest_blocks 0.8.2, forest_beacon 0.8.2, forest_message 0.8.2, forest_test_utils 0.8.2, forest_cli_shared 0.8.2, forest_db 0.8.2, forest_shim 0.8.2, forest_fil_cns 0.8.2, forest_chain 0.8.2, forest_deleg_cns 0.8.2, forest-daemon 0.8.2, bitswap-in-browser-lib 0.1.0, bitswap-in-browser 0.1.0, forest_state_migration 0.8.2 + + + + + +

Cargo Build Timings

+See Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Targets:forest_ipld 0.8.2 (lib)
forest_statediff 0.8.2 (lib, bin "forest_statediff")
forest_rpc-api 0.8.2 (lib)
forest_rpc 0.8.2 (lib)
forest_auth 0.8.2 (lib)
forest_chain_sync 0.8.2 (lib)
forest_interpreter 0.8.2 (lib)
serialization_tests 0.8.2 (lib)
forest_state_manager 0.8.2 (lib)
forest_rpc-client 0.8.2 (lib)
forest_utils 0.8.2 (lib)
forest_message_pool 0.8.2 (lib)
forest_json 0.8.2 (lib)
forest_networks 0.8.2 (lib)
forest_key_management 0.8.2 (lib)
forest-cli 0.8.2 (lib, bin "forest-cli")
forest_libp2p_bitswap 0.8.2 (lib)
forest_metrics 0.8.2 (lib)
forest_paramfetch 0.8.2 (lib)
forest_genesis 0.8.2 (lib)
forest_libp2p 0.8.2 (lib)
forest_blocks 0.8.2 (lib)
forest_beacon 0.8.2 (lib)
forest_message 0.8.2 (lib)
forest_test_utils 0.8.2 (lib)
forest_cli_shared 0.8.2 (lib)
forest_db 0.8.2 (lib)
forest_shim 0.8.2 (lib)
forest_fil_cns 0.8.2 (lib)
forest_chain 0.8.2 (lib)
forest_deleg_cns 0.8.2 (lib)
forest-daemon 0.8.2 (lib, bin "forest")
bitswap-in-browser-lib 0.1.0 (lib)
bitswap-in-browser 0.1.0 (bin "bitswap-in-browser")
forest_state_migration 0.8.2 (lib)
Profile:dev
Fresh units:0
Dirty units:1040
Total units:1040
Max concurrency:21 (jobs=16 ncpu=16)
Build start:2023-05-16T13:42:13Z
Total time:194.6s (3m 14.6s)
rustc:rustc 1.71.0-nightly (c609da59d 2023-04-18)
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
+ + + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UnitTotalCodegenFeatures
1.blake3 v1.3.3 build script (run)89.2s
2.sha2-asm v0.6.2 build script (run)86.7s
3.zstd-sys v2.0.8+zstd.1.5.5 build script (run)81.0sstd
4.tikv-jemalloc-sys v0.5.3+5.3.0-patched build script (run)75.5sbackground_threads_runtime_support
5.wasmtime-runtime v2.0.2 build script (run)68.0smemfd, memory-init-cow, pooling-allocator
6.cranelift-codegen v0.89.242.3s18.4s (44%)default, gimli, std, unwind
7.lz4-sys v1.9.4 build script (run)40.4s
8.psm v0.1.21 build script (run)39.0s
9.filecoin-proofs-api v14.0.037.4s27.0s (72%)
10.filecoin-proofs-api v13.0.035.3s24.1s (68%)
11.boa_engine v0.16.027.7sconsole
12.tokio v1.28.025.2s8.6s (34%)bytes, default, fs, io-std, io-util, libc, macros, mio, net, num_cpus, rt, rt-multi-thread, signal, signal-hook-registry, socket2, sync, time, tokio-macros, tracing
13.nalgebra v0.29.022.8s0.4s (2%)default, macros, matrixmultiply, nalgebra-macros, rand, rand-no-std, rand-package, rand_distr, std
14.protobuf v3.2.022.5s12.7s (56%)default
15.protobuf v3.2.022.1s12.4s (56%)default
16.syn v2.0.1521.5s9.3s (43%)clone-impls, default, derive, extra-traits, full, parsing, printing, proc-macro, quote, visit, visit-mut
17.syn v1.0.10920.4s7.7s (38%)clone-impls, default, derive, extra-traits, full, parsing, printing, proc-macro, quote, visit, visit-mut
18.blst v0.3.10 build script (run)19.5sdefault
19.protobuf v2.28.019.3s11.3s (59%)
20.forest-daemon v0.8.2 bin "forest"19.2sdefault, forest_fil_cns, jemalloc, paritydb
21.wasmparser v0.104.017.6s7.5s (43%)
22.hyper v0.14.2615.6s3.6s (23%)client, default, full, h2, http1, http2, runtime, server, socket2, stream, tcp
23.h2 v0.3.1815.4s4.5s (29%)
24.simba v0.6.014.1s0.7s (5%)std, wide
25.wasmparser v0.95.014.0s6.0s (43%)
26.reqwest v0.11.1613.9s10.3s (74%)__rustls, __tls, hyper-rustls, rustls, rustls-pemfile, rustls-tls, rustls-tls-webpki-roots, tokio-rustls, webpki-roots
27.axum v0.6.1713.7s1.5s (11%)default, form, http1, json, matched-path, original-uri, query, tokio, tower-log, ws
28.wasmparser v0.92.013.6s5.8s (43%)
29.tonic v0.8.313.2s7.0s (53%)async-trait, axum, channel, codegen, default, h2, hyper, hyper-timeout, prost, prost-derive, prost1, tokio, tower, tracing-futures, transport
30.clap_builder v4.2.512.6s6.4s (51%)color, error-context, help, std, suggestions, usage
31.object v0.29.012.2s2.4s (20%)coff, crc32fast, elf, hashbrown, indexmap, macho, pe, read_core, std, write, write_core, write_std
32.forest_beacon v0.8.211.9s5.9s (50%)
33.trust-dns-proto v0.22.011.8s4.4s (37%)mdns, socket2, tokio, tokio-runtime
34.rustls v0.20.811.7s5.5s (47%)dangerous_configuration, default, log, logging, tls12
35.serde_derive v1.0.16011.6sdefault
36.gimli v0.26.211.4s2.4s (21%)fallible-iterator, indexmap, read, read-core, stable_deref_trait, std, write
37.nix v0.26.211.4s2.2s (19%)acct, aio, default, dir, env, event, feature, fs, hostname, inotify, ioctl, kmod, memoffset, mman, mount, mqueue, net, personality, pin-utils, poll, process, pthread, ptrace, quota, reboot, resource, sched, signal, socket, term, time, ucontext, uio, user, zerocopy
38.nix v0.23.210.9s2.3s (21%)
39.object v0.30.310.7s1.0s (9%)archive, coff, elf, macho, pe, read_core, unaligned
40.procfs v0.14.210.7s4.4s (41%)
41.regex-syntax v0.7.110.3s4.4s (43%)default, std, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
42.ring v0.16.20 build script (run)10.1salloc, default, dev_urandom_fallback, once_cell, std
43.regex v1.8.110.0s6.4s (64%)aho-corasick, default, memchr, perf, perf-cache, perf-dfa, perf-inline, perf-literal, std, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
44.futures-util v0.3.289.9s0.7s (7%)alloc, async-await, async-await-macro, bilock, channel, default, futures-channel, futures-io, futures-macro, futures-sink, io, memchr, sink, slab, std, unstable
45.cranelift-codegen-meta v0.89.29.9s5.9s (60%)
46.derive_more v0.99.179.7sadd, add_assign, as_mut, as_ref, constructor, convert_case, default, deref, deref_mut, display, error, from, from_str, index, index_mut, into, into_iterator, is_variant, iterator, mul, mul_assign, not, rustc_version, sum, try_into, unwrap
47.toml_edit v0.19.89.7s5.2s (53%)default, serde
48.libsecp256k1 v0.7.19.6s0.5s (5%)default, hmac, hmac-drbg, sha2, static-context, std, typenum
49.wasmtime v2.0.29.3s2.3s (25%)cranelift, memory-init-cow, parallel-compilation, pooling-allocator
50.wasmtime-cranelift v2.0.29.2s5.8s (63%)
51.storage-proofs-core v14.0.08.5s4.0s (47%)
52.storage-proofs-core v13.0.08.5s3.9s (46%)
53.serde v1.0.1608.5s0.4s (5%)alloc, default, derive, rc, serde_derive, std
54.bitvec v1.0.18.4s0.2s (3%)alloc, atomic, default, std
55.rayon v1.7.08.3s0.6s (7%)
56.serde v1.0.1608.3s0.4s (5%)alloc, default, derive, serde_derive, std
57.async-std v1.12.08.2s3.9s (47%)alloc, async-channel, async-global-executor, async-io, async-lock, crossbeam-utils, default, futures-channel, futures-core, futures-io, futures-lite, gloo-timers, kv-log-macro, log, memchr, once_cell, pin-project-lite, pin-utils, slab, std, wasm-bindgen-futures
58.gimli v0.27.28.0s1.2s (15%)read, read-core
59.fvm v3.3.18.0s2.5s (31%)
60.bellperson v0.24.18.0s0.5s (6%)default, groth16
61.fil_actor_miner_v11 v1.0.08.0s0.8s (10%)
62.protobuf-codegen v3.2.07.9s4.3s (55%)
63.libp2p-gossipsub v0.44.37.7s3.7s (48%)
64.cranelift-isle v0.89.27.6s4.6s (60%)default
65.forest_blocks v0.8.27.5s0.5s (7%)
66.console-subscriber v0.1.87.5s3.5s (47%)default, env-filter, parking_lot, parking_lot_crate
67.darling_core v0.14.47.4s3.9s (53%)strsim, suggestions
68.trust-dns-resolver v0.22.07.3s4.3s (59%)ipconfig, resolv-conf, system-config, tokio, tokio-runtime
69.fvm v2.3.07.2s2.5s (35%)
70.js-sys v0.3.617.2s1.6s (22%)
71.darling_core v0.20.07.2s3.8s (53%)strsim, suggestions
72.tracing-subscriber v0.3.177.2s3.3s (46%)alloc, ansi, default, env-filter, fmt, matchers, nu-ansi-term, once_cell, parking_lot, regex, registry, sharded-slab, smallvec, std, thread_local, tracing, tracing-log
73.rustix v0.37.157.1s1.2s (16%)default, fs, io-lifetimes, libc, std, termios, use-libc-auxv
74.regex-syntax v0.6.297.1s2.7s (39%)default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
75.protobuf-parse v3.2.07.0s4.1s (59%)
76.aho-corasick v1.0.16.8s3.5s (51%)default, perf-literal, std
77.axum-core v0.3.46.8s0.5s (8%)
78.netlink-packet-route v0.12.06.8s2.0s (30%)
79.forest-cli v0.8.2 bin "forest-cli"6.7sdefault, jemalloc, paritydb
80.serde_with v2.3.36.5s0.3s (5%)alloc, chrono_0_4, default, macros, std
81.bitswap-in-browser-lib v0.1.06.4s
82.clap_derive v4.2.06.4sdefault
83.nom v7.1.36.4s0.5s (8%)alloc, default, std
84.storage-proofs-porep v14.0.06.3s0.8s (13%)
85.rustix v0.37.156.2s0.7s (12%)default, fs, io-lifetimes, libc, std, use-libc-auxv
86.time v0.3.206.2s2.1s (33%)alloc, default, formatting, macros, parsing, serde, serde-well-known, std
87.cpp_demangle v0.3.56.0s1.6s (27%)default, std
88.fil_actor_miner_v10 v1.0.05.9s0.4s (6%)
89.rustix v0.36.135.9s0.9s (15%)default, fs, io-lifetimes, libc, param, process, std, thread, use-libc-auxv
90.itertools v0.10.55.9s0.3s (6%)default, use_alloc, use_std
91.storage-proofs-porep v13.0.05.7s0.7s (12%)
92.fil_actor_miner_v8 v1.0.05.6s
93.forest_networks v0.8.25.6s1.1s (20%)
94.prometheus v0.13.35.5s3.3s (61%)default, libc, process, procfs, protobuf
95.libp2p-kad v0.43.25.4s1.8s (34%)
96.forest_key_management v0.8.25.4s1.5s (29%)
97.encoding_rs v0.8.325.4s2.6s (47%)alloc, default
98.regalloc2 v0.4.25.4s1.0s (19%)checker, default
99.parity-db v0.4.65.4s1.3s (25%)
100.rustyline v10.1.15.4s2.2s (42%)custom-bindings, default, dirs-next, radix_trie, with-dirs
101.time-macros v0.2.85.3sformatting, parsing, serde
102.bitswap-in-browser v0.1.0 bin "bitswap-in-browser"5.3s
103.wasmtime-runtime v2.0.25.3s2.2s (42%)memfd, memory-init-cow, pooling-allocator
104.num-bigint v0.4.35.2s1.1s (22%)default, quickcheck, serde, std
105.forest-cli v0.8.25.2s1.4s (26%)default, jemalloc, paritydb
106.wasmtime-jit v2.0.25.2s3.6s (69%)
107.fil_actor_miner_v9 v1.0.05.1s0.8s (15%)
108.backtrace v0.3.675.1s3.6s (70%)default, std
109.libc v0.2.1425.1s0.7s (15%)default, extra_traits, std
110.prost-derive v0.11.95.1s
111.tracing-attributes v0.1.245.0s
112.thiserror-impl v1.0.405.0s
113.num-bigint v0.4.34.9s1.4s (28%)default, std
114.serde_json v1.0.964.9s1.7s (35%)default, float_roundtrip, raw_value, std
115.wasm-bindgen-backend v0.2.844.9s2.4s (48%)spans
116.rust-s3 v0.32.34.9s2.2s (46%)attohttpc, minidom, sync, sync-rustls-tls, tags
117.ring v0.16.204.9s1.8s (37%)alloc, default, dev_urandom_fallback, once_cell, std
118.parity-wasm v0.42.24.9s1.8s (37%)bulk, std
119.toml v0.5.114.9s2.1s (44%)default
120.serde_yaml v0.9.214.9s1.9s (39%)
121.cranelift-codegen v0.89.2 build script (run)4.9sdefault, gimli, std, unwind
122.fil_pasta_curves v0.5.24.7s1.8s (39%)alloc, bits, blake2b_simd, default, lazy_static, sqrt-table
123.toml v0.5.114.7s2.0s (43%)default
124.nix v0.25.14.6s1.0s (21%)fs, ioctl, poll, process, signal, term
125.wasmtime-environ v2.0.24.6s1.7s (37%)
126.chrono v0.4.244.6s1.5s (33%)alloc, clock, default, iana-time-zone, js-sys, oldtime, serde, std, time, wasm-bindgen, wasmbind, winapi
127.winnow v0.4.14.5s0.3s (6%)alloc, default, std
128.rustix v0.35.134.5s0.7s (15%)default, io-lifetimes, libc, mm, process, std, use-libc-auxv
129.rayon-core v1.11.04.5s2.3s (52%)
130.fil_pasta_curves v0.5.24.4s1.8s (41%)alloc, bits, blake2b_simd, default, lazy_static, sqrt-table
131.fil_actor_evm_shared_v10 v1.0.04.4s2.3s (52%)
132.pin-project-internal v1.0.124.4s
133.forest_libp2p v0.8.24.3s1.4s (33%)
134.filecoin-proofs v14.0.04.3s0.8s (19%)
135.libp2p-swarm v0.42.14.3s1.5s (34%)macros, tokio, wasm-bindgen
136.fil_actor_evm_shared_v11 v1.0.04.3s2.2s (50%)
137.cc v1.0.794.2s2.6s (61%)jobserver, parallel
138.strum_macros v0.24.34.2s
139.ripemd v0.1.34.2s0.8s (19%)default, std
140.forest_libp2p_bitswap v0.8.24.2s1.1s (26%)default, tokio
141.jsonwebtoken v8.3.04.2s2.0s (48%)default, pem, simple_asn1, use_pem
142.forest_auth v0.8.24.1s1.1s (27%)
143.prost-types v0.11.94.1s0.9s (23%)default, std
144.itertools v0.10.54.0s0.3s (7%)use_alloc
145.fvm_shared v3.3.04.0s1.0s (25%)arb, arbitrary, bls-signatures, blst, crypto, default, filecoin-proofs-api, libsecp256k1, proofs, testing
146.blake2b_simd v1.0.14.0s2.4s (60%)default, std
147.blake2s_simd v0.5.114.0s2.2s (56%)default, std
148.regress v0.4.14.0s1.6s (40%)backend-pikevm, default
149.filecoin-proofs v13.0.04.0s0.7s (18%)
150.ripemd v0.1.33.9s1.1s (28%)default, std
151.wide v0.7.83.9s0.6s (14%)std
152.blake2b_simd v1.0.13.8s2.4s (62%)default, std
153.statrs v0.16.03.8s0.9s (24%)
154.async-trait v0.1.683.7s
155.tower v0.4.133.7s0.3s (8%)__common, balance, buffer, discover, futures-core, futures-util, indexmap, limit, load, log, make, pin-project, pin-project-lite, rand, ready-cache, slab, timeout, tokio, tokio-util, tracing, util
156.num-derive v0.3.33.7s
157.forest_utils v0.8.23.7s1.0s (27%)
158.http v0.2.93.6s1.3s (35%)
159.regex-automata v0.1.103.6s1.5s (41%)default, regex-syntax, std
160.libsecp256k1-core v0.3.03.6s1.1s (30%)std
161.cranelift-wasm v0.89.23.5s1.6s (45%)default, std
162.blake2s_simd v1.0.13.5s2.1s (60%)default, std
163.wasm-bindgen-macro-support v0.2.843.5s2.1s (59%)spans
164.quickcheck v1.0.33.5s1.7s (48%)default, env_logger, log, regex, use_logging
165.libsecp256k1-core v0.3.03.5s1.0s (29%)default, std
166.proc-macro2 v1.0.563.4s1.3s (38%)default, proc-macro, span-locations
167.futures-lite v1.13.03.4s0.4s (11%)alloc, default, fastrand, futures-io, memchr, parking, std, waker-fn
168.merkletree v0.22.13.4s0.4s (13%)
169.curve25519-dalek v3.2.03.3s1.5s (43%)alloc, default, std, u64_backend
170.fil_actor_market_v11 v1.0.03.3s0.3s (10%)
171.nix v0.24.33.3s0.7s (20%)fs, mount, process, sched, signal, uio
172.forest_shim v0.8.23.3s0.4s (13%)
173.fil_actor_cron_v9 v1.0.03.3s
174.futures-macro v0.3.283.3s
175.arbitrary v1.3.03.2s0.5s (17%)derive, derive_arbitrary
176.fil_actor_multisig_v8 v1.0.03.2s
177.libp2p-core v0.39.13.2s1.0s (31%)
178.fil_actor_cron_v8 v1.0.03.2s
179.config v0.12.03.2s1.4s (44%)toml
180.serde_json v1.0.963.1s1.0s (31%)default, std
181.itertools v0.8.23.1s0.3s (10%)default, use_std
182.similar v2.2.13.1s1.8s (57%)default, text
183.forest_json v0.8.23.1s0.3s (9%)
184.data-encoding v2.3.33.1s2.0s (64%)alloc, default, std
185.fvm_shared v2.3.03.1s0.8s (27%)default
186.bytes v1.4.03.1s0.8s (27%)default, std
187.synstructure v0.12.63.1s1.8s (58%)default, proc-macro
188.fil_actor_system_v8 v1.0.03.1s
189.storage-proofs-post v13.0.03.0s0.3s (11%)
190.fvm-wasm-instrument v0.4.03.0s1.6s (53%)default, std
191.wasmprinter v0.2.563.0s1.2s (40%)
192.forest_state_migration v0.8.23.0s0.1s (2%)
193.storage-proofs-post v14.0.03.0s0.3s (10%)
194.derive_builder_core v0.12.03.0s1.4s (48%)
195.memchr v2.5.03.0s1.0s (34%)default, std
196.rand v0.7.32.9s0.5s (18%)alloc, getrandom, getrandom_package, libc, std
197.console-api v0.4.02.9s0.6s (21%)transport
198.const_format_proc_macros v0.2.292.9sdefault
199.forest_rpc-api v0.8.2 build script2.9s
200.forest_statediff v0.8.2 bin "forest_statediff"2.9sdefault, paritydb
201.attohttpc v0.19.12.9s1.5s (54%)json, rustls-opt-dep, serde, serde_json, tls-rustls, webpki, webpki-roots
202.url v2.3.12.8s1.2s (41%)default, serde
203.derive_builder_core v0.11.22.8s1.3s (47%)
204.rand v0.8.52.8s0.5s (18%)alloc, default, getrandom, libc, rand_chacha, small_rng, std, std_rng
205.serde_with_macros v2.3.32.8s
206.filecoin-hashers v8.0.02.8s1.6s (56%)lazy_static, neptune, poseidon, sha2, sha256
207.derive_arbitrary v1.3.02.8s
208.rustversion v1.0.122.8s
209.num-traits v0.2.152.8s0.3s (12%)default, i128, libm, std
210.blstrs v0.6.12.8s0.8s (29%)__private_bench, default, ec-gpu, gpu, serde
211.rxml v0.8.22.7s1.0s (38%)async, default, mt, pin-project-lite, tokio
212.storage-proofs-update v13.0.02.7s0.3s (12%)
213.filecoin-hashers v9.0.02.7s1.5s (56%)lazy_static, neptune, poseidon, sha2, sha256
214.tokio-macros v2.1.02.7s
215.miniz_oxide v0.6.22.7s1.0s (38%)with-alloc
216.blstrs v0.6.12.6s0.8s (30%)__private_bench, default, ec-gpu, gpu, serde
217.tungstenite v0.18.02.6s1.1s (42%)base64, handshake, http, httparse, sha1, url
218.xml-rs v0.8.42.6s1.3s (49%)
219.forest_cli_shared v0.8.22.6s0.9s (37%)jemalloc, paritydb
220.zeroize_derive v1.4.22.5s
221.libipld-cbor-derive v0.14.02.5s
222.tinyvec v1.6.02.5s0.1s (3%)alloc, default, tinyvec_macros
223.rust_decimal v1.29.12.5s1.2s (49%)default, serde, std
224.funty v2.0.02.5s1.0s (39%)
225.storage-proofs-update v14.0.02.5s0.1s (5%)
226.unsafe-libyaml v0.2.82.4s0.7s (28%)
227.fil_actor_interface v1.0.0 build script2.4s
228.libp2p-metrics v0.12.02.4s1.5s (60%)gossipsub, identify, kad, libp2p-gossipsub, libp2p-identify, libp2p-kad, libp2p-ping, ping
229.libp2p-identify v0.42.12.4s1.3s (52%)
230.linux-raw-sys v0.0.462.4s0.4s (16%)errno, general, ioctl, no_std
231.aws-creds v0.30.02.4s1.3s (57%)attohttpc, http-credentials, rustls-tls
232.dialoguer v0.10.42.4s1.1s (46%)default, editor, password, tempfile, zeroize
233.libm v0.2.62.4s0.7s (31%)default
234.rust_decimal v1.29.12.4s1.0s (44%)
235.libp2p-swarm-derive v0.32.02.3s
236.maybe-async v0.2.72.3sdefault, is_sync
237.blst v0.3.102.3s1.3s (55%)default
238.proc-macro-hack v0.5.20+deprecated2.3s
239.sharded-slab v0.1.42.3s0.4s (16%)
240.typenum v1.16.0 build script2.2s
241.async-io v1.13.02.2s1.0s (47%)
242.forest_paramfetch v0.8.22.2s0.1s (4%)
243.linux-raw-sys v0.3.52.2s0.4s (16%)errno, general, ioctl, no_std
244.multihash v0.16.32.2s0.9s (41%)alloc, blake2b, blake2b_simd, blake2s, blake2s_simd, blake3, default, derive, digest, identity, multihash-derive, multihash-impl, ripemd, ripemd-rs, secure-hashes, serde, serde-big-array, serde-codec, sha-2, sha-3, sha2, sha3, std
245.libipld-core v0.13.12.2s0.9s (40%)default, multibase, serde, serde-codec, std, thiserror
246.neptune v8.0.02.2s0.3s (13%)arity11, arity16, arity2, arity24, arity36, arity4, arity8, bls, blstrs, default
247.fil_actors_runtime_v10 v1.0.02.2s0.5s (21%)
248.wasm-encoder v0.20.02.2s0.6s (29%)
249.typenum v1.16.02.2s0.1s (5%)
250.tracing-core v0.1.302.1s0.8s (38%)default, once_cell, std
251.crossbeam-channel v0.5.82.1s0.6s (30%)crossbeam-utils, default, std
252.unicode-bidi v0.3.132.1s1.0s (48%)default, hardcoded-data, std
253.num-rational v0.4.12.1s1.2s (55%)default, num-bigint, num-bigint-std, std
254.soketto v0.7.12.1s0.5s (26%)default, deflate, flate2
255.fil_actor_market_v10 v1.0.02.1s0.2s (11%)
256.num-traits v0.2.152.1s0.2s (11%)default, i128, std
257.pkg-config v0.3.262.1s1.2s (58%)
258.tokio-util v0.7.82.1s0.6s (28%)codec, compat, default, futures-io, tracing
259.yamux v0.10.22.1s0.7s (32%)
260.phf_macros v0.11.12.1s
261.multihash-derive v0.8.12.0sstd
262.forest_state_manager v0.8.22.0s0.2s (10%)default
263.fil_actor_power_v11 v1.0.02.0s0.2s (10%)
264.forest_ipld v0.8.22.0s0.2s (9%)
265.multihash v0.16.32.0s0.8s (39%)alloc, blake2b, blake2b_simd, derive, digest, multihash-derive, multihash-impl, ripemd, ripemd-rs, serde, serde-big-array, serde-codec, sha-2, sha-3, sha2, sha3, std
266.fil_actors_runtime_v9 v1.0.02.0s0.4s (22%)default
267.aes v0.8.22.0s0.5s (26%)
268.fvm_shared v2.3.02.0s0.7s (35%)bls-signatures, blst, crypto, default, filecoin-proofs-api, libsecp256k1, proofs, testing
269.fil_actors_runtime_v11 v1.0.02.0s0.3s (17%)
270.rtnetlink v0.10.11.9s0.9s (46%)tokio, tokio_socket
271.num-complex v0.4.31.9s0.3s (14%)std
272.hashbrown v0.12.31.9s0.1s (4%)ahash, default, inline-more, raw
273.toml v0.7.31.9s0.9s (45%)default, display, parse
274.libipld-core v0.14.01.9s0.8s (43%)default, multibase, serde, serde-codec, std, thiserror
275.rand v0.8.51.9s0.2s (12%)small_rng
276.idna v0.3.01.9s0.8s (41%)
277.wasm-bindgen v0.2.841.9s0.4s (21%)default, spans, std
278.serde_repr v0.1.121.9s
279.generic-array v0.14.71.9s0.1s (6%)more_lengths
280.tracing-loki v0.2.21.9s0.8s (40%)compat-0-2-1, rustls
281.blake3 v1.3.31.9s1.1s (56%)
282.cranelift-frontend v0.89.21.9s1.0s (52%)default, std
283.frc46_token v3.1.01.9s0.3s (16%)
284.forest_message v0.8.21.9s0.1s (8%)blst, default
285.num-traits v0.2.15 build script (run)1.9sdefault, i128, libm, std
286.num-traits v0.2.15 build script (run)1.8sdefault, i128, std
287.jsonrpc-v2 v0.11.01.8s0.4s (22%)bytes-v05, easy-errors, jsonrpc-v2-macros, macros
288.forest_db v0.8.21.8s0.4s (22%)default, jemalloc, paritydb
289.serde_tuple_macros v0.5.01.8s
290.async-global-executor v2.3.11.8s1.3s (69%)async-io, default
291.forest_message_pool v0.8.21.8s0.2s (12%)
292.linux-raw-sys v0.1.41.8s0.3s (15%)errno, general, ioctl, no_std
293.paste v1.0.121.8s
294.idna v0.2.31.8s0.8s (46%)
295.sha2 v0.9.91.8s0.7s (41%)std
296.erased-serde v0.3.251.8s0.3s (18%)default, std
297.ppv-lite86 v0.2.171.8s0.1s (5%)simd, std
298.console v0.15.51.7s0.8s (47%)ansi-parsing, default, unicode-width
299.forest_chain v0.8.21.7s0.2s (11%)
300.fil_actor_power_v10 v1.0.01.7s0.2s (11%)
301.wasmtime-types v2.0.21.7s0.3s (20%)
302.multiaddr v0.17.11.7s0.9s (50%)default, url
303.hashbrown v0.13.21.7s0.1s (4%)ahash, default, inline-more
304.jsonrpc-v2-macros v0.1.01.7s
305.ring v0.16.20 build script1.7salloc, default, dev_urandom_fallback, once_cell, std
306.ctor v0.1.261.7s
307.protobuf-support v3.2.01.7s0.8s (44%)
308.async-fs v1.6.01.7s1.0s (60%)
309.derive-getters v0.2.11.7s
310.crossbeam-utils v0.8.151.6s0.5s (33%)default, std
311.hashbrown v0.11.21.6s0.1s (6%)raw
312.fil_actor_multisig_v11 v1.0.01.6s0.2s (12%)
313.forest_rpc v0.8.21.6s0.1s (9%)
314.parking_lot v0.12.11.6s0.8s (50%)default
315.snow v0.9.21.6s0.7s (41%)ring, ring-resolver
316.safe_arch v0.6.01.6s0.2s (14%)bytemuck, default
317.ec-gpu-gen v0.5.21.6s0.7s (47%)default
318.rand_chacha v0.3.11.6s0.9s (59%)default, std
319.flate2 v1.0.251.6s0.4s (23%)any_zlib, default, libz-sys, miniz_oxide, rust_backend, zlib
320.anyhow v1.0.701.6s0.8s (47%)backtrace, default, std
321.minidom v0.15.11.6s0.8s (49%)
322.unicode-normalization v0.1.221.6s0.3s (20%)default, std
323.indexmap v1.9.31.6s0.3s (19%)serde, serde-1, std
324.mio v0.8.61.6s0.6s (35%)default, net, os-ext, os-poll
325.forest_chain_sync v0.8.21.6s0.2s (14%)
326.ec-gpu-gen v0.5.21.6s0.7s (46%)default
327.trait-set v0.3.01.5s
328.argon2 v0.5.01.5s0.7s (43%)alloc, default, password-hash, rand
329.git-version-macro v0.3.51.5s
330.libp2p-noise v0.42.11.5s0.4s (23%)
331.matrixmultiply v0.3.31.5s0.9s (58%)default, std
332.rand_distr v0.4.31.5s0.3s (21%)alloc, default, std
333.log v0.4.171.5s0.4s (28%)kv_unstable, serde, std, value-bag
334.parking_lot v0.11.21.5s0.8s (51%)default
335.bytes v0.5.61.5s0.5s (31%)default, std
336.fvm-wasm-instrument v0.2.01.5s0.8s (53%)bulk, default, std
337.gc v0.4.11.5s0.3s (22%)derive, gc_derive
338.async-stream-impl v0.3.51.5s
339.indexmap v1.9.31.5s0.2s (14%)
340.prometheus-client v0.19.01.5s0.6s (38%)default
341.socket2 v0.4.91.5s0.6s (39%)all
342.anyhow v1.0.701.5s0.7s (47%)default, std
343.libp2p-mdns v0.43.11.5s0.6s (39%)tokio
344.env_logger v0.8.41.5s0.8s (51%)regex
345.ipnet v2.7.21.5s0.8s (52%)default
346.libsecp256k1 v0.7.1 build script (run)1.5sdefault, hmac, hmac-drbg, sha2, static-context, std, typenum
347.cpp_demangle v0.3.5 build script1.4sdefault, std
348.prometheus-client-derive-encode v0.4.11.4s
349.hashbrown v0.12.31.4s0.1s (6%)raw
350.fvm_sdk v2.2.01.4s0.8s (55%)debug, default, lazy_static
351.data-encoding-macro-internal v0.1.101.4s
352.fvm_ipld_bitfield v0.5.41.4s0.7s (46%)
353.tempfile v3.5.01.4s0.6s (40%)
354.fil_actor_power_v9 v1.0.01.4s0.3s (20%)
355.rustc-demangle v0.1.231.4s0.6s (42%)
356.tracing-appender v0.2.21.4s0.9s (61%)
357.hdrhistogram v7.5.21.4s0.4s (30%)base64, flate2, nom, serialization
358.target-lexicon v0.12.7 build script1.4s
359.fil_actor_power_v8 v1.0.01.4s0.2s (14%)
360.crossbeam-epoch v0.9.141.4s0.5s (37%)alloc, std
361.forest-daemon v0.8.21.4s0.2s (11%)default, forest_fil_cns, jemalloc, paritydb
362.serde v1.0.160 build script1.4salloc, default, derive, serde_derive, std
363.rust-ini v0.18.01.4s0.7s (50%)default
364.wasm-bindgen-macro v0.2.841.4sspans
365.base64 v0.13.11.4s0.3s (24%)alloc, default, std
366.num-integer v0.1.451.4s0.4s (29%)default, i128, std
367.strsim v0.10.01.4s1.0s (70%)
368.semver v1.0.171.4s0.5s (39%)default, std
369.multistream-select v0.12.11.4s0.4s (31%)
370.byteorder v1.4.31.4s0.2s (16%)default, i128, std
371.autocfg v1.1.01.4s0.9s (66%)
372.futures-executor v0.3.281.4s0.8s (57%)num_cpus, std, thread-pool
373.sha2 v0.10.61.4s0.5s (35%)default, std
374.slotmap v1.0.61.4s0.1s (6%)default, std
375.forest_fil_cns v0.8.21.4s0.1s (8%)default
376.fil_actor_interface v1.0.01.4s0.3s (19%)
377.fil_actor_reward_v11 v1.0.01.4s0.4s (27%)
378.unicode-general-category v0.6.01.3s0.1s (7%)
379.proc-macro-error-attr v1.0.41.3s
380.futures-timer v3.0.21.3s0.8s (59%)gloo-timers, send_wrapper, wasm-bindgen
381.loki-api v0.1.11.3s0.4s (27%)
382.bincode v1.3.31.3s0.2s (14%)
383.forest_interpreter v0.8.21.3s0.1s (7%)
384.simple_asn1 v0.6.21.3s0.6s (48%)
385.snap v1.1.01.3s0.5s (41%)
386.serde_path_to_error v0.1.111.3s0.2s (18%)
387.blake2 v0.10.61.3s0.6s (44%)default, std
388.walkdir v2.3.31.3s0.6s (50%)
389.enum-as-inner v0.5.11.3s
390.flume v0.10.141.3s0.3s (25%)async, default, eventual-fairness, futures-core, futures-sink, nanorand, pin-project, select
391.minstant v0.1.21.3s0.7s (57%)
392.proc-macro-error v1.0.41.3s0.6s (46%)default, syn, syn-error
393.rand_chacha v0.2.21.3s0.7s (58%)std
394.cranelift-codegen v0.89.2 build script1.3sdefault, gimli, std, unwind
395.version_check v0.9.41.3s0.8s (63%)
396.fil_actor_reward_v10 v1.0.01.3s0.3s (27%)
397.forest_deleg_cns v0.8.21.3s0.1s (5%)
398.convert_case v0.4.01.3s0.7s (57%)
399.zstd-sys v2.0.8+zstd.1.5.5 build script1.3sstd
400.libp2p-ping v0.42.01.3s0.6s (47%)
401.httparse v1.8.0 build script1.3sdefault, std
402.forest_metrics v0.8.21.2s0.1s (9%)
403.forest_libp2p_bitswap v0.8.2 build script1.2sdefault, tokio
404.cbor4ii v0.2.141.2s0.2s (13%)serde, use_alloc, use_std
405.tracing-log v0.1.31.2s0.7s (53%)default, log-tracer, std, trace-logger
406.password-hash v0.5.01.2s0.6s (45%)default, rand_core
407.sha2 v0.10.61.2s0.4s (33%)compress, default, std
408.rustix v0.37.15 build script1.2sdefault, fs, io-lifetimes, libc, std, termios, use-libc-auxv
409.forest_rpc-api v0.8.21.2s0.1s (8%)
410.crossbeam-queue v0.3.8 build script1.2salloc, std
411.fil_actor_market_v9 v1.0.01.2s0.1s (12%)
412.nalgebra-macros v0.1.01.2s
413.value-bag v1.0.0-alpha.9 build script1.2s
414.wasm-timer v0.2.51.2s0.7s (54%)
415.crunchy v0.2.2 build script1.2sdefault, limit_128, std
416.convert_case v0.6.01.2s0.6s (48%)
417.num-integer v0.1.451.2s0.3s (27%)default, i128, std
418.rustix v0.37.15 build script1.2sdefault, fs, io-lifetimes, libc, std, use-libc-auxv
419.diff v0.1.131.2s0.7s (62%)
420.unicode-general-category v0.6.0 build script1.2s
421.gc_derive v0.4.11.2s
422.blocking v1.3.11.2s0.5s (45%)
423.async-recursion v1.0.41.2s
424.unicode-segmentation v1.10.11.2s0.3s (26%)
425.num_cpus v1.15.01.2s0.7s (61%)
426.libp2p-websocket v0.41.01.2s0.2s (19%)
427.parking_lot_core v0.9.71.2s0.6s (48%)
428.fallible-iterator v0.2.01.2s0.1s (7%)std
429.yastl v0.1.21.2s0.8s (65%)
430.libp2p-tcp v0.39.01.2s0.5s (43%)tokio
431.fvm_ipld_hamt v0.6.11.2s0.3s (26%)
432.cbor4ii v0.2.141.2s0.1s (11%)serde, use_alloc, use_std
433.time v0.1.451.2s0.4s (34%)
434.protobuf v3.2.0 build script1.2sdefault
435.libp2p-wasm-ext v0.39.01.2s0.5s (46%)websocket
436.fvm_ipld_hamt v0.5.11.2s0.3s (23%)
437.libipld v0.14.01.2s0.3s (27%)dag-cbor, dag-json, derive, libipld-cbor, libipld-cbor-derive, libipld-json, serde-codec
438.sha3 v0.10.71.2s0.5s (40%)
439.crossbeam-epoch v0.9.14 build script1.2salloc, std
440.webpki v0.22.01.2s0.4s (38%)alloc, std
441.fvm_actor_utils v3.0.01.2s0.3s (30%)
442.jobserver v0.1.261.2s0.7s (57%)
443.num-bigint v0.4.3 build script1.2sdefault, quickcheck, serde, std
444.futures-util v0.3.28 build script1.2salloc, async-await, async-await-macro, bilock, channel, default, futures-channel, futures-io, futures-macro, futures-sink, io, memchr, sink, slab, std, unstable
445.fil_actor_reward_v9 v1.0.01.1s0.3s (25%)
446.poly1305 v0.8.01.1s0.5s (42%)
447.execute-command-macro-impl v0.1.91.1s
448.minimal-lexical v0.2.11.1s0.3s (30%)std
449.futures-channel v0.3.281.1s0.3s (23%)alloc, default, futures-sink, sink, std, unstable
450.fil_actor_market_v8 v1.0.01.1s0.2s (16%)
451.fvm_sdk v2.2.01.1s0.3s (28%)debug, default, lazy_static
452.anyhow v1.0.70 build script1.1sdefault, std
453.fil_actors_runtime_v8 v1.0.01.1s0.2s (21%)default
454.tikv-jemalloc-sys v0.5.3+5.3.0-patched build script1.1sbackground_threads_runtime_support
455.const-str v0.5.41.1s0.3s (26%)default
456.base64 v0.21.01.1s0.4s (33%)default, std
457.darling_macro v0.14.41.1s
458.async-lock v2.7.01.1s0.3s (29%)
459.fil_actor_multisig_v10 v1.0.01.1s0.2s (16%)
460.futures-channel v0.3.28 build script1.1salloc, default, futures-sink, sink, std, unstable
461.threadpool v1.8.11.1s0.6s (56%)
462.fil_actor_reward_v8 v1.0.01.1s0.2s (20%)
463.nanorand v0.7.01.1s0.4s (37%)alloc, chacha, default, getrandom, pcg64, std, tls, wyrand
464.paste v1.0.12 build script1.1s
465.libc v0.2.142 build script1.1sdefault, extra_traits, std
466.tokio-stream v0.1.141.1s0.2s (15%)default, time
467.slice-group-by v0.3.01.1s0.2s (16%)default, std
468.blake3 v1.3.3 build script1.1s
469.semver v1.0.17 build script1.1sdefault, std
470.rustversion v1.0.12 build script1.1s
471.proc-macro2 v1.0.56 build script1.1sdefault, proc-macro, span-locations
472.keccak v0.1.31.1s0.6s (59%)
473.darling_macro v0.20.01.1s
474.group v0.12.11.1s0.1s (12%)alloc, default, rand, rand_xorshift, tests
475.fil_actor_multisig_v9 v1.0.01.1s0.3s (28%)
476.httparse v1.8.01.1s0.3s (33%)default, std
477.wasm-bindgen-shared v0.2.84 build script1.0s
478.sha2-asm v0.6.2 build script1.0s
479.forest_test_utils v0.8.21.0s0.1s (10%)
480.prost v0.11.91.0s0.2s (18%)default, prost-derive, std
481.cranelift-entity v0.89.21.0s0.1s (9%)enable-serde, serde
482.hex-literal v0.3.41.0s
483.sha3 v0.10.71.0s0.3s (31%)
484.strfmt v0.2.41.0s0.4s (42%)
485.quote v1.0.261.0s0.4s (41%)default, proc-macro
486.fvm_ipld_amt v0.4.21.0s0.3s (28%)ahash, go-interop
487.ahash v0.7.61.0s0.3s (28%)default, std
488.derive_builder_macro v0.11.21.0s
489.fil_actor_evm_v10 v1.0.01.0s0.2s (17%)
490.protobuf v2.28.0 build script1.0s
491.signal-hook-registry v1.4.11.0s0.6s (58%)
492.async-trait v0.1.68 build script1.0s
493.lock_api v0.4.9 build script1.0s
494.futures-task v0.3.28 build script1.0salloc, std, unstable
495.async-executor v1.5.11.0s0.6s (54%)
496.rustix v0.36.13 build script1.0sdefault, fs, io-lifetimes, libc, param, process, std, thread, use-libc-auxv
497.proc-macro-crate v1.1.31.0s0.6s (63%)
498.forest_rpc-client v0.8.21.0s0.1s (8%)
499.num-bigint v0.4.3 build script (run)1.0sdefault, quickcheck, serde, std
500.serde_derive v1.0.160 build script1.0sdefault
501.cipher v0.4.41.0s0.1s (7%)alloc, block-padding, std, zeroize
502.io-lifetimes v1.0.10 build script1.0sclose, default, hermit-abi, libc, windows-sys
503.io-lifetimes v1.0.10 build script1.0sclose, hermit-abi, libc, windows-sys
504.fil_actor_evm_v11 v1.0.01.0s0.1s (13%)
505.fvm_ipld_amt v0.5.11.0s0.2s (21%)go-interop
506.slab v0.4.8 build script1.0sdefault, std
507.rust_decimal v1.29.1 build script1.0s
508.generic-array v0.14.7 build script1.0smore_lengths
509.addr2line v0.19.01.0s0.2s (24%)
510.crunchy v0.2.2 build script1.0sdefault, limit_128
511.libp2p-request-response v0.24.01.0s0.2s (21%)
512.mime v0.3.171.0s0.4s (45%)
513.rustix v0.35.13 build script1.0sdefault, io-lifetimes, libc, mm, process, std, use-libc-auxv
514.yastl v0.1.21.0s0.5s (53%)
515.serde_json v1.0.96 build script1.0sdefault, float_roundtrip, raw_value, std
516.async-task v4.4.01.0s0.3s (34%)default, std
517.pbr v1.1.11.0s0.6s (59%)
518.num-bigint v0.4.3 build script (run)1.0sdefault, std
519.multihash v0.17.01.0s0.4s (38%)alloc, derive, digest, identity, multihash-derive, multihash-impl, sha-2, sha2, std
520.rand_core v0.6.41.0s0.3s (36%)alloc, getrandom, std
521.resolv-conf v0.7.01.0s0.4s (43%)hostname, system
522.syn v1.0.109 build script1.0sclone-impls, default, derive, extra-traits, full, parsing, printing, proc-macro, quote, visit, visit-mut
523.lz4-sys v1.9.4 build script1.0s
524.nu-ansi-term v0.46.01.0s0.4s (44%)
525.fvm_ipld_blockstore v0.1.11.0s0.5s (58%)default
526.parking_lot_core v0.8.6 build script0.9s
527.snap v1.1.0 build script0.9s
528.if-watch v3.0.10.9stokio
529.libipld-cbor v0.14.00.9s0.1s (15%)
530.log v0.4.17 build script0.9s
531.base64ct v1.6.00.9s0.2s (22%)
532.libm v0.2.6 build script0.9sdefault
533.fvm_ipld_blockstore v0.1.10.9s0.5s (55%)default
534.quote v1.0.26 build script0.9sdefault, proc-macro
535.wasm-bindgen-futures v0.4.340.9s0.4s (40%)
536.rust_decimal_macros v1.29.10.9sdefault
537.log v0.4.17 build script0.9skv_unstable, serde, std, value-bag
538.target-lexicon v0.12.70.9s0.3s (35%)
539.thiserror v1.0.40 build script0.9s
540.crc32fast v1.3.2 build script0.9sdefault, std
541.frc42_macros v1.0.00.9s
542.tempfile v3.5.00.9s0.4s (49%)
543.radix_trie v0.2.10.9s0.3s (28%)
544.quick-protobuf v0.8.10.9s0.3s (36%)default, std
545.memchr v2.5.0 build script0.9sdefault, std
546.serde-xml-rs v0.5.10.9s0.2s (18%)
547.colored v2.0.00.9s0.4s (47%)
548.rust_decimal v1.29.1 build script0.9sdefault, serde, std
549.futures-core v0.3.28 build script0.9salloc, default, std, unstable
550.positioned-io v0.3.10.9s0.3s (32%)byteorder, default
551.blst v0.3.10 build script0.9sdefault
552.fil_actors_runtime_v11 v1.0.0 build script0.9s
553.dirs-sys v0.3.70.9s0.5s (57%)
554.addr2line v0.17.00.9s0.2s (23%)
555.libp2p-identity v0.1.10.9s0.3s (39%)bs58, ed25519, ed25519-dalek, multiaddr, multihash, peerid, prost, rand, thiserror, zeroize
556.tokio v1.28.0 build script0.9sbytes, default, fs, io-std, io-util, libc, macros, mio, net, num_cpus, rt, rt-multi-thread, signal, signal-hook-registry, socket2, sync, time, tokio-macros, tracing
557.group v0.12.10.9s0.1s (14%)alloc, default, rand, rand_xorshift, tests
558.futures-task v0.3.280.9s0.3s (36%)alloc, std, unstable
559.rustc_version v0.4.00.9s0.5s (59%)
560.arrayvec v0.5.20.9s0.0s (5%)
561.crossbeam-utils v0.8.15 build script0.9sdefault, std
562.ahash v0.7.6 build script0.9sdefault, std
563.derive_builder_macro v0.12.00.9s
564.hex v0.4.30.9s0.2s (22%)alloc, default, std
565.io-lifetimes v0.7.5 build script0.9s
566.parking_lot_core v0.9.7 build script0.9s
567.const_format v0.2.300.9s0.4s (47%)default
568.getrandom v0.1.16 build script0.9sstd
569.cranelift-isle v0.89.2 build script0.9sdefault
570.fil_actor_datacap_v10 v1.0.00.9s0.1s (7%)
571.either v1.8.10.9s0.2s (19%)default, use_std
572.radium v0.7.0 build script0.9s
573.backtrace v0.3.67 build script0.8sdefault, std
574.smartstring v0.2.100.8s0.3s (33%)default, std
575.matchit v0.7.00.8s0.3s (36%)default
576.anyhow v1.0.70 build script0.8sbacktrace, default, std
577.psm v0.1.21 build script0.8s
578.cranelift-bforest v0.89.20.8s0.1s (6%)
579.dlv-list v0.3.00.8s0.3s (38%)
580.iana-time-zone v0.1.560.8s0.5s (57%)fallback
581.flume v0.10.140.8s0.1s (17%)
582.serde v1.0.160 build script0.8salloc, default, derive, rc, serde_derive, std
583.serde_ipld_dagcbor v0.2.20.8s0.0s (6%)default, std
584.dirs-sys-next v0.1.20.8s0.4s (53%)
585.httpdate v1.0.20.8s0.3s (40%)
586.wasmtime-runtime v2.0.2 build script0.8smemfd, memory-init-cow, pooling-allocator
587.fil_actor_datacap_v11 v1.0.00.8s0.1s (8%)
588.fil_actor_account_v10 v1.0.00.8s0.1s (7%)
589.arrayvec v0.7.20.8s0.1s (11%)default, std
590.byte-slice-cast v1.2.20.8s0.1s (17%)default, std
591.proc-macro-error-attr v1.0.4 build script0.8s
592.fastrand v1.9.00.8s0.3s (35%)
593.pem v1.1.10.8s0.4s (51%)
594.fvm_ipld_car v0.6.00.8s0.2s (24%)
595.proc-macro-hack v0.5.20+deprecated build script0.8s
596.fil_actor_init_v10 v1.0.00.8s0.1s (10%)
597.num-bigint v0.4.3 build script0.8sdefault, std
598.serde_json v1.0.96 build script0.8sdefault, std
599.proc-macro-error v1.0.4 build script0.8sdefault, syn, syn-error
600.parking_lot_core v0.8.60.8s0.3s (37%)
601.once_cell v1.17.10.8s0.2s (28%)alloc, default, race, std, unstable
602.value-bag v1.0.0-alpha.90.8s0.2s (27%)
603.boa_interner v0.16.00.8s0.4s (52%)
604.netlink-packet-utils v0.5.20.8s0.3s (43%)
605.memmap2 v0.5.100.8s0.3s (36%)
606.unsigned-varint v0.7.10.8s0.2s (22%)asynchronous-codec, asynchronous_codec, bytes, futures, futures-io, futures-util, std
607.num-integer v0.1.45 build script0.8sdefault, i128, std
608.fil_actor_init_v11 v1.0.00.8s0.1s (8%)
609.ryu v1.0.130.8s0.4s (46%)
610.integer-encoding v3.0.40.8s0.2s (28%)async-trait, futures-util, futures_async
611.memfd v0.6.30.8s0.4s (55%)
612.ahash v0.8.30.8s0.1s (19%)default, getrandom, runtime-rng, std
613.heck v0.4.10.8s0.4s (49%)default
614.tokio-tungstenite v0.18.00.8s0.1s (10%)connect, default, handshake, stream
615.byteorder v1.4.30.8s0.1s (11%)default, std
616.anstream v0.3.10.8s0.3s (39%)auto, default, wincon
617.ahash v0.8.3 build script0.7sdefault, getrandom, runtime-rng, std
618.spin v0.9.80.7s0.1s (17%)barrier, default, lazy, lock_api, lock_api_crate, mutex, once, rwlock, spin_mutex
619.asynchronous-codec v0.6.10.7s0.2s (30%)default
620.fast-float v0.2.00.7s0.2s (24%)default, std
621.tracing v0.1.370.7s0.3s (37%)attributes, default, log, std, tracing-attributes
622.humantime v2.1.00.7s0.3s (36%)
623.libp2p-dns v0.39.00.7s0.1s (13%)tokio
624.which v4.4.00.7s0.3s (45%)
625.yansi v0.5.10.7s0.3s (36%)
626.sha2raw v9.0.00.7s0.3s (37%)asm, default, sha2-asm
627.fil_actor_account_v11 v1.0.00.7s0.1s (9%)
628.tokio-rustls v0.23.40.7s0.0s (6%)default, logging, tls12
629.fvm_ipld_encoding v0.3.30.7s0.2s (26%)default
630.libsecp256k1 v0.7.1 build script0.7sdefault, hmac, hmac-drbg, sha2, static-context, std, typenum
631.libz-sys v1.1.8 build script0.7s
632.clap_lex v0.4.10.7s0.3s (46%)
633.fvm_ipld_encoding v0.2.30.7s0.2s (29%)default
634.num-traits v0.2.15 build script0.7sdefault, i128, std
635.ordered-multimap v0.4.30.7s0.1s (7%)
636.num-iter v0.1.43 build script0.7si128, std
637.bumpalo v3.12.10.7s0.2s (32%)default
638.hyper-rustls v0.23.20.7s0.2s (34%)default, http1, log, logging, native-tokio, rustls-native-certs, tls12, tokio-runtime
639.raw_sync v0.1.50.7s0.3s (45%)
640.toml_datetime v0.6.10.7s0.3s (37%)serde
641.erased-serde v0.3.25 build script0.7sdefault, std
642.uuid v1.3.10.7s0.2s (28%)default, getrandom, rng, std, v4
643.futures-io v0.3.280.7s0.3s (38%)default, std, unstable
644.ed25519-dalek v1.0.10.7s0.3s (37%)default, rand, serde_crate, std, u64_backend
645.cs_serde_bytes v0.12.20.7s0.3s (41%)default, std
646.unsigned-varint v0.7.10.7s0.2s (28%)std
647.human-repr v1.1.00.7s0.3s (43%)
648.fil_actor_cron_v11 v1.0.00.7s0.1s (11%)
649.fs_extra v1.3.00.7s0.2s (25%)
650.digest v0.10.60.7s0.1s (9%)alloc, block-buffer, core-api, default, mac, std, subtle
651.netlink-sys v0.8.50.7s0.2s (32%)futures, tokio, tokio_socket
652.anstyle v1.0.00.7s0.2s (26%)default, std
653.polling v2.8.00.7s0.3s (40%)default, std
654.fvm_ipld_encoding v0.2.30.7s0.2s (33%)default
655.once_cell v1.17.10.7s0.2s (24%)alloc, default, race, std
656.daemonize-me v2.0.10.7s0.3s (38%)
657.anes v0.1.60.7s0.1s (21%)default
658.xsalsa20poly1305 v0.9.00.7s0.4s (52%)alloc, default, getrandom, rand_core
659.smallvec v1.10.00.7s0.1s (11%)union
660.prometheus v0.13.3 build script0.7sdefault, libc, process, procfs, protobuf
661.wasm-bindgen v0.2.84 build script0.7sdefault, spans, std
662.fil_actor_cron_v10 v1.0.00.7s0.1s (11%)
663.memoffset v0.8.0 build script0.7sdefault
664.num-traits v0.2.15 build script0.7sdefault, i128, libm, std
665.sha2raw v8.0.00.7s0.3s (40%)asm, default, sha2-asm
666.async-compression v0.3.150.7s0.1s (10%)default, futures-io, libzstd, zstd, zstd-safe
667.num-rational v0.4.1 build script (run)0.7sdefault, num-bigint, num-bigint-std, std
668.pretty_assertions v1.3.00.7s0.3s (41%)default, std
669.ec-gpu-gen v0.5.2 build script0.7sdefault
670.zstd v0.11.2+zstd.1.5.20.7s0.1s (14%)
671.percent-encoding v2.2.00.7s0.3s (40%)alloc, default
672.serde_ipld_dagcbor v0.2.20.7s0.1s (9%)default, std
673.form_urlencoded v1.1.00.7s0.3s (40%)
674.thread_local v1.1.70.7s0.2s (34%)
675.getrandom v0.2.90.7s0.3s (41%)js, js-sys, rdrand, std, wasm-bindgen
676.serde_urlencoded v0.7.10.7s0.1s (15%)
677.bs58 v0.4.00.6s0.2s (31%)alloc, default, std
678.digest v0.10.60.6s0.1s (14%)alloc, block-buffer, core-api, default, std
679.num-rational v0.4.1 build script0.6sdefault, num-bigint, num-bigint-std, std
680.memoffset v0.7.1 build script0.6sdefault
681.byte-unit v4.0.190.6s0.2s (26%)alloc, default, serde, std, u128
682.memoffset v0.6.5 build script0.6sdefault
683.unicode-xid v0.2.40.6s0.2s (27%)default
684.fil_actor_init_v9 v1.0.00.6s0.1s (10%)
685.lock_api v0.4.90.6s0.1s (9%)
686.rand_core v0.5.10.6s0.2s (32%)alloc, getrandom, std
687.serde_bytes v0.11.90.6s0.2s (38%)default, std
688.ryu-js v0.2.20.6s0.3s (45%)
689.indexmap v1.9.3 build script0.6s
690.indexmap v1.9.3 build script0.6sserde, serde-1, std
691.cs_serde_bytes v0.12.20.6s0.2s (28%)default, std
692.wasmtime v2.0.2 build script0.6scranelift, memory-init-cow, parallel-compilation, pooling-allocator
693.core2 v0.4.00.6s0.2s (31%)alloc
694.log v0.4.170.6s0.2s (33%)
695.slotmap v1.0.6 build script0.6sdefault, std
696.slab v0.4.80.6s0.0s (6%)default, std
697.execute v0.2.120.6s0.2s (31%)
698.frc42_hasher v1.3.00.6s0.1s (15%)default
699.polling v2.8.0 build script0.6sdefault, std
700.bls-signatures v0.13.00.6s0.2s (30%)blst, blst_lib, blstrs
701.fil_actor_init_v8 v1.0.00.6s0.1s (15%)
702.prometheus-client v0.19.0 build script0.6sdefault
703.gloo-timers v0.2.60.6s0.3s (55%)default, futures, futures-channel, futures-core
704.rayon-core v1.11.0 build script0.6s
705.fr32 v7.0.00.6s0.2s (32%)
706.radium v0.7.00.6s0.1s (10%)
707.futures-core v0.3.280.6s0.2s (28%)alloc, default, std, unstable
708.storage-proofs-porep v14.0.0 build script0.6s
709.arrayvec v0.7.20.6s0.0s (6%)
710.snow v0.9.2 build script0.6sring, ring-resolver
711.rustls-native-certs v0.6.20.6s0.3s (57%)
712.getrandom v0.1.160.6s0.2s (40%)std
713.anstyle-parse v0.2.00.6s0.2s (40%)default, utf8
714.rtoolbox v0.0.10.6s0.3s (44%)
715.procfs v0.14.2 build script0.6s
716.netlink-proto v0.10.00.6s0.1s (9%)tokio_socket
717.rand_core v0.6.40.6s0.2s (28%)
718.fil_actor_account_v9 v1.0.00.6s0.1s (16%)
719.event-listener v2.5.30.6s0.3s (48%)
720.crc32fast v1.3.20.6s0.2s (40%)default, std
721.adler v1.0.20.6s0.2s (35%)
722.cached v0.30.00.6s0.0s (6%)
723.slab v0.4.8 build script (run)0.6sdefault, std
724.fil_actor_system_v11 v1.0.00.6s0.1s (13%)
725.sha-1 v0.9.80.6s0.2s (38%)
726.wasmtime-jit-debug v2.0.20.6s0.3s (58%)gdb_jit_int, once_cell
727.async-fs v1.6.0 build script0.6s
728.fr32 v6.0.00.6s0.2s (32%)
729.rustix v0.37.15 build script (run)0.6sdefault, fs, io-lifetimes, libc, std, termios, use-libc-auxv
730.aws-region v0.25.30.6s0.3s (49%)
731.netlink-packet-core v0.4.20.6s0.2s (37%)
732.zstd-safe v5.0.2+zstd.1.5.2 build script0.6sstd
733.crossbeam-deque v0.8.30.6s0.1s (10%)crossbeam-epoch, crossbeam-utils, default, std
734.serde_spanned v0.6.10.6s0.1s (25%)serde
735.fs2 v0.4.30.6s0.2s (42%)
736.fil_actor_account_v8 v1.0.00.6s0.1s (11%)
737.multibase v0.9.10.6s0.1s (16%)default, std
738.shared_memory v0.12.40.6s0.2s (41%)default
739.bellperson v0.24.1 build script0.6sdefault, groth16
740.execute-command-macro v0.1.80.5s0.1s (19%)
741.memory-stats v1.1.00.5s0.2s (38%)
742.serde_bytes v0.11.90.5s0.2s (30%)default, std
743.zstd-safe v5.0.2+zstd.1.5.20.5s0.1s (23%)std
744.parking v2.1.00.5s0.3s (53%)
745.rustix v0.35.13 build script (run)0.5sdefault, io-lifetimes, libc, mm, process, std, use-libc-auxv
746.wasm-bindgen-shared v0.2.840.5s0.3s (58%)
747.io-lifetimes v0.7.5 build script (run)0.5s
748.rustls v0.20.8 build script0.5sdangerous_configuration, default, log, logging, tls12
749.frc42_dispatch v3.0.00.5s0.1s (12%)default
750.zeroize v1.6.00.5s0.2s (35%)alloc, default, zeroize_derive
751.fil_actor_system_v10 v1.0.00.5s0.1s (12%)
752.libp2p-yamux v0.43.00.5s0.1s (19%)
753.multibase v0.9.10.5s0.1s (17%)std
754.fil_actor_system_v9 v1.0.00.5s0.1s (10%)
755.async-io v1.13.0 build script0.5s
756.io-lifetimes v1.0.10 build script (run)0.5sclose, hermit-abi, libc, windows-sys
757.ed25519 v1.5.30.5s0.2s (35%)std
758.sha1 v0.10.50.5s0.2s (35%)default, std
759.siphasher v0.3.100.5s0.2s (30%)default, std
760.cid v0.8.60.5s0.1s (14%)alloc, default, multibase, serde, serde-codec, serde_bytes, std
761.slotmap v1.0.6 build script (run)0.5sdefault, std
762.io-lifetimes v1.0.10 build script (run)0.5sclose, default, hermit-abi, libc, windows-sys
763.wyz v0.5.10.5s0.0s (8%)
764.directories v4.0.10.5s0.2s (45%)
765.axum v0.6.17 build script0.5sdefault, form, http1, json, matched-path, original-uri, query, tokio, tower-log, ws
766.futures-rustls v0.22.20.5s0.1s (13%)
767.crossbeam-epoch v0.9.14 build script (run)0.5salloc, std
768.neptune v8.0.0 build script0.5sarity11, arity16, arity2, arity24, arity36, arity4, arity8, bls, blstrs, default
769.libp2p v0.51.10.5s0.1s (14%)dns, gossipsub, identify, kad, macros, mdns, metrics, noise, ping, request-response, tcp, tokio, wasm-bindgen, wasm-ext, wasm-ext-websocket, websocket, yamux
770.unicode-general-category v0.6.0 build script (run)0.5s
771.concurrent-queue v2.2.00.5s0.0s (10%)default, std
772.http-body v0.4.50.5s0.1s (16%)
773.async-channel v1.8.00.5s0.1s (14%)
774.axum-core v0.3.4 build script0.5s
775.subtle v2.4.10.5s0.1s (15%)default, i128, std
776.utf-8 v0.7.60.5s0.2s (41%)
777.memoffset v0.8.0 build script (run)0.5sdefault
778.constant_time_eq v0.2.50.5s0.1s (29%)
779.cbc v0.1.20.5s0.0s (6%)alloc, block-padding, default, std
780.shell-words v1.1.00.5s0.2s (37%)default, std
781.bytemuck v1.13.10.5s0.1s (17%)
782.rustls-pemfile v1.0.20.5s0.2s (48%)
783.backoff v0.4.00.5s0.1s (19%)default, futures, futures-core, pin-project-lite, tokio, tokio_1
784.md5 v0.7.00.5s0.2s (32%)default, std
785.rustix v0.37.15 build script (run)0.5sdefault, fs, io-lifetimes, libc, std, use-libc-auxv
786.forest_statediff v0.8.20.5s0.0s (8%)default, paritydb
787.rand_xorshift v0.3.00.5s0.2s (43%)
788.inout v0.1.30.5s0.1s (13%)block-padding, std
789.quicksink v0.1.20.5s0.0s (10%)
790.sct v0.7.00.5s0.2s (39%)
791.rustix v0.36.13 build script (run)0.5sdefault, fs, io-lifetimes, libc, param, process, std, thread, use-libc-auxv
792.rpassword v7.2.00.5s0.3s (56%)
793.proc-macro-error v1.0.4 build script (run)0.4sdefault, syn, syn-error
794.anyhow v1.0.70 build script (run)0.4sdefault, std
795.wildmatch v2.1.10.4s0.2s (44%)
796.cid v0.8.60.4s0.1s (23%)alloc, multibase, serde, serde-codec, serde_bytes, std
797.ident_case v1.0.10.4s0.2s (35%)
798.openssl-probe v0.1.50.4s0.2s (52%)
799.block-padding v0.3.30.4s0.0s (9%)std
800.crossbeam-queue v0.3.80.4s0.0s (8%)alloc, std
801.indexmap v1.9.3 build script (run)0.4s
802.linked-hash-map v0.5.60.4s0.0s (8%)
803.rand_xorshift v0.3.00.4s0.2s (42%)
804.zstd-sys v2.0.8+zstd.1.5.50.4s0.1s (31%)std
805.ff v0.12.10.4s0.0s (9%)alloc, bits, bitvec, default, std
806.hostname v0.3.10.4s0.2s (36%)default
807.dtoa v1.0.60.4s0.1s (22%)
808.phf v0.11.10.4s0.0s (10%)default, macros, phf_macros, std
809.aead v0.5.20.4s0.1s (24%)alloc, getrandom, rand_core
810.same-file v1.0.60.4s0.2s (49%)
811.forest_hash_utils v0.1.00.4s0.1s (27%)
812.lock_api v0.4.9 build script (run)0.4s
813.phf_shared v0.11.10.4s0.1s (18%)std
814.async-stream v0.3.50.4s0.2s (40%)
815.want v0.3.00.4s0.1s (34%)
816.derive_builder v0.11.20.4s0.1s (25%)default, std
817.crypto-common v0.1.60.4s0.1s (13%)getrandom, rand_core, std
818.lru v0.9.00.4s0.0s (11%)default, hashbrown
819.spin v0.5.20.4s0.0s (12%)
820.io-lifetimes v0.7.50.4s0.1s (23%)
821.ff v0.12.10.4s0.0s (9%)alloc, bits, bitvec, default, std
822.leb128 v0.2.50.4s0.1s (24%)
823.rxml_validation v0.8.20.4s0.1s (29%)
824.gethostname v0.4.20.4s0.2s (49%)
825.forest_genesis v0.8.20.4s0.0s (7%)
826.libipld-json v0.14.00.4s0.0s (13%)
827.tokio-io-timeout v1.2.00.4s0.0s (10%)
828.libc v0.2.142 build script (run)0.4sdefault, extra_traits, std
829.nonempty v0.8.10.4s0.0s (7%)
830.atomic-waker v1.1.10.4s0.1s (31%)
831.frc42_hasher v1.3.00.4s0.2s (39%)default, no_sdk
832.generic-array v0.14.7 build script (run)0.4smore_lengths
833.base-x v0.2.110.4s0.0s (10%)
834.block-buffer v0.10.40.4s0.0s (10%)
835.itoa v1.0.60.4s0.0s (13%)
836.scopeguard v1.1.00.4s0.1s (19%)default, use_std
837.libsecp256k1-gen-genmult v0.3.00.4s0.2s (42%)
838.phf_shared v0.11.10.4s0.1s (17%)
839.colorchoice v1.0.00.4s0.1s (28%)
840.untrusted v0.7.10.4s0.1s (26%)
841.pin-project v1.0.120.4s0.1s (15%)
842.anyhow v1.0.70 build script (run)0.4sbacktrace, default, std
843.tracing-serde v0.1.30.4s0.1s (17%)
844.uint v0.9.50.4s0.1s (19%)default, std
845.libsecp256k1-gen-ecmult v0.3.00.4s0.2s (47%)
846.fake-simd v0.1.20.3s0.1s (16%)
847.serde_tuple v0.5.00.3s0.1s (20%)
848.hex_fmt v0.3.00.3s0.1s (26%)
849.lz4 v1.24.00.3s0.1s (27%)
850.async-io v1.13.0 build script (run)0.3s
851.crypto-common v0.1.60.3s0.1s (15%)std
852.send_wrapper v0.4.00.3s0.1s (19%)
853.digest v0.9.00.3s0.0s (15%)alloc, std
854.hyper-timeout v0.4.10.3s0.0s (11%)
855.nibble_vec v0.1.00.3s0.0s (9%)
856.endian-type v0.1.20.3s0.0s (12%)
857.matchers v0.1.00.3s0.1s (16%)
858.salsa20 v0.10.20.3s0.0s (14%)zeroize
859.num-iter v0.1.43 build script (run)0.3si128, std
860.hmac v0.8.10.3s0.0s (14%)
861.serde-big-array v0.3.30.3s0.0s (10%)const-generics
862.libz-sys v1.1.80.3s0.1s (20%)
863.tower-layer v0.3.20.3s0.0s (9%)
864.cranelift-native v0.89.20.3s0.1s (25%)default, std
865.hmac-drbg v0.3.00.3s0.0s (10%)
866.signature v1.6.40.3s0.1s (29%)std
867.block-buffer v0.9.00.3s0.0s (9%)
868.constant_time_eq v0.1.50.3s0.1s (20%)
869.memoffset v0.6.5 build script (run)0.3sdefault
870.serde_tuple v0.5.00.3s0.0s (10%)
871.fdlimit v0.2.10.3s0.1s (42%)
872.dyn-clone v1.0.110.3s0.1s (31%)
873.fxhash v0.2.10.3s0.1s (21%)
874.time-core v0.1.00.3s0.1s (28%)
875.fd-lock v3.0.120.3s0.0s (11%)
876.arrayref v0.3.70.3s0.0s (16%)
877.io-lifetimes v1.0.100.3s0.0s (11%)close, default, hermit-abi, libc, windows-sys
878.crypto-mac v0.8.00.3s0.0s (16%)
879.nohash-hasher v0.2.00.3s0.0s (7%)default, std
880.rw-stream-sink v0.3.00.3s0.0s (9%)
881.tokio v1.28.0 build script (run)0.3sbytes, default, fs, io-std, io-util, libc, macros, mio, net, num_cpus, rt, rt-multi-thread, signal, signal-hook-registry, socket2, sync, time, tokio-macros, tracing
882.approx v0.5.10.3s0.0s (9%)default, std
883.extensions v0.2.00.3s0.1s (18%)
884.instant v0.1.120.3s0.1s (24%)js-sys, wasm-bindgen, wasm-bindgen_rs, web-sys
885.memoffset v0.7.1 build script (run)0.3sdefault
886.crunchy v0.2.20.3s0.1s (19%)default, limit_128, std
887.pin-utils v0.1.00.3s0.1s (20%)
888.unicode-width v0.1.100.3s0.1s (24%)default
889.digest v0.9.00.3s0.0s (12%)
890.hmac v0.12.10.3s0.0s (11%)
891.pairing v0.22.00.3s0.1s (23%)
892.async-fs v1.6.0 build script (run)0.3s
893.num-iter v0.1.430.3s0.0s (12%)i128, std
894.rustc-hash v1.1.00.3s0.0s (13%)default, std
895.quick-protobuf-codec v0.1.00.3s0.0s (18%)
896.universal-hash v0.5.00.3s0.0s (12%)
897.phf_generator v0.11.10.3s0.0s (16%)
898.typenum v1.16.0 build script (run)0.3s
899.futures-sink v0.3.280.3s0.0s (13%)alloc, default, std
900.tracing-futures v0.2.50.3s0.0s (11%)default, pin-project, std, std-future
901.ahash v0.8.3 build script (run)0.3sdefault, getrandom, runtime-rng, std
902.x25519-dalek v1.1.10.3s0.1s (19%)default, std, u64_backend
903.polling v2.8.0 build script (run)0.3sdefault, std
904.dirs-next v2.0.00.3s0.1s (23%)
905.pairing v0.22.00.3s0.0s (18%)
906.lru-cache v0.1.20.3s0.0s (15%)
907.ec-gpu v0.2.00.3s0.1s (20%)
908.cranelift-codegen-shared v0.89.20.3s0.1s (30%)
909.io-lifetimes v1.0.100.3s0.0s (10%)close, hermit-abi, libc, windows-sys
910.thiserror v1.0.40 build script (run)0.3s
911.dirs v4.0.00.3s0.1s (34%)
912.tap v1.0.10.3s0.0s (13%)
913.kv-log-macro v1.0.70.3s0.1s (21%)
914.replace_with v0.1.70.3s0.1s (25%)default, std
915.fnv v1.0.70.3s0.0s (17%)default, std
916.futures v0.3.280.3s0.1s (35%)alloc, async-await, bilock, default, executor, futures-executor, std, thread-pool, unstable
917.void v1.0.20.3s0.0s (19%)default, std
918.try-lock v0.2.40.2s0.0s (11%)
919.execute-command-tokens v0.1.60.2s0.1s (29%)
920.pathdiff v0.2.10.2s0.0s (14%)
921.pin-project-lite v0.2.90.2s0.1s (21%)
922.data-encoding-macro v0.1.120.2s0.0s (12%)
923.derive_builder v0.12.00.2s0.1s (22%)default, std
924.sync_wrapper v0.1.20.2s0.0s (9%)
925.opaque-debug v0.3.00.2s0.1s (35%)
926.value-bag v1.0.0-alpha.9 build script (run)0.2s
927.memoffset v0.8.00.2s0.0s (20%)default
928.unicode-ident v1.0.80.2s0.1s (26%)
929.serde-big-array v0.3.30.2s0.0s (17%)const-generics
930.utf8parse v0.2.10.2s0.1s (23%)default
931.syn v1.0.109 build script (run)0.2sclone-impls, default, derive, extra-traits, full, parsing, printing, proc-macro, quote, visit, visit-mut
932.utf8-width v0.1.60.2s0.0s (16%)
933.lazy_static v1.4.00.2s0.0s (17%)
934.pin-project-lite v0.1.120.2s0.1s (25%)
935.rawpointer v0.2.10.2s0.1s (32%)
936.thiserror v1.0.400.2s0.0s (16%)
937.boa_unicode v0.16.00.2s0.0s (21%)
938.tinyvec_macros v0.1.10.2s0.1s (27%)
939.clap v4.2.50.2s0.0s (11%)color, default, derive, error-context, help, std, suggestions, usage
940.waker-fn v1.1.00.2s0.0s (19%)
941.webpki-roots v0.22.60.2s0.0s (12%)
942.bitflags v1.3.20.2s0.0s (15%)default
943.crossbeam v0.8.20.2s0.0s (11%)alloc, crossbeam-channel, crossbeam-deque, crossbeam-epoch, crossbeam-queue, default, std
944.git-version v0.3.50.2s0.0s (10%)
945.quote v1.0.26 build script (run)0.2sdefault, proc-macro
946.psm v0.1.210.2s0.0s (15%)
947.libipld-macro v0.14.00.2s0.0s (14%)
948.tower-service v0.3.20.2s0.0s (12%)
949.serde v1.0.160 build script (run)0.2salloc, default, derive, rc, serde_derive, std
950.parity-send-wrapper v0.1.00.2s0.0s (11%)
951.quick-error v1.2.30.2s0.0s (15%)
952.ticker v0.1.10.2s0.0s (19%)
953.boa_profiler v0.16.00.2s0.0s (14%)
954.crunchy v0.2.20.2s0.0s (20%)default, limit_128
955.serde v1.0.160 build script (run)0.2salloc, default, derive, serde_derive, std
956.proc-macro2 v1.0.56 build script (run)0.2sdefault, proc-macro, span-locations
957.wasmtime-asm-macros v2.0.20.2s0.0s (18%)
958.semver v1.0.17 build script (run)0.2sdefault, std
959.serde_derive v1.0.160 build script (run)0.2sdefault
960.cpufeatures v0.2.70.2s0.0s (12%)
961.sha2-asm v0.6.20.2s0.0s (17%)
962.cfg-if v0.1.100.2s0.0s (16%)
963.lz4-sys v1.9.40.2s0.0s (23%)
964.is-terminal v0.4.70.2s0.0s (22%)
965.atty v0.2.140.2s0.0s (15%)
966.anstyle-query v1.0.00.2s0.0s (14%)
967.memoffset v0.7.10.2s0.0s (11%)default
968.memoffset v0.6.50.2s0.0s (17%)default
969.stable_deref_trait v1.2.00.2s0.0s (14%)alloc, std
970.boa_gc v0.16.00.2s0.0s (9%)
971.rustversion v1.0.12 build script (run)0.2s
972.serialization_tests v0.8.20.2s0.0s (16%)
973.darling v0.20.00.2s0.0s (16%)default, suggestions
974.overload v0.1.10.2s0.0s (14%)
975.cfg-if v1.0.00.2s0.0s (19%)
976.num v0.4.00.2s0.0s (17%)default, num-bigint, std
977.matches v0.1.100.2s0.0s (17%)
978.target-lexicon v0.12.7 build script (run)0.2s
979.static_assertions v1.1.00.2s0.0s (8%)
980.async-trait v0.1.68 build script (run)0.2s
981.darling v0.14.40.2s0.0s (11%)default, suggestions
982.proc-macro-error-attr v1.0.4 build script (run)0.2s
983.match_cfg v0.1.00.2s0.0s (13%)default, use_core
984.ahash v0.7.6 build script (run)0.2sdefault, std
985.serde_json v1.0.96 build script (run)0.2sdefault, std
986.proc-macro-hack v0.5.20+deprecated build script (run)0.2s
987.paste v1.0.12 build script (run)0.2s
988.crc32fast v1.3.2 build script (run)0.2sdefault, std
989.snow v0.9.2 build script (run)0.1sring, ring-resolver
990.serde_json v1.0.96 build script (run)0.1sdefault, float_roundtrip, raw_value, std
991.protobuf v3.2.0 build script (run)0.1sdefault
992.protobuf v2.28.0 build script (run)0.1s
993.fil_actor_interface v1.0.0 build script (run)0.1s
994.erased-serde v0.3.25 build script (run)0.1sdefault, std
995.forest_rpc-api v0.8.2 build script (run)0.1s
996.tikv-jemalloc-sys v0.5.3+5.3.0-patched0.1s0.0s (44%)background_threads_runtime_support
997.tikv-jemallocator v0.5.00.1s0.0s (14%)background_threads_runtime_support, default
998.futures-util v0.3.28 build script (run)0.1salloc, async-await, async-await-macro, bilock, channel, default, futures-channel, futures-io, futures-macro, futures-sink, io, memchr, sink, slab, std, unstable
999.backtrace v0.3.67 build script (run)0.1sdefault, std
1000.futures-task v0.3.28 build script (run)0.1salloc, std, unstable
1001.log v0.4.17 build script (run)0.1skv_unstable, serde, std, value-bag
1002.bellperson v0.24.1 build script (run)0.0sdefault, groth16
1003.num-integer v0.1.45 build script (run)0.0sdefault, i128, std
1004.ec-gpu-gen v0.5.2 build script (run)0.0sdefault
1005.libz-sys v1.1.8 build script (run)0.0s
1006.rayon-core v1.11.0 build script (run)0.0s
1007.cranelift-isle v0.89.2 build script (run)0.0sdefault
1008.parking_lot_core v0.9.7 build script (run)0.0s
1009.forest_libp2p_bitswap v0.8.2 build script (run)0.0sdefault, tokio
1010.futures-core v0.3.28 build script (run)0.0salloc, default, std, unstable
1011.libm v0.2.6 build script (run)0.0sdefault
1012.log v0.4.17 build script (run)0.0s
1013.memchr v2.5.0 build script (run)0.0sdefault, std
1014.crossbeam-queue v0.3.8 build script (run)0.0salloc, std
1015.crossbeam-utils v0.8.15 build script (run)0.0sdefault, std
1016.wasm-bindgen-shared v0.2.84 build script (run)0.0s
1017.rustls v0.20.8 build script (run)0.0sdangerous_configuration, default, log, logging, tls12
1018.futures-channel v0.3.28 build script (run)0.0salloc, default, futures-sink, sink, std, unstable
1019.wasmtime v2.0.2 build script (run)0.0scranelift, memory-init-cow, parallel-compilation, pooling-allocator
1020.radium v0.7.0 build script (run)0.0s
1021.rust_decimal v1.29.1 build script (run)0.0sdefault, serde, std
1022.prometheus v0.13.3 build script (run)0.0sdefault, libc, process, procfs, protobuf
1023.wasm-bindgen v0.2.84 build script (run)0.0sdefault, spans, std
1024.cpp_demangle v0.3.5 build script (run)0.0sdefault, std
1025.neptune v8.0.0 build script (run)0.0sarity11, arity16, arity2, arity24, arity36, arity4, arity8, bls, blstrs, default
1026.httparse v1.8.0 build script (run)0.0sdefault, std
1027.rust_decimal v1.29.1 build script (run)0.0s
1028.crunchy v0.2.2 build script (run)0.0sdefault, limit_128, std
1029.crunchy v0.2.2 build script (run)0.0sdefault, limit_128
1030.indexmap v1.9.3 build script (run)0.0sserde, serde-1, std
1031.snap v1.1.0 build script (run)0.0s
1032.parking_lot_core v0.8.6 build script (run)0.0s
1033.procfs v0.14.2 build script (run)0.0s
1034.storage-proofs-porep v14.0.0 build script (run)0.0s
1035.zstd-safe v5.0.2+zstd.1.5.2 build script (run)0.0sstd
1036.fil_actors_runtime_v11 v1.0.0 build script (run)0.0s
1037.axum-core v0.3.4 build script (run)0.0s
1038.getrandom v0.1.16 build script (run)0.0sstd
1039.axum v0.6.17 build script (run)0.0sdefault, form, http1, json, matched-path, original-uri, query, tokio, tower-log, ws
1040.prometheus-client v0.19.0 build script (run)0.0sdefault
+ + + diff --git a/do-link.bash b/do-link.bash new file mode 100755 index 000000000000..3149950cb680 --- /dev/null +++ b/do-link.bash @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +CARGO=/home/aatif/.rustup/toolchains/nightly-2023-04-19-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=forest-cli CARGO_CRATE_NAME=forest_cli CARGO_MANIFEST_DIR=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/forest/cli CARGO_PKG_AUTHORS='ChainSafe Systems ' CARGO_PKG_DESCRIPTION='Filecoin implementation in Rust. This crate contains all the subcommands except the daemon.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=forest-cli CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/ChainSafe/forest' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps:/home/aatif/.rustup/toolchains/nightly-2023-04-19-x86_64-unknown-linux-gnu/lib:/home/aatif/.rustup/toolchains/nightly-2023-04-19-x86_64-unknown-linux-gnu/lib' rustc --crate-name forest_cli --edition=2021 forest/cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C split-debuginfo=unpacked -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="jemalloc"' --cfg 'feature="paritydb"' -C metadata=f38cd2dd636e20bb -C extra-filename=-f38cd2dd636e20bb --out-dir /home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps -C incremental=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/incremental -L dependency=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps --extern ahash=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libahash-5acb19836b5818ab.rlib --extern anes=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libanes-59dc3796d812182a.rlib --extern anyhow=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libanyhow-5c71b40cc5a4ceab.rlib --extern atty=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libatty-15f16a6b98dcd0f3.rlib --extern base64=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libbase64-605b1b7ddad6d078.rlib --extern boa_engine=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libboa_engine-162eb906b90f12be.rlib --extern cfg_if=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libcfg_if-f0511984e9feefc0.rlib --extern chrono=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libchrono-f84d317aa78aab3c.rlib --extern cid=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libcid-b855f1ab18b98323.rlib --extern clap=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libclap-88db0ab1ce9c78ad.rlib --extern convert_case=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libconvert_case-57403e0a56ee64a2.rlib --extern dialoguer=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libdialoguer-2be5d1e578b98342.rlib --extern directories=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libdirectories-51c08251321239d5.rlib --extern forest_cli=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_cli-a5e0eac6b0825ec7.rlib --extern forest_auth=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_auth-220fbbf4009e172f.rlib --extern forest_blocks=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_blocks-f79aeefdf9323617.rlib --extern forest_chain=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_chain-9fb80d9a86e8d8c6.rlib --extern forest_chain_sync=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_chain_sync-45672e4c9e6bb388.rlib --extern forest_cli_shared=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_cli_shared-656d42b841db833c.rlib --extern forest_db=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_db-c849ac882b9f2c59.rlib --extern forest_genesis=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_genesis-635629683ba8a2dd.rlib --extern forest_ipld=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_ipld-6e6f96fca806ce85.rlib --extern forest_json=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_json-370bce0f7d616339.rlib --extern forest_key_management=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_key_management-fcba8621724a79f8.rlib --extern forest_libp2p=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_libp2p-60831a40de0f5b8b.rlib --extern forest_networks=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_networks-ac815e51c413c1db.rlib --extern forest_paramfetch=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_paramfetch-42cfcb484c9dc0b5.rlib --extern forest_rpc_api=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_rpc_api-9fa04dbe25efa4d2.rlib --extern forest_rpc_client=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_rpc_client-444cfba8be7d4e54.rlib --extern forest_shim=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_shim-d5c1ed84d948093b.rlib --extern forest_utils=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_utils-e03b18d4cba92006.rlib --extern fs_extra=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfs_extra-e15f4d27b2ee4e4a.rlib --extern fvm_ipld_blockstore=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfvm_ipld_blockstore-40b7923283ffc11c.rlib --extern fvm_ipld_encoding=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfvm_ipld_encoding-52709b55fe8a8dab.rlib --extern fvm_shared=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfvm_shared-18e4cacf2faaf62b.rlib --extern hex=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libhex-9f765bb56bbc1675.rlib --extern human_repr=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libhuman_repr-dbb567e78e9f457e.rlib --extern jsonrpc_v2=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libjsonrpc_v2-662d126b7c868988.rlib --extern log=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/liblog-bb40bd51e8a2ac99.rlib --extern multibase=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libmultibase-4e12f6d6bba0f5e1.rlib --extern num=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libnum-108459fc42fa19c2.rlib --extern rpassword=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librpassword-ef4135f7b74d028c.rlib --extern rust_decimal=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librust_decimal-175ef3b078358b1f.rlib --extern rust_decimal_macros=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librust_decimal_macros-f2a249dc3aa30220.so --extern rustyline=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librustyline-423009ec58dac4b6.rlib --extern serde=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libserde-17e2263e72e738f0.rlib --extern serde_json=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libserde_json-7e6a06aa2e9941fb.rlib --extern serde_tuple=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libserde_tuple-87063c99882332f6.rlib --extern strfmt=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libstrfmt-8b84d8f231e2e040.rlib --extern tempfile=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libtempfile-fedcb0fbf43c0cc6.rlib --extern ticker=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libticker-d335d61dcbbffb4f.rlib --extern tokio=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libtokio-71be97ae60c98d16.rlib --extern toml=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libtoml-42ed4d7b2bb6fbf1.rlib -Ctarget-feature=+avx2,+fma -Zshare-generics=y --cfg tokio_unstable -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/blake3-6181abd9fa6981ef/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/blake3-6181abd9fa6981ef/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/blst-3ad3cf121df7ead4/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/sha2-asm-5c1592638600ada4/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/sha2-asm-5c1592638600ada4/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/psm-51fc56b6a2546f7e/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/wasmtime-runtime-e92e2cdd74aa09fc/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/zstd-sys-031fb8d6ff58d88c/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/ring-5ae9421ce2f3cc38/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/lz4-sys-8683c213e11230d3/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/tikv-jemalloc-sys-877a1204dc5ebaac/out/build/lib "$@" diff --git a/touch-forest-cli-src-main.rs-and-and-cargo-build--vv.output b/touch-forest-cli-src-main.rs-and-and-cargo-build--vv.output new file mode 100644 index 000000000000..316b03022240 --- /dev/null +++ b/touch-forest-cli-src-main.rs-and-and-cargo-build--vv.output @@ -0,0 +1,761 @@ + Fresh unicode-ident v1.0.8 + Fresh cfg-if v1.0.0 + Fresh version_check v0.9.4 + Fresh autocfg v1.1.0 + Fresh subtle v2.4.1 + Fresh proc-macro2 v1.0.56 + Fresh futures-sink v0.3.28 + Fresh pin-project-lite v0.2.9 + Fresh cpufeatures v0.2.7 + Fresh quote v1.0.26 + Fresh libc v0.2.142 + Fresh memchr v2.5.0 + Fresh typenum v1.16.0 + Fresh futures-io v0.3.28 + Fresh bytes v1.4.0 + Fresh scopeguard v1.1.0 + Fresh arrayref v0.3.7 + Fresh ppv-lite86 v0.2.17 + Fresh syn v2.0.15 + Fresh syn v1.0.109 + Fresh getrandom v0.2.9 + Fresh jobserver v0.1.26 + Fresh generic-array v0.14.7 + Fresh futures-core v0.3.28 + Fresh num_cpus v1.15.0 + Fresh pin-utils v0.1.0 + Fresh either v1.8.1 + Fresh bitflags v1.3.2 + Fresh unicode-xid v0.2.4 + Fresh serde_derive v1.0.160 + Fresh cc v1.0.79 + Fresh thiserror-impl v1.0.40 + Fresh ctor v0.1.26 + Fresh block-buffer v0.10.4 + Fresh slab v0.4.8 + Fresh futures-channel v0.3.28 + Fresh futures-macro v0.3.28 + Fresh adler v1.0.2 + Fresh synstructure v0.12.6 + Fresh zeroize_derive v1.4.2 + Fresh constant_time_eq v0.2.5 + Fresh thiserror v1.0.40 + Fresh value-bag v1.0.0-alpha.9 + Fresh serde v1.0.160 + Fresh rand_chacha v0.3.1 + Fresh futures-task v0.3.28 + Fresh miniz_oxide v0.6.2 + Fresh zeroize v1.6.0 + Fresh data-encoding v2.3.3 + Fresh gimli v0.27.2 + Fresh futures-util v0.3.28 + Fresh lock_api v0.4.9 + Fresh addr2line v0.19.0 + Fresh object v0.30.3 + Fresh itoa v1.0.6 + Fresh rustc-demangle v0.1.23 + Fresh data-encoding-macro-internal v0.1.10 + Fresh log v0.4.17 + Fresh proc-macro-crate v1.1.3 + Fresh proc-macro-error-attr v1.0.4 + Fresh backtrace v0.3.67 + Fresh core2 v0.4.0 + Fresh static_assertions v1.1.0 + Fresh once_cell v1.17.1 + Fresh data-encoding-macro v0.1.12 + Fresh base-x v0.2.11 + Fresh pin-project-internal v1.0.12 + Fresh lazy_static v1.4.0 + Fresh asynchronous-codec v0.6.1 + Fresh proc-macro-error v1.0.4 + Fresh pin-project v1.0.12 + Fresh linux-raw-sys v0.3.5 + Fresh tap v1.0.1 + Fresh blake2s_simd v1.0.1 + Fresh opaque-debug v0.3.0 + Fresh ryu v1.0.13 + Fresh funty v2.0.0 + Fresh multihash-derive v0.8.1 + Fresh crossbeam-utils v0.8.15 + Fresh wyz v0.5.1 + Fresh crypto-common v0.1.6 + Fresh aho-corasick v1.0.1 + Fresh keccak v0.1.3 + Fresh regex-syntax v0.7.1 + Fresh rand_core v0.6.4 + Fresh arrayvec v0.7.2 + Fresh fastrand v1.9.0 + Fresh hex v0.4.3 + Fresh radium v0.7.0 + Fresh digest v0.10.6 + Fresh regex v1.8.1 + Fresh rand v0.8.5 + Fresh blake2b_simd v1.0.1 + Fresh crossbeam-channel v0.5.8 + Fresh spin v0.9.8 + Fresh bitvec v1.0.1 + Fresh async-trait v0.1.68 + Fresh sha2 v0.10.6 + Fresh rustversion v1.0.12 + Fresh ec-gpu v0.2.0 + Fresh threadpool v1.8.1 + Fresh block-buffer v0.9.0 + Fresh libm v0.2.6 + Fresh memoffset v0.8.0 + Fresh byte-slice-cast v1.2.2 + Fresh ff v0.12.1 + Fresh rand_xorshift v0.3.0 + Fresh execute-command-tokens v0.1.6 + Fresh sha2 v0.9.9 + Fresh nanorand v0.7.0 + Fresh crossbeam-epoch v0.9.14 + Fresh blst v0.3.10 + Fresh group v0.12.1 + Fresh execute-command-macro-impl v0.1.9 + Fresh flume v0.10.14 + Fresh bincode v1.3.3 + Fresh crossbeam-deque v0.8.3 + Fresh semver v1.0.17 + Fresh blake3 v1.3.3 + Fresh execute-command-macro v0.1.8 + Fresh pairing v0.22.0 + Fresh block-padding v0.3.3 + Fresh memmap2 v0.5.10 + Fresh yastl v0.1.2 + Fresh env_logger v0.8.4 + Fresh rayon-core v1.11.0 + Fresh execute v0.2.12 + Fresh blstrs v0.6.1 + Fresh inout v0.1.3 + Fresh base64 v0.13.1 + Fresh quickcheck v1.0.3 + Fresh minimal-lexical v0.2.1 + Fresh arrayvec v0.5.2 + Fresh constant_time_eq v0.1.5 + Fresh fil_pasta_curves v0.5.2 + Fresh serde_tuple_macros v0.5.0 + Fresh itertools v0.8.2 + Fresh rayon v1.7.0 + Fresh cipher v0.4.4 + Fresh blake2s_simd v0.5.11 + Fresh nom v7.1.3 + Fresh trait-set v0.3.0 + Fresh positioned-io v0.3.1 + Fresh toml v0.5.11 + Fresh serde_repr v0.1.12 + Fresh fs2 v0.4.3 + Fresh pathdiff v0.2.1 + Fresh ec-gpu-gen v0.5.2 + Fresh merkletree v0.22.1 + Fresh aes v0.8.2 + Fresh cbc v0.1.2 + Fresh config v0.12.0 + Fresh fake-simd v0.1.2 + Fresh diff v0.1.13 + Fresh yansi v0.5.1 + Fresh sha2-asm v0.6.2 + Fresh crossbeam-queue v0.3.8 + Fresh pretty_assertions v1.3.0 + Fresh fdlimit v0.2.1 + Fresh digest v0.9.0 + Fresh num-derive v0.3.3 + Fresh crypto-mac v0.8.0 + Fresh bls-signatures v0.13.0 + Fresh fnv v1.0.7 + Fresh crossbeam v0.8.2 + Fresh hmac v0.8.1 + Fresh fvm_ipld_encoding v0.3.3 + Fresh fr32 v6.0.0 + Fresh sha2raw v8.0.0 + Fresh smallvec v1.10.0 + Fresh tracing-core v0.1.30 + Fresh tinyvec_macros v0.1.1 + Fresh tracing-attributes v0.1.24 + Fresh bellperson v0.24.1 + Fresh crunchy v0.2.2 + Fresh hmac-drbg v0.3.0 + Fresh anyhow v1.0.70 + Fresh paste v1.0.12 + Fresh tinyvec v1.6.0 + Fresh tracing v0.1.37 + Fresh socket2 v0.4.9 + Fresh unicode-bidi v0.3.13 + Fresh percent-encoding v2.2.0 + Fresh libipld-core v0.14.0 + Fresh mio v0.8.6 + Fresh tokio-macros v2.1.0 + Fresh neptune v8.0.0 + Fresh libsecp256k1-core v0.3.0 + Fresh ahash v0.7.6 + Fresh unicode-normalization v0.1.22 + Fresh form_urlencoded v1.1.0 + Fresh signal-hook-registry v1.4.1 + Fresh forest_hash_utils v0.1.0 + Fresh bumpalo v3.12.1 + Fresh fr32 v7.0.0 + Fresh fvm_ipld_amt v0.5.1 + Fresh sha2raw v9.0.0 + Fresh futures-executor v0.3.28 + Fresh libsecp256k1-gen-genmult v0.3.0 + Fresh libsecp256k1-gen-ecmult v0.3.0 + Fresh filecoin-hashers v8.0.0 + Fresh idna v0.3.0 + Fresh tokio v1.28.0 + Fresh filecoin-hashers v9.0.0 + Fresh fvm_ipld_hamt v0.6.1 + Fresh futures v0.3.28 + Fresh derive_arbitrary v1.3.0 + Fresh sha3 v0.10.7 + Fresh ripemd v0.1.3 + Fresh storage-proofs-core v13.0.0 + Fresh url v2.3.1 + Fresh storage-proofs-core v14.0.0 + Fresh parking_lot_core v0.9.7 + Fresh arbitrary v1.3.0 + Fresh serde-big-array v0.3.3 + Fresh untrusted v0.7.1 + Fresh unsigned-varint v0.7.1 + Fresh spin v0.5.2 + Fresh multibase v0.9.1 + Fresh serde_bytes v0.11.9 + Fresh storage-proofs-porep v13.0.0 + Fresh storage-proofs-post v13.0.0 + Fresh storage-proofs-porep v14.0.0 + Fresh storage-proofs-post v14.0.0 + Fresh parking_lot v0.12.1 + Fresh crc32fast v1.3.2 + Fresh multihash v0.16.3 + Fresh ring v0.16.20 + Fresh strsim v0.10.0 + Fresh num-complex v0.4.3 + Fresh pkg-config v0.3.26 + Fresh libsecp256k1 v0.7.1 + Fresh storage-proofs-update v13.0.0 + Fresh storage-proofs-update v14.0.0 + Fresh cid v0.8.6 + Fresh num-rational v0.4.1 + Fresh ident_case v1.0.1 + Fresh http v0.2.9 + Fresh itertools v0.10.5 + Fresh cranelift-entity v0.89.2 + Fresh cbor4ii v0.2.14 + Fresh filecoin-proofs v13.0.0 + Fresh filecoin-proofs v14.0.0 + Fresh num-traits v0.2.15 + Fresh httparse v1.8.0 + Fresh num-iter v0.1.43 + Fresh prost-derive v0.11.9 + Fresh fallible-iterator v0.2.0 + Fresh stable_deref_trait v1.2.0 + Fresh base64 v0.21.0 + Fresh fvm_ipld_blockstore v0.1.1 + Fresh serde_ipld_dagcbor v0.2.2 + Fresh webpki v0.22.0 + Fresh filecoin-proofs-api v13.0.0 + Fresh filecoin-proofs-api v14.0.0 + Fresh wasm-bindgen-shared v0.2.84 + Fresh prost v0.11.9 + Fresh getrandom v0.1.16 + Fresh num v0.4.0 + Fresh gimli v0.26.2 + Fresh num-integer v0.1.45 + Fresh serde_tuple v0.5.0 + Fresh cs_serde_bytes v0.12.2 + Fresh sct v0.7.0 + Fresh fxhash v0.2.1 + Fresh instant v0.1.12 + Fresh fvm_shared v3.3.0 + Fresh wasm-bindgen-backend v0.2.84 + Fresh fvm_ipld_encoding v0.2.3 + Fresh rand_core v0.5.1 + Fresh target-lexicon v0.12.7 + Fresh num-bigint v0.4.3 + Fresh cranelift-codegen-shared v0.89.2 + Fresh byteorder v1.4.3 + Fresh darling_core v0.14.4 + Fresh wasmparser v0.92.0 + Fresh wasm-bindgen-macro-support v0.2.84 + Fresh rustls v0.20.8 + Fresh fvm_shared v2.3.0 + Fresh cranelift-codegen-meta v0.89.2 + Fresh cranelift-isle v0.89.2 + Fresh heck v0.4.1 + Fresh slice-group-by v0.3.0 + Fresh rand_chacha v0.2.2 + Fresh curve25519-dalek v3.2.0 + Fresh darling_macro v0.14.4 + Fresh wasmtime-types v2.0.2 + Fresh cranelift-bforest v0.89.2 + Fresh wasm-bindgen-macro v0.2.84 + Fresh fvm_sdk v2.2.0 + Fresh memoffset v0.6.5 + Fresh regalloc2 v0.4.2 + Fresh ahash v0.8.3 + Fresh tokio-util v0.7.8 + Fresh signature v1.6.4 + Fresh tower-service v0.3.2 + Fresh event-listener v2.5.3 + Fresh rand v0.7.3 + Fresh darling v0.14.4 + Fresh http-body v0.4.5 + Fresh object v0.29.0 + Fresh wasm-bindgen v0.2.84 + Fresh frc42_hasher v1.3.0 + Fresh ed25519 v1.5.3 + Fresh multihash v0.17.0 + Fresh concurrent-queue v2.2.0 + Fresh quick-protobuf v0.8.1 + Fresh parking v2.1.0 + Fresh waker-fn v1.1.0 + Fresh try-lock v0.2.4 + Fresh h2 v0.3.18 + Fresh wasmtime-environ v2.0.2 + Fresh async-lock v2.7.0 + Fresh js-sys v0.3.61 + Fresh cranelift-codegen v0.89.2 + Fresh frc42_macros v1.0.0 + Fresh want v0.3.0 + Fresh multiaddr v0.17.1 + Fresh io-lifetimes v0.7.5 + Fresh ed25519-dalek v1.0.1 + Fresh futures-lite v1.13.0 + Fresh linux-raw-sys v0.0.46 + Fresh send_wrapper v0.4.0 + Fresh bs58 v0.4.0 + Fresh httpdate v1.0.2 + Fresh multistream-select v0.12.1 + Fresh frc42_dispatch v3.0.0 + Fresh gloo-timers v0.2.6 + Fresh libp2p-identity v0.1.1 + Fresh hyper v0.14.26 + Fresh cranelift-frontend v0.89.2 + Fresh rustix v0.35.13 + Fresh rw-stream-sink v0.3.0 + Fresh libipld-core v0.13.1 + Fresh memfd v0.6.3 + Fresh wasmtime-jit-debug v2.0.2 + Fresh wasmtime-asm-macros v2.0.2 + Fresh async-task v4.4.0 + Fresh void v1.0.2 + Fresh cranelift-native v0.89.2 + Fresh futures-timer v3.0.2 + Fresh cpp_demangle v0.3.5 + Fresh wasmtime-runtime v2.0.2 + Fresh cranelift-wasm v0.89.2 + Fresh fvm_ipld_hamt v0.5.1 + Fresh async-channel v1.8.0 + Fresh addr2line v0.17.0 + Fresh fvm_ipld_amt v0.4.2 + Fresh atomic-waker v1.1.1 + Fresh derive_builder_core v0.11.2 + Fresh convert_case v0.4.0 + Fresh wasmparser v0.104.0 + Fresh replace_with v0.1.7 + Fresh libp2p-core v0.39.1 + Fresh psm v0.1.21 + Fresh wasmtime-jit v2.0.2 + Fresh wasmtime-cranelift v2.0.2 + Fresh blocking v1.3.1 + Fresh derive_more v0.99.17 + Fresh derive_builder_macro v0.11.2 + Fresh parity-wasm v0.42.2 + Fresh leb128 v0.2.5 + Fresh wasmprinter v0.2.56 + Fresh rustls-pemfile v1.0.2 + Fresh wasmparser v0.95.0 + Fresh derive-getters v0.2.1 + Fresh wasmtime v2.0.2 + Fresh wasm-encoder v0.20.0 + Fresh derive_builder v0.11.2 + Fresh fvm-wasm-instrument v0.2.0 + Fresh openssl-probe v0.1.5 + Fresh zstd-sys v2.0.8+zstd.1.5.5 + Fresh tokio-rustls v0.23.4 + Fresh minstant v0.1.2 + Fresh time v0.1.45 + Fresh iana-time-zone v0.1.56 + Fresh wasm-bindgen-futures v0.4.34 + Fresh integer-encoding v3.0.4 + Fresh serde_spanned v0.6.1 + Fresh toml_datetime v0.6.1 + Fresh fvm v2.3.0 + Fresh fvm-wasm-instrument v0.4.0 + Fresh rustls-native-certs v0.6.2 + Fresh proc-macro-hack v0.5.20+deprecated + Fresh chrono v0.4.24 + Fresh unsafe-libyaml v0.2.8 + Fresh winnow v0.4.1 + Fresh libp2p-swarm-derive v0.32.0 + Fresh fil_actors_runtime_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh uint v0.9.5 + Fresh const_format_proc_macros v0.2.29 + Fresh atty v0.2.14 + Fresh ipnet v2.7.2 + Fresh hyper-rustls v0.23.2 + Fresh fvm v3.3.1 + Fresh zstd-safe v5.0.2+zstd.1.5.2 + Fresh serde_yaml v0.9.21 + Fresh git-version-macro v0.3.5 + Fresh toml_edit v0.19.8 + Fresh libp2p-swarm v0.42.1 + Fresh const_format v0.2.30 + Fresh netlink-packet-utils v0.5.2 + Fresh pbr v1.1.1 + Fresh memory-stats v1.1.0 + Fresh human-repr v1.1.0 + Fresh zstd v0.11.2+zstd.1.5.2 + Fresh forest_shim v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/forest_shim) + Fresh toml v0.7.3 + Fresh async-fs v1.6.0 + Fresh git-version v0.3.5 + Fresh netlink-packet-core v0.4.2 + Fresh fil_actors_runtime_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh webpki-roots v0.22.6 + Fresh netlink-sys v0.8.5 + Fresh protobuf-support v3.2.0 + Fresh async-compression v0.3.15 + Fresh parking_lot_core v0.8.6 + Fresh fil_actors_runtime_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh io-lifetimes v1.0.10 + Fresh libz-sys v1.1.8 + Fresh matches v0.1.10 + Fresh netlink-packet-route v0.12.0 + Fresh netlink-proto v0.10.0 + Fresh enum-as-inner v0.5.1 + Fresh rustc_version v0.4.0 + Fresh nix v0.24.3 + Fresh siphasher v0.3.10 + Fresh forest_utils v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/forest_utils) + Fresh parking_lot v0.11.2 + Fresh idna v0.2.3 + Fresh flate2 v1.0.25 + Fresh rustix v0.37.15 + Fresh match_cfg v0.1.0 + Fresh hashbrown v0.12.3 + Fresh rtnetlink v0.10.1 + Fresh quick-protobuf-codec v0.1.0 + Fresh hashbrown v0.13.2 + Fresh tempfile v3.5.0 + Fresh hostname v0.3.1 + Fresh trust-dns-proto v0.22.0 + Fresh indexmap v1.9.3 + Fresh which v4.4.0 + Fresh prometheus-client-derive-encode v0.4.1 + Fresh linux-raw-sys v0.1.4 + Fresh dtoa v1.0.6 + Fresh quick-error v1.2.3 + Fresh linked-hash-map v0.5.6 + Fresh resolv-conf v0.7.0 + Fresh lru-cache v0.1.2 + Fresh protobuf-parse v3.2.0 + Fresh prometheus-client v0.19.0 + Fresh rustix v0.36.13 + Fresh wasm-timer v0.2.5 + Fresh if-watch v3.0.1 + Fresh polling v2.8.0 + Fresh lru v0.9.0 + Fresh forest_message v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/vm/message) + Fresh sha-1 v0.9.8 + Fresh same-file v1.0.6 + Fresh hashbrown v0.11.2 + Fresh nohash-hasher v0.2.0 + Fresh hex_fmt v0.3.0 + Fresh pin-project-lite v0.1.12 + Fresh mime v0.3.17 + Fresh protobuf-codegen v3.2.0 + Fresh async-io v1.13.0 + Fresh protobuf v2.28.0 + Fresh cached v0.30.0 + Fresh procfs v0.14.2 + Fresh forest_json v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/json) + Fresh soketto v0.7.1 + Fresh trust-dns-resolver v0.22.0 + Fresh walkdir v2.3.3 + Fresh libp2p-identify v0.42.1 + Fresh quicksink v0.1.2 + Fresh yamux v0.10.2 + Fresh libp2p-gossipsub v0.44.3 + Fresh snow v0.9.2 + Fresh forest_beacon v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/beacon) + Fresh libp2p-kad v0.43.2 + Fresh libp2p-ping v0.42.0 + Fresh fil_actors_runtime_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh async-executor v1.5.1 + Fresh derive_builder_core v0.12.0 + Fresh x25519-dalek v1.1.1 + Fresh futures-rustls v0.22.2 + Fresh serde_urlencoded v0.7.1 + Fresh libipld-cbor v0.14.0 + Fresh libipld-macro v0.14.0 + Fresh libipld-json v0.14.0 + Fresh fvm_ipld_bitfield v0.5.4 + Fresh libipld-cbor-derive v0.14.0 + Fresh sha1 v0.10.5 + Fresh tower-layer v0.3.2 + Fresh parity-send-wrapper v0.1.0 + Fresh utf-8 v0.7.6 + Fresh derive_builder_macro v0.12.0 + Fresh libp2p-metrics v0.12.0 + Fresh prometheus v0.13.3 + Fresh libp2p-yamux v0.43.0 + Fresh libp2p-noise v0.42.1 + Fresh serde_json v1.0.96 + Fresh async-global-executor v2.3.1 + Fresh libp2p-wasm-ext v0.39.0 + Fresh tungstenite v0.18.0 + Fresh libipld v0.14.0 + Fresh libp2p-websocket v0.41.0 + Fresh libp2p-dns v0.39.0 + Fresh libp2p-mdns v0.43.1 + Fresh libp2p-tcp v0.39.0 + Fresh libp2p-request-response v0.24.0 + Fresh blake2 v0.10.6 + Fresh kv-log-macro v1.0.7 + Fresh tower v0.4.13 + Fresh tokio-tungstenite v0.18.0 + Fresh libp2p v0.51.1 + Fresh async-std v1.12.0 + Fresh axum-core v0.3.4 + Fresh derive_builder v0.12.0 + Fresh protobuf v3.2.0 + Fresh fvm_actor_utils v3.0.0 + Fresh serde_path_to_error v0.1.11 + Fresh sync_wrapper v0.1.2 + Fresh matchit v0.7.0 + Fresh hex-literal v0.3.4 + Fresh fil_actor_miner_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh frc46_token v3.1.0 + Fresh axum v0.6.17 + Fresh forest_libp2p_bitswap v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/forest_libp2p/bitswap) + Fresh lz4-sys v1.9.4 + Fresh snap v1.1.0 + Fresh forest_blocks v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/blocks) + Fresh fil_actor_miner_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_evm_shared_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_power_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_evm_shared_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_init_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_power_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_init_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh strum_macros v0.24.3 + Fresh fil_actor_system_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh lz4 v1.24.0 + Fresh fil_actor_system_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_system_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh async-recursion v1.0.4 + Fresh const-str v0.5.4 + Fresh fil_actor_datacap_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_evm_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_datacap_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_evm_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_miner_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_miner_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_market_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_power_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_init_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_multisig_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh forest_networks v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/networks) + Fresh forest_ipld v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/ipld) + Fresh parity-db v0.4.6 + Fresh fil_actor_init_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_multisig_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_market_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_multisig_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_market_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_power_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_market_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_multisig_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_account_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_account_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_account_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_reward_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_reward_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_cron_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_reward_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_account_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_reward_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_system_v8 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_cron_v10 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_cron_v9 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh fil_actor_cron_v11 v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh uuid v1.3.1 + Fresh fs_extra v1.3.0 + Fresh tokio-stream v0.1.14 + Fresh fvm_ipld_car v0.6.0 + Fresh bytemuck v1.13.1 + Fresh approx v0.5.1 + Fresh rawpointer v0.2.1 + Fresh forest_state_migration v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/vm/state_migration) + Fresh fil_actor_interface v1.0.0 (https://github.com/ChainSafe/fil-actor-states#d8b578d1) + Fresh forest_db v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/db) + Fresh safe_arch v0.6.0 + Fresh matrixmultiply v0.3.3 + Fresh rand_distr v0.4.3 + Fresh universal-hash v0.5.0 + Fresh nalgebra-macros v0.1.0 + Fresh base64ct v1.6.0 + Fresh time-core v0.1.0 + Fresh salsa20 v0.10.2 + Fresh aead v0.5.2 + Fresh darling_core v0.20.0 + Fresh regex-syntax v0.6.29 + Fresh nonempty v0.8.1 + Fresh forest_interpreter v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/vm/interpreter) + Fresh forest_metrics v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/metrics) + Fresh wide v0.7.8 + Fresh password-hash v0.5.0 + Fresh poly1305 v0.8.0 + Fresh time-macros v0.2.8 + Fresh regex-automata v0.1.10 + Fresh darling_macro v0.20.0 + Fresh overload v0.1.1 + Fresh extensions v0.2.0 + Fresh tracing-log v0.1.3 + Fresh sharded-slab v0.1.4 + Fresh jsonrpc-v2-macros v0.1.0 + Fresh thread_local v1.1.7 + Fresh forest_chain v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/chain) + Fresh simba v0.6.0 + Fresh slotmap v1.0.6 + Fresh time v0.3.20 + Fresh argon2 v0.5.0 + Fresh xsalsa20poly1305 v0.9.0 + Fresh nu-ansi-term v0.46.0 + Fresh erased-serde v0.3.25 + Fresh matchers v0.1.0 + Fresh darling v0.20.0 + Fresh utf8parse v0.2.1 + Fresh bytes v0.5.6 + Fresh prost-types v0.11.9 + Fresh tokio-io-timeout v1.2.0 + Fresh async-stream-impl v0.3.5 + Fresh forest_libp2p v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/forest_libp2p) + Fresh nalgebra v0.29.0 + Fresh forest_state_manager v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/state_manager) + Fresh forest_key_management v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/key_management) + Fresh serde_with_macros v2.3.3 + Fresh tracing-subscriber v0.3.17 + Fresh jsonrpc-v2 v0.11.0 + Fresh dirs-sys v0.3.7 + Fresh dlv-list v0.3.0 + Fresh hyper-timeout v0.4.1 + Fresh anstyle-parse v0.2.0 + Fresh async-stream v0.3.5 + Fresh tracing-futures v0.2.5 + Fresh is-terminal v0.4.7 + Fresh smartstring v0.2.10 + Fresh statrs v0.16.0 + Fresh ordered-multimap v0.4.3 + Fresh serde_with v2.3.3 + Fresh colorchoice v1.0.0 + Fresh wildmatch v2.1.1 + Fresh rxml_validation v0.8.2 + Fresh anstyle v1.0.0 + Fresh anstyle-query v1.0.0 + Fresh xml-rs v0.8.4 + Fresh dirs v4.0.0 + Fresh tonic v0.8.3 + Fresh encoding_rs v0.8.32 + Fresh clap_lex v0.4.1 + Fresh loki-api v0.1.1 + Fresh hdrhistogram v7.5.2 + Fresh forest_message_pool v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/message_pool) + Fresh attohttpc v0.19.1 + Fresh rust-ini v0.18.0 + Fresh anstream v0.3.1 + Fresh serde-xml-rs v0.5.1 + Fresh rxml v0.8.2 + Fresh console-api v0.4.0 + Fresh reqwest v0.11.16 + Fresh clap_derive v4.2.0 + Fresh tracing-serde v0.1.3 + Fresh hmac v0.12.1 + Fresh aws-region v0.25.3 + Fresh maybe-async v0.2.7 + Fresh md5 v0.7.0 + Fresh humantime v2.1.0 + Fresh forest_chain_sync v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/chain_sync) + Fresh minidom v0.15.1 + Fresh tikv-jemalloc-sys v0.5.3+5.3.0-patched + Fresh clap_builder v4.2.5 + Fresh aws-creds v0.30.0 + Fresh utf8-width v0.1.6 + Fresh tracing-loki v0.2.2 + Fresh console-subscriber v0.1.8 + Fresh tracing-appender v0.2.2 + Fresh directories v4.0.1 + Fresh simple_asn1 v0.6.2 + Fresh pem v1.1.1 + Fresh gethostname v0.4.2 + Fresh unicode-width v0.1.10 + Fresh forest_rpc-api v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/rpc-api) + Fresh byte-unit v4.0.19 + Fresh rust-s3 v0.32.3 + Fresh tikv-jemallocator v0.5.0 + Fresh clap v4.2.5 + Fresh phf_generator v0.11.1 + Fresh jsonwebtoken v8.3.0 + Fresh console v0.15.5 + Fresh phf_shared v0.11.1 + Fresh backoff v0.4.0 + Fresh gc_derive v0.4.1 + Fresh rtoolbox v0.0.1 + Fresh shell-words v1.1.0 + Fresh forest_rpc-client v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/rpc-client) + Fresh phf_macros v0.11.1 + Fresh forest_auth v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/auth) + Fresh memoffset v0.7.1 + Fresh rpassword v7.2.0 + Fresh dialoguer v0.10.4 + Fresh gc v0.4.1 + Fresh forest_paramfetch v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/paramfetch) + Fresh forest_genesis v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/genesis) + Fresh nix v0.23.2 + Fresh nibble_vec v0.1.0 + Fresh dirs-sys-next v0.1.2 + Fresh unicode-segmentation v1.10.1 + Fresh forest_cli_shared v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/forest/shared) + Fresh unicode-general-category v0.6.0 + Fresh phf v0.11.1 + Fresh anes v0.1.6 + Fresh endian-type v0.1.2 + Fresh rustc-hash v1.1.0 + Fresh nix v0.26.2 + Fresh boa_gc v0.16.0 + Fresh dirs-next v2.0.0 + Fresh fd-lock v3.0.12 + Fresh nix v0.25.1 + Fresh regress v0.4.1 + Fresh fast-float v0.2.0 + Fresh cfg-if v0.1.10 + Fresh boa_interner v0.16.0 + Fresh radix_trie v0.2.1 + Fresh boa_unicode v0.16.0 + Fresh ryu-js v0.2.2 + Fresh boa_profiler v0.16.0 + Fresh dyn-clone v1.0.11 + Fresh rust_decimal_macros v1.29.1 + Fresh raw_sync v0.1.5 + Fresh rust_decimal v1.29.1 + Fresh forest_rpc v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/rpc) + Fresh daemonize-me v2.0.1 + Fresh shared_memory v0.12.4 + Fresh convert_case v0.6.0 + Fresh forest_fil_cns v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/consensus/fil_cns) + Fresh colored v2.0.0 + Fresh similar v2.2.1 + Fresh boa_engine v0.16.0 + Fresh rustyline v10.1.1 + Fresh ticker v0.1.1 + Fresh strfmt v0.2.4 + Fresh bitswap-in-browser-lib v0.1.0 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/forest_libp2p/bitswap/examples/bitswap-in-browser/wasm) + Fresh forest_deleg_cns v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/blockchain/consensus/deleg_cns) + Fresh forest_test_utils v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/test_utils) + Fresh serialization_tests v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/tests/serialization_tests) + Fresh bitswap-in-browser v0.1.0 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/node/forest_libp2p/bitswap/examples/bitswap-in-browser) + Fresh forest_statediff v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/utils/statediff) + Fresh forest-daemon v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/forest/daemon) + Dirty forest-cli v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/forest/cli): the file `forest/cli/src/main.rs` has changed (1684245013.809558993s, 5m 1s after last build at 1684244712.361236509s) + Compiling forest-cli v0.8.2 (/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/forest/cli) + Running `CARGO=/home/aatif/.rustup/toolchains/nightly-2023-04-19-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=forest-cli CARGO_CRATE_NAME=forest_cli CARGO_MANIFEST_DIR=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/forest/cli CARGO_PKG_AUTHORS='ChainSafe Systems ' CARGO_PKG_DESCRIPTION='Filecoin implementation in Rust. This crate contains all the subcommands except the daemon.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=forest-cli CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/ChainSafe/forest' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps:/home/aatif/.rustup/toolchains/nightly-2023-04-19-x86_64-unknown-linux-gnu/lib:/home/aatif/.rustup/toolchains/nightly-2023-04-19-x86_64-unknown-linux-gnu/lib' rustc --crate-name forest_cli --edition=2021 forest/cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C split-debuginfo=unpacked -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="jemalloc"' --cfg 'feature="paritydb"' -C metadata=f38cd2dd636e20bb -C extra-filename=-f38cd2dd636e20bb --out-dir /home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps -C linker=clang -C incremental=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/incremental -L dependency=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps --extern ahash=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libahash-5acb19836b5818ab.rlib --extern anes=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libanes-59dc3796d812182a.rlib --extern anyhow=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libanyhow-5c71b40cc5a4ceab.rlib --extern atty=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libatty-15f16a6b98dcd0f3.rlib --extern base64=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libbase64-605b1b7ddad6d078.rlib --extern boa_engine=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libboa_engine-162eb906b90f12be.rlib --extern cfg_if=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libcfg_if-f0511984e9feefc0.rlib --extern chrono=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libchrono-f84d317aa78aab3c.rlib --extern cid=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libcid-b855f1ab18b98323.rlib --extern clap=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libclap-88db0ab1ce9c78ad.rlib --extern convert_case=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libconvert_case-57403e0a56ee64a2.rlib --extern dialoguer=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libdialoguer-2be5d1e578b98342.rlib --extern directories=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libdirectories-51c08251321239d5.rlib --extern forest_cli=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_cli-a5e0eac6b0825ec7.rlib --extern forest_auth=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_auth-220fbbf4009e172f.rlib --extern forest_blocks=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_blocks-f79aeefdf9323617.rlib --extern forest_chain=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_chain-9fb80d9a86e8d8c6.rlib --extern forest_chain_sync=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_chain_sync-45672e4c9e6bb388.rlib --extern forest_cli_shared=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_cli_shared-656d42b841db833c.rlib --extern forest_db=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_db-c849ac882b9f2c59.rlib --extern forest_genesis=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_genesis-635629683ba8a2dd.rlib --extern forest_ipld=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_ipld-6e6f96fca806ce85.rlib --extern forest_json=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_json-370bce0f7d616339.rlib --extern forest_key_management=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_key_management-fcba8621724a79f8.rlib --extern forest_libp2p=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_libp2p-60831a40de0f5b8b.rlib --extern forest_networks=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_networks-ac815e51c413c1db.rlib --extern forest_paramfetch=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_paramfetch-42cfcb484c9dc0b5.rlib --extern forest_rpc_api=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_rpc_api-9fa04dbe25efa4d2.rlib --extern forest_rpc_client=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_rpc_client-444cfba8be7d4e54.rlib --extern forest_shim=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_shim-d5c1ed84d948093b.rlib --extern forest_utils=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libforest_utils-e03b18d4cba92006.rlib --extern fs_extra=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfs_extra-e15f4d27b2ee4e4a.rlib --extern fvm_ipld_blockstore=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfvm_ipld_blockstore-40b7923283ffc11c.rlib --extern fvm_ipld_encoding=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfvm_ipld_encoding-52709b55fe8a8dab.rlib --extern fvm_shared=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libfvm_shared-18e4cacf2faaf62b.rlib --extern hex=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libhex-9f765bb56bbc1675.rlib --extern human_repr=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libhuman_repr-dbb567e78e9f457e.rlib --extern jsonrpc_v2=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libjsonrpc_v2-662d126b7c868988.rlib --extern log=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/liblog-bb40bd51e8a2ac99.rlib --extern multibase=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libmultibase-4e12f6d6bba0f5e1.rlib --extern num=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libnum-108459fc42fa19c2.rlib --extern rpassword=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librpassword-ef4135f7b74d028c.rlib --extern rust_decimal=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librust_decimal-175ef3b078358b1f.rlib --extern rust_decimal_macros=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librust_decimal_macros-f2a249dc3aa30220.so --extern rustyline=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/librustyline-423009ec58dac4b6.rlib --extern serde=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libserde-17e2263e72e738f0.rlib --extern serde_json=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libserde_json-7e6a06aa2e9941fb.rlib --extern serde_tuple=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libserde_tuple-87063c99882332f6.rlib --extern strfmt=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libstrfmt-8b84d8f231e2e040.rlib --extern tempfile=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libtempfile-fedcb0fbf43c0cc6.rlib --extern ticker=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libticker-d335d61dcbbffb4f.rlib --extern tokio=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libtokio-71be97ae60c98d16.rlib --extern toml=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/deps/libtoml-42ed4d7b2bb6fbf1.rlib -Ctarget-feature=+avx2,+fma -Zshare-generics=y --cfg tokio_unstable -C link-arg=--ld-path=/usr/bin/mold -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/blake3-6181abd9fa6981ef/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/blake3-6181abd9fa6981ef/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/blst-3ad3cf121df7ead4/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/sha2-asm-5c1592638600ada4/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/sha2-asm-5c1592638600ada4/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/psm-51fc56b6a2546f7e/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/wasmtime-runtime-e92e2cdd74aa09fc/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/zstd-sys-031fb8d6ff58d88c/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/ring-5ae9421ce2f3cc38/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/lz4-sys-8683c213e11230d3/out -L native=/home/aatif/chainsafe/forest.worktrees/aatifsyed/benchmark-linkers/target/debug/build/tikv-jemalloc-sys-877a1204dc5ebaac/out/build/lib` + Finished dev [unoptimized] target(s) in 3.25s