:1711386112:compare-prime_sieve compare-prime_sieve /run/current-system/sw/bin/candelabra-cli -l --manifest-path /opt/candelabra/src/tests/Cargo.toml -p prime_sieve select --compare [2024-03-25T17:01:52Z INFO candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source" [2024-03-25T17:01:52Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612 [2024-03-25T17:01:52Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway. [2024-03-25T17:01:52Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway. [2024-03-25T17:01:52Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway. [2024-03-25T17:01:52Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612 [2024-03-25T17:01:52Z INFO candelabra_cli::select] Processing project prime_sieve [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Checking for nsplit [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 104982.0, avg_n: 48.0, avg_op_counts: {"first": 0.0, "last": 0.0, "remove": 60.0, "clear": 0.0, "get": 0.0, "pop": 16.0, "nth": 0.0, "push": 48.0, "contains": 0.0, "insert": 0.0} }, ProfilerPartition { occurences: 13150.0, avg_n: 498.0, avg_op_counts: {"nth": 0.0, "get": 0.0, "clear": 0.0, "first": 0.0, "contains": 0.0, "insert": 0.0, "push": 498.0, "last": 0.0, "pop": 96.0, "remove": 911.0} }, ProfilerPartition { occurences: 1.0, avg_n: 49998.0, avg_op_counts: {"last": 0.0, "contains": 0.0, "first": 0.0, "pop": 5134.0, "nth": 0.0, "insert": 0.0, "remove": 124819.0, "clear": 0.0, "push": 49998.0, "get": 0.0} }] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [920139229.3349389, 21990816690.846436, 3240282778.622847]), ("std::collections::LinkedList", [82913976.14030395, 116745975.12099935, 13979811404.371206])] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 82913976.14030395), ("std::collections::LinkedList", 116745975.12099935), ("std::vec::Vec", 3240282778.622847)] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] With split index 2, split proper is true ┌────────┬───────────────────────────────────────────────────────────────────────┬────────────────────┬───────────────────────────────────────────────────────┐ │ name │ implementation │ estimated cost │ file │ ├────────┼───────────────────────────────────────────────────────────────────────┼────────────────────┼───────────────────────────────────────────────────────┤ │ Sieve │ std::collections::LinkedList │ 14179471355.63251 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ │ Sieve │ std::vec::Vec │ 26151238698.804222 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ │ Sieve │ std::collections::LinkedList until n=747, then std::vec::Vec │ 3439947390.524084 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ │ Primes │ std::collections::HashSet │ 117005368.29596505 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ │ Primes │ primrose_library::SortedVec │ 112421356.45100729 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ │ Primes │ std::collections::BTreeSet │ 108931859.57624152 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ │ Primes │ std::collections::BTreeSet until n=34, then std::collections::HashSet │ 108753014.4614856 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │ └────────┴───────────────────────────────────────────────────────────────────────┴────────────────────┴───────────────────────────────────────────────────────┘ \begin{center} \begin{tabular}{|c|c|c|c|} name & implementation & estimated cost & file \\ \hline Sieve & std::collections::LinkedList & 14179471355.63251 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ Sieve & std::vec::Vec & 26151238698.804222 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ Sieve & std::collections::LinkedList until n=747, then std::vec::Vec & 3439947390.524084 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ Primes & std::collections::HashSet & 117005368.29596505 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ Primes & primrose\_library::SortedVec & 112421356.45100729 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ Primes & std::collections::BTreeSet & 108931859.57624152 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ Primes & std::collections::BTreeSet until n=34, then std::collections::HashSet & 108753014.4614856 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\ \end{tabular} \end{center} [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Checking for nsplit [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 118132.0, avg_n: 22.905292384789895, avg_op_counts: {"get": 0.0, "pop": 0.0, "clear": 0.0, "push": 0.0, "contains": 0.0, "nth": 0.0, "remove": 0.0, "insert": 23.905292384789895, "first": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 5132.0, avg_op_counts: {"contains": 0.0, "clear": 0.0, "remove": 0.0, "first": 0.0, "push": 0.0, "get": 0.0, "insert": 5133.0, "nth": 0.0, "pop": 0.0, "last": 0.0} }] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::HashSet", [116800020.83819024, 205347.45777480432]), ("primrose_library::SortedVec", [111243970.25679907, 1177386.194208213]), ("std::collections::BTreeSet", [108545396.49787714, 386463.0783643916])] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::BTreeSet", 108545396.49787714), ("std::collections::HashSet", 205347.45777480432)] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] With split index 1, split proper is true [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Checking for nsplit [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 104982.0, avg_n: 48.0, avg_op_counts: {"last": 0.0, "get": 0.0, "push": 48.0, "pop": 16.0, "clear": 0.0, "nth": 0.0, "contains": 0.0, "insert": 0.0, "remove": 60.0, "first": 0.0} }, ProfilerPartition { occurences: 13150.0, avg_n: 498.0, avg_op_counts: {"contains": 0.0, "nth": 0.0, "remove": 911.0, "last": 0.0, "pop": 96.0, "clear": 0.0, "first": 0.0, "get": 0.0, "push": 498.0, "insert": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 49998.0, avg_op_counts: {"push": 49998.0, "remove": 124819.0, "get": 0.0, "insert": 0.0, "first": 0.0, "pop": 5134.0, "last": 0.0, "nth": 0.0, "contains": 0.0, "clear": 0.0} }] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [920139229.3349389, 21990816690.846436, 3240282778.622847]), ("std::collections::LinkedList", [82913976.14030395, 116745975.12099935, 13979811404.371206])] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 82913976.14030395), ("std::collections::LinkedList", 116745975.12099935), ("std::vec::Vec", 3240282778.622847)] [2024-03-25T17:01:52Z DEBUG candelabra::profiler::info] With split index 2, split proper is true [2024-03-25T17:01:53Z DEBUG candelabra::profiler::info] Checking for nsplit [2024-03-25T17:01:53Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 118132.0, avg_n: 22.905292384789895, avg_op_counts: {"get": 0.0, "nth": 0.0, "insert": 23.905292384789895, "remove": 0.0, "contains": 0.0, "last": 0.0, "push": 0.0, "first": 0.0, "clear": 0.0, "pop": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 5132.0, avg_op_counts: {"clear": 0.0, "remove": 0.0, "first": 0.0, "nth": 0.0, "pop": 0.0, "get": 0.0, "last": 0.0, "insert": 5133.0, "contains": 0.0, "push": 0.0} }] [2024-03-25T17:01:53Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::HashSet", [116800020.83819024, 205347.45777480432]), ("primrose_library::SortedVec", [111243970.25679907, 1177386.194208213]), ("std::collections::BTreeSet", [108545396.49787714, 386463.0783643916])] [2024-03-25T17:01:53Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::BTreeSet", 108545396.49787714), ("std::collections::HashSet", 205347.45777480432)] [2024-03-25T17:01:53Z DEBUG candelabra::profiler::info] With split index 1, split proper is true [2024-03-25T17:01:53Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:01:53Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:01:53Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:01:53Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:01:53Z DEBUG primrose::selector] Running type checker [2024-03-25T17:01:53Z DEBUG primrose::selector] Running analysis [2024-03-25T17:01:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:01:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:01:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs [2024-03-25T17:01:53Z INFO candelabra_cli::select] Saved best choices [2024-03-25T17:01:53Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet} [2024-03-25T17:01:53Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:01:53Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:01:53Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:01:53Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:01:53Z DEBUG primrose::selector] Running type checker [2024-03-25T17:01:53Z DEBUG primrose::selector] Running analysis [2024-03-25T17:01:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:01:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:01:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) Finished bench [optimized] target(s) in 2.79s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:04:50Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec} [2024-03-25T17:04:50Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:04:50Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:04:50Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:04:50Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:04:50Z DEBUG primrose::selector] Running type checker [2024-03-25T17:04:50Z DEBUG primrose::selector] Running analysis [2024-03-25T17:04:50Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:04:50Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:04:50Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) Finished bench [optimized] target(s) in 2.85s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:05:37Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet} [2024-03-25T17:05:37Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:05:37Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:05:37Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:05:37Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:05:37Z DEBUG primrose::selector] Running type checker [2024-03-25T17:05:37Z DEBUG primrose::selector] Running analysis [2024-03-25T17:05:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:05:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:05:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:11:101 | 11 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 11 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() 11 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, S>::default() | warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion) Finished bench [optimized] target(s) in 2.86s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:06:24Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec} [2024-03-25T17:06:24Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:06:24Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:06:24Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:06:24Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:06:24Z DEBUG primrose::selector] Running type checker [2024-03-25T17:06:24Z DEBUG primrose::selector] Running analysis [2024-03-25T17:06:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:06:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:06:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) Finished bench [optimized] target(s) in 2.69s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:09:40Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec} [2024-03-25T17:09:40Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:09:40Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:09:40Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:09:40Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:09:40Z DEBUG primrose::selector] Running type checker [2024-03-25T17:09:40Z DEBUG primrose::selector] Running analysis [2024-03-25T17:09:40Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:09:40Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:09:40Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) Finished bench [optimized] target(s) in 3.05s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:10:30Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec} [2024-03-25T17:10:30Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:10:30Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:10:30Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:10:30Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:10:30Z DEBUG primrose::selector] Running type checker [2024-03-25T17:10:30Z DEBUG primrose::selector] Running analysis [2024-03-25T17:10:30Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:10:30Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:10:30Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:18:101 | 18 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 18 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() 18 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, S>::default() | warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion) Finished bench [optimized] target(s) in 3.00s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:11:17Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList} [2024-03-25T17:11:17Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:11:17Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:11:17Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:11:17Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:11:17Z DEBUG primrose::selector] Running type checker [2024-03-25T17:11:17Z DEBUG primrose::selector] Running analysis [2024-03-25T17:11:17Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:11:17Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:11:17Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) Finished bench [optimized] target(s) in 2.63s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:20:49Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet} [2024-03-25T17:20:49Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:20:49Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:20:49Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:20:49Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:20:49Z DEBUG primrose::selector] Running type checker [2024-03-25T17:20:49Z DEBUG primrose::selector] Running analysis [2024-03-25T17:20:49Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:20:49Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:20:49Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) Finished bench [optimized] target(s) in 2.93s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:21:38Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet} [2024-03-25T17:21:38Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:21:38Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:21:38Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:21:38Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:21:38Z DEBUG primrose::selector] Running type checker [2024-03-25T17:21:38Z DEBUG primrose::selector] Running analysis [2024-03-25T17:21:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:21:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:21:38Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:11:101 | 11 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 11 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() 11 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, S>::default() | warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion) Finished bench [optimized] target(s) in 2.97s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:22:25Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet} [2024-03-25T17:22:25Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:22:25Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:22:25Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:22:25Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:22:25Z DEBUG primrose::selector] Running type checker [2024-03-25T17:22:25Z DEBUG primrose::selector] Running analysis [2024-03-25T17:22:25Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:22:25Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:22:25Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:18:110 | 18 | ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, (S)>::default() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 18 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, (S)>::default() 18 + ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, S>::default() | warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion) Finished bench [optimized] target(s) in 3.07s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:25:37Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet} [2024-03-25T17:25:37Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:25:37Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:25:37Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:25:37Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:25:37Z DEBUG primrose::selector] Running type checker [2024-03-25T17:25:37Z DEBUG primrose::selector] Running analysis [2024-03-25T17:25:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:25:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:25:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:18:110 | 18 | ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, (S)>::default() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 18 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, (S)>::default() 18 + ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, S>::default() | warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion) Finished bench [optimized] target(s) in 2.94s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) [2024-03-25T17:26:24Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet} [2024-03-25T17:26:24Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve [2024-03-25T17:26:24Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs [2024-03-25T17:26:24Z DEBUG primrose::selector] Setting up directories [2024-03-25T17:26:24Z DEBUG primrose::selector] Parsing into blocks [2024-03-25T17:26:24Z DEBUG primrose::selector] Running type checker [2024-03-25T17:26:24Z DEBUG primrose::selector] Running analysis [2024-03-25T17:26:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs [2024-03-25T17:26:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs [2024-03-25T17:26:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve) warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:11:101 | 11 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 11 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, (S)>::default() 11 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList, std::vec::Vec, S>::default() | warning: unnecessary parentheses around type --> prime_sieve/src/types.rs:18:110 | 18 | ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, (S)>::default() | ^ ^ | help: remove these parentheses | 18 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, (S)>::default() 18 + ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet, std::collections::HashSet, S>::default() | warning: `prime_sieve` (lib) generated 2 warnings (run `cargo fix --lib -p prime_sieve` to apply 2 suggestions) Finished bench [optimized] target(s) in 3.04s Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8) ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────┬─────────────────┬───────────────────┬───────────────────┐ │ │ prime_sieve/50 │ prime_sieve/500 │ prime_sieve/50000 │ total │ ├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┼─────────────────┼───────────────────┼───────────────────┤ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet} │ 2623.9 │ 209230 │ 763900000 │ 764111853.9 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet} │ 2577.1000000000004 │ 213460 │ 7129000000 │ 7129216037.1 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec} │ 1313 │ 82645 │ 790850000 │ 790933958 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec} │ 2236.2000000000003 │ 201420 │ 8012399999.999999 │ 8012603656.199999 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet} │ 1198.8000000000002 │ 75429 │ 771060000 │ 771136627.8 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet} │ 2382.6 │ 196290 │ 765020000 │ 765218672.6 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet} │ 2284 │ 206280 │ 762020000 │ 762228564 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList} │ 2286.6 │ 195830 │ 26859000000 │ 26859198116.6 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet} │ 2257.2000000000003 │ 209810 │ 7862700000 │ 7862912067.2 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec} │ 2246.1000000000004 │ 204560 │ 770080000 │ 770286806.1 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec} │ 1594.4 │ 79392 │ 766010000 │ 766090986.4 │ │ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet} │ 1442.7 │ 84993 │ 785170000 │ 785256435.7 │ └────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────┴─────────────────┴───────────────────┴───────────────────┘ \begin{center} \begin{tabular}{|c|c|c|c|c|} & prime\_sieve/50 & prime\_sieve/500 & prime\_sieve/50000 & total \\ \hline \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet\} & 2623.9 & 209230 & 763900000 & 764111853.9 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet\} & 2577.1000000000004 & 213460 & 7129000000 & 7129216037.1 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): primrose\_library::SortedVec\} & 1313 & 82645 & 790850000 & 790933958 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): primrose\_library::SortedVec\} & 2236.2000000000003 & 201420 & 8012399999.999999 & 8012603656.199999 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet\} & 1198.8000000000002 & 75429 & 771060000 & 771136627.8 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet\} & 2382.6 & 196290 & 765020000 & 765218672.6 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet\} & 2284 & 206280 & 762020000 & 762228564 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList\} & 2286.6 & 195830 & 26859000000 & 26859198116.6 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet\} & 2257.2000000000003 & 209810 & 7862700000 & 7862912067.2 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): primrose\_library::SortedVec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec\} & 2246.1000000000004 & 204560 & 770080000 & 770286806.1 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec\} & 1594.4 & 79392 & 766010000 & 766090986.4 \\ \{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet\} & 1442.7 & 84993 & 785170000 & 785256435.7 \\ \end{tabular} \end{center} section_end:1711387631:compare-prime_sieve  section_end:1711387632:step_script