sentry-debug-images 0.24.0

Sentry integration that adds the list of loaded libraries to events.
Build #496484 2022-01-21T13:48:17.454080+00:00
# rustc version
rustc 1.60.0-nightly (777bb86bc 2022-01-20)
# docs.rs version
docsrs 0.6.0 (b60665a 2022-01-19)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sentry-debug-images-0.24.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sentry-debug-images-0.24.0/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" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220120-1.60.0-nightly-777bb86bc\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1850954291b4ea825046eaa33c49a38064608373f628e3e2b662e9c8485f7b72
[INFO] running `Command { std: "docker" "start" "-a" "1850954291b4ea825046eaa33c49a38064608373f628e3e2b662e9c8485f7b72", kill_on_drop: false }`
[INFO] [stderr]     Checking sentry-core v0.24.0
[INFO] [stderr] error[E0432]: unresolved import `crate::Client`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.24.0/src/performance.rs:4:23
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::{protocol, Client, Hub};
[INFO] [stderr]   |                       ^^^^^^ no `Client` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TransactionOrSpan` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.24.0/src/scope/noop.rs:113:45
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub fn set_span(&mut self, span: Option<TransactionOrSpan>) {
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum
[INFO] [stderr]     |
[INFO] [stderr] 1   | use crate::TransactionOrSpan;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TransactionOrSpan` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.24.0/src/scope/noop.rs:118:38
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub fn get_span(&self) -> Option<TransactionOrSpan> {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this enum
[INFO] [stderr]     |
[INFO] [stderr] 1   | use crate::TransactionOrSpan;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `client` found for reference `&Arc<Hub>` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.24.0/src/performance.rs:17:45
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let client = Hub::with_active(|hub| hub.client());
[INFO] [stderr]    |                                             ^^^^^^ method not found in `&Arc<Hub>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `client` found for reference `&Hub` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sentry-core-0.24.0/src/performance.rs:28:31
[INFO] [stderr]    |
[INFO] [stderr] 28 |         Transaction::new(self.client(), ctx)
[INFO] [stderr]    |                               ^^^^^^ method not found in `&Hub`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `sentry-core` due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "1850954291b4ea825046eaa33c49a38064608373f628e3e2b662e9c8485f7b72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1850954291b4ea825046eaa33c49a38064608373f628e3e2b662e9c8485f7b72", kill_on_drop: false }`
[INFO] [stdout] 1850954291b4ea825046eaa33c49a38064608373f628e3e2b662e9c8485f7b72