[INFO] crate actix-web 0.7.15 is already in cache [INFO] extracting crate actix-web 0.7.15 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/actix-web/0.7.15 [INFO] extracting crate actix-web 0.7.15 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/actix-web/0.7.15 [INFO] validating manifest of actix-web-0.7.15 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of actix-web-0.7.15 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing actix-web-0.7.15 [INFO] finished frobbing actix-web-0.7.15 [INFO] frobbed toml for actix-web-0.7.15 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/actix-web/0.7.15/Cargo.toml [INFO] started frobbing actix-web-0.7.15 [INFO] finished frobbing actix-web-0.7.15 [INFO] frobbed toml for actix-web-0.7.15 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/actix-web/0.7.15/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing actix-web-0.7.15 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/actix-web/0.7.15:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] b21dd33946dd386f23acc61ec66ecad0d5a116f3f07c737dd0b020f6e9c9d826 [INFO] running `"docker" "start" "-a" "b21dd33946dd386f23acc61ec66ecad0d5a116f3f07c737dd0b020f6e9c9d826"` [INFO] [stderr] Compiling actix-web v0.7.15 (/opt/crater/workdir) [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/application.rs:448:40 [INFO] [stderr] | [INFO] [stderr] 448 | let mut path = path.trim().trim_right_matches('/').to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/application.rs:507:42 [INFO] [stderr] | [INFO] [stderr] 507 | let prefix = parts.prefix.trim().trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/header/common/content_disposition.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | (first.trim_right(), last.trim_left()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/header/common/content_disposition.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | (first.trim_right(), last.trim_left()) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/header/common/content_disposition.rs:328:52 [INFO] [stderr] | [INFO] [stderr] 328 | left = split_once(left, ';').1.trim_left(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/header/shared/quality_item.rs:64:60 [INFO] [stderr] | [INFO] [stderr] 64 | x => write!(f, "; q=0.{}", format!("{:03}", x).trim_right_matches('0')), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/helpers.rs:122:40 [INFO] [stderr] | [INFO] [stderr] 122 | let p = p.as_ref().trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/helpers.rs:137:36 [INFO] [stderr] | [INFO] [stderr] 137 | let p = p.as_ref().trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/scope.rs:319:45 [INFO] [stderr] | [INFO] [stderr] 319 | let path = insert_slash(path.trim().trim_right_matches('/')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/fs.rs:760:48 [INFO] [stderr] | [INFO] [stderr] 760 | let relpath = PathBuf::from_param(tail.trim_left_matches('/'))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `clear` [INFO] [stderr] --> src/param.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | pub(crate) fn clear(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | extern_prelude, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `tool_lints` has been stable since 1.31.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | tool_lints, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/header/common/mod.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | macro_rules! header { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `"docker" "inspect" "b21dd33946dd386f23acc61ec66ecad0d5a116f3f07c737dd0b020f6e9c9d826"` [INFO] running `"docker" "rm" "-f" "b21dd33946dd386f23acc61ec66ecad0d5a116f3f07c737dd0b020f6e9c9d826"` [INFO] [stdout] b21dd33946dd386f23acc61ec66ecad0d5a116f3f07c737dd0b020f6e9c9d826 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/actix-web/0.7.15:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] f4e70b84c530fc8c135ab46004a35e6710d689fbd25ecbbb5c9390fd126523fa [INFO] running `"docker" "start" "-a" "f4e70b84c530fc8c135ab46004a35e6710d689fbd25ecbbb5c9390fd126523fa"` [INFO] [stderr] Compiling actix-web v0.7.15 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/application.rs:448:40 [INFO] [stderr] | [INFO] [stderr] 448 | let mut path = path.trim().trim_right_matches('/').to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/application.rs:507:42 [INFO] [stderr] | [INFO] [stderr] 507 | let prefix = parts.prefix.trim().trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/header/common/content_disposition.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | (first.trim_right(), last.trim_left()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/header/common/content_disposition.rs:31:31 [INFO] [stderr] | [INFO] [stderr] 31 | (first.trim_right(), last.trim_left()) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/header/common/content_disposition.rs:328:52 [INFO] [stderr] | [INFO] [stderr] 328 | left = split_once(left, ';').1.trim_left(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/header/shared/quality_item.rs:64:60 [INFO] [stderr] | [INFO] [stderr] 64 | x => write!(f, "; q=0.{}", format!("{:03}", x).trim_right_matches('0')), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/helpers.rs:122:40 [INFO] [stderr] | [INFO] [stderr] 122 | let p = p.as_ref().trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/helpers.rs:137:36 [INFO] [stderr] | [INFO] [stderr] 137 | let p = p.as_ref().trim_right_matches('/'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/scope.rs:319:45 [INFO] [stderr] | [INFO] [stderr] 319 | let path = insert_slash(path.trim().trim_right_matches('/')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'bitflags::core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/fs.rs:760:48 [INFO] [stderr] | [INFO] [stderr] 760 | let relpath = PathBuf::from_param(tail.trim_left_matches('/'))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: symbol `_RINhNyCsfOXHOjakNhA_4core3mem7size_ofINcNsB4_6option6OptionINeNuCsaEDEtNgU0cl_9actix_web4json4JsonNdNtCs8SW9NAvb2mP_10serde_json5value5ValueEEECsgCOQU4eJuXX_13test_handlers` is already defined [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `actix-web`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.test_custom_pipeline.9iosn2v9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c" "/opt/crater/target/debug/deps/test_custom_pipeline-5772356288b4598c.1lmmlbetabo0ckih.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-201a760d9f5d9cb3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-df26bbfb7bba0857/out" "-L" "/opt/crater/target/debug/build/ring-1b9027d6c7ac5469/out" "-L" "/opt/crater/target/debug/build/miniz-sys-a360dffa50a2fe32/out" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libactix_web-22652ec9bb269154.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-c4b49f8f4f9e2fc7.rlib" "/opt/crater/target/debug/deps/libdtoa-c3566b669bf8013a.rlib" "/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libflate2-c20932156aad9641.rlib" "/opt/crater/target/debug/deps/libminiz_sys-9ed3a0be0b35a5b6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-ac1476b361e74460.rlib" "/opt/crater/target/debug/deps/libbrotli2-b1f2c61c11c0c484.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-4cee47b926beab95.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libmime_guess-c5d7a395fb4b1dfa.rlib" "/opt/crater/target/debug/deps/libphf-b1cf9cc1c466f092.rlib" "/opt/crater/target/debug/deps/libphf_shared-5459de00742d1451.rlib" "/opt/crater/target/debug/deps/libunicase-7be3d9844adcbad4.rlib" "/opt/crater/target/debug/deps/libsiphasher-1381adecb9a72562.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libcookie-0a9566cd2c056abd.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libring-7c7bf0cbff9e5d71.rlib" "/opt/crater/target/debug/deps/libuntrusted-e1fdd02b37dbfa76.rlib" "/opt/crater/target/debug/deps/libaskama_escape-02bf79170f4e9d1d.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libsha1-893a82bc6d72fd66.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib" "/opt/crater/target/debug/deps/libactix_net-de490fba5548b85b.rlib" "/opt/crater/target/debug/deps/libtower_service-6a70f93fd9dcd175.rlib" "/opt/crater/target/debug/deps/libactix-563366bf01fb4792.rlib" "/opt/crater/target/debug/deps/libtokio_signal-c6fabf8d7c230123.rlib" "/opt/crater/target/debug/deps/libsignal_hook-69dc7ef6e751f0ec.rlib" "/opt/crater/target/debug/deps/libarc_swap-1253adbaee23b4c3.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-0d178d7e26237dd9.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-b5bcef5cbc4d1140.rlib" "/opt/crater/target/debug/deps/liburl-5bfdd69afe22009b.rlib" "/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-6ec20efef429441b.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-ade434e48d05c357.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-113712cc11c6e574.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-6c303ef14f49e234.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-2ef6ca440364d2e3.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libsocket2-0f85d757de8ae691.rlib" "/opt/crater/target/debug/deps/librand-9774f9defd054f4d.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-68d1dba72d7eef61.rlib" "/opt/crater/target/debug/deps/libhostname-3d9116fba2d91893.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/liblru_cache-bb2fdac1d6412767.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-a4134135ce0adbe8.rlib" "/opt/crater/target/debug/deps/libfailure-c92d9ca1d068add2.rlib" "/opt/crater/target/debug/deps/libbacktrace-42a21b584ef2b5a0.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-b42f3030b41d9783.rlib" "/opt/crater/target/debug/deps/librustc_demangle-e4804a8b20d1c4ac.rlib" "/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib" "/opt/crater/target/debug/deps/libtokio_uds-438571ddb714f8a3.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0e5da7f9d7f08e2b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b801d03516c49568.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b4ccc2ffd7f731e7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-45fccfdb44cee666.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libuuid-dbd57ecb8d1f6575.rlib" "/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-f3acbd33b71a4572.rlib" "/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib" "/opt/crater/target/debug/deps/librand_xorshift-1459fba5fb0daa73.rlib" "/opt/crater/target/debug/deps/librand_pcg-6360260e2f414c32.rlib" "/opt/crater/target/debug/deps/librand_hc-5c7df61c23b06cb9.rlib" "/opt/crater/target/debug/deps/librand_chacha-7679f36bb19cded7.rlib" "/opt/crater/target/debug/deps/librand_isaac-337bf113ff4988ce.rlib" "/opt/crater/target/debug/deps/librand_core-19fce20056a8e960.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `actix-web`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `actix-web`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name test_client tests/test_client.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="actix-net"' --cfg 'feature="brotli"' --cfg 'feature="brotli2"' --cfg 'feature="cell"' --cfg 'feature="cookie"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="flate2-c"' --cfg 'feature="session"' -C metadata=352b39a3c9a57932 -C extra-filename=-352b39a3c9a57932 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix=/opt/crater/target/debug/deps/libactix-563366bf01fb4792.rlib --extern actix_net=/opt/crater/target/debug/deps/libactix_net-de490fba5548b85b.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-22652ec9bb269154.rlib --extern askama_escape=/opt/crater/target/debug/deps/libaskama_escape-02bf79170f4e9d1d.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib --extern brotli2=/opt/crater/target/debug/deps/libbrotli2-b1f2c61c11c0c484.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern cookie=/opt/crater/target/debug/deps/libcookie-0a9566cd2c056abd.rlib --extern encoding=/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-988d902f3b320bbc.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-c92d9ca1d068add2.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-c20932156aad9641.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern futures_cpupool=/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib --extern h2=/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib --extern http=/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib --extern lazycell=/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib --extern log=/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib --extern mime=/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib --extern mime_guess=/opt/crater/target/debug/deps/libmime_guess-c5d7a395fb4b1dfa.rlib --extern mio=/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib --extern net2=/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib --extern num_cpus=/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib --extern rand=/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib --extern regex=/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib --extern serde=/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8ff87a37931dece0.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-c4b49f8f4f9e2fc7.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-893a82bc6d72fd66.rlib --extern slab=/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib --extern time=/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_reactor=/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib --extern url=/opt/crater/target/debug/deps/liburl-5bfdd69afe22009b.rlib --cap-lints=forbid --cfg actix_impl_trait --cfg actix_nightly --cfg actix_impl_trait -L native=/opt/crater/target/debug/build/backtrace-sys-201a760d9f5d9cb3/out -L native=/opt/crater/target/debug/build/brotli-sys-df26bbfb7bba0857/out -L native=/opt/crater/target/debug/build/ring-1b9027d6c7ac5469/out -L native=/opt/crater/target/debug/build/miniz-sys-a360dffa50a2fe32/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `actix-web`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name test_middleware tests/test_middleware.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="actix-net"' --cfg 'feature="brotli"' --cfg 'feature="brotli2"' --cfg 'feature="cell"' --cfg 'feature="cookie"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="flate2-c"' --cfg 'feature="session"' -C metadata=f6a380d29553f4ba -C extra-filename=-f6a380d29553f4ba --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix=/opt/crater/target/debug/deps/libactix-563366bf01fb4792.rlib --extern actix_net=/opt/crater/target/debug/deps/libactix_net-de490fba5548b85b.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-22652ec9bb269154.rlib --extern askama_escape=/opt/crater/target/debug/deps/libaskama_escape-02bf79170f4e9d1d.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib --extern brotli2=/opt/crater/target/debug/deps/libbrotli2-b1f2c61c11c0c484.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern cookie=/opt/crater/target/debug/deps/libcookie-0a9566cd2c056abd.rlib --extern encoding=/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-988d902f3b320bbc.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-c92d9ca1d068add2.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-c20932156aad9641.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern futures_cpupool=/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib --extern h2=/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib --extern http=/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib --extern lazycell=/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib --extern log=/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib --extern mime=/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib --extern mime_guess=/opt/crater/target/debug/deps/libmime_guess-c5d7a395fb4b1dfa.rlib --extern mio=/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib --extern net2=/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib --extern num_cpus=/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib --extern rand=/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib --extern regex=/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib --extern serde=/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8ff87a37931dece0.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-c4b49f8f4f9e2fc7.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-893a82bc6d72fd66.rlib --extern slab=/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib --extern time=/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_reactor=/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib --extern url=/opt/crater/target/debug/deps/liburl-5bfdd69afe22009b.rlib --cap-lints=forbid --cfg actix_impl_trait --cfg actix_nightly --cfg actix_impl_trait -L native=/opt/crater/target/debug/build/backtrace-sys-201a760d9f5d9cb3/out -L native=/opt/crater/target/debug/build/brotli-sys-df26bbfb7bba0857/out -L native=/opt/crater/target/debug/build/ring-1b9027d6c7ac5469/out -L native=/opt/crater/target/debug/build/miniz-sys-a360dffa50a2fe32/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: method is never used: `clear` [INFO] [stderr] --> src/param.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | pub(crate) fn clear(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `readall` [INFO] [stderr] --> src/payload.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub(crate) fn readall(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `readall` [INFO] [stderr] --> src/payload.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | pub(crate) fn readall(&mut self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | extern_prelude, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `tool_lints` has been stable since 1.31.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | tool_lints, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/header/common/mod.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | macro_rules! header { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | #![warn(missing_docs)] [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/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.test_ws.1ueqbtu7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce" "/opt/crater/target/debug/deps/test_ws-a2f7ab7ed83815ce.4toca5sv98xihehd.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-201a760d9f5d9cb3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-df26bbfb7bba0857/out" "-L" "/opt/crater/target/debug/build/ring-1b9027d6c7ac5469/out" "-L" "/opt/crater/target/debug/build/miniz-sys-a360dffa50a2fe32/out" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libactix_web-22652ec9bb269154.rlib" "/opt/crater/target/debug/deps/libactix_net-de490fba5548b85b.rlib" "/opt/crater/target/debug/deps/libtower_service-6a70f93fd9dcd175.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-c4b49f8f4f9e2fc7.rlib" "/opt/crater/target/debug/deps/libdtoa-c3566b669bf8013a.rlib" "/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libflate2-c20932156aad9641.rlib" "/opt/crater/target/debug/deps/libminiz_sys-9ed3a0be0b35a5b6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-ac1476b361e74460.rlib" "/opt/crater/target/debug/deps/libbrotli2-b1f2c61c11c0c484.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-4cee47b926beab95.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libmime_guess-c5d7a395fb4b1dfa.rlib" "/opt/crater/target/debug/deps/libphf-b1cf9cc1c466f092.rlib" "/opt/crater/target/debug/deps/libphf_shared-5459de00742d1451.rlib" "/opt/crater/target/debug/deps/libunicase-7be3d9844adcbad4.rlib" "/opt/crater/target/debug/deps/libsiphasher-1381adecb9a72562.rlib" "/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libcookie-0a9566cd2c056abd.rlib" "/opt/crater/target/debug/deps/libbase64-e2abc6d5aa2e95eb.rlib" "/opt/crater/target/debug/deps/libsafemem-3223779386fa9163.rlib" "/opt/crater/target/debug/deps/libring-7c7bf0cbff9e5d71.rlib" "/opt/crater/target/debug/deps/libuntrusted-e1fdd02b37dbfa76.rlib" "/opt/crater/target/debug/deps/libaskama_escape-02bf79170f4e9d1d.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libsha1-893a82bc6d72fd66.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib" "/opt/crater/target/debug/deps/libactix-563366bf01fb4792.rlib" "/opt/crater/target/debug/deps/libtokio_signal-c6fabf8d7c230123.rlib" "/opt/crater/target/debug/deps/libsignal_hook-69dc7ef6e751f0ec.rlib" "/opt/crater/target/debug/deps/libarc_swap-1253adbaee23b4c3.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-0d178d7e26237dd9.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-b5bcef5cbc4d1140.rlib" "/opt/crater/target/debug/deps/liburl-5bfdd69afe22009b.rlib" "/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-6ec20efef429441b.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-ade434e48d05c357.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-113712cc11c6e574.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-6c303ef14f49e234.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-2ef6ca440364d2e3.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libsocket2-0f85d757de8ae691.rlib" "/opt/crater/target/debug/deps/librand-9774f9defd054f4d.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libresolv_conf-68d1dba72d7eef61.rlib" "/opt/crater/target/debug/deps/libhostname-3d9116fba2d91893.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/liblru_cache-bb2fdac1d6412767.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-a4134135ce0adbe8.rlib" "/opt/crater/target/debug/deps/libfailure-c92d9ca1d068add2.rlib" "/opt/crater/target/debug/deps/libbacktrace-42a21b584ef2b5a0.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-b42f3030b41d9783.rlib" "/opt/crater/target/debug/deps/librustc_demangle-e4804a8b20d1c4ac.rlib" "/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib" "/opt/crater/target/debug/deps/libtokio_uds-438571ddb714f8a3.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0e5da7f9d7f08e2b.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b801d03516c49568.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-b4ccc2ffd7f731e7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-45fccfdb44cee666.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib" "/opt/crater/target/debug/deps/libuuid-dbd57ecb8d1f6575.rlib" "/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-f3acbd33b71a4572.rlib" "/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib" "/opt/crater/target/debug/deps/librand_xorshift-1459fba5fb0daa73.rlib" "/opt/crater/target/debug/deps/librand_pcg-6360260e2f414c32.rlib" "/opt/crater/target/debug/deps/librand_hc-5c7df61c23b06cb9.rlib" "/opt/crater/target/debug/deps/librand_chacha-7679f36bb19cded7.rlib" "/opt/crater/target/debug/deps/librand_isaac-337bf113ff4988ce.rlib" "/opt/crater/target/debug/deps/librand_core-19fce20056a8e960.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `actix-web`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `actix-web`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name test_server tests/test_server.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="actix-net"' --cfg 'feature="brotli"' --cfg 'feature="brotli2"' --cfg 'feature="cell"' --cfg 'feature="cookie"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="flate2-c"' --cfg 'feature="session"' -C metadata=091e2687b0abdff2 -C extra-filename=-091e2687b0abdff2 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix=/opt/crater/target/debug/deps/libactix-563366bf01fb4792.rlib --extern actix_net=/opt/crater/target/debug/deps/libactix_net-de490fba5548b85b.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-22652ec9bb269154.rlib --extern askama_escape=/opt/crater/target/debug/deps/libaskama_escape-02bf79170f4e9d1d.rlib --extern base64=/opt/crater/target/debug/deps/libbase64-cbbff0c1c713add1.rlib --extern bitflags=/opt/crater/target/debug/deps/libbitflags-9b432a4840138d81.rlib --extern brotli2=/opt/crater/target/debug/deps/libbrotli2-b1f2c61c11c0c484.rlib --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern cookie=/opt/crater/target/debug/deps/libcookie-0a9566cd2c056abd.rlib --extern encoding=/opt/crater/target/debug/deps/libencoding-b126a19e2834b4c6.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-988d902f3b320bbc.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-c92d9ca1d068add2.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-c20932156aad9641.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern futures_cpupool=/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib --extern h2=/opt/crater/target/debug/deps/libh2-c1682b76e578a37f.rlib --extern http=/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib --extern httparse=/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib --extern language_tags=/opt/crater/target/debug/deps/liblanguage_tags-4901482c94fe5f2f.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib --extern lazycell=/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib --extern log=/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib --extern mime=/opt/crater/target/debug/deps/libmime-d20468d673254783.rlib --extern mime_guess=/opt/crater/target/debug/deps/libmime_guess-c5d7a395fb4b1dfa.rlib --extern mio=/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib --extern net2=/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib --extern num_cpus=/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-f16263256e921032.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib --extern rand=/opt/crater/target/debug/deps/librand-90855ec00d308df7.rlib --extern regex=/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib --extern serde=/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8ff87a37931dece0.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-c4b49f8f4f9e2fc7.rlib --extern sha1=/opt/crater/target/debug/deps/libsha1-893a82bc6d72fd66.rlib --extern slab=/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib --extern smallvec=/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib --extern time=/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-5e937882fb1b6dda.rlib --extern tokio_current_thread=/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_reactor=/opt/crater/target/debug/deps/libtokio_reactor-8abbe8e886e37f28.rlib --extern tokio_tcp=/opt/crater/target/debug/deps/libtokio_tcp-1d9b6c1d760e2647.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib --extern url=/opt/crater/target/debug/deps/liburl-5bfdd69afe22009b.rlib --cap-lints=forbid --cfg actix_impl_trait --cfg actix_nightly --cfg actix_impl_trait -L native=/opt/crater/target/debug/build/backtrace-sys-201a760d9f5d9cb3/out -L native=/opt/crater/target/debug/build/brotli-sys-df26bbfb7bba0857/out -L native=/opt/crater/target/debug/build/ring-1b9027d6c7ac5469/out -L native=/opt/crater/target/debug/build/miniz-sys-a360dffa50a2fe32/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f4e70b84c530fc8c135ab46004a35e6710d689fbd25ecbbb5c9390fd126523fa"` [INFO] running `"docker" "rm" "-f" "f4e70b84c530fc8c135ab46004a35e6710d689fbd25ecbbb5c9390fd126523fa"` [INFO] [stdout] f4e70b84c530fc8c135ab46004a35e6710d689fbd25ecbbb5c9390fd126523fa