[INFO] crate openslide 0.2.0 is already in cache [INFO] extracting crate openslide 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/openslide/0.2.0 [INFO] extracting crate openslide 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/openslide/0.2.0 [INFO] validating manifest of openslide-0.2.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of openslide-0.2.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing openslide-0.2.0 [INFO] finished frobbing openslide-0.2.0 [INFO] frobbed toml for openslide-0.2.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/openslide/0.2.0/Cargo.toml [INFO] started frobbing openslide-0.2.0 [INFO] finished frobbing openslide-0.2.0 [INFO] frobbed toml for openslide-0.2.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/openslide/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing openslide-0.2.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/openslide/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 687c656d2353b854f9a108391997ea42a61e301ce9ba11ba18b4ddcdd204ac83 [INFO] running `"docker" "start" "-a" "687c656d2353b854f9a108391997ea42a61e301ce9ba11ba18b4ddcdd204ac83"` [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling openslide v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> libc::int32_t; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | w: *mut libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | h: *mut libc::int64_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:47:16 [INFO] [stderr] | [INFO] [stderr] 47 | level: libc::int32_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | w: *mut libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | h: *mut libc::int64_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:54:16 [INFO] [stderr] | [INFO] [stderr] 54 | level: libc::int32_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> libc::int32_t; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/bindings.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | dest: *mut libc::uint32_t, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | x: libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:66:12 [INFO] [stderr] | [INFO] [stderr] 66 | y: libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:67:16 [INFO] [stderr] | [INFO] [stderr] 67 | level: libc::int32_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:68:12 [INFO] [stderr] | [INFO] [stderr] 68 | w: libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | h: libc::int64_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | let mut width: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:146:21 [INFO] [stderr] | [INFO] [stderr] 146 | let mut height: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:158:20 [INFO] [stderr] | [INFO] [stderr] 158 | let mut width: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | let mut height: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/bindings.rs:197:25 [INFO] [stderr] | [INFO] [stderr] 197 | let mut buffer: Vec = Vec::with_capacity((h * w) as usize); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.64s [INFO] running `"docker" "inspect" "687c656d2353b854f9a108391997ea42a61e301ce9ba11ba18b4ddcdd204ac83"` [INFO] running `"docker" "rm" "-f" "687c656d2353b854f9a108391997ea42a61e301ce9ba11ba18b4ddcdd204ac83"` [INFO] [stdout] 687c656d2353b854f9a108391997ea42a61e301ce9ba11ba18b4ddcdd204ac83 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/openslide/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 20467b1559dd16591c6814f27aa1fa8116fdddc2b991fde9f3b905e965a660b8 [INFO] running `"docker" "start" "-a" "20467b1559dd16591c6814f27aa1fa8116fdddc2b991fde9f3b905e965a660b8"` [INFO] [stderr] Compiling openslide v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | ) -> libc::int32_t; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | w: *mut libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | h: *mut libc::int64_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:47:16 [INFO] [stderr] | [INFO] [stderr] 47 | level: libc::int32_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | w: *mut libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | h: *mut libc::int64_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:54:16 [INFO] [stderr] | [INFO] [stderr] 54 | level: libc::int32_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> libc::int32_t; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/bindings.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | dest: *mut libc::uint32_t, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | x: libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:66:12 [INFO] [stderr] | [INFO] [stderr] 66 | y: libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int32_t': Use i32 instead. [INFO] [stderr] --> src/bindings.rs:67:16 [INFO] [stderr] | [INFO] [stderr] 67 | level: libc::int32_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:68:12 [INFO] [stderr] | [INFO] [stderr] 68 | w: libc::int64_t, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | h: libc::int64_t [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | let mut width: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:146:21 [INFO] [stderr] | [INFO] [stderr] 146 | let mut height: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:158:20 [INFO] [stderr] | [INFO] [stderr] 158 | let mut width: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/bindings.rs:159:21 [INFO] [stderr] | [INFO] [stderr] 159 | let mut height: libc::int64_t = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/bindings.rs:197:25 [INFO] [stderr] | [INFO] [stderr] 197 | let mut buffer: Vec = Vec::with_capacity((h * w) as usize); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01.openslide.630se5q1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01.openslide.630se5q1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01.openslide.630se5q1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01.openslide.630se5q1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01.openslide.630se5q1-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01" "/opt/crater/target/debug/deps/openslide-a69e6a4217726c01.5d0zg3dstcxquz12.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lopenslide" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libnum-ab67dc4436e7f779.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libimage-c0471720a7fa3e78.rlib" "/opt/crater/target/debug/deps/libtiff-10bc89c386e4647f.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-59b37ca519acee25.rlib" "/opt/crater/target/debug/deps/librayon-2ec1357ea6dfa4bb.rlib" "/opt/crater/target/debug/deps/librayon_core-d94e2c45df6d61b3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3a8837810abbdf66.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libnum_rational-4a447f6c8d3dbb1c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-6ffe76fa8f6f4de3.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `openslide`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.convenience.96at74li-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3" "/opt/crater/target/debug/deps/convenience-d0e17b59b11d61f3.1s3mop7aomo100l6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libfloat_cmp-0622b1883648afe7.rlib" "/opt/crater/target/debug/deps/libopenslide-b41fbb7b2ab43d18.rlib" "/opt/crater/target/debug/deps/libnum-ab67dc4436e7f779.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libimage-c0471720a7fa3e78.rlib" "/opt/crater/target/debug/deps/libtiff-10bc89c386e4647f.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-59b37ca519acee25.rlib" "/opt/crater/target/debug/deps/librayon-2ec1357ea6dfa4bb.rlib" "/opt/crater/target/debug/deps/librayon_core-d94e2c45df6d61b3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3a8837810abbdf66.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libnum_rational-4a447f6c8d3dbb1c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-6ffe76fa8f6f4de3.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lopenslide" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.raw_bindings.dyjdah0m-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc" "/opt/crater/target/debug/examples/raw_bindings-0c58bc8421c248bc.224qehuny0b7kl8m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libopenslide-b41fbb7b2ab43d18.rlib" "/opt/crater/target/debug/deps/libnum-ab67dc4436e7f779.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libimage-c0471720a7fa3e78.rlib" "/opt/crater/target/debug/deps/libtiff-10bc89c386e4647f.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-59b37ca519acee25.rlib" "/opt/crater/target/debug/deps/librayon-2ec1357ea6dfa4bb.rlib" "/opt/crater/target/debug/deps/librayon_core-d94e2c45df6d61b3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3a8837810abbdf66.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libnum_rational-4a447f6c8d3dbb1c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-6ffe76fa8f6f4de3.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lopenslide" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `openslide`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `openslide`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.convenience.1g7c48v8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd" "/opt/crater/target/debug/examples/convenience-a29cc46124e292dd.4v354cc2bmxcu1bw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libopenslide-b41fbb7b2ab43d18.rlib" "/opt/crater/target/debug/deps/libnum-ab67dc4436e7f779.rlib" "/opt/crater/target/debug/deps/libnum_complex-e0ec6f21bb5e1acb.rlib" "/opt/crater/target/debug/deps/libimage-c0471720a7fa3e78.rlib" "/opt/crater/target/debug/deps/libtiff-10bc89c386e4647f.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-59b37ca519acee25.rlib" "/opt/crater/target/debug/deps/librayon-2ec1357ea6dfa4bb.rlib" "/opt/crater/target/debug/deps/librayon_core-d94e2c45df6d61b3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-3a8837810abbdf66.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libnum_rational-4a447f6c8d3dbb1c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-6ffe76fa8f6f4de3.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lopenslide" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenslide [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `openslide`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "20467b1559dd16591c6814f27aa1fa8116fdddc2b991fde9f3b905e965a660b8"` [INFO] running `"docker" "rm" "-f" "20467b1559dd16591c6814f27aa1fa8116fdddc2b991fde9f3b905e965a660b8"` [INFO] [stdout] 20467b1559dd16591c6814f27aa1fa8116fdddc2b991fde9f3b905e965a660b8