[INFO] cloning repository https://github.com/Scarjit/randomrepo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Scarjit/randomrepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FScarjit%2Frandomrepo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FScarjit%2Frandomrepo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26dcc3851d21fd545b5c9cd758b44502326b27c0
[INFO] testing Scarjit/randomrepo against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FScarjit%2Frandomrepo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Scarjit/randomrepo
[INFO] finished tweaking git repo https://github.com/Scarjit/randomrepo
[INFO] tweaked toml for git repo https://github.com/Scarjit/randomrepo written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Scarjit/randomrepo on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Scarjit/randomrepo 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `panic` setting is ignored for `test` profile
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 176726476d12f87dcfa736c06c5e96be3cd6b70fe3098b6ccbb84371a6bfd7e8
[INFO] running `Command { std: "docker" "start" "-a" "176726476d12f87dcfa736c06c5e96be3cd6b70fe3098b6ccbb84371a6bfd7e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "176726476d12f87dcfa736c06c5e96be3cd6b70fe3098b6ccbb84371a6bfd7e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "176726476d12f87dcfa736c06c5e96be3cd6b70fe3098b6ccbb84371a6bfd7e8", kill_on_drop: false }`
[INFO] [stdout] 176726476d12f87dcfa736c06c5e96be3cd6b70fe3098b6ccbb84371a6bfd7e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f72058fcae5b746a46084dbc42696c634229311267c2f4fa7db9cd229d583be
[INFO] running `Command { std: "docker" "start" "-a" "0f72058fcae5b746a46084dbc42696c634229311267c2f4fa7db9cd229d583be", kill_on_drop: false }`
[INFO] [stderr] warning: `panic` setting is ignored for `test` profile
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling futures-core v0.3.16
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling futures-io v0.3.16
[INFO] [stderr]    Compiling futures-macro v0.3.16
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling futures-task v0.3.16
[INFO] [stderr]    Compiling futures-channel v0.3.16
[INFO] [stderr]    Compiling futures-sink v0.3.16
[INFO] [stderr]    Compiling tinyvec v1.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.16
[INFO] [stderr]    Compiling instant v0.1.10
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling tokio v1.13.1
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling siphasher v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.1
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling dot v0.1.4
[INFO] [stderr]    Compiling postgres-types v0.2.1
[INFO] [stderr]    Compiling async-fs v1.5.0
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling graph-generators v0.1.0
[INFO] [stderr]    Compiling rand_distr v0.4.1
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling futures-executor v0.3.16
[INFO] [stderr]    Compiling futures v0.3.16
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-postgres v0.7.2
[INFO] [stderr]    Compiling pgTest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: crate `pgTest` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `pg_test`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.49s
[INFO] running `Command { std: "docker" "inspect" "0f72058fcae5b746a46084dbc42696c634229311267c2f4fa7db9cd229d583be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f72058fcae5b746a46084dbc42696c634229311267c2f4fa7db9cd229d583be", kill_on_drop: false }`
[INFO] [stdout] 0f72058fcae5b746a46084dbc42696c634229311267c2f4fa7db9cd229d583be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88822a9f4d2234c09dddcaa027da2e572c53bd7ef924cfe0fc66a3dd7cf52cd9
[INFO] running `Command { std: "docker" "start" "-a" "88822a9f4d2234c09dddcaa027da2e572c53bd7ef924cfe0fc66a3dd7cf52cd9", kill_on_drop: false }`
[INFO] [stderr] warning: `panic` setting is ignored for `test` profile
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling futures-core v0.3.16
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-io v0.3.16
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.16
[INFO] [stderr]    Compiling futures-macro v0.3.16
[INFO] [stderr]    Compiling futures-channel v0.3.16
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-task v0.3.16
[INFO] [stderr]    Compiling futures-util v0.3.16
[INFO] [stderr]    Compiling tinyvec v1.3.1
[INFO] [stderr]    Compiling instant v0.1.10
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling tokio v1.13.1
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling siphasher v0.3.6
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.1
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling postgres-types v0.2.1
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling graph-generators v0.1.0
[INFO] [stderr]    Compiling dot v0.1.4
[INFO] [stderr]    Compiling async-fs v1.5.0
[INFO] [stderr]    Compiling rand_distr v0.4.1
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling futures-executor v0.3.16
[INFO] [stderr]    Compiling futures v0.3.16
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-postgres v0.7.2
[INFO] [stderr]    Compiling pgTest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: crate `pgTest` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `pg_test`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "88822a9f4d2234c09dddcaa027da2e572c53bd7ef924cfe0fc66a3dd7cf52cd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88822a9f4d2234c09dddcaa027da2e572c53bd7ef924cfe0fc66a3dd7cf52cd9", kill_on_drop: false }`
[INFO] [stdout] 88822a9f4d2234c09dddcaa027da2e572c53bd7ef924cfe0fc66a3dd7cf52cd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a93eafabe148fde92f43a94701b0546e8109cf64afef112037aebe842928d4c0
[INFO] running `Command { std: "docker" "start" "-a" "a93eafabe148fde92f43a94701b0546e8109cf64afef112037aebe842928d4c0", kill_on_drop: false }`
[INFO] [stderr] warning: `panic` setting is ignored for `test` profile
[INFO] [stderr] warning: crate `pgTest` should have a snake case name
[INFO] [stderr]   |
[INFO] [stderr]   = help: convert the identifier to snake case: `pg_test`
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pgTest` (lib) generated 1 warning
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pgTest-c01771f3eda2865b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::generate_data ... FAILED
[INFO] [stdout] test tests::get_childen_of_starter ... FAILED
[INFO] [stdout] test tests::load_simple_data ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::generate_data stdout ----
[INFO] [stdout] Generating graph with
[INFO] [stdout] 	Initial children:		4
[INFO] [stdout] 	Std Dev:				7.305546926590112
[INFO] [stdout] 	Std Increase factor:	-0.665855130977778
[INFO] [stdout] 	Mutator percentage:	-0.665855130977778
[INFO] [stdout] 	Nodes:					21861
[INFO] [stdout] 	Edges:					23169
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::generate_data' (17) panicked at src/generator.rs:77:50:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b504db038c6 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x5b504dad680f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x5b504db2b87f - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x5b504db03612 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x5b504db0303e - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x5b504db02b45 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x5b504db0248b - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    7:     0x5b504db2c7d8 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    8:     0x5b504db2c739 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]    9:     0x5b504db2c72c - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b504dad41af - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   11:     0x5b504dadc905 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]   12:     0x5b504daba58d - pgTest::tests::generate_data::{{closure}}::hc72bddcd539ece32
[INFO] [stdout]   13:     0x5b504daa815f - core::ops::function::FnOnce::call_once::hcd2e31e70b6c5882
[INFO] [stdout]   14:     0x5b504db48a4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   15:     0x5b504db44333 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   16:     0x5b504db43dbc - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   17:     0x5b504db62034 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   18:     0x5b504db3586f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   19:     0x72d36ed17aa4 - <unknown>
[INFO] [stdout]   20:     0x72d36eda4a34 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::get_childen_of_starter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::get_childen_of_starter' (18) panicked at src/lib.rs:81:113:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { kind: Connect, cause: Some(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b504db038c6 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x5b504dad680f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x5b504db2b87f - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x5b504db03612 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x5b504db0303e - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x5b504db02b45 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x5b504db0248b - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    7:     0x5b504db2c7d8 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    8:     0x5b504db2c739 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]    9:     0x5b504db2c72c - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b504dad41af - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   11:     0x5b504dadc905 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]   12:     0x5b504dac50dd - pgTest::tests::get_conn::{{closure}}::h3f48a0229bd3e34e
[INFO] [stdout]   13:     0x5b504dabff2a - pgTest::tests::get_childen_of_starter::{{closure}}::h4f78c2aed5e47750
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   14:     0x5b504daa69a3 - core::ops::function::FnOnce::call_once::hb4e7cc498876ff81
[INFO] [stdout]   15:     0x5b504db48a4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   16:     0x5b504db44333 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   17:     0x5b504db43dbc - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   18:     0x5b504db62034 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   19:     0x5b504db3586f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   20:     0x72d36ed17aa4 - <unknown>
[INFO] [stdout]   21:     0x72d36eda4a34 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::load_simple_data stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::load_simple_data' (19) panicked at src/lib.rs:81:113:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { kind: Connect, cause: Some(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b504db038c6 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x5b504dad680f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x5b504db2b87f - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x5b504db03612 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x5b504db0303e - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x5b504db02b45 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x5b504db0248b - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    7:     0x5b504db2c7d8 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    8:     0x5b504db2c739 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]    9:     0x5b504db2c72c - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b504dad41af - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   11:     0x5b504dadc905 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]   12:     0x5b504dac50dd - pgTest::tests::get_conn::{{closure}}::h3f48a0229bd3e34e
[INFO] [stdout]   13:     0x5b504dabe01c - pgTest::tests::load_simple_data::{{closure}}::h044a33c7de174600
[INFO] [stdout]   14:     0x5b504daa51a3 - core::ops::function::FnOnce::call_once::h6f4abde62c479495
[INFO] [stdout]   15:     0x5b504db48a4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   16:     0x5b504db44333 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   17:     0x5b504db43dbc - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   18:     0x5b504db62034 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   19:     0x5b504db3586f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   20:     0x72d36ed17aa4 - <unknown>
[INFO] [stdout]   21:     0x72d36eda4a34 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::generate_data
[INFO] [stdout]     tests::get_childen_of_starter
[INFO] [stdout]     tests::load_simple_data
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a93eafabe148fde92f43a94701b0546e8109cf64afef112037aebe842928d4c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a93eafabe148fde92f43a94701b0546e8109cf64afef112037aebe842928d4c0", kill_on_drop: false }`
[INFO] [stdout] a93eafabe148fde92f43a94701b0546e8109cf64afef112037aebe842928d4c0
