[INFO] updating cached repository https://github.com/AIUS/aius-authd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7670640222ff57c26ee573a2c8bb1bb419ff6315 [INFO] testing AIUS/aius-authd against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAIUS%2Faius-authd" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AIUS/aius-authd on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AIUS/aius-authd [INFO] finished tweaking git repo https://github.com/AIUS/aius-authd [INFO] tweaked toml for git repo https://github.com/AIUS/aius-authd written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/AIUS/aius-authd already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 073815a1c13757a30315f0f90e63073e9b675a93a4a1bde30c7ba3d96c42e50d [INFO] running `"docker" "start" "-a" "073815a1c13757a30315f0f90e63073e9b675a93a4a1bde30c7ba3d96c42e50d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling traitobject v0.0.3 [INFO] [stderr] Compiling quote v0.3.10 [INFO] [stderr] Compiling redis v0.8.0 [INFO] [stderr] Compiling route-recognizer v0.1.11 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling openldap v1.1.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling url v1.2.4 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling unsafe-any v0.4.1 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling syn v0.10.6 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling plugin v0.2.6 [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_derive v0.8.22 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling persistent v0.2.1 [INFO] [stderr] Compiling router v0.4.0 [INFO] [stderr] Compiling logger v0.2.0 [INFO] [stderr] Compiling bodyparser v0.4.1 [INFO] [stderr] Compiling aius-authd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:141:32 [INFO] [stderr] | [INFO] [stderr] 141 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::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/ldap.rs:35:32 [INFO] [stderr] | [INFO] [stderr] 35 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.aius_authd.3i2suemx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934" "/opt/rustwide/target/debug/deps/aius_authd-e6b631a326eff934.itpvy4zw1z2e9d6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libuuid-a297cae4df9d90c2.rlib" "/opt/rustwide/target/debug/deps/libserde-ce4720da9c6910fd.rlib" "/opt/rustwide/target/debug/deps/librand-dda0b21d5992905b.rlib" "/opt/rustwide/target/debug/deps/libtoml-93d5e1412bfa3591.rlib" "/opt/rustwide/target/debug/deps/libsimplelog-7ff20e937fa9dbc1.rlib" "/opt/rustwide/target/debug/deps/libterm-f22040756cc0b131.rlib" "/opt/rustwide/target/debug/deps/librouter-057c55a504b15758.rlib" "/opt/rustwide/target/debug/deps/libroute_recognizer-8935fb99c0f1ab7c.rlib" "/opt/rustwide/target/debug/deps/libredis-8f2e17f21662196f.rlib" "/opt/rustwide/target/debug/deps/libsha1-955f18eb17cc8a20.rlib" "/opt/rustwide/target/debug/deps/libopenldap-90aaf57d4c909c53.rlib" "/opt/rustwide/target/debug/deps/liblogger-2b7637138bd81ad5.rlib" "/opt/rustwide/target/debug/deps/libclap-691ae0e3198eecba.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-0bf10d2a5693fc71.rlib" "/opt/rustwide/target/debug/deps/libterm_size-7420106b74fbc885.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6c8117d833e424a7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8e02dfeceb8e06ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6650fb1e4e588dd9.rlib" "/opt/rustwide/target/debug/deps/libansi_term-22df73663143c13e.rlib" "/opt/rustwide/target/debug/deps/libstrsim-518b2576a96bd38f.rlib" "/opt/rustwide/target/debug/deps/libbodyparser-ddf6ae17ddc7af94.rlib" "/opt/rustwide/target/debug/deps/libserde_json-127a8f3040eb19eb.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3970f396d5d1e673.rlib" "/opt/rustwide/target/debug/deps/libitoa-300811e92063c971.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a8f6725495a92d29.rlib" "/opt/rustwide/target/debug/deps/libserde-f0cd43995f5a86ce.rlib" "/opt/rustwide/target/debug/deps/libpersistent-2dcb6f25027cbfd9.rlib" "/opt/rustwide/target/debug/deps/libiron-937c71137ece7e0e.rlib" "/opt/rustwide/target/debug/deps/libmodifier-61ba1fbc3eaf554b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-39731e027eca32c2.rlib" "/opt/rustwide/target/debug/deps/libconduit_mime_types-e42ccb1fafec3bf7.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8b286e71a24f59bf.rlib" "/opt/rustwide/target/debug/deps/liberror-ea67eb3b2bfa08de.rlib" "/opt/rustwide/target/debug/deps/libplugin-b4577e508c33f9ae.rlib" "/opt/rustwide/target/debug/deps/libtypemap-10ccf43d1dbb23a1.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-96b58a241a2256a2.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-f44aaee3b233d6cf.rlib" "/opt/rustwide/target/debug/deps/libhyper-714df89ad1a4f89a.rlib" "/opt/rustwide/target/debug/deps/libmime-b3a2630b93fde7ef.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-80e5323f3e2076fe.rlib" "/opt/rustwide/target/debug/deps/libsolicit-77176f53f56c70a2.rlib" "/opt/rustwide/target/debug/deps/libhpack-4ee188821d44c1ad.rlib" "/opt/rustwide/target/debug/deps/libtypeable-5c9b4b603b252d37.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-235f181d16e6a74a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-59aff9f99fd13d93.rlib" "/opt/rustwide/target/debug/deps/libhttparse-bf0c293dd037328b.rlib" "/opt/rustwide/target/debug/deps/libunicase-2f7797cede817fe6.rlib" "/opt/rustwide/target/debug/deps/libcookie-bf3e481ac4e411a8.rlib" "/opt/rustwide/target/debug/deps/liburl-feb1353a14ea0c4a.rlib" "/opt/rustwide/target/debug/deps/libidna-02d135d1d1376ac2.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3cabb6b5784cd0cc.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-407cd8959aa1b275.rlib" "/opt/rustwide/target/debug/deps/libmatches-59839b56c90f23f1.rlib" "/opt/rustwide/target/debug/deps/libtime-ba749ca63d5b9371.rlib" "/opt/rustwide/target/debug/deps/liblibc-c5682d6d4fc9bab6.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-69e249ae3cdd1326.rlib" "/opt/rustwide/target/debug/deps/liblog-6f9e0f7c5ccac4ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.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" "073815a1c13757a30315f0f90e63073e9b675a93a4a1bde30c7ba3d96c42e50d"` [INFO] running `"docker" "rm" "-f" "073815a1c13757a30315f0f90e63073e9b675a93a4a1bde30c7ba3d96c42e50d"` [INFO] [stdout] 073815a1c13757a30315f0f90e63073e9b675a93a4a1bde30c7ba3d96c42e50d