[INFO] cloning repository https://github.com/mihai-dinculescu/ntropy-sdk-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mihai-dinculescu/ntropy-sdk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihai-dinculescu%2Fntropy-sdk-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihai-dinculescu%2Fntropy-sdk-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fbd291a37f73b091d2a28b9c29b2341301c6f72
[INFO] testing mihai-dinculescu/ntropy-sdk-rs against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihai-dinculescu%2Fntropy-sdk-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mihai-dinculescu/ntropy-sdk-rs
[INFO] finished tweaking git repo https://github.com/mihai-dinculescu/ntropy-sdk-rs
[INFO] tweaked toml for git repo https://github.com/mihai-dinculescu/ntropy-sdk-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mihai-dinculescu/ntropy-sdk-rs on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mihai-dinculescu/ntropy-sdk-rs 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4914f250927580ad9b6b2768f270cd02871a91c3be9784210adf9647d1d7cb39
[INFO] running `Command { std: "docker" "start" "-a" "4914f250927580ad9b6b2768f270cd02871a91c3be9784210adf9647d1d7cb39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4914f250927580ad9b6b2768f270cd02871a91c3be9784210adf9647d1d7cb39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4914f250927580ad9b6b2768f270cd02871a91c3be9784210adf9647d1d7cb39", kill_on_drop: false }`
[INFO] [stdout] 4914f250927580ad9b6b2768f270cd02871a91c3be9784210adf9647d1d7cb39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f10b4ceb88097483cac1f7a705f2250d147c034f92105909b7298d1e0bdda590
[INFO] running `Command { std: "docker" "start" "-a" "f10b4ceb88097483cac1f7a705f2250d147c034f92105909b7298d1e0bdda590", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling tokio v1.21.1
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling ntropy-api-client v0.0.1 (/opt/rustwide/workdir/ntropy-api-client)
[INFO] [stderr]    Compiling ntropy-sdk v0.1.0 (/opt/rustwide/workdir/ntropy-sdk)
[INFO] [stdout] warning: value assigned to `status` is never read
[INFO] [stdout]   --> ntropy-sdk/src/errors.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `content` is never read
[INFO] [stdout]   --> ntropy-sdk/src/errors.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stdout]    |                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.14s
[INFO] running `Command { std: "docker" "inspect" "f10b4ceb88097483cac1f7a705f2250d147c034f92105909b7298d1e0bdda590", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f10b4ceb88097483cac1f7a705f2250d147c034f92105909b7298d1e0bdda590", kill_on_drop: false }`
[INFO] [stdout] f10b4ceb88097483cac1f7a705f2250d147c034f92105909b7298d1e0bdda590
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c1971b5a37f239b3902637a337f5a7ef26a8f10609d67b2cca3d3379ad285cd
[INFO] running `Command { std: "docker" "start" "-a" "0c1971b5a37f239b3902637a337f5a7ef26a8f10609d67b2cca3d3379ad285cd", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling ntropy-api-client v0.0.1 (/opt/rustwide/workdir/ntropy-api-client)
[INFO] [stdout] warning: value assigned to `status` is never read
[INFO] [stdout]   --> ntropy-sdk/src/errors.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `content` is never read
[INFO] [stdout]   --> ntropy-sdk/src/errors.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stdout]    |                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ntropy-sdk v0.1.0 (/opt/rustwide/workdir/ntropy-sdk)
[INFO] [stdout] warning: value assigned to `status` is never read
[INFO] [stdout]   --> ntropy-sdk/src/errors.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `content` is never read
[INFO] [stdout]   --> ntropy-sdk/src/errors.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stdout]    |                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.70s
[INFO] running `Command { std: "docker" "inspect" "0c1971b5a37f239b3902637a337f5a7ef26a8f10609d67b2cca3d3379ad285cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c1971b5a37f239b3902637a337f5a7ef26a8f10609d67b2cca3d3379ad285cd", kill_on_drop: false }`
[INFO] [stdout] 0c1971b5a37f239b3902637a337f5a7ef26a8f10609d67b2cca3d3379ad285cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fd12ea8c014ad708461f8895e74dc683f79434deef87525fb5dca0db4a3e1238
[INFO] running `Command { std: "docker" "start" "-a" "fd12ea8c014ad708461f8895e74dc683f79434deef87525fb5dca0db4a3e1238", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: value assigned to `status` is never read
[INFO] [stderr]   --> ntropy-sdk/src/errors.rs:27:21
[INFO] [stderr]    |
[INFO] [stderr] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stderr]    |                     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `content` is never read
[INFO] [stderr]   --> ntropy-sdk/src/errors.rs:27:41
[INFO] [stderr]    |
[INFO] [stderr] 27 |     ResponseError { status: StatusCode, content: String },
[INFO] [stderr]    |                                         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: `ntropy-sdk` (lib) generated 2 warnings
[INFO] [stderr] warning: `ntropy-sdk` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[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 src/lib.rs (/opt/rustwide/target/debug/deps/ntropy_api_client-824393ee0dc28b08)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ntropy_sdk-fc0d6febbc0b8196)
[INFO] [stderr]    Doc-tests ntropy_api_client
[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 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 ntropy_sdk
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test ntropy-sdk/src/client.rs - client::Client::with_poll_rate (line 64) ... ok
[INFO] [stdout] test ntropy-sdk/src/client.rs - client::Client::with_channel_buffer_size (line 81) ... ok
[INFO] [stdout] test ntropy-sdk/src/client.rs - client::Client::new (line 37) ... ok
[INFO] [stdout] test ntropy-sdk/src/lib.rs - (line 6) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ntropy-sdk/src/lib.rs - (line 6) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (102) panicked at ntropy-sdk/src/lib.rs:8:51:
[INFO] [stdout] failed to get NTROPY_API_KEY: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x632461c25062 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x632461c25062 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x632461c25062 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x632461c25062 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x632461c36b0f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x632461c36b0f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x632461bfeb33 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x632461bfeb33 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x632461c064a2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x632461c08eaf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x632461c08d09 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x632461c09535 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x632461c0931a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x632461c065d9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x632461bf334d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x632461c3f9e0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x632461c3eee6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   17:     0x6324617bfdb4 - core::result::Result<T,E>::expect::h298261c3517b1688
[INFO] [stdout]   18:     0x6324617d962d - rust_out::main::{{closure}}::h8595e8fb2043d0a9
[INFO] [stdout]   19:     0x6324617c2546 - tokio::park::thread::CachedParkThread::block_on::{{closure}}::hddb2baed7f452d3c
[INFO] [stdout]   20:     0x6324617c0f18 - tokio::coop::with_budget::{{closure}}::h495d5767176df6ef
[INFO] [stdout]   21:     0x6324617ba9ca - std::thread::local::LocalKey<T>::try_with::h98d2bdee6be91217
[INFO] [stdout]   22:     0x6324617ba686 - std::thread::local::LocalKey<T>::with::h34023dd4ab1dd277
[INFO] [stdout]   23:     0x6324617c20d5 - tokio::park::thread::CachedParkThread::block_on::h3c4110775788241c
[INFO] [stdout]   24:     0x6324617d46eb - tokio::runtime::enter::Enter::block_on::h1042bda3c5534c03
[INFO] [stdout]   25:     0x6324617d4b5e - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h17e2a6d740bc0904
[INFO] [stdout]   26:     0x6324617d4876 - tokio::runtime::Runtime::block_on::h77e0ada5782a18fd
[INFO] [stdout]   27:     0x6324617d949f - rust_out::main::hca4b1f7e004a5b5b
[INFO] [stdout]   28:     0x6324617bcc63 - core::ops::function::FnOnce::call_once::hd1d9844f43ba9ade
[INFO] [stdout]   29:     0x6324617b9636 - std::sys::backtrace::__rust_begin_short_backtrace::h1b07d04bd89bf1d2
[INFO] [stdout]   30:     0x6324617b9619 - std::rt::lang_start::{{closure}}::h195b227e6d961974
[INFO] [stdout]   31:     0x632461c00260 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   32:     0x632461c00260 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x632461c00260 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x632461c00260 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x632461c00260 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stdout]   36:     0x632461c00260 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x632461c00260 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x632461c00260 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x632461c00260 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stdout]   40:     0x6324617b9601 - std::rt::lang_start::h1eafb7a9125a057d
[INFO] [stdout]   41:     0x6324617dabb5 - main
[INFO] [stdout]   42:     0x7790cb4171ca - <unknown>
[INFO] [stdout]   43:     0x7790cb41728b - __libc_start_main
[INFO] [stdout]   44:     0x6324617b76a5 - _start
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ntropy-sdk/src/lib.rs - (line 6)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.76s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p ntropy-sdk --doc`
[INFO] running `Command { std: "docker" "inspect" "fd12ea8c014ad708461f8895e74dc683f79434deef87525fb5dca0db4a3e1238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd12ea8c014ad708461f8895e74dc683f79434deef87525fb5dca0db4a3e1238", kill_on_drop: false }`
[INFO] [stdout] fd12ea8c014ad708461f8895e74dc683f79434deef87525fb5dca0db4a3e1238
