[INFO] updating cached repository advancedtelematic/ota-plus-tools [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/advancedtelematic/ota-plus-tools [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/advancedtelematic/ota-plus-tools" "work/ex/beta-1.37-6/sources/1.36.0/gh/advancedtelematic/ota-plus-tools"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/advancedtelematic/ota-plus-tools'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/advancedtelematic/ota-plus-tools" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/advancedtelematic/ota-plus-tools"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/advancedtelematic/ota-plus-tools'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2eed90476833f3d86916232fc694bc55043ecf03 [INFO] sha for GitHub repo advancedtelematic/ota-plus-tools: 2eed90476833f3d86916232fc694bc55043ecf03 [INFO] validating manifest of advancedtelematic/ota-plus-tools 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 advancedtelematic/ota-plus-tools 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 advancedtelematic/ota-plus-tools [INFO] finished frobbing advancedtelematic/ota-plus-tools [INFO] frobbed toml for advancedtelematic/ota-plus-tools written to work/ex/beta-1.37-6/sources/1.36.0/gh/advancedtelematic/ota-plus-tools/Cargo.toml [INFO] started frobbing advancedtelematic/ota-plus-tools [INFO] finished frobbing advancedtelematic/ota-plus-tools [INFO] frobbed toml for advancedtelematic/ota-plus-tools written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/advancedtelematic/ota-plus-tools/Cargo.toml [INFO] crate advancedtelematic/ota-plus-tools 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 advancedtelematic/ota-plus-tools 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-5/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/advancedtelematic/ota-plus-tools:/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] 5947f28d013b0f55d66cefb38f753fb930bff5cee33bdbb67852789d460be5d6 [INFO] running `"docker" "start" "-a" "5947f28d013b0f55d66cefb38f753fb930bff5cee33bdbb67852789d460be5d6"` [INFO] [stderr] Compiling openssl v0.9.17 [INFO] [stderr] Compiling futures v0.1.15 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling itoa v0.3.3 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.17 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling subtle v0.2.0 [INFO] [stderr] Compiling libflate v0.1.11 [INFO] [stderr] Compiling derp v0.0.10 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling tempfile v2.1.6 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling chrono v0.4.0 [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.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | 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 env_logger v0.4.3 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling curve25519-dalek v0.10.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling ring v0.11.0 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling hyper v0.11.2 [INFO] [stderr] Compiling pem v0.4.1 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling ota-plus v0.0.1 (/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/error.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | ChronoParse(chrono::ParseError); [INFO] [stderr] 16 | | DataEncoding(data_encoding::DecodeError); [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | ChronoParse(chrono::ParseError); [INFO] [stderr] 16 | | DataEncoding(data_encoding::DecodeError); [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/bin/ota_plus.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | .or_else(|| env::home_dir().map(|path| path.join(".ota-plus"))) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/bin/ota_plus.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / error_chain! { [INFO] [stderr] 35 | | foreign_links { [INFO] [stderr] 36 | | DataEncodingDecode(data_encoding::DecodeError); [INFO] [stderr] 37 | | Io(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 56 | | } [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `"docker" "inspect" "5947f28d013b0f55d66cefb38f753fb930bff5cee33bdbb67852789d460be5d6"` [INFO] running `"docker" "rm" "-f" "5947f28d013b0f55d66cefb38f753fb930bff5cee33bdbb67852789d460be5d6"` [INFO] [stdout] 5947f28d013b0f55d66cefb38f753fb930bff5cee33bdbb67852789d460be5d6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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/advancedtelematic/ota-plus-tools:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 2e93f52d7944b47b9138c907f061c971e88957bb23f4218d48e1d9b3c871c37c [INFO] running `"docker" "start" "-a" "2e93f52d7944b47b9138c907f061c971e88957bb23f4218d48e1d9b3c871c37c"` [INFO] [stderr] Compiling ota-plus v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/bin/ota_plus.rs:75:21 [INFO] [stderr] | [INFO] [stderr] 75 | .or_else(|| env::home_dir().map(|path| path.join(".ota-plus"))) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/bin/ota_plus.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / error_chain! { [INFO] [stderr] 35 | | foreign_links { [INFO] [stderr] 36 | | DataEncodingDecode(data_encoding::DecodeError); [INFO] [stderr] 37 | | Io(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 56 | | } [INFO] [stderr] 57 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | ChronoParse(chrono::ParseError); [INFO] [stderr] 16 | | DataEncoding(data_encoding::DecodeError); [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | foreign_links { [INFO] [stderr] 15 | | ChronoParse(chrono::ParseError); [INFO] [stderr] 16 | | DataEncoding(data_encoding::DecodeError); [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.26s [INFO] running `"docker" "inspect" "2e93f52d7944b47b9138c907f061c971e88957bb23f4218d48e1d9b3c871c37c"` [INFO] running `"docker" "rm" "-f" "2e93f52d7944b47b9138c907f061c971e88957bb23f4218d48e1d9b3c871c37c"` [INFO] [stdout] 2e93f52d7944b47b9138c907f061c971e88957bb23f4218d48e1d9b3c871c37c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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/advancedtelematic/ota-plus-tools:/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" "test" "--frozen"` [INFO] [stdout] 466c14d3d9a030e7dda7734426f00e7f0c9f122ca770733db3e3fc46ee7a6199 [INFO] running `"docker" "start" "-a" "466c14d3d9a030e7dda7734426f00e7f0c9f122ca770733db3e3fc46ee7a6199"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/ota_plus-cf5df080c686ac2b [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test crypto::test::ed25519_as_public_key ... ok [INFO] [stdout] test crypto::test::extract_pkcs1_from_rsa_2048_pkcs8 ... ok [INFO] [stdout] test crypto::test::extract_pkcs1_from_rsa_4096_pkcs8 ... ok [INFO] [stdout] test crypto::test::test_rsa_spki_to_pkcs1 ... ok [INFO] [stdout] test crypto::test::test_pkcs8_wrap_rsa ... ok [INFO] [stdout] test interchange::cjson::test::write_obj ... ok [INFO] [stdout] test interchange::cjson::test::write_arr ... ok [INFO] [stdout] test crypto::test::rsa_as_public_key ... ok [INFO] [stdout] test interchange::cjson::test::write_str ... ok [INFO] [stdout] test crypto::test::rsa_from_pkcs1 ... ok [INFO] [stdout] test crypto::test::ring_to_bouncy_castle_conversion ... ok [INFO] [stdout] test crypto::test::new_rsa_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/ota_plus-86140e38962282ee [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test::init ... ok [INFO] [stdout] test test::check_parser ... ok [INFO] [stdout] test test::tuf_root_init ... ok [INFO] [stdout] test test::tuf_key_gen_ed25519 ... ok [INFO] [stdout] test test::tuf_key_gen_rsa ... ok [INFO] [stderr] Doc-tests ota_plus [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/interchange/mod.rs - interchange::Json::extension (line 76) ... ok [INFO] [stdout] test src/interchange/mod.rs - interchange::Json::deserialize (line 101) ... FAILED [INFO] [stdout] test src/interchange/mod.rs - interchange::Json::serialize (line 131) ... ok [INFO] [stdout] test src/interchange/mod.rs - interchange::Json::to_writer (line 161) ... ok [INFO] [stdout] test src/tuf.rs - tuf::TargetPath::components (line 343) ... ok [INFO] [stdout] test src/interchange/mod.rs - interchange::Json::canonicalize (line 88) ... ok [INFO] [stdout] test src/tuf.rs - tuf::TargetDescription::from_reader (line 457) ... ok [INFO] [stdout] test src/interchange/mod.rs - interchange::Json::from_reader (line 179) ... ok [INFO] [stdout] test src/tuf.rs - tuf::TargetPath::is_child (line 355) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/interchange/mod.rs - interchange::Json::deserialize (line 101) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = 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" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.10.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.11.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.12.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.13.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.14.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.15.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "/tmp/rustdoctestAw0WuN/rust_out.rust_out.7rcbfp3g-cgu.9.rcgu.o" "-o" "/tmp/rustdoctestAw0WuN/rust_out" "/tmp/rustdoctestAw0WuN/rust_out.33dyzt1ekirinwy8.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-4102a5358017ce8b/out/.libs" "-L" "/opt/crater/target/debug/build/ring-48913dbffa555563/out" "-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/libota_plus-d679d992c5939d2c.rlib" "/opt/crater/target/debug/deps/libuuid-16c37723ce7d9b41.rlib" "/opt/crater/target/debug/deps/libtoml-16f58bc7d67d77b3.rlib" "/opt/crater/target/debug/deps/libtempfile-9431abfcc51c7780.rlib" "/opt/crater/target/debug/deps/libring-a10207309165aca5.rlib" "/opt/crater/target/debug/deps/libreqwest-2f424b8f50374e9c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-24ca17c480831903.rlib" "/opt/crater/target/debug/deps/liburl-0b65bb8d1a3c625e.rlib" "/opt/crater/target/debug/deps/libidna-3482a431f2020b88.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-d01cde63ed07ece4.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-cdaa4586ad8601f2.rlib" "/opt/crater/target/debug/deps/libmatches-da7c3df62938be42.rlib" "/opt/crater/target/debug/deps/libserde_json-fcb9c31788815063.rlib" "/opt/crater/target/debug/deps/libdtoa-c3bbd8f968a8bf63.rlib" "/opt/crater/target/debug/deps/liblibflate-05db91e6398a2ff6.rlib" "/opt/crater/target/debug/deps/libadler32-61790c89f1162fe4.rlib" "/opt/crater/target/debug/deps/libhyper_tls-b2e2bb0a75ec95af.rlib" "/opt/crater/target/debug/deps/libtokio_tls-3fd6815400b24f35.rlib" "/opt/crater/target/debug/deps/libnative_tls-bb3eddbc6cea52ca.rlib" "/opt/crater/target/debug/deps/libopenssl-6631a014a28cbeb4.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-9ce8e035d0d50f5a.rlib" "/opt/crater/target/debug/deps/libforeign_types-deffbd4d465c6b34.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libhyper-d556b857c3cecc16.rlib" "/opt/crater/target/debug/deps/libtokio_proto-68c322aff92f021a.rlib" "/opt/crater/target/debug/deps/libtokio_service-d2c1cea1fbdbb407.rlib" "/opt/crater/target/debug/deps/libtake-ce10093ec70fadb9.rlib" "/opt/crater/target/debug/deps/libsmallvec-76ba305a9ab6fd84.rlib" "/opt/crater/target/debug/deps/libtokio_core-a6a7775ec6f1bba0.rlib" "/opt/crater/target/debug/deps/libscoped_tls-1d820863bdd09a78.rlib" "/opt/crater/target/debug/deps/libtokio_io-fb00629e6da6b21f.rlib" "/opt/crater/target/debug/deps/libmio-a094195e3595d905.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/libnet2-894a4ebfee718b05.rlib" "/opt/crater/target/debug/deps/liblazycell-56017cbcb044c8f3.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8d86b9cb68c3e3fc.rlib" "/opt/crater/target/debug/deps/libmime-75423ac1e0f7ee5f.rlib" "/opt/crater/target/debug/deps/libunicase-d752d806b0b0ab91.rlib" "/opt/crater/target/debug/deps/liblog-f6caf69386e38ce5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libhttparse-7515e4aab4845325.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-041d0601fe0d7e2c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-c2740d7822cb4f1a.rlib" "/opt/crater/target/debug/deps/libfutures-0103c5b457cd1885.rlib" "/opt/crater/target/debug/deps/libbytes-cc46d6c58ac59c75.rlib" "/opt/crater/target/debug/deps/libiovec-661c2793dea4a2f7.rlib" "/opt/crater/target/debug/deps/libpem-2f503ee67346fa99.rlib" "/opt/crater/target/debug/deps/libregex-46ecca591592992a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d85c6801fd7a4fbb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-1bf5d87c010b92e6.rlib" "/opt/crater/target/debug/deps/libthread_local-6195cc55cd4436f3.rlib" "/opt/crater/target/debug/deps/libunreachable-40e55d450f39618d.rlib" "/opt/crater/target/debug/deps/libvoid-b4a3c83e92a11249.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d9f36cbc935e9717.rlib" "/opt/crater/target/debug/deps/libmemchr-23d76a8d81576f9d.rlib" "/opt/crater/target/debug/deps/liblazy_static-44393081eb462790.rlib" "/opt/crater/target/debug/deps/libbase64-248766047b196b4d.rlib" "/opt/crater/target/debug/deps/libsafemem-887993beb39b007d.rlib" "/opt/crater/target/debug/deps/libbyteorder-37c01570bf1b56fa.rlib" "/opt/crater/target/debug/deps/libitoa-f50819c847ae76e6.rlib" "/opt/crater/target/debug/deps/liberror_chain-3998eb2f3e8e10d2.rlib" "/opt/crater/target/debug/deps/libbacktrace-6070ced1da5c8bd7.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ca48291545b0f9da.rlib" "/opt/crater/target/debug/deps/librustc_demangle-709242620b6f35fc.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/libderp-a8f92ec415ad8668.rlib" "/opt/crater/target/debug/deps/libuntrusted-89035f71aef8f12c.rlib" "/opt/crater/target/debug/deps/libdata_encoding-51ecf1973fb39344.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-3b8d0eb05ef72fdb.rlib" "/opt/crater/target/debug/deps/librand-24e421dbe0af783c.rlib" "/opt/crater/target/debug/deps/libsubtle-18e52c6386b13775.rlib" "/opt/crater/target/debug/deps/libdigest-990d5a8574784960.rlib" "/opt/crater/target/debug/deps/libgeneric_array-2953d4198fed8189.rlib" "/opt/crater/target/debug/deps/libnodrop-27cb1be5af4f268f.rlib" "/opt/crater/target/debug/deps/libodds-7343fc67c64ba327.rlib" "/opt/crater/target/debug/deps/libtypenum-269dfc1e0fe7b61a.rlib" "/opt/crater/target/debug/deps/libarrayref-9d5a5a86c3dc411c.rlib" "/opt/crater/target/debug/deps/libchrono-635a22d648f7a01b.rlib" "/opt/crater/target/debug/deps/libserde-9a726047e88ec281.rlib" "/opt/crater/target/debug/deps/libnum-e6311770fd51e64f.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/libtime-93f86d61dff0b8d6.rlib" "/opt/crater/target/debug/deps/liblibc-16d04da72c8d8209.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" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/interchange/mod.rs - interchange::Json::deserialize (line 101) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "466c14d3d9a030e7dda7734426f00e7f0c9f122ca770733db3e3fc46ee7a6199"` [INFO] running `"docker" "rm" "-f" "466c14d3d9a030e7dda7734426f00e7f0c9f122ca770733db3e3fc46ee7a6199"` [INFO] [stdout] 466c14d3d9a030e7dda7734426f00e7f0c9f122ca770733db3e3fc46ee7a6199