Nov 17 17:25:21.263 INFO testing zircon-0.1.1 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 17:25:21.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 17:25:21.706 INFO [stdout] fd1edd540b802909993d3bed94b1e851083242b1fbdfe75048fcdd1114063490 Nov 17 17:25:21.709 INFO running `"docker" "start" "-a" "fd1edd540b802909993d3bed94b1e851083242b1fbdfe75048fcdd1114063490"` Nov 17 17:25:22.876 INFO [stderr] usermod: no changes Nov 17 17:25:23.312 INFO [stderr] Compiling base64 v0.5.2 Nov 17 17:25:23.333 INFO [stderr] Compiling regex-syntax v0.5.6 Nov 17 17:25:23.341 INFO [stderr] Compiling smallvec v0.6.6 Nov 17 17:25:23.343 INFO [stderr] Compiling want v0.0.4 Nov 17 17:25:23.392 INFO [stderr] Compiling ring v0.9.7 Nov 17 17:25:26.191 INFO [stderr] Compiling parking_lot_core v0.3.1 Nov 17 17:25:30.175 INFO [stderr] Compiling parking_lot v0.6.4 Nov 17 17:25:34.619 INFO [stderr] Compiling tokio-reactor v0.1.6 Nov 17 17:25:38.794 INFO [stderr] Compiling cookie v0.8.1 Nov 17 17:25:41.232 INFO [stderr] Compiling tokio-tcp v0.1.2 Nov 17 17:25:41.232 INFO [stderr] Compiling tokio-uds v0.2.3 Nov 17 17:25:41.772 INFO [stderr] Compiling tokio-udp v0.1.2 Nov 17 17:25:45.323 INFO [stderr] Compiling regex v0.2.11 Nov 17 17:25:48.039 INFO [stderr] Compiling tokio v0.1.11 Nov 17 17:25:53.655 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 17:25:53.921 INFO [stderr] Compiling handlebars v0.26.2 Nov 17 17:25:58.136 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 17 17:26:02.849 INFO [stderr] Compiling hyper v0.11.27 Nov 17 17:26:14.792 INFO [stderr] Compiling zircon v0.1.1 (/source) Nov 17 17:26:19.095 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 17:26:19.096 INFO [stderr] --> src/config.rs:21:13 Nov 17 17:26:19.096 INFO [stderr] | Nov 17 17:26:19.096 INFO [stderr] 21 | use std::ascii::AsciiExt; Nov 17 17:26:19.097 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 17 17:26:19.097 INFO [stderr] | Nov 17 17:26:19.097 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 17:26:19.097 INFO [stderr] Nov 17 17:26:19.231 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.231 INFO [stderr] --> src/lib.rs:99:32 Nov 17 17:26:19.231 INFO [stderr] | Nov 17 17:26:19.231 INFO [stderr] 99 | Ok(resp).into_future().boxed() Nov 17 17:26:19.231 INFO [stderr] | ^^^^^ Nov 17 17:26:19.231 INFO [stderr] Nov 17 17:26:19.255 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.255 INFO [stderr] --> src/error.rs:21:33 Nov 17 17:26:19.255 INFO [stderr] | Nov 17 17:26:19.255 INFO [stderr] 21 | Err(self).into_future().boxed() Nov 17 17:26:19.255 INFO [stderr] | ^^^^^ Nov 17 17:26:19.255 INFO [stderr] Nov 17 17:26:19.255 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.255 INFO [stderr] --> src/error.rs:29:54 Nov 17 17:26:19.255 INFO [stderr] | Nov 17 17:26:19.255 INFO [stderr] 29 | Err(ZirconError::Status(code)).into_future().boxed() Nov 17 17:26:19.255 INFO [stderr] | ^^^^^ Nov 17 17:26:19.255 INFO [stderr] Nov 17 17:26:19.255 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.255 INFO [stderr] --> src/error.rs:33:75 Nov 17 17:26:19.255 INFO [stderr] | Nov 17 17:26:19.255 INFO [stderr] 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Nov 17 17:26:19.255 INFO [stderr] | ^^^^^ Nov 17 17:26:19.255 INFO [stderr] Nov 17 17:26:19.271 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.271 INFO [stderr] --> src/request/mod.rs:119:12 Nov 17 17:26:19.271 INFO [stderr] | Nov 17 17:26:19.271 INFO [stderr] 119 | }).boxed() Nov 17 17:26:19.271 INFO [stderr] | ^^^^^ Nov 17 17:26:19.271 INFO [stderr] Nov 17 17:26:19.271 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.271 INFO [stderr] --> src/request/mod.rs:137:12 Nov 17 17:26:19.271 INFO [stderr] | Nov 17 17:26:19.271 INFO [stderr] 137 | }).boxed() Nov 17 17:26:19.271 INFO [stderr] | ^^^^^ Nov 17 17:26:19.271 INFO [stderr] Nov 17 17:26:19.291 INFO [stderr] warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Nov 17 17:26:19.291 INFO [stderr] --> src/request/mod.rs:148:34 Nov 17 17:26:19.291 INFO [stderr] | Nov 17 17:26:19.291 INFO [stderr] 148 | let remote_addr = origin.remote_addr(); Nov 17 17:26:19.291 INFO [stderr] | ^^^^^^^^^^^ Nov 17 17:26:19.291 INFO [stderr] Nov 17 17:26:19.304 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.304 INFO [stderr] --> src/response.rs:25:32 Nov 17 17:26:19.304 INFO [stderr] | Nov 17 17:26:19.304 INFO [stderr] 25 | Ok(self).into_future().boxed() Nov 17 17:26:19.304 INFO [stderr] | ^^^^^ Nov 17 17:26:19.304 INFO [stderr] Nov 17 17:26:19.321 INFO [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Nov 17 17:26:19.321 INFO [stderr] --> src/zircon.rs:93:18 Nov 17 17:26:19.321 INFO [stderr] | Nov 17 17:26:19.321 INFO [stderr] 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Nov 17 17:26:19.321 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 17 17:26:19.321 INFO [stderr] Nov 17 17:26:19.395 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.395 INFO [stderr] --> src/renderers/file_renderer.rs:42:32 Nov 17 17:26:19.396 INFO [stderr] | Nov 17 17:26:19.396 INFO [stderr] 42 | Ok(self).into_future().boxed() Nov 17 17:26:19.396 INFO [stderr] | ^^^^^ Nov 17 17:26:19.396 INFO [stderr] Nov 17 17:26:19.403 INFO [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:19.403 INFO [stderr] --> src/renderers/template_renderer.rs:45:30 Nov 17 17:26:19.403 INFO [stderr] | Nov 17 17:26:19.403 INFO [stderr] 45 | result.into_future().boxed() Nov 17 17:26:19.403 INFO [stderr] | ^^^^^ Nov 17 17:26:19.403 INFO [stderr] Nov 17 17:26:19.439 INFO [stderr] warning: unused import: `std::ascii::AsciiExt` Nov 17 17:26:19.439 INFO [stderr] --> src/config.rs:21:13 Nov 17 17:26:19.439 INFO [stderr] | Nov 17 17:26:19.439 INFO [stderr] 21 | use std::ascii::AsciiExt; Nov 17 17:26:19.439 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 17 17:26:19.439 INFO [stderr] | Nov 17 17:26:19.439 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 17:26:19.439 INFO [stderr] Nov 17 17:26:21.591 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.69s Nov 17 17:26:21.612 INFO [stderr] su: No module specific data is present Nov 17 17:26:22.621 INFO running `"docker" "inspect" "fd1edd540b802909993d3bed94b1e851083242b1fbdfe75048fcdd1114063490"` Nov 17 17:26:23.055 INFO running `"docker" "rm" "-f" "fd1edd540b802909993d3bed94b1e851083242b1fbdfe75048fcdd1114063490"` Nov 17 17:26:23.321 INFO [stdout] fd1edd540b802909993d3bed94b1e851083242b1fbdfe75048fcdd1114063490 Nov 17 17:26:23.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 17:26:23.724 INFO [stdout] 1d38c9a7a90ef0af3f294009bd97e431804e963b68c81f64d221c67b5b47ec4a Nov 17 17:26:23.724 INFO running `"docker" "start" "-a" "1d38c9a7a90ef0af3f294009bd97e431804e963b68c81f64d221c67b5b47ec4a"` Nov 17 17:26:24.953 INFO [stderr] usermod: no changes Nov 17 17:26:25.401 INFO [stderr] Compiling zircon v0.1.1 (/source) Nov 17 17:26:43.139 INFO [stderr] error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 17:26:43.139 INFO [stderr] --> src/config.rs:21:13 Nov 17 17:26:43.139 INFO [stderr] | Nov 17 17:26:43.139 INFO [stderr] 21 | use std::ascii::AsciiExt; Nov 17 17:26:43.139 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 17 17:26:43.143 INFO [stderr] | Nov 17 17:26:43.143 INFO [stderr] note: lint level defined here Nov 17 17:26:43.143 INFO [stderr] --> src/lib.rs:1:24 Nov 17 17:26:43.143 INFO [stderr] | Nov 17 17:26:43.143 INFO [stderr] 1 | #![cfg_attr(test, deny(warnings))] Nov 17 17:26:43.143 INFO [stderr] | ^^^^^^^^ Nov 17 17:26:43.143 INFO [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] Nov 17 17:26:43.143 INFO [stderr] Nov 17 17:26:43.511 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.511 INFO [stderr] --> src/lib.rs:99:32 Nov 17 17:26:43.511 INFO [stderr] | Nov 17 17:26:43.511 INFO [stderr] 99 | Ok(resp).into_future().boxed() Nov 17 17:26:43.511 INFO [stderr] | ^^^^^ Nov 17 17:26:43.511 INFO [stderr] Nov 17 17:26:43.524 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.524 INFO [stderr] --> src/error.rs:21:33 Nov 17 17:26:43.524 INFO [stderr] | Nov 17 17:26:43.524 INFO [stderr] 21 | Err(self).into_future().boxed() Nov 17 17:26:43.524 INFO [stderr] | ^^^^^ Nov 17 17:26:43.524 INFO [stderr] Nov 17 17:26:43.524 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.524 INFO [stderr] --> src/error.rs:29:54 Nov 17 17:26:43.524 INFO [stderr] | Nov 17 17:26:43.524 INFO [stderr] 29 | Err(ZirconError::Status(code)).into_future().boxed() Nov 17 17:26:43.524 INFO [stderr] | ^^^^^ Nov 17 17:26:43.524 INFO [stderr] Nov 17 17:26:43.528 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.528 INFO [stderr] --> src/error.rs:33:75 Nov 17 17:26:43.528 INFO [stderr] | Nov 17 17:26:43.528 INFO [stderr] 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Nov 17 17:26:43.528 INFO [stderr] | ^^^^^ Nov 17 17:26:43.528 INFO [stderr] Nov 17 17:26:43.539 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.539 INFO [stderr] --> src/request/mod.rs:119:12 Nov 17 17:26:43.539 INFO [stderr] | Nov 17 17:26:43.539 INFO [stderr] 119 | }).boxed() Nov 17 17:26:43.539 INFO [stderr] | ^^^^^ Nov 17 17:26:43.540 INFO [stderr] Nov 17 17:26:43.542 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.542 INFO [stderr] --> src/request/mod.rs:137:12 Nov 17 17:26:43.542 INFO [stderr] | Nov 17 17:26:43.542 INFO [stderr] 137 | }).boxed() Nov 17 17:26:43.542 INFO [stderr] | ^^^^^ Nov 17 17:26:43.542 INFO [stderr] Nov 17 17:26:43.547 INFO [stderr] error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Nov 17 17:26:43.547 INFO [stderr] --> src/request/mod.rs:148:34 Nov 17 17:26:43.547 INFO [stderr] | Nov 17 17:26:43.547 INFO [stderr] 148 | let remote_addr = origin.remote_addr(); Nov 17 17:26:43.547 INFO [stderr] | ^^^^^^^^^^^ Nov 17 17:26:43.547 INFO [stderr] Nov 17 17:26:43.607 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.607 INFO [stderr] --> src/response.rs:25:32 Nov 17 17:26:43.607 INFO [stderr] | Nov 17 17:26:43.607 INFO [stderr] 25 | Ok(self).into_future().boxed() Nov 17 17:26:43.607 INFO [stderr] | ^^^^^ Nov 17 17:26:43.608 INFO [stderr] Nov 17 17:26:43.631 INFO [stderr] error: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Nov 17 17:26:43.631 INFO [stderr] --> src/zircon.rs:93:18 Nov 17 17:26:43.631 INFO [stderr] | Nov 17 17:26:43.631 INFO [stderr] 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Nov 17 17:26:43.631 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 17 17:26:43.631 INFO [stderr] Nov 17 17:26:43.747 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.747 INFO [stderr] --> src/renderers/file_renderer.rs:42:32 Nov 17 17:26:43.747 INFO [stderr] | Nov 17 17:26:43.747 INFO [stderr] 42 | Ok(self).into_future().boxed() Nov 17 17:26:43.747 INFO [stderr] | ^^^^^ Nov 17 17:26:43.747 INFO [stderr] Nov 17 17:26:43.756 INFO [stderr] error: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Nov 17 17:26:43.756 INFO [stderr] --> src/renderers/template_renderer.rs:45:30 Nov 17 17:26:43.756 INFO [stderr] | Nov 17 17:26:43.756 INFO [stderr] 45 | result.into_future().boxed() Nov 17 17:26:43.756 INFO [stderr] | ^^^^^ Nov 17 17:26:43.756 INFO [stderr] Nov 17 17:26:43.863 INFO [stderr] error: aborting due to 12 previous errors Nov 17 17:26:43.863 INFO [stderr] Nov 17 17:26:43.883 INFO [stderr] error: Could not compile `zircon`. Nov 17 17:26:43.887 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 17 17:26:57.513 INFO [stderr] error: linking with `cc` failed: exit code: 1 Nov 17 17:26:57.513 INFO [stderr] | Nov 17 17:26:57.513 INFO [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.0.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.1.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.10.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.11.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.12.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.13.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.14.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.15.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.2.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.3.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.4.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.5.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.6.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.7.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.8.rcgu.o" "/target/debug/examples/hello_local-602230adfbdaca62.hello_local.cd1rorjt-cgu.9.rcgu.o" "-o" "/target/debug/examples/hello_local-602230adfbdaca62" "/target/debug/examples/hello_local-602230adfbdaca62.e5zkicngq0b9frd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/target/debug/build/ring-caefc0391cfb8ce7/out" "-L" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libzircon-cc9033377fd8500f.rlib" "/target/debug/deps/libwalkdir-9217ff1e7d3fc12e.rlib" "/target/debug/deps/libsame_file-4608653168a16860.rlib" "/target/debug/deps/liburl-ec63a6364a244f26.rlib" "/target/debug/deps/libidna-f600bd74af761e26.rlib" "/target/debug/deps/libunicode_normalization-1807170312c6d165.rlib" "/target/debug/deps/libunicode_bidi-847cf7a0ab891fb6.rlib" "/target/debug/deps/libmatches-6015f8156c61b694.rlib" "/target/debug/deps/libtypemap-ac77098eb784e6c7.rlib" "/target/debug/deps/libunsafe_any-e27da0d5820394e5.rlib" "/target/debug/deps/libtraitobject-3e6e6a5259274029.rlib" "/target/debug/deps/libhyper-24457d70da42ac88.rlib" "/target/debug/deps/libwant-fe0a3503cdd69894.rlib" "/target/debug/deps/libtry_lock-bf2cf71fa7296a02.rlib" "/target/debug/deps/libtokio_proto-bc2d01db0c698a9c.rlib" "/target/debug/deps/libtokio_service-7f37ea0448d9d4a4.rlib" "/target/debug/deps/libtake-f89b37ae5df25d76.rlib" "/target/debug/deps/libsmallvec-6ccb7172d38dc05b.rlib" "/target/debug/deps/libslab-06c67f4418e0ff1f.rlib" "/target/debug/deps/librand-8dad8791f5dab5a5.rlib" "/target/debug/deps/librand-8874cf2a86a03b20.rlib" "/target/debug/deps/libtokio_core-80efd4fee240a282.rlib" "/target/debug/deps/libscoped_tls-c9976ceb5c3acbf3.rlib" "/target/debug/deps/libtokio-056d2adf5e27bda4.rlib" "/target/debug/deps/libtokio_uds-80e389f6d7c86ed1.rlib" "/target/debug/deps/libmio_uds-326c2b874a0f5aa3.rlib" "/target/debug/deps/libtokio_udp-8c7187d26cfe44a1.rlib" "/target/debug/deps/libtokio_tcp-b405ebd5fbad800f.rlib" "/target/debug/deps/libtokio_timer-343706f3ea6798a3.rlib" "/target/debug/deps/libtokio_reactor-855db4136338a59f.rlib" "/target/debug/deps/libparking_lot-3a3b48801f5ff5a4.rlib" "/target/debug/deps/libparking_lot_core-c654ee2577aabe33.rlib" "/target/debug/deps/libsmallvec-80f52935b089608a.rlib" "/target/debug/deps/libunreachable-749d19c14809f34c.rlib" "/target/debug/deps/libvoid-d76d1920589650a9.rlib" "/target/debug/deps/liblock_api-a21df14033486858.rlib" "/target/debug/deps/libowning_ref-193cb839170ffe16.rlib" "/target/debug/deps/libstable_deref_trait-c7ed95f8a92bff60.rlib" "/target/debug/deps/libtokio_fs-1fcd72ecfc79ca02.rlib" "/target/debug/deps/libtokio_threadpool-f7da0c910a956303.rlib" "/target/debug/deps/librand-17553fd557bb0168.rlib" "/target/debug/deps/librand_core-319eb0784b216441.rlib" "/target/debug/deps/librand_core-1d89014daa377d88.rlib" "/target/debug/deps/libcrossbeam_utils-99a3c90ba1f6fdc7.rlib" "/target/debug/deps/libcrossbeam_deque-bc03414fa76fa4e8.rlib" "/target/debug/deps/libcrossbeam_epoch-dde6aad5c5dbb00b.rlib" "/target/debug/deps/libscopeguard-008c693c94342156.rlib" "/target/debug/deps/libmemoffset-317de25664448e8f.rlib" "/target/debug/deps/libcrossbeam_utils-b25d3ed6dc958e79.rlib" "/target/debug/deps/libarrayvec-cf8344fac3f32d00.rlib" "/target/debug/deps/libnodrop-32ccbb2043b80025.rlib" "/target/debug/deps/libtokio_codec-e9c5b947bb49e06b.rlib" "/target/debug/deps/libtokio_io-eb31b46e244bab3e.rlib" "/target/debug/deps/libtokio_current_thread-fd219586b6467207.rlib" "/target/debug/deps/libtokio_executor-6f189b2dc4b6d9ea.rlib" "/target/debug/deps/libmio-5c2eee00cb6f9be4.rlib" "/target/debug/deps/libslab-1fd2b5f3fca95500.rlib" "/target/debug/deps/liblazycell-7984eb2c1d3dedf9.rlib" "/target/debug/deps/librelay-8b573ee5aae63660.rlib" "/target/debug/deps/libpercent_encoding-872d6894ee35c7f4.rlib" "/target/debug/deps/libnet2-2ccf8835d0b297be.rlib" "/target/debug/deps/libmime-cd1d73a96368fa52.rlib" "/target/debug/deps/libunicase-bcd681f89cc85011.rlib" "/target/debug/deps/liblanguage_tags-e1915bcd081137ff.rlib" "/target/debug/deps/libhttparse-3541b83e5f574d57.rlib" "/target/debug/deps/libbytes-6025afb05f5121ce.rlib" "/target/debug/deps/libiovec-6879cf48c50f4cd5.rlib" "/target/debug/deps/libbase64-64a83f854891fed2.rlib" "/target/debug/deps/libsafemem-449ef9ec6a9639e6.rlib" "/target/debug/deps/libhandlebars-8adeaa90edfe8253.rlib" "/target/debug/deps/libserde_json-a7e79d3c9a2cb085.rlib" "/target/debug/deps/libryu-b939493eeb6275c4.rlib" "/target/debug/deps/libitoa-06a3a40501dfe757.rlib" "/target/debug/deps/libserde-bf9c92f18d1398b9.rlib" "/target/debug/deps/libregex-e70d36a3ca082302.rlib" "/target/debug/deps/libutf8_ranges-4f392f4a0f95c241.rlib" "/target/debug/deps/libregex_syntax-5ddf412f660a1569.rlib" "/target/debug/deps/libucd_util-c01091451a743b07.rlib" "/target/debug/deps/libthread_local-dfebd9786364e6ab.rlib" "/target/debug/deps/liblazy_static-c0cfb1f7b46ec65b.rlib" "/target/debug/deps/libaho_corasick-e1aaf11c4e3a79ad.rlib" "/target/debug/deps/libmemchr-167b6b1de19408f7.rlib" "/target/debug/deps/libpest-9580023b721df311.rlib" "/target/debug/deps/libquick_error-3b5a20401cc507e1.rlib" "/target/debug/deps/liblog-f804b4f2c8d626c2.rlib" "/target/debug/deps/liblog-88b3f7e454df0ab5.rlib" "/target/debug/deps/libcfg_if-9bfb5778f6842015.rlib" "/target/debug/deps/libfutures_cpupool-9cc0ea99fa634ada.rlib" "/target/debug/deps/libnum_cpus-3e452d72f6d91137.rlib" "/target/debug/deps/libfutures-edcfa91ec13b448f.rlib" "/target/debug/deps/libcookie-fdcbe5cbdc69e33b.rlib" "/target/debug/deps/libbase64-063842bf98e8d27f.rlib" "/target/debug/deps/libbyteorder-4f68bac1d1054eeb.rlib" "/target/debug/deps/libring-e2c5ac8927f23ad0.rlib" "/target/debug/deps/libuntrusted-38ceef6fc437adae.rlib" "/target/debug/deps/liblazy_static-cb73a919b6094a7e.rlib" "/target/debug/deps/libtime-976fd5352f7f2f16.rlib" "/target/debug/deps/liblibc-6c3be0eb2a3dcb5f.rlib" "-Wl,--start-group" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-553653b52b90e749.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-53004f0d95171f55.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cb77c7c19ceb1d29.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-72ec92401dbe7d39.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0638c3d61f01bc15.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4529caf32dd220b9.rlib" "-Wl,--end-group" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6899b61660c33938.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Nov 17 17:26:57.513 INFO [stderr] = note: /usr/bin/ld: final link failed: Cannot allocate memory Nov 17 17:26:57.513 INFO [stderr] collect2: error: ld returned 1 exit status Nov 17 17:26:57.513 INFO [stderr] Nov 17 17:26:57.513 INFO [stderr] Nov 17 17:26:57.525 INFO [stderr] error: aborting due to previous error Nov 17 17:26:57.525 INFO [stderr] Nov 17 17:26:57.561 INFO [stderr] error: Could not compile `zircon`. Nov 17 17:26:57.561 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 17 17:26:58.883 INFO [stderr] error: linking with `cc` failed: exit code: 1 Nov 17 17:26:58.883 INFO [stderr] | Nov 17 17:26:58.889 INFO [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.0.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.1.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.10.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.11.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.12.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.13.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.14.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.15.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.2.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.3.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.4.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.5.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.6.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.7.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.8.rcgu.o" "/target/debug/examples/handlebar-bb8b918bd6877ef1.handlebar.6q2a615a-cgu.9.rcgu.o" "-o" "/target/debug/examples/handlebar-bb8b918bd6877ef1" "/target/debug/examples/handlebar-bb8b918bd6877ef1.3pkf45riuqe61fm3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/target/debug/build/ring-caefc0391cfb8ce7/out" "-L" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libzircon-cc9033377fd8500f.rlib" "/target/debug/deps/libwalkdir-9217ff1e7d3fc12e.rlib" "/target/debug/deps/libsame_file-4608653168a16860.rlib" "/target/debug/deps/liburl-ec63a6364a244f26.rlib" "/target/debug/deps/libidna-f600bd74af761e26.rlib" "/target/debug/deps/libunicode_normalization-1807170312c6d165.rlib" "/target/debug/deps/libunicode_bidi-847cf7a0ab891fb6.rlib" "/target/debug/deps/libmatches-6015f8156c61b694.rlib" "/target/debug/deps/libtypemap-ac77098eb784e6c7.rlib" "/target/debug/deps/libunsafe_any-e27da0d5820394e5.rlib" "/target/debug/deps/libtraitobject-3e6e6a5259274029.rlib" "/target/debug/deps/libhyper-24457d70da42ac88.rlib" "/target/debug/deps/libwant-fe0a3503cdd69894.rlib" "/target/debug/deps/libtry_lock-bf2cf71fa7296a02.rlib" "/target/debug/deps/libtokio_proto-bc2d01db0c698a9c.rlib" "/target/debug/deps/libtokio_service-7f37ea0448d9d4a4.rlib" "/target/debug/deps/libtake-f89b37ae5df25d76.rlib" "/target/debug/deps/libsmallvec-6ccb7172d38dc05b.rlib" "/target/debug/deps/libslab-06c67f4418e0ff1f.rlib" "/target/debug/deps/librand-8dad8791f5dab5a5.rlib" "/target/debug/deps/librand-8874cf2a86a03b20.rlib" "/target/debug/deps/libtokio_core-80efd4fee240a282.rlib" "/target/debug/deps/libscoped_tls-c9976ceb5c3acbf3.rlib" "/target/debug/deps/libtokio-056d2adf5e27bda4.rlib" "/target/debug/deps/libtokio_uds-80e389f6d7c86ed1.rlib" "/target/debug/deps/libmio_uds-326c2b874a0f5aa3.rlib" "/target/debug/deps/libtokio_udp-8c7187d26cfe44a1.rlib" "/target/debug/deps/libtokio_tcp-b405ebd5fbad800f.rlib" "/target/debug/deps/libtokio_timer-343706f3ea6798a3.rlib" "/target/debug/deps/libtokio_reactor-855db4136338a59f.rlib" "/target/debug/deps/libparking_lot-3a3b48801f5ff5a4.rlib" "/target/debug/deps/libparking_lot_core-c654ee2577aabe33.rlib" "/target/debug/deps/libsmallvec-80f52935b089608a.rlib" "/target/debug/deps/libunreachable-749d19c14809f34c.rlib" "/target/debug/deps/libvoid-d76d1920589650a9.rlib" "/target/debug/deps/liblock_api-a21df14033486858.rlib" "/target/debug/deps/libowning_ref-193cb839170ffe16.rlib" "/target/debug/deps/libstable_deref_trait-c7ed95f8a92bff60.rlib" "/target/debug/deps/libtokio_fs-1fcd72ecfc79ca02.rlib" "/target/debug/deps/libtokio_threadpool-f7da0c910a956303.rlib" "/target/debug/deps/librand-17553fd557bb0168.rlib" "/target/debug/deps/librand_core-319eb0784b216441.rlib" "/target/debug/deps/librand_core-1d89014daa377d88.rlib" "/target/debug/deps/libcrossbeam_utils-99a3c90ba1f6fdc7.rlib" "/target/debug/deps/libcrossbeam_deque-bc03414fa76fa4e8.rlib" "/target/debug/deps/libcrossbeam_epoch-dde6aad5c5dbb00b.rlib" "/target/debug/deps/libscopeguard-008c693c94342156.rlib" "/target/debug/deps/libmemoffset-317de25664448e8f.rlib" "/target/debug/deps/libcrossbeam_utils-b25d3ed6dc958e79.rlib" "/target/debug/deps/libarrayvec-cf8344fac3f32d00.rlib" "/target/debug/deps/libnodrop-32ccbb2043b80025.rlib" "/target/debug/deps/libtokio_codec-e9c5b947bb49e06b.rlib" "/target/debug/deps/libtokio_io-eb31b46e244bab3e.rlib" "/target/debug/deps/libtokio_current_thread-fd219586b6467207.rlib" "/target/debug/deps/libtokio_executor-6f189b2dc4b6d9ea.rlib" "/target/debug/deps/libmio-5c2eee00cb6f9be4.rlib" "/target/debug/deps/libslab-1fd2b5f3fca95500.rlib" "/target/debug/deps/liblazycell-7984eb2c1d3dedf9.rlib" "/target/debug/deps/librelay-8b573ee5aae63660.rlib" "/target/debug/deps/libpercent_encoding-872d6894ee35c7f4.rlib" "/target/debug/deps/libnet2-2ccf8835d0b297be.rlib" "/target/debug/deps/libmime-cd1d73a96368fa52.rlib" "/target/debug/deps/libunicase-bcd681f89cc85011.rlib" "/target/debug/deps/liblanguage_tags-e1915bcd081137ff.rlib" "/target/debug/deps/libhttparse-3541b83e5f574d57.rlib" "/target/debug/deps/libbytes-6025afb05f5121ce.rlib" "/target/debug/deps/libiovec-6879cf48c50f4cd5.rlib" "/target/debug/deps/libbase64-64a83f854891fed2.rlib" "/target/debug/deps/libsafemem-449ef9ec6a9639e6.rlib" "/target/debug/deps/libfutures_cpupool-9cc0ea99fa634ada.rlib" "/target/debug/deps/libnum_cpus-3e452d72f6d91137.rlib" "/target/debug/deps/libhandlebars-8adeaa90edfe8253.rlib" "/target/debug/deps/libserde_json-a7e79d3c9a2cb085.rlib" "/target/debug/deps/libryu-b939493eeb6275c4.rlib" "/target/debug/deps/libitoa-06a3a40501dfe757.rlib" "/target/debug/deps/libserde-bf9c92f18d1398b9.rlib" "/target/debug/deps/libregex-e70d36a3ca082302.rlib" "/target/debug/deps/libutf8_ranges-4f392f4a0f95c241.rlib" "/target/debug/deps/libregex_syntax-5ddf412f660a1569.rlib" "/target/debug/deps/libucd_util-c01091451a743b07.rlib" "/target/debug/deps/libthread_local-dfebd9786364e6ab.rlib" "/target/debug/deps/liblazy_static-c0cfb1f7b46ec65b.rlib" "/target/debug/deps/libaho_corasick-e1aaf11c4e3a79ad.rlib" "/target/debug/deps/libmemchr-167b6b1de19408f7.rlib" "/target/debug/deps/libpest-9580023b721df311.rlib" "/target/debug/deps/libquick_error-3b5a20401cc507e1.rlib" "/target/debug/deps/liblog-f804b4f2c8d626c2.rlib" "/target/debug/deps/liblog-88b3f7e454df0ab5.rlib" "/target/debug/deps/libcfg_if-9bfb5778f6842015.rlib" "/target/debug/deps/libfutures-edcfa91ec13b448f.rlib" "/target/debug/deps/libcookie-fdcbe5cbdc69e33b.rlib" "/target/debug/deps/libbase64-063842bf98e8d27f.rlib" "/target/debug/deps/libbyteorder-4f68bac1d1054eeb.rlib" "/target/debug/deps/libring-e2c5ac8927f23ad0.rlib" "/target/debug/deps/libuntrusted-38ceef6fc437adae.rlib" "/target/debug/deps/liblazy_static-cb73a919b6094a7e.rlib" "/target/debug/deps/libtime-976fd5352f7f2f16.rlib" "/target/debug/deps/liblibc-6c3be0eb2a3dcb5f.rlib" "-Wl,--start-group" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-553653b52b90e749.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-53004f0d95171f55.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cb77c7c19ceb1d29.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-72ec92401dbe7d39.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0638c3d61f01bc15.rlib" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4529caf32dd220b9.rlib" "-Wl,--end-group" "/rustup-home/toolchains/6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6899b61660c33938.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Nov 17 17:26:58.889 INFO [stderr] = note: : final link failed: Cannot allocate memory Nov 17 17:26:58.889 INFO [stderr] collect2: error: ld returned 1 exit status Nov 17 17:26:58.890 INFO [stderr] Nov 17 17:26:58.890 INFO [stderr] Nov 17 17:26:58.895 INFO [stderr] error: aborting due to previous error Nov 17 17:26:58.895 INFO [stderr] Nov 17 17:26:58.911 INFO [stderr] error: Could not compile `zircon`. Nov 17 17:26:58.911 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 17 17:26:59.075 INFO [stderr] error: Could not compile `zircon`. Nov 17 17:26:59.075 INFO [stderr] Nov 17 17:26:59.075 INFO [stderr] Caused by: Nov 17 17:26:59.077 INFO [stderr] process didn't exit successfully: `rustc --crate-name form examples/form.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=2598a805d9afd576 -C extra-filename=-2598a805d9afd576 --out-dir /target/debug/examples -L dependency=/target/debug/deps --extern cookie=/target/debug/deps/libcookie-fdcbe5cbdc69e33b.rlib --extern futures=/target/debug/deps/libfutures-edcfa91ec13b448f.rlib --extern futures_cpupool=/target/debug/deps/libfutures_cpupool-9cc0ea99fa634ada.rlib --extern getopts=/target/debug/deps/libgetopts-e750a70f062135e5.rlib --extern handlebars=/target/debug/deps/libhandlebars-8adeaa90edfe8253.rlib --extern hyper=/target/debug/deps/libhyper-24457d70da42ac88.rlib --extern log=/target/debug/deps/liblog-f804b4f2c8d626c2.rlib --extern mime=/target/debug/deps/libmime-381db9b0e5655800.rlib --extern net2=/target/debug/deps/libnet2-2ccf8835d0b297be.rlib --extern regex=/target/debug/deps/libregex-e70d36a3ca082302.rlib --extern serde=/target/debug/deps/libserde-bf9c92f18d1398b9.rlib --extern serde_json=/target/debug/deps/libserde_json-a7e79d3c9a2cb085.rlib --extern tokio_core=/target/debug/deps/libtokio_core-80efd4fee240a282.rlib --extern typemap=/target/debug/deps/libtypemap-ac77098eb784e6c7.rlib --extern url=/target/debug/deps/liburl-ec63a6364a244f26.rlib --extern walkdir=/target/debug/deps/libwalkdir-9217ff1e7d3fc12e.rlib --extern zircon=/target/debug/deps/libzircon-cc9033377fd8500f.rlib --cap-lints=forbid -L native=/target/debug/build/ring-caefc0391cfb8ce7/out` (signal: 9, SIGKILL: kill) Nov 17 17:26:59.077 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 17 17:26:59.077 INFO [stderr] su: No module specific data is present Nov 17 17:26:59.475 INFO running `"docker" "inspect" "1d38c9a7a90ef0af3f294009bd97e431804e963b68c81f64d221c67b5b47ec4a"` Nov 17 17:26:59.586 INFO running `"docker" "rm" "-f" "1d38c9a7a90ef0af3f294009bd97e431804e963b68c81f64d221c67b5b47ec4a"` Nov 17 17:26:59.680 INFO [stdout] 1d38c9a7a90ef0af3f294009bd97e431804e963b68c81f64d221c67b5b47ec4a