sentry-failure 0.20.1

Sentry integration for failure crate.
Build #293226 2020-09-15T08:54:08.395856+00:00
# rustc version
rustc 1.48.0-nightly (9b4154193 2020-09-14)
# docs.rs version
docsrs 0.6.0 (8a51d60 2020-09-14)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sentry-failure-0.20.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sentry-failure-0.20.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --static-root-path / --cap-lints warn --disable-per-crate-search --extern-html-root-url failure=https://docs.rs/failure/0.1.8 --extern-html-root-url sentry_core=https://docs.rs/sentry-core/0.20.1 --extern-html-root-url sentry_backtrace=https://docs.rs/sentry-backtrace/0.20.1 --resource-suffix -20200914-1.48.0-nightly-9b4154193" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--all-features" "-j2", kill_on_drop: false }`
[INFO] [stdout] dcfb533d31ef080aed6dc7dae2714653b1673443f8667c8dfe69d69559b1772a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "dcfb533d31ef080aed6dc7dae2714653b1673443f8667c8dfe69d69559b1772a", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.21
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.41
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.77
[INFO] [stderr]    Compiling serde_derive v1.0.116
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling serde v1.0.116
[INFO] [stderr]     Checking ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking tinyvec v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.57
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking adler v0.2.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking gimli v0.22.0
[INFO] [stderr]     Checking object v0.20.0
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking regex-syntax v0.6.18
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling miniz_oxide v0.4.2
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking unicode-normalization v0.1.13
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking addr2line v0.13.0
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking aho-corasick v0.7.13
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking backtrace v0.3.50
[INFO] [stderr]     Checking regex v1.3.9
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]     Checking thiserror v1.0.20
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]     Checking chrono v0.4.15
[INFO] [stderr]     Checking debugid v0.7.2
[INFO] [stderr]     Checking sentry-types v0.20.1
[INFO] [stderr]     Checking sentry-core v0.20.1
[INFO] [stderr] error[E0432]: unresolved import `crate::Client`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.20.1/src/session.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use crate::{Client, Envelope};
[INFO] [stderr]    |             ^^^^^^ no `Client` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::scope::StackLayer`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.20.1/src/session.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::scope::StackLayer;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `StackLayer` in `scope`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `sentry-core`
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `Command { std: "docker" "inspect" "dcfb533d31ef080aed6dc7dae2714653b1673443f8667c8dfe69d69559b1772a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcfb533d31ef080aed6dc7dae2714653b1673443f8667c8dfe69d69559b1772a", kill_on_drop: false }`
[INFO] [stdout] dcfb533d31ef080aed6dc7dae2714653b1673443f8667c8dfe69d69559b1772a