[INFO] crate tower-web 0.3.7 is already in cache [INFO] extracting crate tower-web 0.3.7 into work/ex/beta-1.38-1/sources/1.37.0/reg/tower-web/0.3.7 [INFO] extracting crate tower-web 0.3.7 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tower-web/0.3.7 [INFO] validating manifest of tower-web-0.3.7 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tower-web-0.3.7 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tower-web-0.3.7 [INFO] finished frobbing tower-web-0.3.7 [INFO] frobbed toml for tower-web-0.3.7 written to work/ex/beta-1.38-1/sources/1.37.0/reg/tower-web/0.3.7/Cargo.toml [INFO] started frobbing tower-web-0.3.7 [INFO] finished frobbing tower-web-0.3.7 [INFO] frobbed toml for tower-web-0.3.7 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tower-web/0.3.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tower-web-0.3.7 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tower-web/0.3.7:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] eea8ea8039e1b39356f37794cbf9dc878603ff45b52dad09ce835ae7e91ea4d5 [INFO] running `"docker" "start" "-a" "eea8ea8039e1b39356f37794cbf9dc878603ff45b52dad09ce835ae7e91ea4d5"` [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling serde_plain v0.3.0 [INFO] [stderr] Compiling checked v0.5.0 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling headers-derive v0.1.1 [INFO] [stderr] Compiling handlebars v1.0.5 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling headers-core v0.1.1 [INFO] [stderr] Compiling tower-web-macros v0.3.5 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling headers v0.2.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.19 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling tower-web v0.3.7 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config/mod.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config/mod.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | (&**boxed as &Any).downcast_ref() [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/middleware/log/service.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | 400...599 => Level::Error, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/run.rs:78:23 [INFO] [stderr] | [INFO] [stderr] 78 | type Future = Box, Error = Self::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/middleware/cors/config.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | let mut headers = self.basic_headers(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "eea8ea8039e1b39356f37794cbf9dc878603ff45b52dad09ce835ae7e91ea4d5"` [INFO] running `"docker" "rm" "-f" "eea8ea8039e1b39356f37794cbf9dc878603ff45b52dad09ce835ae7e91ea4d5"` [INFO] [stdout] eea8ea8039e1b39356f37794cbf9dc878603ff45b52dad09ce835ae7e91ea4d5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tower-web/0.3.7:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] fc1d53f5693dd0d6e86460fd9839085d5518a88f03fbcb4bee4abf937831e93d [INFO] running `"docker" "start" "-a" "fc1d53f5693dd0d6e86460fd9839085d5518a88f03fbcb4bee4abf937831e93d"` [INFO] [stderr] Compiling tower-web v0.3.7 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config/mod.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | type AnyMap = HashMap, BuildHasherDefault>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + Sync` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config/mod.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | (&**boxed as &Any).downcast_ref() [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/cors/config.rs:229:26 [INFO] [stderr] | [INFO] [stderr] 229 | type TestError = Box<::std::error::Error>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/middleware/cors/service.rs:118:26 [INFO] [stderr] | [INFO] [stderr] 118 | type TestError = Box<::std::error::Error>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/middleware/log/service.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | 400...599 => Level::Error, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/run.rs:78:23 [INFO] [stderr] | [INFO] [stderr] 78 | type Future = Box, Error = Self::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/support/mod.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub use self::futures::Future; [INFO] [stderr] | --------------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use self::futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `tower-web`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name static_file examples/static_file.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="handlebars"' -C metadata=57cdbe59ba7c49ee -C extra-filename=-57cdbe59ba7c49ee --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern atoi=/opt/crater/target/debug/deps/libatoi-bee6b9a256d2608f.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib --extern checked=/opt/crater/target/debug/deps/libchecked-7ef5cfd7a704bf35.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-4c2fbe6f09627740.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern handlebars=/opt/crater/target/debug/deps/libhandlebars-5c105231001586b5.rlib --extern headers=/opt/crater/target/debug/deps/libheaders-6ee3a7ea0438ef67.rlib --extern http=/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-74193f7194a12dc9.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern mime=/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib --extern mime_guess=/opt/crater/target/debug/deps/libmime_guess-bc6d91cfa0d68373.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib --extern proc_macro_hack=/opt/crater/target/debug/deps/libproc_macro_hack-f78995256ee0e4f6.rlib --extern rand=/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern serde_plain=/opt/crater/target/debug/deps/libserde_plain-f79f6c3d522b5790.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-c010fa59ea044ddb.rlib --extern tokio_fs=/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib --extern tower_service=/opt/crater/target/debug/deps/libtower_service-60efc7e43e6f2414.rlib --extern tower_web=/opt/crater/target/debug/deps/libtower_web-ce61346b23d22f80.rlib --extern tower_web_macros=/opt/crater/target/debug/deps/libtower_web_macros-e9e6eb9832a73fff.so --extern void=/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out` (signal: 9, SIGKILL: kill) [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.resource.e2plnqyl-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a" "/opt/crater/target/debug/deps/resource-c509bf77ee22727a.5et3hs92oarvhk9t.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libtower_web-ce61346b23d22f80.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-f78995256ee0e4f6.rlib" "/opt/crater/target/debug/deps/libhandlebars-5c105231001586b5.rlib" "/opt/crater/target/debug/deps/libwalkdir-cfb6377a04f8e7b5.rlib" "/opt/crater/target/debug/deps/libsame_file-8268c7efcedb46b2.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libpest-41b1c42750f23818.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libtower_service-60efc7e43e6f2414.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libserde_plain-f79f6c3d522b5790.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime_guess-bc6d91cfa0d68373.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libhyper-74193f7194a12dc9.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-c010fa59ea044ddb.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-497b0835fa51b99e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libheaders-6ee3a7ea0438ef67.rlib" "/opt/crater/target/debug/deps/libsha1-39285cde716f6417.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libdigest-2a0a4def9ff55e36.rlib" "/opt/crater/target/debug/deps/libopaque_debug-093e4211df89fae5.rlib" "/opt/crater/target/debug/deps/libblock_buffer-1f0a919d61adda39.rlib" "/opt/crater/target/debug/deps/libgeneric_array-5941195327992807.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libblock_padding-2fb48bf1bc4cf340.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f8d365e1b6ceb1ad.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libheaders_core-795ed08070b0278f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libflate2-4c2fbe6f09627740.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libchecked-7ef5cfd7a704bf35.rlib" "/opt/crater/target/debug/deps/libatoi-bee6b9a256d2608f.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tower-web`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/middleware/cors/config.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | let mut headers = self.basic_headers(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unused_mut)]` implied by `#[warn(warnings)]` [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.content_type.1bxb8h65-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6" "/opt/crater/target/debug/deps/content_type-7506dad9179f8ff6.1wgvuwhtesqppp6m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libtower_web-ce61346b23d22f80.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-f78995256ee0e4f6.rlib" "/opt/crater/target/debug/deps/libhandlebars-5c105231001586b5.rlib" "/opt/crater/target/debug/deps/libwalkdir-cfb6377a04f8e7b5.rlib" "/opt/crater/target/debug/deps/libsame_file-8268c7efcedb46b2.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libpest-41b1c42750f23818.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libtower_service-60efc7e43e6f2414.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-0d8de6462314691c.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libserde_plain-f79f6c3d522b5790.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libmime_guess-bc6d91cfa0d68373.rlib" "/opt/crater/target/debug/deps/libphf-2a3c9c00c0cc1e36.rlib" "/opt/crater/target/debug/deps/libphf_shared-a9690bd402370ca6.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libhyper-74193f7194a12dc9.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-c010fa59ea044ddb.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-497b0835fa51b99e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-2c8bfc78f04963e8.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae3ca47054256dab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-bd4aa8a3fe7f3421.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-154d8d59c699da10.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-50f3c1cdedb219b1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-04358a3f7b99b5a6.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-c20c583f4a4aa575.rlib" "/opt/crater/target/debug/deps/libtokio_buf-778f444f4bd6c10f.rlib" "/opt/crater/target/debug/deps/libh2-2c84f497ae40e871.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-b28361baf86b4278.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-00e3bf508d4b481d.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libheaders-6ee3a7ea0438ef67.rlib" "/opt/crater/target/debug/deps/libsha1-39285cde716f6417.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libdigest-2a0a4def9ff55e36.rlib" "/opt/crater/target/debug/deps/libopaque_debug-093e4211df89fae5.rlib" "/opt/crater/target/debug/deps/libblock_buffer-1f0a919d61adda39.rlib" "/opt/crater/target/debug/deps/libgeneric_array-5941195327992807.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libblock_padding-2fb48bf1bc4cf340.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f8d365e1b6ceb1ad.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libheaders_core-795ed08070b0278f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libflate2-4c2fbe6f09627740.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libchecked-7ef5cfd7a704bf35.rlib" "/opt/crater/target/debug/deps/libatoi-bee6b9a256d2608f.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libhttp-587004fa4d353dac.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libbytes-a094dc9fa3ca383e.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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 `tower-web`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fc1d53f5693dd0d6e86460fd9839085d5518a88f03fbcb4bee4abf937831e93d"` [INFO] running `"docker" "rm" "-f" "fc1d53f5693dd0d6e86460fd9839085d5518a88f03fbcb4bee4abf937831e93d"` [INFO] [stdout] fc1d53f5693dd0d6e86460fd9839085d5518a88f03fbcb4bee4abf937831e93d