[INFO] cloning repository https://github.com/anderson-international/decluster
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anderson-international/decluster" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanderson-international%2Fdecluster", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanderson-international%2Fdecluster'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e49f4f307608f3ac1b84360bc3bb901b8f7ffd6d
[INFO] testing anderson-international/decluster against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanderson-international%2Fdecluster" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anderson-international/decluster
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/anderson-international/decluster
[INFO] tweaked toml for git repo https://github.com/anderson-international/decluster written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anderson-international/decluster on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anderson-international/decluster already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-5-tc2/source/examples/decluster_demo.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `decluster_demo`
[INFO] [stderr]   * `example` target `decluster_demo`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b1e5071fdf81ea07d61742f03e8506408efef834dd077c6b2910fd8ba82920f
[INFO] running `Command { std: "docker" "start" "-a" "1b1e5071fdf81ea07d61742f03e8506408efef834dd077c6b2910fd8ba82920f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b1e5071fdf81ea07d61742f03e8506408efef834dd077c6b2910fd8ba82920f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b1e5071fdf81ea07d61742f03e8506408efef834dd077c6b2910fd8ba82920f", kill_on_drop: false }`
[INFO] [stdout] 1b1e5071fdf81ea07d61742f03e8506408efef834dd077c6b2910fd8ba82920f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5798ac91b794bf0049810276afd4b853d27e87d97aa2094772dd88d4d2d5c59
[INFO] running `Command { std: "docker" "start" "-a" "a5798ac91b794bf0049810276afd4b853d27e87d97aa2094772dd88d4d2d5c59", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/examples/decluster_demo.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `decluster_demo`
[INFO] [stderr]   * `example` target `decluster_demo`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.7
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling piston-float v1.0.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.7
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling piston-viewport v1.0.2
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling rusttype v0.9.2
[INFO] [stderr]    Compiling piston-graphics_api_version v1.0.1
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling draw_state v0.8.0
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling raw-window-handle v0.4.2
[INFO] [stderr]    Compiling gfx_core v0.9.2
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling lebe v0.5.1
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]    Compiling getrandom v0.2.5
[INFO] [stderr]    Compiling nix v0.20.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling nanorand v0.6.1
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling xdg v2.4.1
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling andrew v0.3.1
[INFO] [stderr]    Compiling memmap2 v0.1.0
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling gif v0.11.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling tiff v0.7.1
[INFO] [stderr]    Compiling gl v0.13.0
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling raw-window-handle v0.3.4
[INFO] [stderr]    Compiling png v0.17.3
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]    Compiling piston-texture v0.8.0
[INFO] [stderr]    Compiling bytemuck v1.7.3
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling gfx v0.18.2
[INFO] [stderr]    Compiling shader_version v0.7.0
[INFO] [stderr]    Compiling vecmath v1.0.0
[INFO] [stderr]    Compiling spin_sleep v1.0.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.7
[INFO] [stderr]    Compiling interpolation v0.2.0
[INFO] [stderr]    Compiling read_color v1.0.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling piston-shaders_graphics2d v0.4.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling piston2d-graphics v0.42.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling jpeg-decoder v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wayland-commons v0.28.6
[INFO] [stderr]    Compiling calloop v0.6.5
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling flume v0.10.11
[INFO] [stderr]    Compiling exr v1.4.1
[INFO] [stderr]    Compiling gfx_device_gl v0.16.2
[INFO] [stderr]    Compiling wayland-cursor v0.28.6
[INFO] [stderr]    Compiling wayland-egl v0.28.6
[INFO] [stderr]    Compiling pistoncore-input v1.0.1
[INFO] [stderr]    Compiling image v0.24.1
[INFO] [stderr]    Compiling pistoncore-window v0.47.1
[INFO] [stderr]    Compiling pistoncore-event_loop v0.53.1
[INFO] [stderr]    Compiling piston v0.53.1
[INFO] [stderr]    Compiling piston-gfx_texture v0.42.0
[INFO] [stderr]    Compiling piston2d-gfx_graphics v0.76.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.12.3
[INFO] [stderr]    Compiling winit v0.24.0
[INFO] [stderr]    Compiling glutin v0.26.0
[INFO] [stderr]    Compiling pistoncore-glutin_window v0.69.0
[INFO] [stderr]    Compiling piston_window v0.123.0
[INFO] [stderr]    Compiling decluster v1.0.18 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
[INFO] running `Command { std: "docker" "inspect" "a5798ac91b794bf0049810276afd4b853d27e87d97aa2094772dd88d4d2d5c59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5798ac91b794bf0049810276afd4b853d27e87d97aa2094772dd88d4d2d5c59", kill_on_drop: false }`
[INFO] [stdout] a5798ac91b794bf0049810276afd4b853d27e87d97aa2094772dd88d4d2d5c59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c547501c34915ae39275e75e0ebfa8c7023dd25495593be37c291399b6c5d42
[INFO] running `Command { std: "docker" "start" "-a" "5c547501c34915ae39275e75e0ebfa8c7023dd25495593be37c291399b6c5d42", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/examples/decluster_demo.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `decluster_demo`
[INFO] [stderr]   * `example` target `decluster_demo`
[INFO] [stderr]    Compiling decluster v1.0.18 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.76s
[INFO] running `Command { std: "docker" "inspect" "5c547501c34915ae39275e75e0ebfa8c7023dd25495593be37c291399b6c5d42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c547501c34915ae39275e75e0ebfa8c7023dd25495593be37c291399b6c5d42", kill_on_drop: false }`
[INFO] [stdout] 5c547501c34915ae39275e75e0ebfa8c7023dd25495593be37c291399b6c5d42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 457eb751635aca9dd02c02901dfa258a1b7e5188ec31887f96ad06032b2e05b2
[INFO] running `Command { std: "docker" "start" "-a" "457eb751635aca9dd02c02901dfa258a1b7e5188ec31887f96ad06032b2e05b2", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/examples/decluster_demo.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `decluster_demo`
[INFO] [stderr]   * `example` target `decluster_demo`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/decluster-1c0859750a3ca35c)
[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]      Running unittests examples/decluster_demo.rs (/opt/rustwide/target/debug/deps/decluster_demo-1c5ae09d85d2564e)
[INFO] [stderr]    Doc-tests decluster
[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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 25) ... FAILED
[INFO] [stdout] test src/decluster.rs - decluster::decluster (line 10) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 6) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 25) stdout ----
[INFO] [stdout] error: expected item, found `>`
[INFO] [stdout]   --> src/lib.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | > cargo run --example decluster_demo --release
[INFO] [stdout]    | ^ expected item
[INFO] [stdout]    |
[INFO] [stdout]    = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/decluster.rs - decluster::decluster (line 10) stdout ----
[INFO] [stdout] error: expected item, found `*`
[INFO] [stdout]   --> src/decluster.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | * points - the vec of Point structures
[INFO] [stdout]    | ^ expected item
[INFO] [stdout]    |
[INFO] [stdout]    = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 6) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (66) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.19.1/src/xlib.rs:25:1:
[INFO] [stdout] null pointer dereference occurred
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9fc2d5130a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d9fc2d5130a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d9fc2d5130a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d9fc2d5130a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d9fc2d67ffa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d9fc2d67ffa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d9fc2d55a32 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d9fc2d55a32 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d9fc2d38d7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d9fc2d38d7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d9fc2d4b791 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5d9fc2d4b94b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5d9fc2d38e6a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5d9fc2d306e9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5d9fc2d3983d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5d9fc2d686fd - core[10b6fa85044e1869]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5d9fc2d686fd - core[10b6fa85044e1869]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/intrinsics/mod.rs:2447:9
[INFO] [stdout]   17:     0x5d9fc2d68847 - core[10b6fa85044e1869]::panicking::panic_null_pointer_dereference
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:302:5
[INFO] [stdout]   18:     0x5d9fc2c6a5de - <x11_dl::xlib::Xlib::init::SYMS as core::ops::deref::Deref>::deref::__static_ref_initialize::h295db02aee538531
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.19.1/src/link.rs:40:38
[INFO] [stdout]   19:     0x5d9fc2c6a5de - core::ops::function::FnOnce::call_once::h7a328e586e48103e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   20:     0x5d9fc2c6c4d3 - lazy_static::lazy::Lazy<T>::get::{{closure}}::h79b242ea715c208d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   21:     0x5d9fc2c6cffe - std::sync::once::Once::call_once::{{closure}}::hd8ac86051599264a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:41
[INFO] [stdout]   22:     0x5d9fc2d3c2d7 - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   23:     0x5d9fc2c6cb29 - std::sync::once::Once::call_once::h57e8ac284139ec6e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   24:     0x5d9fc2c73043 - lazy_static::lazy::Lazy<T>::get::ha9b6023afcf1599b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   25:     0x5d9fc2c73043 - <x11_dl::xlib::Xlib::init::SYMS as core::ops::deref::Deref>::deref::__stability::h422a6be129dfbff7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   26:     0x5d9fc2c73043 - <x11_dl::xlib::Xlib::init::SYMS as core::ops::deref::Deref>::deref::h6e0c725da91946cd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   27:     0x5d9fc2c729f3 - x11_dl::xlib::Xlib::init::hdb093611758b361b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.19.1/src/link.rs:46:36
[INFO] [stdout]   28:     0x5d9fc2c72ea8 - x11_dl::xlib::Xlib::open::h26b8b5d1b822df4a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.19.1/src/link.rs:59:11
[INFO] [stdout]   29:     0x5d9fc2a276cb - winit::platform_impl::platform::x11::xdisplay::XConnection::new::hb2f1a1fd3be7a3dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.24.0/src/platform_impl/linux/x11/xdisplay.rs:36:20
[INFO] [stdout]   30:     0x5d9fc29e9050 - <winit::platform_impl::platform::X11_BACKEND as core::ops::deref::Deref>::deref::__static_ref_initialize::hb8aef5376eb8de5e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.24.0/src/platform_impl/linux/mod.rs:102:20
[INFO] [stdout]   31:     0x5d9fc29e9050 - core::ops::function::FnOnce::call_once::h08305e2d03d4966d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x5d9fc2a1458b - lazy_static::lazy::Lazy<T>::get::{{closure}}::h0ec82ce6a515edba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   33:     0x5d9fc2a3af6e - std::sync::once::Once::call_once::{{closure}}::he4657cd20d080bfb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:41
[INFO] [stdout]   34:     0x5d9fc2d3c2d7 - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   35:     0x5d9fc2a3ab69 - std::sync::once::Once::call_once::h74b9232608fa27e4
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   36:     0x5d9fc2a13000 - lazy_static::lazy::Lazy<T>::get::ha9a3f0562ca70ba5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   37:     0x5d9fc2a13000 - <winit::platform_impl::platform::X11_BACKEND as core::ops::deref::Deref>::deref::__stability::habc5f839905cf059
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   38:     0x5d9fc2a13000 - <winit::platform_impl::platform::X11_BACKEND as core::ops::deref::Deref>::deref::h7d16c6478fdcff49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   39:     0x5d9fc28eff39 - winit::platform_impl::platform::EventLoop<T>::new_x11_any_thread::hb06edf8cb165c752
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.24.0/src/platform_impl/linux/mod.rs:629:27
[INFO] [stdout]   40:     0x5d9fc28efcc2 - winit::platform_impl::platform::EventLoop<T>::new_any_thread::hb91ca0d6757a36b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.24.0/src/platform_impl/linux/mod.rs:591:29
[INFO] [stdout]   41:     0x5d9fc28f017b - winit::platform_impl::platform::EventLoop<T>::new::hd6ac6f7732199c12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.24.0/src/platform_impl/linux/mod.rs:556:9
[INFO] [stdout]   42:     0x5d9fc297681c - winit::event_loop::EventLoop<T>::with_user_event::h8ac7840bb8286634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.24.0/src/event_loop.rs:134:25
[INFO] [stdout]   43:     0x5d9fc2932e36 - glutin_window::GlutinWindow::new::hbbc8e765e637c520
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pistoncore-glutin_window-0.69.0/src/lib.rs:119:26
[INFO] [stdout]   44:     0x5d9fc29396b7 - <glutin_window::GlutinWindow as window::BuildFromWindowSettings>::build_from_window_settings::h66f042b6d40d62c1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pistoncore-glutin_window-0.69.0/src/lib.rs:541:9
[INFO] [stdout]   45:     0x5d9fc2860487 - window::WindowSettings::build::h327e5475758fc348
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pistoncore-window-0.47.1/src/lib.rs:470:9
[INFO] [stdout]   46:     0x5d9fc286908d - <piston_window::PistonWindow<W> as window::BuildFromWindowSettings>::build_from_window_settings::hc5063b9c1bd92405
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/piston_window-0.123.0/src/lib.rs:191:56
[INFO] [stdout]   47:     0x5d9fc28604b7 - window::WindowSettings::build::h723ca0b73262049d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pistoncore-window-0.47.1/src/lib.rs:470:9
[INFO] [stdout]   48:     0x5d9fc28648d4 - decluster::Canvas::new::h1905299bd246e465
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:75:14
[INFO] [stdout]   49:     0x5d9fc285c844 - rust_out::main::hbc8fb3ef9073494f
[INFO] [stdout]   50:     0x5d9fc285c743 - core::ops::function::FnOnce::call_once::h8578f0c031e386ae
[INFO] [stdout]   51:     0x5d9fc285c726 - std::sys::backtrace::__rust_begin_short_backtrace::hb54d2daf111ce867
[INFO] [stdout]   52:     0x5d9fc285c709 - std::rt::lang_start::{{closure}}::h94e8fd5c8cccecfa
[INFO] [stdout]   53:     0x5d9fc2d4aac4 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   54:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   58:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5d9fc2d4aac4 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   62:     0x5d9fc285c6f1 - std::rt::lang_start::h7f170e4d70be7fa1
[INFO] [stdout]   63:     0x5d9fc285c8b5 - main
[INFO] [stdout]   64:     0x75944e9dd1ca - <unknown>
[INFO] [stdout]   65:     0x75944e9dd28b - __libc_start_main
[INFO] [stdout]   66:     0x5d9fc285c605 - _start
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/decluster.rs - decluster::decluster (line 10)
[INFO] [stdout]     src/lib.rs - (line 25)
[INFO] [stdout]     src/lib.rs - (line 6)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.84s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "457eb751635aca9dd02c02901dfa258a1b7e5188ec31887f96ad06032b2e05b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "457eb751635aca9dd02c02901dfa258a1b7e5188ec31887f96ad06032b2e05b2", kill_on_drop: false }`
[INFO] [stdout] 457eb751635aca9dd02c02901dfa258a1b7e5188ec31887f96ad06032b2e05b2
