[INFO] updating cached repository AIUS/aius-authd [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AIUS/aius-authd [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AIUS/aius-authd" "work/ex/beta-1.37-6/sources/1.36.0/gh/AIUS/aius-authd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AIUS/aius-authd'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AIUS/aius-authd" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AIUS/aius-authd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AIUS/aius-authd'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7670640222ff57c26ee573a2c8bb1bb419ff6315 [INFO] sha for GitHub repo AIUS/aius-authd: 7670640222ff57c26ee573a2c8bb1bb419ff6315 [INFO] validating manifest of AIUS/aius-authd 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 AIUS/aius-authd 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 AIUS/aius-authd [INFO] finished frobbing AIUS/aius-authd [INFO] frobbed toml for AIUS/aius-authd written to work/ex/beta-1.37-6/sources/1.36.0/gh/AIUS/aius-authd/Cargo.toml [INFO] started frobbing AIUS/aius-authd [INFO] finished frobbing AIUS/aius-authd [INFO] frobbed toml for AIUS/aius-authd written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AIUS/aius-authd/Cargo.toml [INFO] crate AIUS/aius-authd 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AIUS/aius-authd against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/AIUS/aius-authd:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 9c4e7861de12257ebea54ff4a54b331b55976565647b799b290cc3add2a44306 [INFO] running `"docker" "start" "-a" "9c4e7861de12257ebea54ff4a54b331b55976565647b799b290cc3add2a44306"` [INFO] [stderr] Compiling quote v0.3.10 [INFO] [stderr] Compiling serde v0.8.22 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling openldap v1.1.0 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling redis v0.8.0 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling url v1.2.4 [INFO] [stderr] Compiling term v0.4.4 [INFO] [stderr] Compiling syn v0.10.6 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.2.4/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling hyper v0.9.14 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling serde_codegen v0.8.22 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling serde_derive v0.8.22 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling persistent v0.2.1 [INFO] [stderr] Compiling logger v0.2.0 [INFO] [stderr] Compiling router v0.4.0 [INFO] [stderr] Compiling bodyparser v0.4.1 [INFO] [stderr] Compiling aius-authd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/config.rs:144:86 [INFO] [stderr] | [INFO] [stderr] 144 | LoadError::ParserErrors(ref errs) => errs.first().and_then(|ref err| err.cause()), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.aius_authd.ci396ogj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de" "/opt/crater/target/debug/deps/aius_authd-834df70af51bc9de.43jzvqtfkijbtrrs.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libuuid-a8d9344895e2be68.rlib" "/opt/crater/target/debug/deps/libserde-5326b5bb6ccd6321.rlib" "/opt/crater/target/debug/deps/librand-5d489187a9b4c21e.rlib" "/opt/crater/target/debug/deps/libtoml-17713e0533bcf220.rlib" "/opt/crater/target/debug/deps/libsimplelog-42ac6e3d7d46de8f.rlib" "/opt/crater/target/debug/deps/libterm-11f30ff723608bd9.rlib" "/opt/crater/target/debug/deps/librouter-ad2921e40ded277e.rlib" "/opt/crater/target/debug/deps/libroute_recognizer-08fafc042ce1c86b.rlib" "/opt/crater/target/debug/deps/libredis-c727f927402816b5.rlib" "/opt/crater/target/debug/deps/libsha1-75961f8d4b9651f7.rlib" "/opt/crater/target/debug/deps/libopenldap-6bec584c07bd257f.rlib" "/opt/crater/target/debug/deps/liblogger-11b8e407ecc09fa3.rlib" "/opt/crater/target/debug/deps/libclap-eeed99cd16399e2d.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-5019529336a130a2.rlib" "/opt/crater/target/debug/deps/libterm_size-852c783250ec9d09.rlib" "/opt/crater/target/debug/deps/libvec_map-ef49b491a2aa4b7d.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libunicode_width-003ecf1eefa64fd0.rlib" "/opt/crater/target/debug/deps/libansi_term-334ed51196badc8f.rlib" "/opt/crater/target/debug/deps/libstrsim-ec5a0df693c0136b.rlib" "/opt/crater/target/debug/deps/libbodyparser-c0c0aa100443d795.rlib" "/opt/crater/target/debug/deps/libserde_json-04d91b808b59a2a5.rlib" "/opt/crater/target/debug/deps/libdtoa-7409b9e3ab360496.rlib" "/opt/crater/target/debug/deps/libitoa-cef2a13024efa8bd.rlib" "/opt/crater/target/debug/deps/libnum_traits-5f46d2a51c998e26.rlib" "/opt/crater/target/debug/deps/libserde-80e6332cad4ebfd5.rlib" "/opt/crater/target/debug/deps/libpersistent-bd9340a7030c61ca.rlib" "/opt/crater/target/debug/deps/libiron-dcf2059e18a70287.rlib" "/opt/crater/target/debug/deps/libmodifier-2b81c1580f3046b6.rlib" "/opt/crater/target/debug/deps/liblazy_static-80c68ec466d08be3.rlib" "/opt/crater/target/debug/deps/libconduit_mime_types-82e90548f1c1a145.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0e470a9d9cfda5e0.rlib" "/opt/crater/target/debug/deps/liberror-a5577ac9805e350e.rlib" "/opt/crater/target/debug/deps/libplugin-3a206029d9822b3e.rlib" "/opt/crater/target/debug/deps/libtypemap-9ca3c6b303df7d98.rlib" "/opt/crater/target/debug/deps/libunsafe_any-4c18eea6883d2fdb.rlib" "/opt/crater/target/debug/deps/libtraitobject-6bfa9e93459616d5.rlib" "/opt/crater/target/debug/deps/libhyper-a0c531593b53f4d6.rlib" "/opt/crater/target/debug/deps/libmime-55788ae0e1291224.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib" "/opt/crater/target/debug/deps/libsolicit-a5392e2a82333ccb.rlib" "/opt/crater/target/debug/deps/libhpack-812c8378325897be.rlib" "/opt/crater/target/debug/deps/libtypeable-215d98ef64fbe0e2.rlib" "/opt/crater/target/debug/deps/libtraitobject-33e4f3223d24ebc9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-4b5b4a953f815b8c.rlib" "/opt/crater/target/debug/deps/libhttparse-ab9711c806bc7411.rlib" "/opt/crater/target/debug/deps/libunicase-62cd01cb2baf47a1.rlib" "/opt/crater/target/debug/deps/libcookie-e874212ddcc8d56d.rlib" "/opt/crater/target/debug/deps/liburl-e4b1ff2fef02ae67.rlib" "/opt/crater/target/debug/deps/libidna-8844855706500b36.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-23eca4879ec5b633.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-0d68b053d08a4c92.rlib" "/opt/crater/target/debug/deps/libmatches-3f07721d4e47c77b.rlib" "/opt/crater/target/debug/deps/libtime-dce1fad28286ed01.rlib" "/opt/crater/target/debug/deps/liblibc-e444f8f33bb3c635.rlib" "/opt/crater/target/debug/deps/librustc_serialize-d3298b24124a3c5c.rlib" "/opt/crater/target/debug/deps/liblog-6ed9f332a2a9d379.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-llber" "-lldap_r" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -llber [INFO] [stderr] /usr/bin/ld: cannot find -lldap_r [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 `aius-authd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9c4e7861de12257ebea54ff4a54b331b55976565647b799b290cc3add2a44306"` [INFO] running `"docker" "rm" "-f" "9c4e7861de12257ebea54ff4a54b331b55976565647b799b290cc3add2a44306"` [INFO] [stdout] 9c4e7861de12257ebea54ff4a54b331b55976565647b799b290cc3add2a44306