[INFO] updating cached repository FrancisRussell/ddarecover [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/FrancisRussell/ddarecover [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/FrancisRussell/ddarecover" "work/ex/beta-1.37-6/sources/1.36.0/gh/FrancisRussell/ddarecover"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/FrancisRussell/ddarecover'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/FrancisRussell/ddarecover" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/FrancisRussell/ddarecover"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/FrancisRussell/ddarecover'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d9e467bf755accc618bd8eab1e8e73de2374acf [INFO] sha for GitHub repo FrancisRussell/ddarecover: 3d9e467bf755accc618bd8eab1e8e73de2374acf [INFO] validating manifest of FrancisRussell/ddarecover on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of FrancisRussell/ddarecover on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing FrancisRussell/ddarecover [INFO] finished frobbing FrancisRussell/ddarecover [INFO] frobbed toml for FrancisRussell/ddarecover written to work/ex/beta-1.37-6/sources/1.36.0/gh/FrancisRussell/ddarecover/Cargo.toml [INFO] started frobbing FrancisRussell/ddarecover [INFO] finished frobbing FrancisRussell/ddarecover [INFO] frobbed toml for FrancisRussell/ddarecover written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/FrancisRussell/ddarecover/Cargo.toml [INFO] crate FrancisRussell/ddarecover already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing FrancisRussell/ddarecover against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/FrancisRussell/ddarecover:/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-07-23" "build" "--frozen"` [INFO] [stdout] c9eb0b52c15fe80b3e035e00d0151bed005e04444a24990758abef672933b97e [INFO] running `"docker" "start" "-a" "c9eb0b52c15fe80b3e035e00d0151bed005e04444a24990758abef672933b97e"` [INFO] [stderr] Compiling ansi-escapes v0.1.0 [INFO] [stderr] Compiling combine v3.0.0-alpha.3 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling ctrlc v3.0.2 [INFO] [stderr] Compiling ddarecover v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/block.rs:137:56 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn open(path: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/map_file.rs:91:64 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn read_from_stream(read: R) -> Result> where R: Read { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:255:46 [INFO] [stderr] | [INFO] [stderr] 255 | fn do_phase(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:272:47 [INFO] [stderr] | [INFO] [stderr] 272 | fn do_phases(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:328:83 [INFO] [stderr] | [INFO] [stderr] 328 | fn try_drain_request(&mut self, phase_target: &SectorState) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:356:73 [INFO] [stderr] | [INFO] [stderr] 356 | fn do_pass(&mut self, phase_target: &SectorState) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:401:32 [INFO] [stderr] | [INFO] [stderr] 401 | fn do_work() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn 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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.ddarecover.aibsezs1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e" "/opt/crater/target/debug/deps/ddarecover-be8066e5f931203e.npn5318a59y4x16.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgetopts-3adf0a8afa666ea5.rlib" "/opt/crater/target/debug/deps/libddarecover-ccd527072b8e74a9.rlib" "/opt/crater/target/debug/deps/libnix-bb7ccf2330e28f85.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libnum-b051513d9edb5ec8.rlib" "/opt/crater/target/debug/deps/libnum_rational-323303e5f8f657b9.rlib" "/opt/crater/target/debug/deps/libnum_bigint-c3cf4471d3391982.rlib" "/opt/crater/target/debug/deps/librand-24e421dbe0af783c.rlib" "/opt/crater/target/debug/deps/libnum_complex-3cbc497c25d00520.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libnum_iter-d6d27d4fe58e9f7a.rlib" "/opt/crater/target/debug/deps/libnum_integer-0e2a7ae435a93393.rlib" "/opt/crater/target/debug/deps/libnum_traits-986fce5007c03c4b.rlib" "/opt/crater/target/debug/deps/libcombine-8a028c875addc07f.rlib" "/opt/crater/target/debug/deps/libascii-38d69f30e6565b5e.rlib" "/opt/crater/target/debug/deps/libbyteorder-37c01570bf1b56fa.rlib" "/opt/crater/target/debug/deps/libctrlc-ca411d061f807fb6.rlib" "/opt/crater/target/debug/deps/liblibc-16d04da72c8d8209.rlib" "/opt/crater/target/debug/deps/libansi_escapes-eff6393df3359806.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-laio" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -laio [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 `ddarecover`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c9eb0b52c15fe80b3e035e00d0151bed005e04444a24990758abef672933b97e"` [INFO] running `"docker" "rm" "-f" "c9eb0b52c15fe80b3e035e00d0151bed005e04444a24990758abef672933b97e"` [INFO] [stdout] c9eb0b52c15fe80b3e035e00d0151bed005e04444a24990758abef672933b97e