[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 beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAIUS%2Faius-authd" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AIUS/aius-authd on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-4/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" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 58b0c6d014309255f41e870c80b81047ea7f906816b454ba96c46f44b51b1d9c [INFO] running `"docker" "start" "-a" "58b0c6d014309255f41e870c80b81047ea7f906816b454ba96c46f44b51b1d9c"` [INFO] [stderr] Compiling serde v0.8.22 [INFO] [stderr] Compiling unicode-segmentation v1.0.1 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling openldap v1.1.0 [INFO] [stderr] Compiling syn v0.10.6 [INFO] [stderr] Compiling redis v0.8.0 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling hyper v0.9.14 [INFO] [stderr] Compiling clap v2.20.0 [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 iron v0.4.0 [INFO] [stderr] Compiling serde_derive v0.8.22 [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: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:27:22 [INFO] [stderr] | [INFO] [stderr] 27 | let client = try!(redis::Client::open(self.uri.as_str())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/config.rs:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | try!(self.serialize(&mut e)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ldap.rs:45:16 [INFO] [stderr] | [INFO] [stderr] 45 | let conn = try!(RustLDAP::new(config.uri.as_str()).map_err(|e| Error::LDAPError(e))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ldap.rs:47:11 [INFO] [stderr] | [INFO] [stderr] 47 | match try!(conn.simple_bind(full_user.as_str(), pass).map_err(|e| Error::LDAPError(e))) { [INFO] [stderr] | ^^^ [INFO] [stderr] [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] 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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.aius_authd.67dubbbq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b" "/opt/rustwide/target/debug/deps/aius_authd-cb668cf30c02161b.9dhpztvdvb8n94q.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libuuid-e9c221c281f32ad2.rlib" "/opt/rustwide/target/debug/deps/libserde-afc71a2fe5b63690.rlib" "/opt/rustwide/target/debug/deps/librand-496b34c14650f19a.rlib" "/opt/rustwide/target/debug/deps/libtoml-26a675e40b67ee09.rlib" "/opt/rustwide/target/debug/deps/libsimplelog-67c0104a83d7c6f9.rlib" "/opt/rustwide/target/debug/deps/libterm-351a95e874993b80.rlib" "/opt/rustwide/target/debug/deps/librouter-dd80e1ca3c3ddd3c.rlib" "/opt/rustwide/target/debug/deps/libroute_recognizer-21226256337b7f6e.rlib" "/opt/rustwide/target/debug/deps/libredis-b4d2f6829d869e12.rlib" "/opt/rustwide/target/debug/deps/libsha1-487dc81239fc8bc9.rlib" "/opt/rustwide/target/debug/deps/libopenldap-ac17ecf26b460e8d.rlib" "/opt/rustwide/target/debug/deps/liblogger-4e77c24385ad8e4c.rlib" "/opt/rustwide/target/debug/deps/libclap-ccb97268befa7ab5.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-dba43728ee0c3efe.rlib" "/opt/rustwide/target/debug/deps/libterm_size-1edd09a5258b1eb2.rlib" "/opt/rustwide/target/debug/deps/libvec_map-7fac5c257551f07b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1d0fdd093d7a0855.rlib" "/opt/rustwide/target/debug/deps/libansi_term-2c3bc4e3c7ee568d.rlib" "/opt/rustwide/target/debug/deps/libstrsim-1a3a4f881942a938.rlib" "/opt/rustwide/target/debug/deps/libbodyparser-9ac77a673242bd11.rlib" "/opt/rustwide/target/debug/deps/libserde_json-47e94ec3efdf7a3a.rlib" "/opt/rustwide/target/debug/deps/libdtoa-48411bab2eafd598.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ea5b3c495d3a631.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-bfd91076d5db9145.rlib" "/opt/rustwide/target/debug/deps/libserde-579b752bb414fe75.rlib" "/opt/rustwide/target/debug/deps/libpersistent-418c465bf78c1594.rlib" "/opt/rustwide/target/debug/deps/libiron-0fccf450cf87d1fb.rlib" "/opt/rustwide/target/debug/deps/libmodifier-5441dc10eccbab50.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b65ca12c8c07c468.rlib" "/opt/rustwide/target/debug/deps/libconduit_mime_types-265c24d88d0c40d9.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6160af9e346ea837.rlib" "/opt/rustwide/target/debug/deps/liberror-b436cd3d99c0f16b.rlib" "/opt/rustwide/target/debug/deps/libplugin-b82068728ba2f7d0.rlib" "/opt/rustwide/target/debug/deps/libtypemap-c08e7aed77c17ae0.rlib" "/opt/rustwide/target/debug/deps/libunsafe_any-e33f5f06528b1306.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-824f899216864f62.rlib" "/opt/rustwide/target/debug/deps/libhyper-c53f58ee440445ba.rlib" "/opt/rustwide/target/debug/deps/libmime-293c9ec43965f5ab.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-32bcf7e80919d84f.rlib" "/opt/rustwide/target/debug/deps/libsolicit-34ae852f61ce2d7f.rlib" "/opt/rustwide/target/debug/deps/libhpack-702f05e9d414a90d.rlib" "/opt/rustwide/target/debug/deps/libtypeable-094902d221ec1107.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-b5c0c421e2409ae5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a769db265cdc8e3a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d5a669df5d250181.rlib" "/opt/rustwide/target/debug/deps/libunicase-a3a47f82fc9006bc.rlib" "/opt/rustwide/target/debug/deps/libcookie-8a07b08ce4a45ac8.rlib" "/opt/rustwide/target/debug/deps/liburl-93a38f7b62bab3e3.rlib" "/opt/rustwide/target/debug/deps/libidna-8b4ca473a7510079.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-9c6c5a224972e3ee.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-704f20de7e3fa40e.rlib" "/opt/rustwide/target/debug/deps/libmatches-14d67259d4142956.rlib" "/opt/rustwide/target/debug/deps/libtime-14785faf244eba4e.rlib" "/opt/rustwide/target/debug/deps/liblibc-fcb7372e6191b8d7.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-36df04c4ffd5e9b5.rlib" "/opt/rustwide/target/debug/deps/liblog-75ad2277dd237681.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.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" "58b0c6d014309255f41e870c80b81047ea7f906816b454ba96c46f44b51b1d9c"` [INFO] running `"docker" "rm" "-f" "58b0c6d014309255f41e870c80b81047ea7f906816b454ba96c46f44b51b1d9c"` [INFO] [stdout] 58b0c6d014309255f41e870c80b81047ea7f906816b454ba96c46f44b51b1d9c