[INFO] crate extrahop 0.2.7 is already in cache [INFO] extracting crate extrahop 0.2.7 into work/ex/beta-1.38-1/sources/1.37.0/reg/extrahop/0.2.7 [INFO] extracting crate extrahop 0.2.7 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/extrahop/0.2.7 [INFO] validating manifest of extrahop-0.2.7 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of extrahop-0.2.7 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing extrahop-0.2.7 [INFO] finished frobbing extrahop-0.2.7 [INFO] frobbed toml for extrahop-0.2.7 written to work/ex/beta-1.38-1/sources/1.37.0/reg/extrahop/0.2.7/Cargo.toml [INFO] started frobbing extrahop-0.2.7 [INFO] finished frobbing extrahop-0.2.7 [INFO] frobbed toml for extrahop-0.2.7 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/extrahop/0.2.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing extrahop-0.2.7 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/extrahop/0.2.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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] f6391d16354e27752089f7a41acb3cddfa9834c7a67779af961bb9c14aa8c3c2 [INFO] running `"docker" "start" "-a" "f6391d16354e27752089f7a41acb3cddfa9834c7a67779af961bb9c14aa8c3c2"` [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling derive_builder_core v0.2.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] Compiling extrahop v0.2.7 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/api_key.rs:91:30 [INFO] [stderr] | [INFO] [stderr] 91 | Ok(ApiKey::new(s.trim_left_matches(FULL_PREFIX))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Http(ReqwestError) #[doc = "An error from the `reqwest` crate."]; [INFO] [stderr] 18 | | [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.08s [INFO] running `"docker" "inspect" "f6391d16354e27752089f7a41acb3cddfa9834c7a67779af961bb9c14aa8c3c2"` [INFO] running `"docker" "rm" "-f" "f6391d16354e27752089f7a41acb3cddfa9834c7a67779af961bb9c14aa8c3c2"` [INFO] [stdout] f6391d16354e27752089f7a41acb3cddfa9834c7a67779af961bb9c14aa8c3c2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/extrahop/0.2.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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] dce982bc0ae6a8bc6e6f1a0293553bb59c2d6eed931051c21f7528f528e62ab5 [INFO] running `"docker" "start" "-a" "dce982bc0ae6a8bc6e6f1a0293553bb59c2d6eed931051c21f7528f528e62ab5"` [INFO] [stderr] Compiling extrahop v0.2.7 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/activity_map_tsv.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | fn write_edge(f: &mut io::Write, edge: &Edge) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/errors.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/api_key.rs:91:30 [INFO] [stderr] | [INFO] [stderr] 91 | Ok(ApiKey::new(s.trim_left_matches(FULL_PREFIX))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Http(ReqwestError) #[doc = "An error from the `reqwest` crate."]; [INFO] [stderr] 18 | | [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.map_reverse_index.9kavp7lw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456" "/opt/crater/target/debug/examples/map_reverse_index-37412979c4c82456.jneghokzterqv5s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/target/debug/deps/libextrahop-c87e9946e5be63d7.rlib" "/opt/crater/target/debug/deps/libreqwest-20d5d38316bf47c8.rlib" "/opt/crater/target/debug/deps/libuuid-a1b40c7412e0768b.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-4387b4b8460fb00a.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a75ce02642a20aa1.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libhyper_tls-8b5d80effce15b43.rlib" "/opt/crater/target/debug/deps/libtokio_tls-7e873edde2e750a7.rlib" "/opt/crater/target/debug/deps/libnative_tls-9e4f0bd814cee611.rlib" "/opt/crater/target/debug/deps/libopenssl-ad2dae8b82074d05.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libhyper-8590ff019a79d094.rlib" "/opt/crater/target/debug/deps/libwant-7bb480206daa33c9.rlib" "/opt/crater/target/debug/deps/libtry_lock-7997ce6b764fa3de.rlib" "/opt/crater/target/debug/deps/libtokio_service-d768712fc30e2208.rlib" "/opt/crater/target/debug/deps/libtokio_core-62d3b380692aa8df.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/libtokio-83c77c2c984d961e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3097e9cd17bab212.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae1cf9c3cb16544c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-3662fcecaffabae6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-7fbb9a5cc0105e73.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.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/libtokio_fs-df8f908a41ef1c71.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-22f1456d14bac678.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.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/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/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/librelay-3f19008aefe842e2.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.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/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libregex-f3537a25ca3dbe43.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-2228619ed4752127.rlib" "/opt/crater/target/debug/deps/libregex_syntax-4a864c3631515518.rlib" "/opt/crater/target/debug/deps/libucd_util-8b770cc8b020bfb6.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-7bf91ee903c0fa71.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/liblazy_static-0c9d1899e9eae559.rlib" "/opt/crater/target/debug/deps/liberror_chain-3c6ba7d8cb54bae6.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.dashboard_transfer.19p1vqfm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8" "/opt/crater/target/debug/examples/dashboard_transfer-6c7640d0286e15d8.3ytvl4ydm4e4tcj9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/target/debug/deps/libextrahop-c87e9946e5be63d7.rlib" "/opt/crater/target/debug/deps/libreqwest-20d5d38316bf47c8.rlib" "/opt/crater/target/debug/deps/libuuid-a1b40c7412e0768b.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-4387b4b8460fb00a.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a75ce02642a20aa1.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libhyper_tls-8b5d80effce15b43.rlib" "/opt/crater/target/debug/deps/libtokio_tls-7e873edde2e750a7.rlib" "/opt/crater/target/debug/deps/libnative_tls-9e4f0bd814cee611.rlib" "/opt/crater/target/debug/deps/libopenssl-ad2dae8b82074d05.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libhyper-8590ff019a79d094.rlib" "/opt/crater/target/debug/deps/libwant-7bb480206daa33c9.rlib" "/opt/crater/target/debug/deps/libtry_lock-7997ce6b764fa3de.rlib" "/opt/crater/target/debug/deps/libtokio_service-d768712fc30e2208.rlib" "/opt/crater/target/debug/deps/libtokio_core-62d3b380692aa8df.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/libtokio-83c77c2c984d961e.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3097e9cd17bab212.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ae1cf9c3cb16544c.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-3662fcecaffabae6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-7fbb9a5cc0105e73.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.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/libtokio_fs-df8f908a41ef1c71.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-22f1456d14bac678.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.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/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/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/librelay-3f19008aefe842e2.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.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/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libregex-f3537a25ca3dbe43.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-2228619ed4752127.rlib" "/opt/crater/target/debug/deps/libregex_syntax-4a864c3631515518.rlib" "/opt/crater/target/debug/deps/libucd_util-8b770cc8b020bfb6.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-7bf91ee903c0fa71.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/liblazy_static-0c9d1899e9eae559.rlib" "/opt/crater/target/debug/deps/liberror_chain-3c6ba7d8cb54bae6.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `extrahop`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `extrahop`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "dce982bc0ae6a8bc6e6f1a0293553bb59c2d6eed931051c21f7528f528e62ab5"` [INFO] running `"docker" "rm" "-f" "dce982bc0ae6a8bc6e6f1a0293553bb59c2d6eed931051c21f7528f528e62ab5"` [INFO] [stdout] dce982bc0ae6a8bc6e6f1a0293553bb59c2d6eed931051c21f7528f528e62ab5