[INFO] cloning repository https://github.com/ahendriksen/n_longest_paths [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ahendriksen/n_longest_paths" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahendriksen%2Fn_longest_paths", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahendriksen%2Fn_longest_paths'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8ec12b8645db6616545b35ec0a757880a174d848 [INFO] testing ahendriksen/n_longest_paths against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahendriksen%2Fn_longest_paths" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ahendriksen/n_longest_paths on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ahendriksen/n_longest_paths [INFO] finished tweaking git repo https://github.com/ahendriksen/n_longest_paths [INFO] tweaked toml for git repo https://github.com/ahendriksen/n_longest_paths written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ahendriksen/n_longest_paths already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ee468a7cd674cd0523e70f3e2fae2ba1286fd3b9742fbbbb51dc04265a5954d [INFO] running `Command { std: "docker" "start" "-a" "3ee468a7cd674cd0523e70f3e2fae2ba1286fd3b9742fbbbb51dc04265a5954d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ee468a7cd674cd0523e70f3e2fae2ba1286fd3b9742fbbbb51dc04265a5954d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ee468a7cd674cd0523e70f3e2fae2ba1286fd3b9742fbbbb51dc04265a5954d", kill_on_drop: false }` [INFO] [stdout] 3ee468a7cd674cd0523e70f3e2fae2ba1286fd3b9742fbbbb51dc04265a5954d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91ce80c22517dde34dab8e3c1bc11265497b8516c6eaf63c084f0eac7da7dce9 [INFO] running `Command { std: "docker" "start" "-a" "91ce80c22517dde34dab8e3c1bc11265497b8516c6eaf63c084f0eac7da7dce9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.70 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Compiling pyo3 v0.13.2 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.3 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling npy v0.4.0 [INFO] [stderr] Compiling npy-derive v0.4.0 [INFO] [stderr] Compiling pbr v1.0.4 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling pyo3-macros-backend v0.13.2 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling inventory-impl v0.1.10 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling pyo3-macros v0.13.2 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling numpy v0.13.1 [INFO] [stderr] Compiling n_longest_paths v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `node_dist` [INFO] [stdout] --> src/fast_graph.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | node_dist: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_incoming_edge_idx` [INFO] [stdout] --> src/fast_graph.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | node_incoming_edge_idx: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.51s [INFO] running `Command { std: "docker" "inspect" "91ce80c22517dde34dab8e3c1bc11265497b8516c6eaf63c084f0eac7da7dce9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91ce80c22517dde34dab8e3c1bc11265497b8516c6eaf63c084f0eac7da7dce9", kill_on_drop: false }` [INFO] [stdout] 91ce80c22517dde34dab8e3c1bc11265497b8516c6eaf63c084f0eac7da7dce9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 643b33756af07b5caeffb4821a3a40a764f1fd1e4e9e7f7bed391946848bc5ee [INFO] running `Command { std: "docker" "start" "-a" "643b33756af07b5caeffb4821a3a40a764f1fd1e4e9e7f7bed391946848bc5ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stdout] warning: field is never read: `node_dist` [INFO] [stdout] --> src/fast_graph.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | node_dist: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_incoming_edge_idx` [INFO] [stdout] --> src/fast_graph.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | node_incoming_edge_idx: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling cast v0.2.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling n_longest_paths v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `node_dist` [INFO] [stdout] --> src/fast_graph.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | node_dist: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `node_incoming_edge_idx` [INFO] [stdout] --> src/fast_graph.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | node_incoming_edge_idx: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.55s [INFO] running `Command { std: "docker" "inspect" "643b33756af07b5caeffb4821a3a40a764f1fd1e4e9e7f7bed391946848bc5ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "643b33756af07b5caeffb4821a3a40a764f1fd1e4e9e7f7bed391946848bc5ee", kill_on_drop: false }` [INFO] [stdout] 643b33756af07b5caeffb4821a3a40a764f1fd1e4e9e7f7bed391946848bc5ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f1653f750f1eace442d13610fb5222c88de450a57f699a6346e3d3d1f82e243b [INFO] running `Command { std: "docker" "start" "-a" "f1653f750f1eace442d13610fb5222c88de450a57f699a6346e3d3d1f82e243b", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `node_dist` [INFO] [stderr] --> src/fast_graph.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | node_dist: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `node_incoming_edge_idx` [INFO] [stderr] --> src/fast_graph.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | node_incoming_edge_idx: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `n_longest_paths` (lib) generated 2 warnings [INFO] [stderr] warning: `n_longest_paths` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/n_longest_paths-03f71ab6328ae341) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s done 0 / 2 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!2 / 2 [================] 100.00 % 17334.03/s done 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!0 / 1 [----------------------] 0.00 % 0.00/s Continuing with individual pruning!0 / 1 [----------------------] 0.00 % 0.00/s Continuing with individual pruning!1 / 1 [=================] 100.00 % 2317.77/s done 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 2 / 3 [=================================>-----------------] 66.67 % 314.35/s 0s Continuing with individual pruning!3 / 3 [==================] 100.00 % 465.60/s done 0 / 4 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s 2 / 4 [========================>------------------------] 50.00 % 29381.52/s 0s 3 / 4 [====================================>------------] 75.00 % 28538.81/s 0s Continuing with individual pruning!1 / 1 [=================] 100.00 % 5433.01/s Continuing with individual pruning!4 / 4 [================] 100.00 % 27425.44/s done done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 2 / 5 [===================>-----------------------------] 40.00 % 31877.59/s 0s 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s 3 / 5 [=============================>-------------------] 60.00 % 30892.80/s 0s Continuing with individual pruning!1 / 1 [=================] 100.00 % 5320.56/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 4 / 5 [=======================================>---------] 80.00 % 19365.77/s 0s done Continuing with individual pruning!5 / 5 [================] 100.00 % 20010.41/s done 1 / 3 [================>---------------------------------] 33.33 % 4780.57/s 0s 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!3 / 3 [=================] 100.00 % 9971.08/s Continuing with individual pruning!1 / 1 [================] 100.00 % 14714.54/s Continuing with individual pruning!1 / 1 [================] 100.00 % 10009.01/s done done done 0 / 4 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 2 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 2 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 4 [============>-------------------------------------] 25.00 % 6678.69/s 0s 1 / 2 [========================>-------------------------] 50.00 % 9941.35/s 0s 3 / 4 [====================================>------------] 75.00 % 13609.76/s 0s Continuing with individual pruning!2 / 2 [================] 100.00 % 11101.24/s 1 / 2 [========================>-------------------------] 50.00 % 5286.53/s 0s done Continuing with individual pruning!4 / 4 [================] 100.00 % 13953.81/s done done 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 3 [================>---------------------------------] 33.33 % 9304.06/s 0s 1 / 3 [================>--------------------------------] 33.33 % 10598.83/s 0s 2 / 3 [================================>----------------] 66.67 % 11648.90/s 0s Continuing with individual pruning!3 / 3 [================] 100.00 % 17820.02/s Continuing with individual pruning!2 / 3 [=========>-----] 66.67 % 8739.73/s 0s done Continuing with individual pruning!3 / 3 [================] 100.00 % 11363.21/s done 0 / 4 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 4 [============>------------------------------------] 25.00 % 11095.08/s 0s 3 / 4 [====================================>------------] 75.00 % 17936.15/s 0s Continuing with individual pruning!4 / 4 [================] 100.00 % 18027.76/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 5 [=========>---------------------------------------] 20.00 % 15044.38/s 0s 3 / 5 [=============================>-------------------] 60.00 % 25879.92/s 0s 4 / 5 [=======================================>---------] 80.00 % 26562.19/s 0s Continuing with individual pruning!5 / 5 [================] 100.00 % 26394.97/s done test fast_graph::tests::longest_path_consistent ... ignored [INFO] [stdout] test tests::longest_path_consistent ... ignored [INFO] [stdout] test fast_graph::tests::fast_graph_skippable_works ... ok [INFO] [stdout] test fast_graph::tests::fast_graph_works ... ok [INFO] [stdout] test fast_graph::tests::longest_paths_faster_works ... ok [INFO] [stdout] test tests::longest_paths_additive_works ... ok [INFO] [stdout] test fast_graph::tests::fast_graph_mult_works ... ok [INFO] [stdout] test tests::longest_paths_mult_works ... ok [INFO] [stdout] 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 13025.92/s Finished preparing. 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 18548.75/s Finished preparing. 0 / 2 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!2 / 2 [================] 100.00 % 20872.47/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 19783.96/s Finished preparing. 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 2 / 3 [================================>----------------] 66.67 % 17692.85/s 0s Continuing with individual pruning!3 / 3 [================] 100.00 % 16740.14/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 15840.33/s Finished preparing. 0 / 4 [---------------------------------------------------------] 0.00 % 0.00/s 2 / 4 [========================>------------------------] 50.00 % 17250.30/s 0s 3 / 4 [====================================>------------] 75.00 % 15738.12/s 0s Continuing with individual pruning!4 / 4 [================] 100.00 % 14822.50/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 25374.27/s Finished preparing. 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 2 / 5 [===================>-----------------------------] 40.00 % 35056.97/s 0s 3 / 5 [=============================>-------------------] 60.00 % 32509.75/s 0s 4 / 5 [=======================================>---------] 80.00 % 29269.72/s 0s Continuing with individual pruning!5 / 5 [================] 100.00 % 27054.81/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 14593.85/s Finished preparing. 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!1 / 1 [=================] 100.00 % 9376.47/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 14651.59/s Finished preparing. 0 / 2 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 2 [========================>------------------------] 50.00 % 10803.80/s 0s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 13952.06/s Finished preparing. 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 3 [================>--------------------------------] 33.33 % 13333.33/s 0s Continuing with individual pruning!3 / 3 [================] 100.00 % 19179.13/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 12809.67/s Finished preparing. 0 / 4 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 4 [============>-------------------------------------] 25.00 % 9553.84/s 0s 3 / 4 [====================================>------------] 75.00 % 14652.01/s 0s Continuing with individual pruning!4 / 4 [================] 100.00 % 13073.60/s done 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 5 / 5 [===================================================] 100.00 % 13947.78/s Finished preparing. 0 / 5 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 5 [=========>----------------------------------------] 20.00 % 9046.50/s 0s 3 / 5 [=============================>-------------------] 60.00 % 15639.66/s 0s 4 / 5 [=======================================>---------] 80.00 % 14682.13/s 0s Continuing with individual pruning!5 / 5 [================] 100.00 % 14327.06/s done 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 3 / 3 [===================================================] 100.00 % 11351.21/s Finished preparing. 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!1 / 1 [=================] 100.00 % 8341.05/s done 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 3 / 3 [===================================================] 100.00 % 11441.17/s Finished preparing. 0 / 1 [---------------------------------------------------------] 0.00 % 0.00/s Continuing with individual pruning!1 / 1 [=================] 100.00 % 8163.27/s done 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 3 / 3 [===================================================] 100.00 % 13490.42/s Finished preparing. 0 / 2 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 2 [========================>------------------------] 50.00 % 11052.17/s 0s Continuing with individual pruning!2 / 2 [================] 100.00 % 11894.85/s done 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 3 / 3 [===================================================] 100.00 % 12807.87/s Finished preparing. 0 / 3 [---------------------------------------------------------] 0.00 % 0.00/s 1 / 3 [================>---------------------------------] 33.33 % 9427.65/s 0s 2 / 3 [================================>----------------] 66.67 % 11526.65/s 0s Continuing with individual pruning!2 / 3 [=========>-----] 66.67 % 8637.07/s 0s Continuing with individual pruning!3 / 3 [================] 100.00 % 11349.88/s done test tests::longest_paths_faster_works ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/n_longest_paths-f2a64e29e43843d5) [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests n_longest_paths [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f1653f750f1eace442d13610fb5222c88de450a57f699a6346e3d3d1f82e243b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1653f750f1eace442d13610fb5222c88de450a57f699a6346e3d3d1f82e243b", kill_on_drop: false }` [INFO] [stdout] f1653f750f1eace442d13610fb5222c88de450a57f699a6346e3d3d1f82e243b