[INFO] crate tower-web 0.3.7 is already in cache [INFO] extracting crate tower-web 0.3.7 into work/ex/beta-1.37-6/sources/1.36.0/reg/tower-web/0.3.7 [INFO] extracting crate tower-web 0.3.7 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tower-web/0.3.7 [INFO] validating manifest of tower-web-0.3.7 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tower-web-0.3.7 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/tower-web/0.3.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tower-web-0.3.7 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] c2290ffb4d312ba7d26381d5c9366c5aed7081a8d170dcfb574f5a680957ef20 [INFO] running `"docker" "start" "-a" "c2290ffb4d312ba7d26381d5c9366c5aed7081a8d170dcfb574f5a680957ef20"` [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 headers-derive v0.1.0 [INFO] [stderr] Compiling handlebars v1.0.5 [INFO] [stderr] Compiling tower-web-macros v0.3.5 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling headers v0.2.1 [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 57.54s [INFO] running `"docker" "inspect" "c2290ffb4d312ba7d26381d5c9366c5aed7081a8d170dcfb574f5a680957ef20"` [INFO] running `"docker" "rm" "-f" "c2290ffb4d312ba7d26381d5c9366c5aed7081a8d170dcfb574f5a680957ef20"` [INFO] [stdout] c2290ffb4d312ba7d26381d5c9366c5aed7081a8d170dcfb574f5a680957ef20 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 552696d07e284a12d699f3d70887f82650bd4360eb98a281162c4cad38e413d9 [INFO] running `"docker" "start" "-a" "552696d07e284a12d699f3d70887f82650bd4360eb98a281162c4cad38e413d9"` [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: 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] 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: 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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.content_type.f0vxaawt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90" "/opt/crater/target/debug/deps/content_type-0dd5b606e41f5c90.4mkc1bzzv7jvmaf0.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-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libtower_web-aee994b50243060b.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-af45beb90fab5bb5.rlib" "/opt/crater/target/debug/deps/libhandlebars-9e2378154599ed4e.rlib" "/opt/crater/target/debug/deps/libwalkdir-d760559004f88dcf.rlib" "/opt/crater/target/debug/deps/libsame_file-04145e91e44c421e.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libpest-50b0cb60d65b0075.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libtower_service-e0a2241d7248c997.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_plain-c5d177e03dd15104.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime_guess-f2cebcceaa3c424b.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/libhyper-3fe511696adb03a5.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-d49fc176df94c91b.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-a8d981ef3cfe1bc3.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-b1b25c037a1af6a5.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libheaders-7cee3cff024fede5.rlib" "/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib" "/opt/crater/target/debug/deps/libfake_simd-7c0a92f4d5c361f0.rlib" "/opt/crater/target/debug/deps/libdigest-10ea2b74beac53f8.rlib" "/opt/crater/target/debug/deps/libopaque_debug-9d07eca7d281b0cd.rlib" "/opt/crater/target/debug/deps/libblock_buffer-018eec51680cb36b.rlib" "/opt/crater/target/debug/deps/libgeneric_array-de547bea5a16b202.rlib" "/opt/crater/target/debug/deps/libtypenum-ae9884ba48ac3ae3.rlib" "/opt/crater/target/debug/deps/libblock_padding-a7b01a52b27cf358.rlib" "/opt/crater/target/debug/deps/libbyte_tools-6feb02efb289f50d.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libheaders_core-1e3dbbef3f8cb4ce.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libchecked-233be5b592c8d16a.rlib" "/opt/crater/target/debug/deps/libatoi-b4ad18db8d631963.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: : final link failed: Cannot allocate memory [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [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: 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: aborting due to previous error [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.params.2vjzd6li-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4" "/opt/crater/target/debug/deps/params-f6af2e19b86095b4.152o2zlbrikjpo9d.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-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libtower_web-aee994b50243060b.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-af45beb90fab5bb5.rlib" "/opt/crater/target/debug/deps/libhandlebars-9e2378154599ed4e.rlib" "/opt/crater/target/debug/deps/libwalkdir-d760559004f88dcf.rlib" "/opt/crater/target/debug/deps/libsame_file-04145e91e44c421e.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libpest-50b0cb60d65b0075.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libtower_service-e0a2241d7248c997.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_plain-c5d177e03dd15104.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime_guess-f2cebcceaa3c424b.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/libhyper-3fe511696adb03a5.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-d49fc176df94c91b.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-a8d981ef3cfe1bc3.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-b1b25c037a1af6a5.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libheaders-7cee3cff024fede5.rlib" "/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib" "/opt/crater/target/debug/deps/libfake_simd-7c0a92f4d5c361f0.rlib" "/opt/crater/target/debug/deps/libdigest-10ea2b74beac53f8.rlib" "/opt/crater/target/debug/deps/libopaque_debug-9d07eca7d281b0cd.rlib" "/opt/crater/target/debug/deps/libblock_buffer-018eec51680cb36b.rlib" "/opt/crater/target/debug/deps/libgeneric_array-de547bea5a16b202.rlib" "/opt/crater/target/debug/deps/libtypenum-ae9884ba48ac3ae3.rlib" "/opt/crater/target/debug/deps/libblock_padding-a7b01a52b27cf358.rlib" "/opt/crater/target/debug/deps/libbyte_tools-6feb02efb289f50d.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libheaders_core-1e3dbbef3f8cb4ce.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libchecked-233be5b592c8d16a.rlib" "/opt/crater/target/debug/deps/libatoi-b4ad18db8d631963.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: Could not compile `tower-web`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.json.ey32u75o-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6" "/opt/crater/target/debug/examples/json-a5834398b2e29cb6.3ouxftdv3ztw47yz.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-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtower_web-aee994b50243060b.rlib" "/opt/crater/target/debug/deps/libproc_macro_hack-af45beb90fab5bb5.rlib" "/opt/crater/target/debug/deps/libhandlebars-9e2378154599ed4e.rlib" "/opt/crater/target/debug/deps/libwalkdir-d760559004f88dcf.rlib" "/opt/crater/target/debug/deps/libsame_file-04145e91e44c421e.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libpest-50b0cb60d65b0075.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libtower_service-e0a2241d7248c997.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_plain-c5d177e03dd15104.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libmime_guess-f2cebcceaa3c424b.rlib" "/opt/crater/target/debug/deps/libphf-d9573a5457d25c17.rlib" "/opt/crater/target/debug/deps/libphf_shared-91a4aa9d0e7ea63f.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/libhyper-3fe511696adb03a5.rlib" "/opt/crater/target/debug/deps/libwant-93eca4163ab5045c.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtokio-d49fc176df94c91b.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-a8d981ef3cfe1bc3.rlib" "/opt/crater/target/debug/deps/libtokio_uds-1452851d65ed6588.rlib" "/opt/crater/target/debug/deps/libmio_uds-eff3c1360f6fb94e.rlib" "/opt/crater/target/debug/deps/libtokio_udp-add64fb6cc7793ab.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5029ca154a4fe5db.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-65bcd4241cadec7d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-eb1e205c4760d359.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0dcf6affe7f5eb94.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4caef5123d1c8bf1.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cadcb20416462f4a.rlib" "/opt/crater/target/debug/deps/librand-1c858748ac19ec05.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-608bd020faf5060e.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f7aa4fe606d7eaf6.rlib" "/opt/crater/target/debug/deps/libmio-9e77e8fafb51fcef.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-b1b25c037a1af6a5.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libheaders-7cee3cff024fede5.rlib" "/opt/crater/target/debug/deps/libsha1-ba792f2de9ed6fb8.rlib" "/opt/crater/target/debug/deps/libfake_simd-7c0a92f4d5c361f0.rlib" "/opt/crater/target/debug/deps/libdigest-10ea2b74beac53f8.rlib" "/opt/crater/target/debug/deps/libopaque_debug-9d07eca7d281b0cd.rlib" "/opt/crater/target/debug/deps/libblock_buffer-018eec51680cb36b.rlib" "/opt/crater/target/debug/deps/libgeneric_array-de547bea5a16b202.rlib" "/opt/crater/target/debug/deps/libtypenum-ae9884ba48ac3ae3.rlib" "/opt/crater/target/debug/deps/libblock_padding-a7b01a52b27cf358.rlib" "/opt/crater/target/debug/deps/libbyte_tools-6feb02efb289f50d.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/libheaders_core-1e3dbbef3f8cb4ce.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libchecked-233be5b592c8d16a.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatoi-b4ad18db8d631963.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib(regex-6683e124b2894695.regex.acunsz6d-cgu.3.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib: error adding symbols: File in wrong format [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] error: Could not compile `tower-web`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name middleware examples/middleware.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="handlebars"' -C metadata=31346a665f619159 -C extra-filename=-31346a665f619159 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern atoi=/opt/crater/target/debug/deps/libatoi-b4ad18db8d631963.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib --extern checked=/opt/crater/target/debug/deps/libchecked-233be5b592c8d16a.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d96b3f143275c46f.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern handlebars=/opt/crater/target/debug/deps/libhandlebars-9e2378154599ed4e.rlib --extern headers=/opt/crater/target/debug/deps/libheaders-7cee3cff024fede5.rlib --extern http=/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-3fe511696adb03a5.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern mime=/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib --extern mime_guess=/opt/crater/target/debug/deps/libmime_guess-f2cebcceaa3c424b.rlib --extern percent_encoding=/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib --extern proc_macro_hack=/opt/crater/target/debug/deps/libproc_macro_hack-af45beb90fab5bb5.rlib --extern rand=/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-eadddf0843b3497e.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern serde_plain=/opt/crater/target/debug/deps/libserde_plain-c5d177e03dd15104.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d404b74dc58ff4a8.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-d49fc176df94c91b.rlib --extern tokio_fs=/opt/crater/target/debug/deps/libtokio_fs-4caef5123d1c8bf1.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-8d65355feda2773b.rlib --extern tower_service=/opt/crater/target/debug/deps/libtower_service-e0a2241d7248c997.rlib --extern tower_web=/opt/crater/target/debug/deps/libtower_web-aee994b50243060b.rlib --extern tower_web_macros=/opt/crater/target/debug/deps/libtower_web_macros-e305e177dfb2aa54.so --extern void=/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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" "552696d07e284a12d699f3d70887f82650bd4360eb98a281162c4cad38e413d9"` [INFO] running `"docker" "rm" "-f" "552696d07e284a12d699f3d70887f82650bd4360eb98a281162c4cad38e413d9"` [INFO] [stdout] 552696d07e284a12d699f3d70887f82650bd4360eb98a281162c4cad38e413d9