[INFO] fetching crate openslide 0.2.0... [INFO] testing openslide-0.2.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate openslide 0.2.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate openslide 0.2.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate openslide 0.2.0 [INFO] finished tweaking crates.io crate openslide 0.2.0 [INFO] tweaked toml for crates.io crate openslide 0.2.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3eb339def4bfbc489e428a5ea2673e7bfec5675c22e22af0ef41cdb0007ad390 [INFO] running `Command { std: "docker" "start" "-a" "3eb339def4bfbc489e428a5ea2673e7bfec5675c22e22af0ef41cdb0007ad390", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3eb339def4bfbc489e428a5ea2673e7bfec5675c22e22af0ef41cdb0007ad390", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3eb339def4bfbc489e428a5ea2673e7bfec5675c22e22af0ef41cdb0007ad390", kill_on_drop: false }` [INFO] [stdout] 3eb339def4bfbc489e428a5ea2673e7bfec5675c22e22af0ef41cdb0007ad390 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ff2d315a0f06493817f52e91b58fac8855f12f1e8a35a9fbb338556fed61425 [INFO] running `Command { std: "docker" "start" "-a" "5ff2d315a0f06493817f52e91b58fac8855f12f1e8a35a9fbb338556fed61425", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling openslide v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | let mut width: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | let mut height: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | let mut width: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | let mut height: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/bindings.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | let mut buffer: Vec = Vec::with_capacity((h * w) as usize); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | ) -> libc::int32_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | w: *mut libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | h: *mut libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | level: libc::int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | w: *mut libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | h: *mut libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | level: libc::int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> libc::int32_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/bindings.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | dest: *mut libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | x: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:66:18 [INFO] [stdout] | [INFO] [stdout] 66 | y: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | level: libc::int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | w: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | h: libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.72s [INFO] running `Command { std: "docker" "inspect" "5ff2d315a0f06493817f52e91b58fac8855f12f1e8a35a9fbb338556fed61425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ff2d315a0f06493817f52e91b58fac8855f12f1e8a35a9fbb338556fed61425", kill_on_drop: false }` [INFO] [stdout] 5ff2d315a0f06493817f52e91b58fac8855f12f1e8a35a9fbb338556fed61425 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da54a29fb9f435a7d3cfc2373099119adcd482393dbdd654cd0e208c2f3e8146 [INFO] running `Command { std: "docker" "start" "-a" "da54a29fb9f435a7d3cfc2373099119adcd482393dbdd654cd0e208c2f3e8146", kill_on_drop: false }` [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | let mut width: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | let mut height: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | let mut width: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | let mut height: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/bindings.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | let mut buffer: Vec = Vec::with_capacity((h * w) as usize); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | ) -> libc::int32_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | w: *mut libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | h: *mut libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | level: libc::int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | w: *mut libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | h: *mut libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | level: libc::int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> libc::int32_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/bindings.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | dest: *mut libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | x: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:66:18 [INFO] [stdout] | [INFO] [stdout] 66 | y: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | level: libc::int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | w: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | h: libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling openslide v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | let mut width: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | let mut height: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | let mut width: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:159:27 [INFO] [stdout] | [INFO] [stdout] 159 | let mut height: libc::int64_t = 0; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/bindings.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | let mut buffer: Vec = Vec::with_capacity((h * w) as usize); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | ) -> libc::int32_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:41:23 [INFO] [stdout] | [INFO] [stdout] 41 | w: *mut libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | h: *mut libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | level: libc::int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | w: *mut libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | h: *mut libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | level: libc::int32_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> libc::int32_t; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/bindings.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | dest: *mut libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | x: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:66:18 [INFO] [stdout] | [INFO] [stdout] 66 | y: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int32_t`: Use i32 instead. [INFO] [stdout] --> src/bindings.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | level: libc::int32_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | w: libc::int64_t, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead. [INFO] [stdout] --> src/bindings.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | h: libc::int64_t [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | assert!(false, format!("Unable to load slide:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 18 | assert!(false, "Unable to load slide:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | assert!(false, format!("Level count error:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 32 | assert!(false, "Level count error:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 45 | assert!(false, format!("Level 0 dimension error:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 45 | assert!(false, "Level 0 dimension error:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | assert!(false, format!("Level dimension error:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 58 | assert!(false, "Level dimension error:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:71:28 [INFO] [stdout] | [INFO] [stdout] 71 | assert!(false, format!("Level dimension error:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 71 | assert!(false, "Level dimension error:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:84:28 [INFO] [stdout] | [INFO] [stdout] 84 | assert!(false, format!("Level dimension error:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 84 | assert!(false, "Level dimension error:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/convenience.rs:97:28 [INFO] [stdout] | [INFO] [stdout] 97 | assert!(false, format!("Level dimension error:\n{}", msg)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 97 | assert!(false, "Level dimension error:\n{}", msg); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.openslide.e6fb3bc6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75.30knzbxw2vwugggp.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lopenslide" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libnum-5a43747be95a1112.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6a2f7bbc89a4a020.rlib" "/opt/rustwide/target/debug/deps/libimage-6a1d6986dd83e8b3.rlib" "/opt/rustwide/target/debug/deps/libtiff-d2ccf1b3345b1131.rlib" "/opt/rustwide/target/debug/deps/libpng-2f333db7df077ab9.rlib" "/opt/rustwide/target/debug/deps/libdeflate-2a0072516da81175.rlib" "/opt/rustwide/target/debug/deps/libinflate-9c50d7a2636f60c3.rlib" "/opt/rustwide/target/debug/deps/libadler32-d1b45ea3c4d808bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f947290fec4feb2c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-a0445c1d069897d2.rlib" "/opt/rustwide/target/debug/deps/librayon-3420e84d71a91800.rlib" "/opt/rustwide/target/debug/deps/librayon_core-cb9f9b495a6ec8a2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6aa8c0f7f41c04d4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e5dafd3900631dbd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2439fef1b58de08b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-cfa241b6ab16dc70.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5bdac591e8ca734e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ef5856d484d5b1e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libeither-86164c251fc3f461.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4c3eba71b04c560a.rlib" "/opt/rustwide/target/debug/deps/libgif-0bcec132289c1226.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-045e02a475a03d9f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-73740a43abd2d908.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9b0a8212953ac670.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b2b6d81275710870.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-bcc2a7c3b12b15b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7b6445d372d84407.rlib" "/opt/rustwide/target/debug/deps/liblzw-bf28a12cd9e5ee2b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f387c8e731df044c.rlib" "/opt/rustwide/target/debug/deps/libfailure-8bcf208ad65204d7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/openslide-bcdcdc6cc0d3cb75" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openslide` due to 2 previous errors; 19 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.raw_bindings.95fdaf2b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05.2i2azue7gdctxr71.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libopenslide-ac3d8ad817b7c85d.rlib" "/opt/rustwide/target/debug/deps/libnum-5a43747be95a1112.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6a2f7bbc89a4a020.rlib" "/opt/rustwide/target/debug/deps/libimage-6a1d6986dd83e8b3.rlib" "/opt/rustwide/target/debug/deps/libtiff-d2ccf1b3345b1131.rlib" "/opt/rustwide/target/debug/deps/libpng-2f333db7df077ab9.rlib" "/opt/rustwide/target/debug/deps/libdeflate-2a0072516da81175.rlib" "/opt/rustwide/target/debug/deps/libinflate-9c50d7a2636f60c3.rlib" "/opt/rustwide/target/debug/deps/libadler32-d1b45ea3c4d808bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f947290fec4feb2c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-a0445c1d069897d2.rlib" "/opt/rustwide/target/debug/deps/librayon-3420e84d71a91800.rlib" "/opt/rustwide/target/debug/deps/librayon_core-cb9f9b495a6ec8a2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6aa8c0f7f41c04d4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e5dafd3900631dbd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2439fef1b58de08b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-cfa241b6ab16dc70.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5bdac591e8ca734e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ef5856d484d5b1e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libeither-86164c251fc3f461.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4c3eba71b04c560a.rlib" "/opt/rustwide/target/debug/deps/libgif-0bcec132289c1226.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-045e02a475a03d9f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-73740a43abd2d908.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9b0a8212953ac670.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b2b6d81275710870.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-bcc2a7c3b12b15b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7b6445d372d84407.rlib" "/opt/rustwide/target/debug/deps/liblzw-bf28a12cd9e5ee2b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f387c8e731df044c.rlib" "/opt/rustwide/target/debug/deps/libfailure-8bcf208ad65204d7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lopenslide" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/raw_bindings-d07970c9a1c3ee05" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.convenience.197c343e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436.rqyoa94ifpu7oth.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-c3684fce11e2c129.rlib" "/opt/rustwide/target/debug/deps/libopenslide-ac3d8ad817b7c85d.rlib" "/opt/rustwide/target/debug/deps/libnum-5a43747be95a1112.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6a2f7bbc89a4a020.rlib" "/opt/rustwide/target/debug/deps/libimage-6a1d6986dd83e8b3.rlib" "/opt/rustwide/target/debug/deps/libtiff-d2ccf1b3345b1131.rlib" "/opt/rustwide/target/debug/deps/libpng-2f333db7df077ab9.rlib" "/opt/rustwide/target/debug/deps/libdeflate-2a0072516da81175.rlib" "/opt/rustwide/target/debug/deps/libinflate-9c50d7a2636f60c3.rlib" "/opt/rustwide/target/debug/deps/libadler32-d1b45ea3c4d808bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f947290fec4feb2c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-a0445c1d069897d2.rlib" "/opt/rustwide/target/debug/deps/librayon-3420e84d71a91800.rlib" "/opt/rustwide/target/debug/deps/librayon_core-cb9f9b495a6ec8a2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6aa8c0f7f41c04d4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e5dafd3900631dbd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2439fef1b58de08b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-cfa241b6ab16dc70.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5bdac591e8ca734e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ef5856d484d5b1e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libeither-86164c251fc3f461.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4c3eba71b04c560a.rlib" "/opt/rustwide/target/debug/deps/libgif-0bcec132289c1226.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-045e02a475a03d9f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-73740a43abd2d908.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9b0a8212953ac670.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b2b6d81275710870.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-bcc2a7c3b12b15b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7b6445d372d84407.rlib" "/opt/rustwide/target/debug/deps/liblzw-bf28a12cd9e5ee2b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f387c8e731df044c.rlib" "/opt/rustwide/target/debug/deps/libfailure-8bcf208ad65204d7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lopenslide" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/convenience-277ec5368cd60436" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.convenience.1d1527f6-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211.1ty9l5keplfcqnqv.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libopenslide-ac3d8ad817b7c85d.rlib" "/opt/rustwide/target/debug/deps/libnum-5a43747be95a1112.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6a2f7bbc89a4a020.rlib" "/opt/rustwide/target/debug/deps/libimage-6a1d6986dd83e8b3.rlib" "/opt/rustwide/target/debug/deps/libtiff-d2ccf1b3345b1131.rlib" "/opt/rustwide/target/debug/deps/libpng-2f333db7df077ab9.rlib" "/opt/rustwide/target/debug/deps/libdeflate-2a0072516da81175.rlib" "/opt/rustwide/target/debug/deps/libinflate-9c50d7a2636f60c3.rlib" "/opt/rustwide/target/debug/deps/libadler32-d1b45ea3c4d808bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f947290fec4feb2c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-a0445c1d069897d2.rlib" "/opt/rustwide/target/debug/deps/librayon-3420e84d71a91800.rlib" "/opt/rustwide/target/debug/deps/librayon_core-cb9f9b495a6ec8a2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6aa8c0f7f41c04d4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e5dafd3900631dbd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2439fef1b58de08b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-cfa241b6ab16dc70.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5bdac591e8ca734e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ef5856d484d5b1e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libeither-86164c251fc3f461.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4c3eba71b04c560a.rlib" "/opt/rustwide/target/debug/deps/libgif-0bcec132289c1226.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-045e02a475a03d9f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-73740a43abd2d908.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9b0a8212953ac670.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b2b6d81275710870.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-bcc2a7c3b12b15b4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7b6445d372d84407.rlib" "/opt/rustwide/target/debug/deps/liblzw-bf28a12cd9e5ee2b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f387c8e731df044c.rlib" "/opt/rustwide/target/debug/deps/libfailure-8bcf208ad65204d7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lopenslide" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/convenience-e4c0992ccd351211" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "da54a29fb9f435a7d3cfc2373099119adcd482393dbdd654cd0e208c2f3e8146", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da54a29fb9f435a7d3cfc2373099119adcd482393dbdd654cd0e208c2f3e8146", kill_on_drop: false }` [INFO] [stdout] da54a29fb9f435a7d3cfc2373099119adcd482393dbdd654cd0e208c2f3e8146