[INFO] crate gabira 0.1.3 is already in cache [INFO] extracting crate gabira 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/gabira/0.1.3 [INFO] extracting crate gabira 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gabira/0.1.3 [INFO] validating manifest of gabira-0.1.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gabira-0.1.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gabira-0.1.3 [INFO] finished frobbing gabira-0.1.3 [INFO] frobbed toml for gabira-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gabira/0.1.3/Cargo.toml [INFO] started frobbing gabira-0.1.3 [INFO] finished frobbing gabira-0.1.3 [INFO] frobbed toml for gabira-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gabira/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing gabira-0.1.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/gabira/0.1.3:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 2d5c5e5990193ddf4b95ea48cb4a28e30198f73092ed6bab48b506e3c74d0487 [INFO] running `"docker" "start" "-a" "2d5c5e5990193ddf4b95ea48cb4a28e30198f73092ed6bab48b506e3c74d0487"` [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling v_escape_derive v0.5.5 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling gabira v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:15:49 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [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/assert.rs:21:50 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:26:71 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:38:61 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:43:61 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/expect_builder.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | pub expectations: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "2d5c5e5990193ddf4b95ea48cb4a28e30198f73092ed6bab48b506e3c74d0487"` [INFO] running `"docker" "rm" "-f" "2d5c5e5990193ddf4b95ea48cb4a28e30198f73092ed6bab48b506e3c74d0487"` [INFO] [stdout] 2d5c5e5990193ddf4b95ea48cb4a28e30198f73092ed6bab48b506e3c74d0487 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/gabira/0.1.3:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 57423498fafbff624bb42cc7a1912f9f2ccd54e995139e29bf3dfcb54d6d628b [INFO] running `"docker" "start" "-a" "57423498fafbff624bb42cc7a1912f9f2ccd54e995139e29bf3dfcb54d6d628b"` [INFO] [stderr] Compiling gabira v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:15:49 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [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/assert.rs:21:50 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:26:71 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:38:61 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:43:61 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/expect_builder.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | pub expectations: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.lib.sdpi1peo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497" "/opt/crater/target/debug/deps/lib-1aadc61a2dbbe497.3d83i4f7hbjr7d0h.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out" "-L" "/opt/crater/target/debug/build/ring-597a163fca5fad41/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libgabira-753bbb5ccdeb68c2.rlib" "/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-e360a399c23f2df0.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "/opt/crater/target/debug/deps/libdifference-d55f2ed8aa505ba5.rlib" "/opt/crater/target/debug/deps/libactix_web-cf8cff995651cc15.rlib" "/opt/crater/target/debug/deps/libactix_net-e23f501514924624.rlib" "/opt/crater/target/debug/deps/libactix-c66519b41d6aa17b.rlib" "/opt/crater/target/debug/deps/libtokio_signal-6a57009a8e07cc80.rlib" "/opt/crater/target/debug/deps/libsignal_hook-8ccce9ebd8386df6.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-a10a69e99957c04c.rlib" "/opt/crater/target/debug/deps/libarc_swap-4c331ef759e4d015.rlib" "/opt/crater/target/debug/deps/libuuid-b3798c244ffd4583.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-783a9e2d2bdabc94.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-f6e6e4cb13234b72.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-65bc2139af47b1c9.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libtower_service-55206a573a5d47f1.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-4f7cd5ef6dd5855e.rlib" "/opt/crater/target/debug/deps/libv_escape-520df86a3e3ac31b.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libh2-d9327aee658d3e89.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-8ad5ccb084f8293f.rlib" "/opt/crater/target/debug/deps/libflate2-de413d2d4effde63.rlib" "/opt/crater/target/debug/deps/libminiz_sys-af58369b556d0052.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libbrotli2-0b8216acbc5db44f.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-75004c581fcb7645.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libtokio-eeec20ba07164439.rlib" "/opt/crater/target/debug/deps/libtokio_uds-7c947ad3ef43d660.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-8c73f002057ff634.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-6dfecc0501d42877.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-92ce94718255e257.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-bd683d791be7b7b2.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9f45e2524898004e.rlib" "/opt/crater/target/debug/deps/libtokio_io-c08d6ae4268cfe0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/liblazycell-74fda01493a9cfe5.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp-cf48fd6c10a2edad.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libcookie-4b683e4a59a7592e.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libring-f3965f4426d7f1aa.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/liburl-f943eec50fd40e71.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libsha1-39b1a0de906cd753.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/libserde_json-f6b540ffea90773e.rlib(serde_json-f6b540ffea90773e.serde_json.6ijufhne-cgu.4.rcgu.o): invalid size field in group section header: 0xc [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib(serde_json-f6b540ffea90773e.serde_json.6ijufhne-cgu.4.rcgu.o): no valid group sections found [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib(serde_json-f6b540ffea90773e.serde_json.6ijufhne-cgu.4.rcgu.o): no group info for section .data.DW.ref.rust_eh_personality [INFO] [stderr] /opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib: error adding symbols: Bad address [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 `gabira`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `gabira`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name login examples/login.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b552f09474677fa5 -C extra-filename=-b552f09474677fa5 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-cf8cff995651cc15.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-753bbb5ccdeb68c2.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-1b9c1c6083ad5d6b.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-e360a399c23f2df0.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-eeec20ba07164439.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out -L native=/opt/crater/target/debug/build/ring-597a163fca5fad41/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "57423498fafbff624bb42cc7a1912f9f2ccd54e995139e29bf3dfcb54d6d628b"` [INFO] running `"docker" "rm" "-f" "57423498fafbff624bb42cc7a1912f9f2ccd54e995139e29bf3dfcb54d6d628b"` [INFO] [stdout] 57423498fafbff624bb42cc7a1912f9f2ccd54e995139e29bf3dfcb54d6d628b